2018-08-27 01:42:19,321 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-249 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-27 01:42:19,324 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.26,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Kcp8ixoszHHOQTzEmjMIO9tKe export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=5785a4ec7e274272b18e396a3b5ede5b export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=FgxMojezvLOSrPmgQXt87YWYu export OS_REGION_NAME=regionOne 2018-08-27 01:42:19,324 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-27 01:42:19,324 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-27 01:42:19,347 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-27 01:42:19,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:42:19,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:42:19,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:42:19,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:42:19,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:42:19,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:42:19,636 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-27 01:42:19,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-27 01:42:19,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:42:19,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda2355d-0853-4407-b8d6-f3034c9d3914 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:42:19,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fda2355d-0853-4407-b8d6-f3034c9d3914 2018-08-27 01:42:19,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:42:20,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:42:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["oEbH8YRBQfaLbmZ0obXQqA"], "issued_at": "2018-08-27T01:42:19.000000Z"}} 2018-08-27 01:42:20,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:21,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7224bffd-fb05-4833-a5ac-da8f4d31c69e x-compute-request-id: req-7224bffd-fb05-4833-a5ac-da8f4d31c69e Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-27 01:42:21,001 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-aggregates used request id req-7224bffd-fb05-4833-a5ac-da8f4d31c69e 2018-08-27 01:42:21,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.36389493942s 2018-08-27 01:42:21,001 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-aggregates used request id req-7224bffd-fb05-4833-a5ac-da8f4d31c69e 2018-08-27 01:42:21,001 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-27 01:42:21,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:42:21,010 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:42:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef0ea921-e70a-40fb-a70e-833306aff4ff Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 01:42:21,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-ef0ea921-e70a-40fb-a70e-833306aff4ff 2018-08-27 01:42:21,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:42:21,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:21,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b93ea056-2c6a-4952-9569-f2221e4515e0 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 01:42:21,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-b93ea056-2c6a-4952-9569-f2221e4515e0 2018-08-27 01:42:21,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191679954529s 2018-08-27 01:42:21,204 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-b93ea056-2c6a-4952-9569-f2221e4515e0 2018-08-27 01:42:21,204 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'}), Munch({'description': u'', 'enabled': True, 'id': u'e173ff32820444de87dfe8a6ffe4a33e', 'name': u'heat_stack'})] 2018-08-27 01:42:21,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 01:42:21,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:21,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fc405c-b53d-41e6-a031-a315bdc570ac Content-Encoding: gzip Content-Length: 1973 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/09baa6674c494d0d8497c6133cd0d1bb"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/106184d025434c069c4e5bb20ec8917e"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "106184d025434c069c4e5bb20ec8917e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/153006273f694a66940f23226ef55273"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "153006273f694a66940f23226ef55273"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1655b6496b9b4e9f80c5be269bbdd135"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/17ba54e453a844e3b6329f98636233f4"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "17ba54e453a844e3b6329f98636233f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1894feff0e944370b2a3a8124b2499ee"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/21ccd947710a4b0c9c5ca57b9c593052"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/24bd650d53d64173a3e2a5ce1e8757fa"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3708c51ca0df447990594d0313721f1d"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "3708c51ca0df447990594d0313721f1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/376bcee08e5d4f56bc317cf16e1cbf4a"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3b9316c7f553424ba9aa858365766565"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "3b9316c7f553424ba9aa858365766565"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/424c7a314d474fbb97d4183f7f70f936"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4a45ee754d584ccd88adc91f20d765fe"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "4a45ee754d584ccd88adc91f20d765fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4d8122c8794b4dcdb1fb157eff814dad"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4fc00b6523f84a24b191f02775eba3e7"}, "url": "http://172.30.9.26:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/55db8cdea87c4a6cb127b94aab2fecd5"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5b5cc0d0bc594f1cb15f7afb74aaed2c"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/775e63e79ed14bf8a9ef51f75cc0489c"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/868dc005a20f4593bcc9b044497e1652"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "868dc005a20f4593bcc9b044497e1652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8cda5639ba2a4d57ae1e57520e0b09eb"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8f0a17b843fa4cd8a3b27515df9469e2"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/97a2bc89fcc44b59938bc262e8251eb1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/98442d47818b4e8ba4d0c3e23ae29ea8"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a90b414a8bad4c45aaf58c60715ff5cb"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a9c8b8f6d7cf46cbba7ddbcd8876beae"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ab222d40264243c8b4238872615ef978"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "ab222d40264243c8b4238872615ef978"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3002b2b44314878973591fff296647f"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "b3002b2b44314878973591fff296647f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3866f1efd034780b903b72f14c42587"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "b3866f1efd034780b903b72f14c42587"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b581b6dcb94d4bccae73a1f30672fecb"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "b581b6dcb94d4bccae73a1f30672fecb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b87855abbd3b4f429bac9a8702923ee2"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b9211a5c91214bfb8a53a017e61e23f0"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "b9211a5c91214bfb8a53a017e61e23f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/bb9c503d5175423688ccd8a7147f154b"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "bb9c503d5175423688ccd8a7147f154b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c95ff878f2d04682be0682b3ba89e87c"}, "url": "http://172.30.9.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "c95ff878f2d04682be0682b3ba89e87c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d5bfbe7d86fe44cc83931055110b523b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dc2b6cb14ab5497b931fbd7549cc2e63"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e499ac9caf2f47258ee56dbf0b877e32"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e7b8c232cf204bc4aab09523bcb67072"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "e7b8c232cf204bc4aab09523bcb67072"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea5bfc1452384334b702e65e81fb9128"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "ea5bfc1452384334b702e65e81fb9128"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea6cf437692a484abb2273d167d2dae1"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "ea6cf437692a484abb2273d167d2dae1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ecc741fd949b4de19640330f7c04a3cf"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "ecc741fd949b4de19640330f7c04a3cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ee797cda68c042c5968595c8a2cbe1b7"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "ee797cda68c042c5968595c8a2cbe1b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/eefcb7bdf54f4097a98d16672b108fc0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 01:42:21,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-01fc405c-b53d-41e6-a031-a315bdc570ac 2018-08-27 01:42:21,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.303507089615s 2018-08-27 01:42:21,512 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-01fc405c-b53d-41e6-a031-a315bdc570ac 2018-08-27 01:42:21,518 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/09baa6674c494d0d8497c6133cd0d1bb'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3a19b451b215401e9f3d62999ca779bf', u'id': u'09baa6674c494d0d8497c6133cd0d1bb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/106184d025434c069c4e5bb20ec8917e'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bcf9f08e73ed44fe9f6353aa05a1c564', u'id': u'106184d025434c069c4e5bb20ec8917e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/153006273f694a66940f23226ef55273'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'aba3aba927cf497b89d31b4472dd03d3', u'id': u'153006273f694a66940f23226ef55273'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/1655b6496b9b4e9f80c5be269bbdd135'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7d2dc95fdcb84a3bbabdf3fae7f05788', u'id': u'1655b6496b9b4e9f80c5be269bbdd135'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/17ba54e453a844e3b6329f98636233f4'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'364f45865d2a472dbb1c17ec432dd442', u'id': u'17ba54e453a844e3b6329f98636233f4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/1894feff0e944370b2a3a8124b2499ee'}, u'url': u'http://172.30.9.26:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2d57212723554a81875eb54be2d9c71b', u'id': u'1894feff0e944370b2a3a8124b2499ee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/21ccd947710a4b0c9c5ca57b9c593052'}, u'url': u'http://172.30.9.26:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bcf9f08e73ed44fe9f6353aa05a1c564', u'id': u'21ccd947710a4b0c9c5ca57b9c593052'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/24bd650d53d64173a3e2a5ce1e8757fa'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'aa60adff497c48c6bda33da763d92bf2', u'id': u'24bd650d53d64173a3e2a5ce1e8757fa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/3708c51ca0df447990594d0313721f1d'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'857a3547b3624035b08154c86e4b7056', u'id': u'3708c51ca0df447990594d0313721f1d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/376bcee08e5d4f56bc317cf16e1cbf4a'}, u'url': u'http://172.30.9.26:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'364f45865d2a472dbb1c17ec432dd442', u'id': u'376bcee08e5d4f56bc317cf16e1cbf4a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/3b9316c7f553424ba9aa858365766565'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'364f45865d2a472dbb1c17ec432dd442', u'id': u'3b9316c7f553424ba9aa858365766565'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/424c7a314d474fbb97d4183f7f70f936'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2d57212723554a81875eb54be2d9c71b', u'id': u'424c7a314d474fbb97d4183f7f70f936'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/4a45ee754d584ccd88adc91f20d765fe'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bcf9f08e73ed44fe9f6353aa05a1c564', u'id': u'4a45ee754d584ccd88adc91f20d765fe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/4d8122c8794b4dcdb1fb157eff814dad'}, u'url': u'http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9029bb8abda8485fb94aa849fce44487', u'id': u'4d8122c8794b4dcdb1fb157eff814dad'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/4fc00b6523f84a24b191f02775eba3e7'}, u'url': u'http://172.30.9.26:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f73baa7f18b743a89f10719e06527d49', u'id': u'4fc00b6523f84a24b191f02775eba3e7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/55db8cdea87c4a6cb127b94aab2fecd5'}, u'url': u'http://172.30.9.26:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c980a1a85c7f4daabb41999679a5aff0', u'id': u'55db8cdea87c4a6cb127b94aab2fecd5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/5b5cc0d0bc594f1cb15f7afb74aaed2c'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4db680f9113b4a10bba97a69cba7dff9', u'id': u'5b5cc0d0bc594f1cb15f7afb74aaed2c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/775e63e79ed14bf8a9ef51f75cc0489c'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0c62d1a2eb9c4877a3aa8dcb681a60a5', u'id': u'775e63e79ed14bf8a9ef51f75cc0489c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/868dc005a20f4593bcc9b044497e1652'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3a19b451b215401e9f3d62999ca779bf', u'id': u'868dc005a20f4593bcc9b044497e1652'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/8cda5639ba2a4d57ae1e57520e0b09eb'}, u'url': u'http://172.30.9.26:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'857a3547b3624035b08154c86e4b7056', u'id': u'8cda5639ba2a4d57ae1e57520e0b09eb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/8f0a17b843fa4cd8a3b27515df9469e2'}, u'url': u'http://12.0.0.25:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9029bb8abda8485fb94aa849fce44487', u'id': u'8f0a17b843fa4cd8a3b27515df9469e2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/97a2bc89fcc44b59938bc262e8251eb1'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'aba3aba927cf497b89d31b4472dd03d3', u'id': u'97a2bc89fcc44b59938bc262e8251eb1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/98442d47818b4e8ba4d0c3e23ae29ea8'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f73baa7f18b743a89f10719e06527d49', u'id': u'98442d47818b4e8ba4d0c3e23ae29ea8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/a90b414a8bad4c45aaf58c60715ff5cb'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c980a1a85c7f4daabb41999679a5aff0', u'id': u'a90b414a8bad4c45aaf58c60715ff5cb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/a9c8b8f6d7cf46cbba7ddbcd8876beae'}, u'url': u'http://172.30.9.26:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'85be768eef834e4e81e3ea286909240c', u'id': u'a9c8b8f6d7cf46cbba7ddbcd8876beae'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/ab222d40264243c8b4238872615ef978'}, u'url': u'http://172.30.9.26:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'aba3aba927cf497b89d31b4472dd03d3', u'id': u'ab222d40264243c8b4238872615ef978'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/b3002b2b44314878973591fff296647f'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'aa60adff497c48c6bda33da763d92bf2', u'id': u'b3002b2b44314878973591fff296647f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/b3866f1efd034780b903b72f14c42587'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7d2dc95fdcb84a3bbabdf3fae7f05788', u'id': u'b3866f1efd034780b903b72f14c42587'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/b581b6dcb94d4bccae73a1f30672fecb'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'857a3547b3624035b08154c86e4b7056', u'id': u'b581b6dcb94d4bccae73a1f30672fecb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/b87855abbd3b4f429bac9a8702923ee2'}, u'url': u'http://172.30.9.26:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4db680f9113b4a10bba97a69cba7dff9', u'id': u'b87855abbd3b4f429bac9a8702923ee2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/b9211a5c91214bfb8a53a017e61e23f0'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f73baa7f18b743a89f10719e06527d49', u'id': u'b9211a5c91214bfb8a53a017e61e23f0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/bb9c503d5175423688ccd8a7147f154b'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c980a1a85c7f4daabb41999679a5aff0', u'id': u'bb9c503d5175423688ccd8a7147f154b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/c95ff878f2d04682be0682b3ba89e87c'}, u'url': u'http://172.30.9.26:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9029bb8abda8485fb94aa849fce44487', u'id': u'c95ff878f2d04682be0682b3ba89e87c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/d5bfbe7d86fe44cc83931055110b523b'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0c62d1a2eb9c4877a3aa8dcb681a60a5', u'id': u'd5bfbe7d86fe44cc83931055110b523b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/dc2b6cb14ab5497b931fbd7549cc2e63'}, u'url': u'http://172.30.9.26:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7d2dc95fdcb84a3bbabdf3fae7f05788', u'id': u'dc2b6cb14ab5497b931fbd7549cc2e63'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/e499ac9caf2f47258ee56dbf0b877e32'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'85be768eef834e4e81e3ea286909240c', u'id': u'e499ac9caf2f47258ee56dbf0b877e32'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/e7b8c232cf204bc4aab09523bcb67072'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2d57212723554a81875eb54be2d9c71b', u'id': u'e7b8c232cf204bc4aab09523bcb67072'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/ea5bfc1452384334b702e65e81fb9128'}, u'url': u'http://172.30.9.26:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0c62d1a2eb9c4877a3aa8dcb681a60a5', u'id': u'ea5bfc1452384334b702e65e81fb9128'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/ea6cf437692a484abb2273d167d2dae1'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'85be768eef834e4e81e3ea286909240c', u'id': u'ea6cf437692a484abb2273d167d2dae1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/ecc741fd949b4de19640330f7c04a3cf'}, u'url': u'http://172.30.9.26:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'aa60adff497c48c6bda33da763d92bf2', u'id': u'ecc741fd949b4de19640330f7c04a3cf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/ee797cda68c042c5968595c8a2cbe1b7'}, u'url': u'http://172.30.9.26:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3a19b451b215401e9f3d62999ca779bf', u'id': u'ee797cda68c042c5968595c8a2cbe1b7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/eefcb7bdf54f4097a98d16672b108fc0'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4db680f9113b4a10bba97a69cba7dff9', u'id': u'eefcb7bdf54f4097a98d16672b108fc0'})] 2018-08-27 01:42:21,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-27 01:42:21,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:21,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a606d18-ee67-485d-be5c-a4c96279672f x-compute-request-id: req-0a606d18-ee67-485d-be5c-a4c96279672f Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-27 01:42:21,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/extensions used request id req-0a606d18-ee67-485d-be5c-a4c96279672f 2018-08-27 01:42:21,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.114279031754s 2018-08-27 01:42:21,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/extensions used request id req-0a606d18-ee67-485d-be5c-a4c96279672f 2018-08-27 01:42:21,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-27 01:42:21,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:23,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95a98a1c-ae44-4eb2-9a7b-c33acdf2058f x-compute-request-id: req-95a98a1c-ae44-4eb2-9a7b-c33acdf2058f Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-27 01:42:23,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-floating-ip-pools used request id req-95a98a1c-ae44-4eb2-9a7b-c33acdf2058f 2018-08-27 01:42:23,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.12194800377s 2018-08-27 01:42:23,773 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-floating-ip-pools used request id req-95a98a1c-ae44-4eb2-9a7b-c33acdf2058f 2018-08-27 01:42:23,773 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-27 01:42:23,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:42:23,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:23,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-53f267c3-6c21-4696-8193-12d6a44c7804 Date: Mon, 27 Aug 2018 01:42:23 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:42:23,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-53f267c3-6c21-4696-8193-12d6a44c7804 2018-08-27 01:42:23,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0565071105957s 2018-08-27 01:42:23,835 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-53f267c3-6c21-4696-8193-12d6a44c7804 2018-08-27 01:42:23,835 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-27 01:42:23,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 01:42:23,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:23,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51767309-d619-42d3-b724-2923b64d91c9 x-compute-request-id: req-51767309-d619-42d3-b724-2923b64d91c9 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 266}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 263}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-27 01:42:23,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-51767309-d619-42d3-b724-2923b64d91c9 2018-08-27 01:42:23,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.158761978149s 2018-08-27 01:42:23,995 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-51767309-d619-42d3-b724-2923b64d91c9 2018-08-27 01:42:23,996 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 266}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 263}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-27 01:42:23,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-27 01:42:23,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:24,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-85a415ce-76e0-4a00-a469-0bed34d93d18 x-compute-request-id: req-85a415ce-76e0-4a00-a469-0bed34d93d18 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-27 01:42:24,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-85a415ce-76e0-4a00-a469-0bed34d93d18 2018-08-27 01:42:24,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.129076957703s 2018-08-27 01:42:24,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-85a415ce-76e0-4a00-a469-0bed34d93d18 2018-08-27 01:42:24,126 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-27 01:42:24,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:42:24,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:25,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-59d82598-c9a7-4ec7-ae32-a8c08e926a32 Date: Mon, 27 Aug 2018 01:42:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:42:25,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-59d82598-c9a7-4ec7-ae32-a8c08e926a32 2018-08-27 01:42:25,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0444290638s 2018-08-27 01:42:25,171 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-59d82598-c9a7-4ec7-ae32-a8c08e926a32 2018-08-27 01:42:25,171 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'ec6e23f3-cc41-4110-8e66-704db251bf8b'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T01:39:17Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'fdfb6f654fdc41ceb857063b3e09e496', u'created_at': u'2018-08-27T01:39:11Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fdfb6f654fdc41ceb857063b3e09e496'})] 2018-08-27 01:42:25,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:42:25,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:26,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f0aa9157-7694-491c-87de-ba8a1875f67f Date: Mon, 27 Aug 2018 01:42:26 GMT RESP BODY: {"ports":[]} 2018-08-27 01:42:26,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json used request id req-f0aa9157-7694-491c-87de-ba8a1875f67f 2018-08-27 01:42:26,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.01080918312s 2018-08-27 01:42:26,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json used request id req-f0aa9157-7694-491c-87de-ba8a1875f67f 2018-08-27 01:42:26,183 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-27 01:42:26,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 01:42:26,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:26,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11a2906b-e83a-47b8-869a-712fe64c9a3d Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "02e862a269bc485fac61d571b910450f"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/02e862a269bc485fac61d571b910450f/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "04b1528971e54ce58d234784afc7d1a3"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/04b1528971e54ce58d234784afc7d1a3/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "2b2c4366031e4d8d8766e8ad834edc1f"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/2b2c4366031e4d8d8766e8ad834edc1f/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "3138f79ba9ce4caea1c88b94129138b4"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/3138f79ba9ce4caea1c88b94129138b4/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "5785a4ec7e274272b18e396a3b5ede5b"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b/users/440b8bec7c094fa796f8cdc02d6dd96b/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "4f8e960aeea942fe84ef0edbdedcefa2"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/4f8e960aeea942fe84ef0edbdedcefa2/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "51f6d3c203c8430cab210e7584f3e1f7"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/51f6d3c203c8430cab210e7584f3e1f7/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "681e97fe3e504500adbf03e884e6af70"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/681e97fe3e504500adbf03e884e6af70/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "754118f29d594882b4d8d54c32cd1af9"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/754118f29d594882b4d8d54c32cd1af9/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "9366f1da54b94307ae3b350eceaa4ab4"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/9366f1da54b94307ae3b350eceaa4ab4/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "9a533ff6b8204a228548159b1ef5f6cb"}, "user": {"id": "9366f1da54b94307ae3b350eceaa4ab4"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/9366f1da54b94307ae3b350eceaa4ab4/roles/9a533ff6b8204a228548159b1ef5f6cb"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "987b1a47c3a8472d8c2037970b65b6e5"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/987b1a47c3a8472d8c2037970b65b6e5/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/ca7dc7a7d6194e12ba3794e9a1f0e48f/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"project": {"id": "fdfb6f654fdc41ceb857063b3e09e496"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "f5d59696845b42e29bc629376487b204"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496/users/f5d59696845b42e29bc629376487b204/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"domain": {"id": "e173ff32820444de87dfe8a6ffe4a33e"}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "db559fa8c906434aa52c5781d57e94ad"}, "links": {"assignment": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e/users/db559fa8c906434aa52c5781d57e94ad/roles/64b62be202324fec914229b8ba9e275d"}}, {"scope": {"system": {"all": true}}, "role": {"id": "64b62be202324fec914229b8ba9e275d"}, "user": {"id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "links": {"assignment": "http://172.30.9.26:5000/v3/system/users/440b8bec7c094fa796f8cdc02d6dd96b/roles/64b62be202324fec914229b8ba9e275d"}}], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-27 01:42:26,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments used request id req-11a2906b-e83a-47b8-869a-712fe64c9a3d 2018-08-27 01:42:26,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.205703020096s 2018-08-27 01:42:26,393 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments used request id req-11a2906b-e83a-47b8-869a-712fe64c9a3d 2018-08-27 01:42:26,396 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'02e862a269bc485fac61d571b910450f'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'04b1528971e54ce58d234784afc7d1a3'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'2b2c4366031e4d8d8766e8ad834edc1f'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'3138f79ba9ce4caea1c88b94129138b4'}), Munch({'project': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'440b8bec7c094fa796f8cdc02d6dd96b'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'4f8e960aeea942fe84ef0edbdedcefa2'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'51f6d3c203c8430cab210e7584f3e1f7'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'681e97fe3e504500adbf03e884e6af70'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'754118f29d594882b4d8d54c32cd1af9'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'9366f1da54b94307ae3b350eceaa4ab4'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'9a533ff6b8204a228548159b1ef5f6cb', 'user': u'9366f1da54b94307ae3b350eceaa4ab4'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'987b1a47c3a8472d8c2037970b65b6e5'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'ca7dc7a7d6194e12ba3794e9a1f0e48f'}), Munch({'project': u'fdfb6f654fdc41ceb857063b3e09e496', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'f5d59696845b42e29bc629376487b204'}), Munch({'domain': u'e173ff32820444de87dfe8a6ffe4a33e', 'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'db559fa8c906434aa52c5781d57e94ad'}), Munch({'id': u'64b62be202324fec914229b8ba9e275d', 'user': u'440b8bec7c094fa796f8cdc02d6dd96b'})] 2018-08-27 01:42:26,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:42:26,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:26,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c9a751-5df4-4536-96bf-3f4c81ceabbe Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:42:26,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d4c9a751-5df4-4536-96bf-3f4c81ceabbe 2018-08-27 01:42:26,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.269211053848s 2018-08-27 01:42:26,669 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d4c9a751-5df4-4536-96bf-3f4c81ceabbe 2018-08-27 01:42:26,670 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'331f76593d31418dbd404a57720fe2dd'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'53660c7c5908440eb78adf487dd5ffd9'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'member', 'id': u'565edadc366246ae845471a412ad99ed'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'admin', 'id': u'64b62be202324fec914229b8ba9e275d'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'65aa63a26b5540f692d4ad18f71d39c2'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'9a533ff6b8204a228548159b1ef5f6cb'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'})] 2018-08-27 01:42:26,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 01:42:26,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:27,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a9d27b5d-ce6e-4d49-a827-c73a425a16f0 Date: Mon, 27 Aug 2018 01:42:27 GMT RESP BODY: {"routers": []} 2018-08-27 01:42:27,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-a9d27b5d-ce6e-4d49-a827-c73a425a16f0 2018-08-27 01:42:27,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.28743505478s 2018-08-27 01:42:27,959 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-a9d27b5d-ce6e-4d49-a827-c73a425a16f0 2018-08-27 01:42:27,959 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-27 01:42:27,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:42:27,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:28,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fca6fa20-d6ba-453b-9e10-de6eea8eb962 x-compute-request-id: req-fca6fa20-d6ba-453b-9e10-de6eea8eb962 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 01:42:28,202 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fca6fa20-d6ba-453b-9e10-de6eea8eb962 2018-08-27 01:42:28,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.242767095566s 2018-08-27 01:42:28,203 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fca6fa20-d6ba-453b-9e10-de6eea8eb962 2018-08-27 01:42:28,203 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-27 01:42:28,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 01:42:28,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:42:28,216 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:42:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bef97aaa-6f37-4d4a-a3f7-f67b844eaf0d Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-27 01:42:28,216 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-bef97aaa-6f37-4d4a-a3f7-f67b844eaf0d 2018-08-27 01:42:28,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:28,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98f570e-fe00-4875-b460-535e6f98f1d6 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0c62d1a2eb9c4877a3aa8dcb681a60a5"}, "enabled": true, "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2d57212723554a81875eb54be2d9c71b"}, "enabled": true, "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/364f45865d2a472dbb1c17ec432dd442"}, "enabled": true, "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3a19b451b215401e9f3d62999ca779bf"}, "enabled": true, "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/4db680f9113b4a10bba97a69cba7dff9"}, "enabled": true, "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/56f6845a92454ced93c356b353215c58"}, "enabled": true, "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7d2dc95fdcb84a3bbabdf3fae7f05788"}, "enabled": true, "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/857a3547b3624035b08154c86e4b7056"}, "enabled": true, "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/85be768eef834e4e81e3ea286909240c"}, "enabled": true, "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9029bb8abda8485fb94aa849fce44487"}, "enabled": true, "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aa60adff497c48c6bda33da763d92bf2"}, "enabled": true, "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aba3aba927cf497b89d31b4472dd03d3"}, "enabled": true, "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/bcf9f08e73ed44fe9f6353aa05a1c564"}, "enabled": true, "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c980a1a85c7f4daabb41999679a5aff0"}, "enabled": true, "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f73baa7f18b743a89f10719e06527d49"}, "enabled": true, "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-27 01:42:28,318 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-b98f570e-fe00-4875-b460-535e6f98f1d6 2018-08-27 01:42:28,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.11249089241s 2018-08-27 01:42:28,319 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-b98f570e-fe00-4875-b460-535e6f98f1d6 2018-08-27 01:42:28,324 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'0c62d1a2eb9c4877a3aa8dcb681a60a5', 'name': u'nova'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'2d57212723554a81875eb54be2d9c71b', 'name': u'glance'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'364f45865d2a472dbb1c17ec432dd442', 'name': u'keystone'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'3a19b451b215401e9f3d62999ca779bf', 'name': u'placement'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'4db680f9113b4a10bba97a69cba7dff9', 'name': u'cinderv3'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'56f6845a92454ced93c356b353215c58', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'7d2dc95fdcb84a3bbabdf3fae7f05788', 'name': u'gnocchi'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'857a3547b3624035b08154c86e4b7056', 'name': u'neutron'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'85be768eef834e4e81e3ea286909240c', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'9029bb8abda8485fb94aa849fce44487', 'name': u'swift'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'aa60adff497c48c6bda33da763d92bf2', 'name': u'cinder'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'aba3aba927cf497b89d31b4472dd03d3', 'name': u'aodh'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'bcf9f08e73ed44fe9f6353aa05a1c564', 'name': u'cinderv2'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'c980a1a85c7f4daabb41999679a5aff0', 'name': u'heat'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'f73baa7f18b743a89f10719e06527d49', 'name': u'panko'})] 2018-08-27 01:42:28,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:42:28,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eefb9728188232237807e2aebd8670fea4b7e363" 2018-08-27 01:42:29,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5413ec92-f626-4c7d-b89c-dbb46c03515c Date: Mon, 27 Aug 2018 01:42:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 01:42:29,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-5413ec92-f626-4c7d-b89c-dbb46c03515c 2018-08-27 01:42:29,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.20930790901s 2018-08-27 01:42:29,535 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-5413ec92-f626-4c7d-b89c-dbb46c03515c 2018-08-27 01:42:29,535 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:39:17Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'tenant_id': u'fdfb6f654fdc41ceb857063b3e09e496', u'created_at': u'2018-08-27T01:39:17Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'fdfb6f654fdc41ceb857063b3e09e496'})] 2018-08-27 01:42:29,663 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:42:29,663 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-27 01:42:29,721 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-27 01:42:29,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:42:29,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:42:29,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:42:29,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:42:29,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:42:29,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-743e0a01-b361-4769-a749-491e49dde14e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:42:29,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-743e0a01-b361-4769-a749-491e49dde14e 2018-08-27 01:42:29,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:42:30,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:42:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["jwLCAnhAQeuVCNHUahAU9Q"], "issued_at": "2018-08-27T01:42:30.000000Z"}} 2018-08-27 01:42:30,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:42:30,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" 2018-08-27 01:42:31,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b9de1305-9d4a-4689-a962-fa0d5ed6c747 Date: Mon, 27 Aug 2018 01:42:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:42:31,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b9de1305-9d4a-4689-a962-fa0d5ed6c747 2018-08-27 01:42:31,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.26790690422s 2018-08-27 01:42:31,630 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b9de1305-9d4a-4689-a962-fa0d5ed6c747 2018-08-27 01:42:31,630 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-27 01:42:31,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 01:42:31,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" -d '{"network": {"name": "tenantnetwork1-net_13588ead-f962-4755-9a54-4d4d2b6c8a25", "admin_state_up": true}}' 2018-08-27 01:42:33,308 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-1aeb1fb1-25b6-4de6-9ce9-49ff8c67f930 Date: Mon, 27 Aug 2018 01:42:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e5482eb7-ee43-4700-8495-d436ee29f8a3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:42:33Z","is_default":false,"provider:segmentation_id":74,"name":"tenantnetwork1-net_13588ead-f962-4755-9a54-4d4d2b6c8a25","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:42:32Z","mtu":1450}} 2018-08-27 01:42:33,308 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1aeb1fb1-25b6-4de6-9ce9-49ff8c67f930 2018-08-27 01:42:33,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.67703700066s 2018-08-27 01:42:33,308 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1aeb1fb1-25b6-4de6-9ce9-49ff8c67f930 2018-08-27 01:42:33,309 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T01:42:33Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e5482eb7-ee43-4700-8495-d436ee29f8a3', u'provider:segmentation_id': 74, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_13588ead-f962-4755-9a54-4d4d2b6c8a25', u'admin_state_up': True, u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:42:32Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 01:42:33,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:42:33,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" 2018-08-27 01:42:34,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-942b2e46-c871-4efa-8c9f-c69977f1cb56 Date: Mon, 27 Aug 2018 01:42:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e5482eb7-ee43-4700-8495-d436ee29f8a3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:42:33Z","provider:segmentation_id":74,"name":"tenantnetwork1-net_13588ead-f962-4755-9a54-4d4d2b6c8a25","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:42:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:42:34,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-942b2e46-c871-4efa-8c9f-c69977f1cb56 2018-08-27 01:42:34,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.04813408852s 2018-08-27 01:42:34,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-942b2e46-c871-4efa-8c9f-c69977f1cb56 2018-08-27 01:42:34,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 01:42:34,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" -d '{"subnet": {"name": "tenantnetwork1-subnet_13588ead-f962-4755-9a54-4d4d2b6c8a25", "enable_dhcp": true, "network_id": "e5482eb7-ee43-4700-8495-d436ee29f8a3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 01:42:35,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-233fda0e-6705-4268-96ab-a85eed9ef447 Date: Mon, 27 Aug 2018 01:42:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5482eb7-ee43-4700-8495-d436ee29f8a3","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:42:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:42:35Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"af0b1226-ac1c-41a9-bd45-32b217217980","subnetpool_id":null,"name":"tenantnetwork1-subnet_13588ead-f962-4755-9a54-4d4d2b6c8a25"}} 2018-08-27 01:42:35,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-233fda0e-6705-4268-96ab-a85eed9ef447 2018-08-27 01:42:35,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.56999087334s 2018-08-27 01:42:35,930 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-233fda0e-6705-4268-96ab-a85eed9ef447 2018-08-27 01:42:35,931 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:42:35Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'af0b1226-ac1c-41a9-bd45-32b217217980', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_13588ead-f962-4755-9a54-4d4d2b6c8a25', u'enable_dhcp': True, u'network_id': u'e5482eb7-ee43-4700-8495-d436ee29f8a3', u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:42:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 01:42:35,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 01:42:35,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "tenantnetwork1-router_13588ead-f962-4755-9a54-4d4d2b6c8a25", "admin_state_up": true}}' 2018-08-27 01:42:38,465 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-b6b71c14-be06-422e-810d-9947ac7b8a64 Date: Mon, 27 Aug 2018 01:42:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:42:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T01:42:38Z", "revision_number": 2, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "30822d8e-3264-48c3-aab2-5bf9f9a827df", "name": "tenantnetwork1-router_13588ead-f962-4755-9a54-4d4d2b6c8a25"}} 2018-08-27 01:42:38,465 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b6b71c14-be06-422e-810d-9947ac7b8a64 2018-08-27 01:42:38,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.53420686722s 2018-08-27 01:42:38,466 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b6b71c14-be06-422e-810d-9947ac7b8a64 2018-08-27 01:42:38,466 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:42:36Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T01:42:38Z', u'revision_number': 2, u'routes': [], u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'id': u'30822d8e-3264-48c3-aab2-5bf9f9a827df', u'name': u'tenantnetwork1-router_13588ead-f962-4755-9a54-4d4d2b6c8a25'}) 2018-08-27 01:42:38,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 01:42:38,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/30822d8e-3264-48c3-aab2-5bf9f9a827df/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" -d '{"subnet_id": "af0b1226-ac1c-41a9-bd45-32b217217980"}' 2018-08-27 01:42:41,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cddebca0-5aff-4aca-818b-d7cf2404a6e3 Date: Mon, 27 Aug 2018 01:42:41 GMT RESP BODY: {"network_id": "e5482eb7-ee43-4700-8495-d436ee29f8a3", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "af0b1226-ac1c-41a9-bd45-32b217217980", "subnet_ids": ["af0b1226-ac1c-41a9-bd45-32b217217980"], "port_id": "ca81fc1b-8e78-49ed-833f-55c321b514f3", "id": "30822d8e-3264-48c3-aab2-5bf9f9a827df"} 2018-08-27 01:42:41,255 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/30822d8e-3264-48c3-aab2-5bf9f9a827df/add_router_interface.json used request id req-cddebca0-5aff-4aca-818b-d7cf2404a6e3 2018-08-27 01:42:41,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.78861498833s 2018-08-27 01:42:41,256 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/30822d8e-3264-48c3-aab2-5bf9f9a827df/add_router_interface.json used request id req-cddebca0-5aff-4aca-818b-d7cf2404a6e3 returning object 30822d8e-3264-48c3-aab2-5bf9f9a827df 2018-08-27 01:42:41,370 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:42:41,370 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:10 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-27 01:42:41,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 01:42:41,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/30822d8e-3264-48c3-aab2-5bf9f9a827df/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" -d '{"subnet_id": "af0b1226-ac1c-41a9-bd45-32b217217980"}' 2018-08-27 01:42:43,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-abe329c1-a353-4726-ba68-dfab49ca7af0 Date: Mon, 27 Aug 2018 01:42:43 GMT RESP BODY: {"network_id": "e5482eb7-ee43-4700-8495-d436ee29f8a3", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "af0b1226-ac1c-41a9-bd45-32b217217980", "subnet_ids": ["af0b1226-ac1c-41a9-bd45-32b217217980"], "port_id": "ca81fc1b-8e78-49ed-833f-55c321b514f3", "id": "30822d8e-3264-48c3-aab2-5bf9f9a827df"} 2018-08-27 01:42:43,735 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/30822d8e-3264-48c3-aab2-5bf9f9a827df/remove_router_interface.json used request id req-abe329c1-a353-4726-ba68-dfab49ca7af0 2018-08-27 01:42:43,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.35892295837s 2018-08-27 01:42:43,735 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/30822d8e-3264-48c3-aab2-5bf9f9a827df/remove_router_interface.json used request id req-abe329c1-a353-4726-ba68-dfab49ca7af0 returning object 30822d8e-3264-48c3-aab2-5bf9f9a827df 2018-08-27 01:42:43,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 01:42:43,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" 2018-08-27 01:42:44,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-07305d63-8856-454b-afd1-16e010fe3406 Date: Mon, 27 Aug 2018 01:42:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:42:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T01:42:42Z", "revision_number": 4, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "30822d8e-3264-48c3-aab2-5bf9f9a827df", "name": "tenantnetwork1-router_13588ead-f962-4755-9a54-4d4d2b6c8a25"}]} 2018-08-27 01:42:44,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-07305d63-8856-454b-afd1-16e010fe3406 2018-08-27 01:42:44,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.10116291046s 2018-08-27 01:42:44,837 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-07305d63-8856-454b-afd1-16e010fe3406 2018-08-27 01:42:44,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 01:42:44,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/30822d8e-3264-48c3-aab2-5bf9f9a827df.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" 2018-08-27 01:42:47,434 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ec146ff-16b5-4b5e-85cb-b6e32e9c0f4a Content-Length: 0 Date: Mon, 27 Aug 2018 01:42:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:42:47,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/30822d8e-3264-48c3-aab2-5bf9f9a827df.json used request id req-0ec146ff-16b5-4b5e-85cb-b6e32e9c0f4a 2018-08-27 01:42:47,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.59555006027s 2018-08-27 01:42:47,435 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/30822d8e-3264-48c3-aab2-5bf9f9a827df.json used request id req-0ec146ff-16b5-4b5e-85cb-b6e32e9c0f4a 2018-08-27 01:42:47,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:42:47,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" 2018-08-27 01:42:48,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-dde491a3-4a1d-418a-a023-5dfdfbf3572c Date: Mon, 27 Aug 2018 01:42:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5482eb7-ee43-4700-8495-d436ee29f8a3","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:42:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:42:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"af0b1226-ac1c-41a9-bd45-32b217217980","subnetpool_id":null,"name":"tenantnetwork1-subnet_13588ead-f962-4755-9a54-4d4d2b6c8a25"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 01:42:48,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-dde491a3-4a1d-418a-a023-5dfdfbf3572c 2018-08-27 01:42:48,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.11664199829s 2018-08-27 01:42:48,552 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-dde491a3-4a1d-418a-a023-5dfdfbf3572c 2018-08-27 01:42:48,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 01:42:48,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/af0b1226-ac1c-41a9-bd45-32b217217980.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" 2018-08-27 01:42:50,641 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-146796b6-63c4-446a-a0d4-1e9f2c549610 Date: Mon, 27 Aug 2018 01:42:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:42:50,641 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/af0b1226-ac1c-41a9-bd45-32b217217980.json used request id req-146796b6-63c4-446a-a0d4-1e9f2c549610 2018-08-27 01:42:50,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.08721113205s 2018-08-27 01:42:50,641 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/af0b1226-ac1c-41a9-bd45-32b217217980.json used request id req-146796b6-63c4-446a-a0d4-1e9f2c549610 2018-08-27 01:42:50,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:42:50,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" 2018-08-27 01:42:51,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-835f3951-2ba0-4265-9b54-b9fc76bd98d1 Date: Mon, 27 Aug 2018 01:42:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e5482eb7-ee43-4700-8495-d436ee29f8a3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:42:50Z","provider:segmentation_id":74,"name":"tenantnetwork1-net_13588ead-f962-4755-9a54-4d4d2b6c8a25","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:42:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:42:51,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-835f3951-2ba0-4265-9b54-b9fc76bd98d1 2018-08-27 01:42:51,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.16763401031s 2018-08-27 01:42:51,810 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-835f3951-2ba0-4265-9b54-b9fc76bd98d1 2018-08-27 01:42:51,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 01:42:51,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/e5482eb7-ee43-4700-8495-d436ee29f8a3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0a4f4d5a488a96ed683ed213ca918da63005690" 2018-08-27 01:42:53,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4f9c96b0-9590-442d-9d9d-9c5e5c9c3b89 Date: Mon, 27 Aug 2018 01:42:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:42:53,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e5482eb7-ee43-4700-8495-d436ee29f8a3.json used request id req-4f9c96b0-9590-442d-9d9d-9c5e5c9c3b89 2018-08-27 01:42:53,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.78348708153s 2018-08-27 01:42:53,595 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e5482eb7-ee43-4700-8495-d436ee29f8a3.json used request id req-4f9c96b0-9590-442d-9d9d-9c5e5c9c3b89 2018-08-27 01:42:53,644 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-27 01:42:53,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:42:53,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:42:53,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:42:53,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:42:53,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:42:53,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:42:53,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:42:53,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:42:53,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:42:53,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:42:53,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:42:53,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8b37c11-df01-41fa-b851-f46e108506be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:42:53,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b8b37c11-df01-41fa-b851-f46e108506be 2018-08-27 01:42:53,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:42:54,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:42:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["r2zhvWowQXu8azEMWq_5Rw"], "issued_at": "2018-08-27T01:42:54.000000Z"}} 2018-08-27 01:42:54,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:42:54,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:42:54,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c50ebad3-967c-43eb-8dde-ff5f0a69fe2e Date: Mon, 27 Aug 2018 01:42:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:42:54,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c50ebad3-967c-43eb-8dde-ff5f0a69fe2e 2018-08-27 01:42:54,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366217851639s 2018-08-27 01:42:54,461 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c50ebad3-967c-43eb-8dde-ff5f0a69fe2e 2018-08-27 01:42:54,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:42:54,469 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:42:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0a32470-55f6-426f-b87f-fa2966d93432 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 01:42:54,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-d0a32470-55f6-426f-b87f-fa2966d93432 2018-08-27 01:42:54,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:42:54,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:42:54,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927459b4-e990-4adb-afad-a9457caa1ad7 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 01:42:54,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-927459b4-e990-4adb-afad-a9457caa1ad7 2018-08-27 01:42:54,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.292985200882s 2018-08-27 01:42:54,763 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-927459b4-e990-4adb-afad-a9457caa1ad7 2018-08-27 01:42:54,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 01:42:54,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_b4891bd3-18ed-4a00-bb3a-142efad9be4f"}}' 2018-08-27 01:42:55,123 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:42:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fdb5249-2cf9-46c8-a247-21a4daed5658 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.26:5000/v3/projects/4392af7e7a0747e184901ac824beb6ef"}, "tags": [], "enabled": true, "id": "4392af7e7a0747e184901ac824beb6ef", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b4891bd3-18ed-4a00-bb3a-142efad9be4f"}} 2018-08-27 01:42:55,123 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5fdb5249-2cf9-46c8-a247-21a4daed5658 2018-08-27 01:42:55,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.352625846863s 2018-08-27 01:42:55,123 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5fdb5249-2cf9-46c8-a247-21a4daed5658 2018-08-27 01:42:55,124 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: tenantnetwork2', u'tags': [], 'enabled': True, 'id': u'4392af7e7a0747e184901ac824beb6ef', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'tenantnetwork2-project_b4891bd3-18ed-4a00-bb3a-142efad9be4f'}) 2018-08-27 01:42:55,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 01:42:55,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "13239568-ba7b-4e25-9c4c-b04218130b8f", "email": null, "name": "tenantnetwork2-user_b4891bd3-18ed-4a00-bb3a-142efad9be4f"}}' 2018-08-27 01:42:55,671 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3571f97-4b3b-4ee0-bee4-d769a61e2c3a Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_b4891bd3-18ed-4a00-bb3a-142efad9be4f", "links": {"self": "http://172.30.9.26:5000/v3/users/e8f4808ea88d49edbede42e3f30198da"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8f4808ea88d49edbede42e3f30198da", "domain_id": "default", "password_expires_at": null}} 2018-08-27 01:42:55,671 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-c3571f97-4b3b-4ee0-bee4-d769a61e2c3a 2018-08-27 01:42:55,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.540644884109s 2018-08-27 01:42:55,671 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-c3571f97-4b3b-4ee0-bee4-d769a61e2c3a 2018-08-27 01:42:55,672 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e8f4808ea88d49edbede42e3f30198da', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_b4891bd3-18ed-4a00-bb3a-142efad9be4f'}) 2018-08-27 01:42:55,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:42:55,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:42:55,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9736ed1e-edd2-4c00-8ffd-53acf639c3cb Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:42:55,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9736ed1e-edd2-4c00-8ffd-53acf639c3cb 2018-08-27 01:42:55,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.27184009552s 2018-08-27 01:42:55,947 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9736ed1e-edd2-4c00-8ffd-53acf639c3cb 2018-08-27 01:42:55,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:42:55,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:42:56,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdb7ad27-f8d6-40f0-a316-a61d7521b4b5 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:42:56,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cdb7ad27-f8d6-40f0-a316-a61d7521b4b5 2018-08-27 01:42:56,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.219534873962s 2018-08-27 01:42:56,172 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cdb7ad27-f8d6-40f0-a316-a61d7521b4b5 2018-08-27 01:42:56,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:42:56,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:42:56,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73f78411-269c-4413-a9a6-cef93f1b96c5 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:42:56,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-73f78411-269c-4413-a9a6-cef93f1b96c5 2018-08-27 01:42:56,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.211534023285s 2018-08-27 01:42:56,388 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-73f78411-269c-4413-a9a6-cef93f1b96c5 2018-08-27 01:42:56,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:42:56,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:42:56,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8adfd5d-6c73-4f24-9224-94fea071d970 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 01:42:56,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-c8adfd5d-6c73-4f24-9224-94fea071d970 2018-08-27 01:42:56,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.305810928345s 2018-08-27 01:42:56,699 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-c8adfd5d-6c73-4f24-9224-94fea071d970 2018-08-27 01:42:56,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:42:56,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:42:57,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e917650-be5a-4ce0-b8a2-1a4faa481064 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_b4891bd3-18ed-4a00-bb3a-142efad9be4f", "links": {"self": "http://172.30.9.26:5000/v3/users/e8f4808ea88d49edbede42e3f30198da"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8f4808ea88d49edbede42e3f30198da", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:42:57,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8e917650-be5a-4ce0-b8a2-1a4faa481064 2018-08-27 01:42:57,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.32529091835s 2018-08-27 01:42:57,025 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8e917650-be5a-4ce0-b8a2-1a4faa481064 2018-08-27 01:42:57,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:42:57,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:42:57,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e560537-b9aa-41ca-bc1c-19e1223963d9 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.26:5000/v3/projects/4392af7e7a0747e184901ac824beb6ef"}, "tags": [], "enabled": true, "id": "4392af7e7a0747e184901ac824beb6ef", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b4891bd3-18ed-4a00-bb3a-142efad9be4f"}]} 2018-08-27 01:42:57,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-5e560537-b9aa-41ca-bc1c-19e1223963d9 2018-08-27 01:42:57,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196280956268s 2018-08-27 01:42:57,234 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-5e560537-b9aa-41ca-bc1c-19e1223963d9 2018-08-27 01:42:57,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 01:42:57,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=e8f4808ea88d49edbede42e3f30198da&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=4392af7e7a0747e184901ac824beb6ef" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:42:57,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a347279-85ef-4bd7-8c90-3b06db0addb2 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=e8f4808ea88d49edbede42e3f30198da&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=4392af7e7a0747e184901ac824beb6ef", "previous": null, "next": null}} 2018-08-27 01:42:57,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=e8f4808ea88d49edbede42e3f30198da&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=4392af7e7a0747e184901ac824beb6ef used request id req-0a347279-85ef-4bd7-8c90-3b06db0addb2 2018-08-27 01:42:57,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.196537017822s 2018-08-27 01:42:57,438 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=e8f4808ea88d49edbede42e3f30198da&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=4392af7e7a0747e184901ac824beb6ef used request id req-0a347279-85ef-4bd7-8c90-3b06db0addb2 2018-08-27 01:42:57,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 01:42:57,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/4392af7e7a0747e184901ac824beb6ef/users/e8f4808ea88d49edbede42e3f30198da/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:42:57,636 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:42:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8171dc39-f60c-4a13-b8b6-7390d3ac8553 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:42:57,636 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/4392af7e7a0747e184901ac824beb6ef/users/e8f4808ea88d49edbede42e3f30198da/roles/565edadc366246ae845471a412ad99ed used request id req-8171dc39-f60c-4a13-b8b6-7390d3ac8553 2018-08-27 01:42:57,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.19508099556s 2018-08-27 01:42:57,637 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/4392af7e7a0747e184901ac824beb6ef/users/e8f4808ea88d49edbede42e3f30198da/roles/565edadc366246ae845471a412ad99ed used request id req-8171dc39-f60c-4a13-b8b6-7390d3ac8553 2018-08-27 01:42:57,637 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_b4891bd3-18ed-4a00-bb3a-142efad9be4f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'4392af7e7a0747e184901ac824beb6ef', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '13239568-ba7b-4e25-9c4c-b04218130b8f', 'username': u'tenantnetwork2-user_b4891bd3-18ed-4a00-bb3a-142efad9be4f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 01:42:57,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:42:57,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:42:57,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:42:57,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:42:57,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:42:57,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:42:57,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:42:57,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:42:57,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:42:57,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:42:57,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:42:57,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:42:57,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:42:57,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:42:57,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:42:57,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:42:57,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:42:57,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:42:57,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:42:57,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:42:57,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:42:57,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:42:57,642 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_b4891bd3-18ed-4a00-bb3a-142efad9be4f', 'password': '13239568-ba7b-4e25-9c4c-b04218130b8f', 'project_name': 'tenantnetwork2-project_b4891bd3-18ed-4a00-bb3a-142efad9be4f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '4392af7e7a0747e184901ac824beb6ef', 'project_domain_name': 'Default'} 2018-08-27 01:42:57,643 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-27 01:42:57,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:42:57,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7984a2c-dd1b-4583-bc41-cb3336b76b46 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:42:57,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b7984a2c-dd1b-4583-bc41-cb3336b76b46 2018-08-27 01:42:57,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:42:58,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:42:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4392af7e7a0747e184901ac824beb6ef", "name": "tenantnetwork2-project_b4891bd3-18ed-4a00-bb3a-142efad9be4f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4392af7e7a0747e184901ac824beb6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/4392af7e7a0747e184901ac824beb6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/4392af7e7a0747e184901ac824beb6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4392af7e7a0747e184901ac824beb6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_4392af7e7a0747e184901ac824beb6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4392af7e7a0747e184901ac824beb6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/4392af7e7a0747e184901ac824beb6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/4392af7e7a0747e184901ac824beb6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4392af7e7a0747e184901ac824beb6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/4392af7e7a0747e184901ac824beb6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/4392af7e7a0747e184901ac824beb6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/4392af7e7a0747e184901ac824beb6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/4392af7e7a0747e184901ac824beb6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/4392af7e7a0747e184901ac824beb6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_b4891bd3-18ed-4a00-bb3a-142efad9be4f", "id": "e8f4808ea88d49edbede42e3f30198da"}, "audit_ids": ["Ke655Vn6TOeYLk45PqdXnw"], "issued_at": "2018-08-27T01:42:58.000000Z"}} 2018-08-27 01:42:58,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 01:42:58,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" -d '{"network": {"name": "tenantnetwork2-net_b4891bd3-18ed-4a00-bb3a-142efad9be4f", "admin_state_up": true}}' 2018-08-27 01:42:58,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-54cf28fe-168b-4f8d-a1ba-184cfa304629 Date: Mon, 27 Aug 2018 01:42:59 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4392af7e7a0747e184901ac824beb6ef","created_at":"2018-08-27T01:42:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T01:42:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4392af7e7a0747e184901ac824beb6ef","id":"87936214-a136-47a1-9333-566e7e54992a","name":"tenantnetwork2-net_b4891bd3-18ed-4a00-bb3a-142efad9be4f"}} 2018-08-27 01:42:58,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-54cf28fe-168b-4f8d-a1ba-184cfa304629 2018-08-27 01:42:58,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.772391080856s 2018-08-27 01:42:58,817 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-54cf28fe-168b-4f8d-a1ba-184cfa304629 2018-08-27 01:42:58,817 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:42:58Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'87936214-a136-47a1-9333-566e7e54992a', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_b4891bd3-18ed-4a00-bb3a-142efad9be4f', u'admin_state_up': True, u'tenant_id': u'4392af7e7a0747e184901ac824beb6ef', u'created_at': u'2018-08-27T01:42:58Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4392af7e7a0747e184901ac824beb6ef'}) 2018-08-27 01:42:58,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:42:58,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" 2018-08-27 01:42:59,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-c02ab32d-28aa-4da4-959e-a6d198fe81d3 Date: Mon, 27 Aug 2018 01:42:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:42:58Z","tenant_id":"4392af7e7a0747e184901ac824beb6ef","created_at":"2018-08-27T01:42:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"4392af7e7a0747e184901ac824beb6ef","id":"87936214-a136-47a1-9333-566e7e54992a","name":"tenantnetwork2-net_b4891bd3-18ed-4a00-bb3a-142efad9be4f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:42:59,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c02ab32d-28aa-4da4-959e-a6d198fe81d3 2018-08-27 01:42:59,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.711156845093s 2018-08-27 01:42:59,529 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c02ab32d-28aa-4da4-959e-a6d198fe81d3 2018-08-27 01:42:59,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 01:42:59,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" -d '{"subnet": {"name": "tenantnetwork2-subnet_b4891bd3-18ed-4a00-bb3a-142efad9be4f", "enable_dhcp": true, "network_id": "87936214-a136-47a1-9333-566e7e54992a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 01:43:01,468 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1304d2fc-3f86-40e1-915d-779ead740049 Date: Mon, 27 Aug 2018 01:43:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"87936214-a136-47a1-9333-566e7e54992a","tenant_id":"4392af7e7a0747e184901ac824beb6ef","created_at":"2018-08-27T01:43:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:43:01Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"4392af7e7a0747e184901ac824beb6ef","id":"d1427e08-65e3-45ea-8a5e-8e341343dbee","subnetpool_id":null,"name":"tenantnetwork2-subnet_b4891bd3-18ed-4a00-bb3a-142efad9be4f"}} 2018-08-27 01:43:01,468 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-1304d2fc-3f86-40e1-915d-779ead740049 2018-08-27 01:43:01,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.93707609177s 2018-08-27 01:43:01,468 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-1304d2fc-3f86-40e1-915d-779ead740049 2018-08-27 01:43:01,469 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:43:01Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'd1427e08-65e3-45ea-8a5e-8e341343dbee', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_b4891bd3-18ed-4a00-bb3a-142efad9be4f', u'enable_dhcp': True, u'network_id': u'87936214-a136-47a1-9333-566e7e54992a', u'tenant_id': u'4392af7e7a0747e184901ac824beb6ef', u'created_at': u'2018-08-27T01:43:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4392af7e7a0747e184901ac824beb6ef'}) 2018-08-27 01:43:01,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 01:43:01,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "tenantnetwork2-router_b4891bd3-18ed-4a00-bb3a-142efad9be4f", "admin_state_up": true}}' 2018-08-27 01:43:03,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-b82f2948-5b03-4257-8845-96b1964abef2 Date: Mon, 27 Aug 2018 01:43:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "created_at": "2018-08-27T01:43:02Z", "admin_state_up": true, "updated_at": "2018-08-27T01:43:03Z", "revision_number": 2, "routes": [], "project_id": "4392af7e7a0747e184901ac824beb6ef", "id": "0257e388-3e9c-4bdc-8a76-b1567c2ea346", "name": "tenantnetwork2-router_b4891bd3-18ed-4a00-bb3a-142efad9be4f"}} 2018-08-27 01:43:03,190 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b82f2948-5b03-4257-8845-96b1964abef2 2018-08-27 01:43:03,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.72026896477s 2018-08-27 01:43:03,190 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b82f2948-5b03-4257-8845-96b1964abef2 2018-08-27 01:43:03,190 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4392af7e7a0747e184901ac824beb6ef', u'created_at': u'2018-08-27T01:43:02Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T01:43:03Z', u'revision_number': 2, u'routes': [], u'project_id': u'4392af7e7a0747e184901ac824beb6ef', u'id': u'0257e388-3e9c-4bdc-8a76-b1567c2ea346', u'name': u'tenantnetwork2-router_b4891bd3-18ed-4a00-bb3a-142efad9be4f'}) 2018-08-27 01:43:03,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 01:43:03,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/0257e388-3e9c-4bdc-8a76-b1567c2ea346/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" -d '{"subnet_id": "d1427e08-65e3-45ea-8a5e-8e341343dbee"}' 2018-08-27 01:43:06,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ef4bfc0f-1473-4bca-a9f1-2d4c83b15622 Date: Mon, 27 Aug 2018 01:43:06 GMT RESP BODY: {"network_id": "87936214-a136-47a1-9333-566e7e54992a", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "subnet_id": "d1427e08-65e3-45ea-8a5e-8e341343dbee", "subnet_ids": ["d1427e08-65e3-45ea-8a5e-8e341343dbee"], "port_id": "f237ed61-18d6-47de-aeed-8acf7cfeb8a7", "id": "0257e388-3e9c-4bdc-8a76-b1567c2ea346"} 2018-08-27 01:43:06,594 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/0257e388-3e9c-4bdc-8a76-b1567c2ea346/add_router_interface.json used request id req-ef4bfc0f-1473-4bca-a9f1-2d4c83b15622 2018-08-27 01:43:06,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.40333604813s 2018-08-27 01:43:06,595 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/0257e388-3e9c-4bdc-8a76-b1567c2ea346/add_router_interface.json used request id req-ef4bfc0f-1473-4bca-a9f1-2d4c83b15622 returning object 0257e388-3e9c-4bdc-8a76-b1567c2ea346 2018-08-27 01:43:06,708 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:43:06,709 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-27 01:43:06,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 01:43:06,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/0257e388-3e9c-4bdc-8a76-b1567c2ea346/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" -d '{"subnet_id": "d1427e08-65e3-45ea-8a5e-8e341343dbee"}' 2018-08-27 01:43:09,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d09071a1-c1fa-440e-91e5-a5fabe5eb370 Date: Mon, 27 Aug 2018 01:43:09 GMT RESP BODY: {"network_id": "87936214-a136-47a1-9333-566e7e54992a", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "subnet_id": "d1427e08-65e3-45ea-8a5e-8e341343dbee", "subnet_ids": ["d1427e08-65e3-45ea-8a5e-8e341343dbee"], "port_id": "f237ed61-18d6-47de-aeed-8acf7cfeb8a7", "id": "0257e388-3e9c-4bdc-8a76-b1567c2ea346"} 2018-08-27 01:43:09,483 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/0257e388-3e9c-4bdc-8a76-b1567c2ea346/remove_router_interface.json used request id req-d09071a1-c1fa-440e-91e5-a5fabe5eb370 2018-08-27 01:43:09,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.76915407181s 2018-08-27 01:43:09,484 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/0257e388-3e9c-4bdc-8a76-b1567c2ea346/remove_router_interface.json used request id req-d09071a1-c1fa-440e-91e5-a5fabe5eb370 returning object 0257e388-3e9c-4bdc-8a76-b1567c2ea346 2018-08-27 01:43:09,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 01:43:09,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" 2018-08-27 01:43:10,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-66fb3843-9dad-40ae-8589-5ff38244af80 Date: Mon, 27 Aug 2018 01:43:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "created_at": "2018-08-27T01:43:02Z", "admin_state_up": true, "updated_at": "2018-08-27T01:43:08Z", "revision_number": 4, "routes": [], "project_id": "4392af7e7a0747e184901ac824beb6ef", "id": "0257e388-3e9c-4bdc-8a76-b1567c2ea346", "name": "tenantnetwork2-router_b4891bd3-18ed-4a00-bb3a-142efad9be4f"}]} 2018-08-27 01:43:10,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-66fb3843-9dad-40ae-8589-5ff38244af80 2018-08-27 01:43:10,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.07458400726s 2018-08-27 01:43:10,559 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-66fb3843-9dad-40ae-8589-5ff38244af80 2018-08-27 01:43:10,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 01:43:10,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/0257e388-3e9c-4bdc-8a76-b1567c2ea346.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" 2018-08-27 01:43:12,725 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47ccf1da-5566-4a25-b66c-38334be97aff Content-Length: 0 Date: Mon, 27 Aug 2018 01:43:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:43:12,725 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/0257e388-3e9c-4bdc-8a76-b1567c2ea346.json used request id req-47ccf1da-5566-4a25-b66c-38334be97aff 2018-08-27 01:43:12,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.16473698616s 2018-08-27 01:43:12,725 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/0257e388-3e9c-4bdc-8a76-b1567c2ea346.json used request id req-47ccf1da-5566-4a25-b66c-38334be97aff 2018-08-27 01:43:12,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:43:12,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" 2018-08-27 01:43:13,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-44958adb-3258-4842-934a-2613133b6e23 Date: Mon, 27 Aug 2018 01:43:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"87936214-a136-47a1-9333-566e7e54992a","tenant_id":"4392af7e7a0747e184901ac824beb6ef","created_at":"2018-08-27T01:43:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:43:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"4392af7e7a0747e184901ac824beb6ef","id":"d1427e08-65e3-45ea-8a5e-8e341343dbee","subnetpool_id":null,"name":"tenantnetwork2-subnet_b4891bd3-18ed-4a00-bb3a-142efad9be4f"}]} 2018-08-27 01:43:13,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-44958adb-3258-4842-934a-2613133b6e23 2018-08-27 01:43:13,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.31710100174s 2018-08-27 01:43:13,043 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-44958adb-3258-4842-934a-2613133b6e23 2018-08-27 01:43:13,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 01:43:13,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/d1427e08-65e3-45ea-8a5e-8e341343dbee.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" 2018-08-27 01:43:16,235 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-882d7ec3-01da-4120-8f30-357f09cd39ab Date: Mon, 27 Aug 2018 01:43:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:43:16,235 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d1427e08-65e3-45ea-8a5e-8e341343dbee.json used request id req-882d7ec3-01da-4120-8f30-357f09cd39ab 2018-08-27 01:43:16,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.1906580925s 2018-08-27 01:43:16,236 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d1427e08-65e3-45ea-8a5e-8e341343dbee.json used request id req-882d7ec3-01da-4120-8f30-357f09cd39ab 2018-08-27 01:43:16,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:43:16,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" 2018-08-27 01:43:16,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-d7f1d231-bf3f-4306-8871-eaa36fa87ce3 Date: Mon, 27 Aug 2018 01:43:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:43:16Z","tenant_id":"4392af7e7a0747e184901ac824beb6ef","created_at":"2018-08-27T01:42:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4392af7e7a0747e184901ac824beb6ef","id":"87936214-a136-47a1-9333-566e7e54992a","name":"tenantnetwork2-net_b4891bd3-18ed-4a00-bb3a-142efad9be4f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:43:16,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d7f1d231-bf3f-4306-8871-eaa36fa87ce3 2018-08-27 01:43:16,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.389017105103s 2018-08-27 01:43:16,625 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d7f1d231-bf3f-4306-8871-eaa36fa87ce3 2018-08-27 01:43:16,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 01:43:16,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/87936214-a136-47a1-9333-566e7e54992a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}337eaadba7277679d90c4f32c98d4bd368647df7" 2018-08-27 01:43:18,587 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dc4c6bc1-6f5e-4ed1-9067-522e6cb0099b Date: Mon, 27 Aug 2018 01:43:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:43:18,587 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/87936214-a136-47a1-9333-566e7e54992a.json used request id req-dc4c6bc1-6f5e-4ed1-9067-522e6cb0099b 2018-08-27 01:43:18,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.96034908295s 2018-08-27 01:43:18,587 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/87936214-a136-47a1-9333-566e7e54992a.json used request id req-dc4c6bc1-6f5e-4ed1-9067-522e6cb0099b 2018-08-27 01:43:18,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:43:18,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:43:18,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-089684ec-7f41-423f-86a7-96d1eccb523a Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_b4891bd3-18ed-4a00-bb3a-142efad9be4f", "links": {"self": "http://172.30.9.26:5000/v3/users/e8f4808ea88d49edbede42e3f30198da"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8f4808ea88d49edbede42e3f30198da", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:43:18,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-089684ec-7f41-423f-86a7-96d1eccb523a 2018-08-27 01:43:18,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220820903778s 2018-08-27 01:43:18,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-089684ec-7f41-423f-86a7-96d1eccb523a 2018-08-27 01:43:18,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:43:18,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/e8f4808ea88d49edbede42e3f30198da -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:43:19,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d59ec36-2d35-41eb-a537-402c5d6ceff4 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_b4891bd3-18ed-4a00-bb3a-142efad9be4f", "links": {"self": "http://172.30.9.26:5000/v3/users/e8f4808ea88d49edbede42e3f30198da"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e8f4808ea88d49edbede42e3f30198da", "description": null}} 2018-08-27 01:43:19,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e8f4808ea88d49edbede42e3f30198da used request id req-2d59ec36-2d35-41eb-a537-402c5d6ceff4 2018-08-27 01:43:19,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20307302475s 2018-08-27 01:43:19,018 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e8f4808ea88d49edbede42e3f30198da used request id req-2d59ec36-2d35-41eb-a537-402c5d6ceff4 2018-08-27 01:43:19,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 01:43:19,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/e8f4808ea88d49edbede42e3f30198da -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:43:19,485 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31c82b46-b820-4baf-a693-465da107df56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:43:19,485 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e8f4808ea88d49edbede42e3f30198da used request id req-31c82b46-b820-4baf-a693-465da107df56 2018-08-27 01:43:19,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.466570854187s 2018-08-27 01:43:19,485 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e8f4808ea88d49edbede42e3f30198da used request id req-31c82b46-b820-4baf-a693-465da107df56 2018-08-27 01:43:19,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:43:19,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:43:19,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-483ab4de-f87b-41c8-a4d6-794175b03f07 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.26:5000/v3/projects/4392af7e7a0747e184901ac824beb6ef"}, "tags": [], "enabled": true, "id": "4392af7e7a0747e184901ac824beb6ef", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b4891bd3-18ed-4a00-bb3a-142efad9be4f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 01:43:19,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-483ab4de-f87b-41c8-a4d6-794175b03f07 2018-08-27 01:43:19,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.212872982025s 2018-08-27 01:43:19,704 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-483ab4de-f87b-41c8-a4d6-794175b03f07 2018-08-27 01:43:19,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 01:43:19,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/4392af7e7a0747e184901ac824beb6ef -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cadd7982a9ef89d52f54e499060cbd846356fa54" 2018-08-27 01:43:20,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fafa61f9-4849-4678-a956-bd2ca3133689 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:43:20,009 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/4392af7e7a0747e184901ac824beb6ef used request id req-fafa61f9-4849-4678-a956-bd2ca3133689 2018-08-27 01:43:20,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.300616025925s 2018-08-27 01:43:20,009 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/4392af7e7a0747e184901ac824beb6ef used request id req-fafa61f9-4849-4678-a956-bd2ca3133689 2018-08-27 01:43:20,061 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-27 01:43:20,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:43:20,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:43:20,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:43:20,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:43:20,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:43:20,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:43:20,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:43:20,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:43:20,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:43:20,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6a3da0-38ab-4c9e-87fd-e2f45bee786a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:43:20,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ef6a3da0-38ab-4c9e-87fd-e2f45bee786a 2018-08-27 01:43:20,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:43:20,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:43:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["gK5VvrIyTdmfT7Jp18okpQ"], "issued_at": "2018-08-27T01:43:20.000000Z"}} 2018-08-27 01:43:20,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:43:20,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:20,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8b6e13e3-8d80-49cf-b05a-08f9a74e1d4a Date: Mon, 27 Aug 2018 01:43:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:43:20,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8b6e13e3-8d80-49cf-b05a-08f9a74e1d4a 2018-08-27 01:43:20,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.372137069702s 2018-08-27 01:43:20,921 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8b6e13e3-8d80-49cf-b05a-08f9a74e1d4a 2018-08-27 01:43:20,922 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-27 01:43:20,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 01:43:20,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" -d '{"network": {"name": "vmready1-net_f5c748e9-d782-4f71-893e-78f5b709c5c2", "admin_state_up": true}}' 2018-08-27 01:43:22,169 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-27d0014e-2539-4412-99f2-0305d5ed1ed5 Date: Mon, 27 Aug 2018 01:43:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ab10bd76-2f88-4285-9ce3-be4b0e2e3c86","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:43:21Z","is_default":false,"provider:segmentation_id":48,"name":"vmready1-net_f5c748e9-d782-4f71-893e-78f5b709c5c2","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:43:21Z","mtu":1450}} 2018-08-27 01:43:22,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-27d0014e-2539-4412-99f2-0305d5ed1ed5 2018-08-27 01:43:22,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.24721598625s 2018-08-27 01:43:22,170 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-27d0014e-2539-4412-99f2-0305d5ed1ed5 2018-08-27 01:43:22,171 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T01:43:21Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'ab10bd76-2f88-4285-9ce3-be4b0e2e3c86', u'provider:segmentation_id': 48, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_f5c748e9-d782-4f71-893e-78f5b709c5c2', u'admin_state_up': True, u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:43:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 01:43:22,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:43:22,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:22,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-dd57240b-639d-4fd2-97e4-803850e1f89d Date: Mon, 27 Aug 2018 01:43:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ab10bd76-2f88-4285-9ce3-be4b0e2e3c86","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:43:21Z","provider:segmentation_id":48,"name":"vmready1-net_f5c748e9-d782-4f71-893e-78f5b709c5c2","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:43:21Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:43:22,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-dd57240b-639d-4fd2-97e4-803850e1f89d 2018-08-27 01:43:22,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366941213608s 2018-08-27 01:43:22,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-dd57240b-639d-4fd2-97e4-803850e1f89d 2018-08-27 01:43:22,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 01:43:22,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" -d '{"subnet": {"name": "vmready1-subnet_f5c748e9-d782-4f71-893e-78f5b709c5c2", "enable_dhcp": true, "network_id": "ab10bd76-2f88-4285-9ce3-be4b0e2e3c86", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 01:43:23,295 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b37cde2e-9f61-4d81-975b-ca8054fdbf3b Date: Mon, 27 Aug 2018 01:43:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab10bd76-2f88-4285-9ce3-be4b0e2e3c86","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:43:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:43:23Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"591f7614-8ad4-45ab-ae87-87ad5e5356e6","subnetpool_id":null,"name":"vmready1-subnet_f5c748e9-d782-4f71-893e-78f5b709c5c2"}} 2018-08-27 01:43:23,295 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b37cde2e-9f61-4d81-975b-ca8054fdbf3b 2018-08-27 01:43:23,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.755112886429s 2018-08-27 01:43:23,296 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b37cde2e-9f61-4d81-975b-ca8054fdbf3b 2018-08-27 01:43:23,296 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:43:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'591f7614-8ad4-45ab-ae87-87ad5e5356e6', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_f5c748e9-d782-4f71-893e-78f5b709c5c2', u'enable_dhcp': True, u'network_id': u'ab10bd76-2f88-4285-9ce3-be4b0e2e3c86', u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:43:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 01:43:23,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 01:43:23,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "vmready1-router_f5c748e9-d782-4f71-893e-78f5b709c5c2", "admin_state_up": true}}' 2018-08-27 01:43:24,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-89973a22-6e5b-4832-a4a1-e7cde690023b Date: Mon, 27 Aug 2018 01:43:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:43:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T01:43:24Z", "revision_number": 2, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "b21789a0-5095-4753-a95e-254351e250d0", "name": "vmready1-router_f5c748e9-d782-4f71-893e-78f5b709c5c2"}} 2018-08-27 01:43:24,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-89973a22-6e5b-4832-a4a1-e7cde690023b 2018-08-27 01:43:24,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.62343096733s 2018-08-27 01:43:24,921 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-89973a22-6e5b-4832-a4a1-e7cde690023b 2018-08-27 01:43:24,921 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:43:23Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T01:43:24Z', u'revision_number': 2, u'routes': [], u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'id': u'b21789a0-5095-4753-a95e-254351e250d0', u'name': u'vmready1-router_f5c748e9-d782-4f71-893e-78f5b709c5c2'}) 2018-08-27 01:43:24,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 01:43:24,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/b21789a0-5095-4753-a95e-254351e250d0/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" -d '{"subnet_id": "591f7614-8ad4-45ab-ae87-87ad5e5356e6"}' 2018-08-27 01:43:28,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-24f63e6a-2ece-4292-8c1b-49cb4efc4d8f Date: Mon, 27 Aug 2018 01:43:28 GMT RESP BODY: {"network_id": "ab10bd76-2f88-4285-9ce3-be4b0e2e3c86", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "591f7614-8ad4-45ab-ae87-87ad5e5356e6", "subnet_ids": ["591f7614-8ad4-45ab-ae87-87ad5e5356e6"], "port_id": "d779da43-e864-4eca-b201-784c0e9d548d", "id": "b21789a0-5095-4753-a95e-254351e250d0"} 2018-08-27 01:43:28,174 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b21789a0-5095-4753-a95e-254351e250d0/add_router_interface.json used request id req-24f63e6a-2ece-4292-8c1b-49cb4efc4d8f 2018-08-27 01:43:28,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.25198101997s 2018-08-27 01:43:28,174 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b21789a0-5095-4753-a95e-254351e250d0/add_router_interface.json used request id req-24f63e6a-2ece-4292-8c1b-49cb4efc4d8f returning object b21789a0-5095-4753-a95e-254351e250d0 2018-08-27 01:43:28,174 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 01:43:28,302 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 01:43:28,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:43:28,308 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 01:43:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 01:43:28,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:43:28,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:29,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b19235cf-3d68-40a9-81d2-8fd1f0251f95 Date: Mon, 27 Aug 2018 01:43:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:43:29,095 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b19235cf-3d68-40a9-81d2-8fd1f0251f95 2018-08-27 01:43:29,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.78289103508s 2018-08-27 01:43:29,096 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b19235cf-3d68-40a9-81d2-8fd1f0251f95 2018-08-27 01:43:29,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 01:43:29,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2"}' 2018-08-27 01:43:29,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4bfbee9d-5472-4a1d-ba0a-9c5c456d78d8 Date: Mon, 27 Aug 2018 01:43:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:43:29Z", "file": "/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "e0c3e44c-94a6-47f5-8428-a4515c79edeb", "size": null, "self": "/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2", "checksum": null, "created_at": "2018-08-27T01:43:29Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 01:43:29,916 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4bfbee9d-5472-4a1d-ba0a-9c5c456d78d8 2018-08-27 01:43:29,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.811717033386s 2018-08-27 01:43:29,916 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4bfbee9d-5472-4a1d-ba0a-9c5c456d78d8 returning object e0c3e44c-94a6-47f5-8428-a4515c79edeb 2018-08-27 01:43:29,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 01:43:29,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" -d '' 2018-08-27 01:43:33,923 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-176f4879-38c4-4f0e-86aa-468ab553838e Date: Mon, 27 Aug 2018 01:43:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:43:33,923 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/file used request id req-176f4879-38c4-4f0e-86aa-468ab553838e 2018-08-27 01:43:33,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.00676107407s 2018-08-27 01:43:33,924 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/file used request id req-176f4879-38c4-4f0e-86aa-468ab553838e 2018-08-27 01:43:33,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:43:33,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:34,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-57f385b1-1fda-4a94-98cc-4361a794a4d7 Date: Mon, 27 Aug 2018 01:43:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:43:33Z", "file": "/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "e0c3e44c-94a6-47f5-8428-a4515c79edeb", "size": 12716032, "self": "/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:43:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:43:34,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-57f385b1-1fda-4a94-98cc-4361a794a4d7 2018-08-27 01:43:34,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.761736869812s 2018-08-27 01:43:34,690 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-57f385b1-1fda-4a94-98cc-4361a794a4d7 2018-08-27 01:43:34,692 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'e0c3e44c-94a6-47f5-8428-a4515c79edeb', 'size': 12716032, u'self': u'/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T01:43:33Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T01:43:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2', 'created': u'2018-08-27T01:43:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T01:43:29Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 01:43:34,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 01:43:34,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_f5c748e9-d782-4f71-893e-78f5b709c5c2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 01:43:35,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a96a9171-fed6-4c2c-b318-3e64363c36ca x-compute-request-id: req-a96a9171-fed6-4c2c-b318-3e64363c36ca Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_f5c748e9-d782-4f71-893e-78f5b709c5c2", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/063774da-a6ca-4406-afd5-81e25b053149", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/063774da-a6ca-4406-afd5-81e25b053149", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "063774da-a6ca-4406-afd5-81e25b053149"}} 2018-08-27 01:43:35,383 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a96a9171-fed6-4c2c-b318-3e64363c36ca 2018-08-27 01:43:35,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.689903974533s 2018-08-27 01:43:35,383 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a96a9171-fed6-4c2c-b318-3e64363c36ca 2018-08-27 01:43:35,384 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_f5c748e9-d782-4f71-893e-78f5b709c5c2', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'063774da-a6ca-4406-afd5-81e25b053149', 'swap': 0}) 2018-08-27 01:43:35,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 01:43:35,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/063774da-a6ca-4406-afd5-81e25b053149/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" -d '{"extra_specs": {}}' 2018-08-27 01:43:35,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9fccf011-ec0a-401e-92b7-1dca00d8839c x-compute-request-id: req-9fccf011-ec0a-401e-92b7-1dca00d8839c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 01:43:35,408 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/063774da-a6ca-4406-afd5-81e25b053149/os-extra_specs used request id req-9fccf011-ec0a-401e-92b7-1dca00d8839c 2018-08-27 01:43:35,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0237560272217s 2018-08-27 01:43:35,409 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/063774da-a6ca-4406-afd5-81e25b053149/os-extra_specs used request id req-9fccf011-ec0a-401e-92b7-1dca00d8839c 2018-08-27 01:43:35,514 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:43:35,514 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 01:43:35,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 01:43:35,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/b21789a0-5095-4753-a95e-254351e250d0/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" -d '{"subnet_id": "591f7614-8ad4-45ab-ae87-87ad5e5356e6"}' 2018-08-27 01:43:38,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3d7eccf6-8012-49d1-8138-99769efe0376 Date: Mon, 27 Aug 2018 01:43:38 GMT RESP BODY: {"network_id": "ab10bd76-2f88-4285-9ce3-be4b0e2e3c86", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "591f7614-8ad4-45ab-ae87-87ad5e5356e6", "subnet_ids": ["591f7614-8ad4-45ab-ae87-87ad5e5356e6"], "port_id": "d779da43-e864-4eca-b201-784c0e9d548d", "id": "b21789a0-5095-4753-a95e-254351e250d0"} 2018-08-27 01:43:38,254 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b21789a0-5095-4753-a95e-254351e250d0/remove_router_interface.json used request id req-3d7eccf6-8012-49d1-8138-99769efe0376 2018-08-27 01:43:38,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.73434686661s 2018-08-27 01:43:38,254 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b21789a0-5095-4753-a95e-254351e250d0/remove_router_interface.json used request id req-3d7eccf6-8012-49d1-8138-99769efe0376 returning object b21789a0-5095-4753-a95e-254351e250d0 2018-08-27 01:43:38,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 01:43:38,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:39,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-da9df64a-6e98-440f-836f-220003d4d602 Date: Mon, 27 Aug 2018 01:43:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:43:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T01:43:37Z", "revision_number": 4, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "b21789a0-5095-4753-a95e-254351e250d0", "name": "vmready1-router_f5c748e9-d782-4f71-893e-78f5b709c5c2"}]} 2018-08-27 01:43:39,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-da9df64a-6e98-440f-836f-220003d4d602 2018-08-27 01:43:39,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.10439705849s 2018-08-27 01:43:39,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-da9df64a-6e98-440f-836f-220003d4d602 2018-08-27 01:43:39,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 01:43:39,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/b21789a0-5095-4753-a95e-254351e250d0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:41,241 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e68b749-6873-43e7-9d80-b85066f21537 Content-Length: 0 Date: Mon, 27 Aug 2018 01:43:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:43:41,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/b21789a0-5095-4753-a95e-254351e250d0.json used request id req-4e68b749-6873-43e7-9d80-b85066f21537 2018-08-27 01:43:41,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.88065505028s 2018-08-27 01:43:41,242 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/b21789a0-5095-4753-a95e-254351e250d0.json used request id req-4e68b749-6873-43e7-9d80-b85066f21537 2018-08-27 01:43:41,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:43:41,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:41,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-379a6f26-8ca5-4887-b2d9-966c87abf8e8 Date: Mon, 27 Aug 2018 01:43:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab10bd76-2f88-4285-9ce3-be4b0e2e3c86","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:43:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:43:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"591f7614-8ad4-45ab-ae87-87ad5e5356e6","subnetpool_id":null,"name":"vmready1-subnet_f5c748e9-d782-4f71-893e-78f5b709c5c2"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 01:43:41,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-379a6f26-8ca5-4887-b2d9-966c87abf8e8 2018-08-27 01:43:41,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0837740898132s 2018-08-27 01:43:41,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-379a6f26-8ca5-4887-b2d9-966c87abf8e8 2018-08-27 01:43:41,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 01:43:41,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/591f7614-8ad4-45ab-ae87-87ad5e5356e6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:43,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1fd60cde-d08c-4010-82f7-f305a9f028df Date: Mon, 27 Aug 2018 01:43:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:43:43,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/591f7614-8ad4-45ab-ae87-87ad5e5356e6.json used request id req-1fd60cde-d08c-4010-82f7-f305a9f028df 2018-08-27 01:43:43,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.5247490406s 2018-08-27 01:43:43,853 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/591f7614-8ad4-45ab-ae87-87ad5e5356e6.json used request id req-1fd60cde-d08c-4010-82f7-f305a9f028df 2018-08-27 01:43:43,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:43:43,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:44,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-1907f399-e1c5-47fd-a39e-3b3432071d77 Date: Mon, 27 Aug 2018 01:43:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ab10bd76-2f88-4285-9ce3-be4b0e2e3c86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:43:43Z","provider:segmentation_id":48,"name":"vmready1-net_f5c748e9-d782-4f71-893e-78f5b709c5c2","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:43:21Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:43:44,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1907f399-e1c5-47fd-a39e-3b3432071d77 2018-08-27 01:43:44,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.461854934692s 2018-08-27 01:43:44,316 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1907f399-e1c5-47fd-a39e-3b3432071d77 2018-08-27 01:43:44,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 01:43:44,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/ab10bd76-2f88-4285-9ce3-be4b0e2e3c86.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:46,043 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e822768-02be-4047-ba83-3e534813578a Date: Mon, 27 Aug 2018 01:43:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:43:46,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ab10bd76-2f88-4285-9ce3-be4b0e2e3c86.json used request id req-0e822768-02be-4047-ba83-3e534813578a 2018-08-27 01:43:46,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.7264020443s 2018-08-27 01:43:46,043 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ab10bd76-2f88-4285-9ce3-be4b0e2e3c86.json used request id req-0e822768-02be-4047-ba83-3e534813578a 2018-08-27 01:43:46,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:43:46,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:46,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-61ab0ac2-442d-4eb5-b6d4-659ab46810b8 Date: Mon, 27 Aug 2018 01:43:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:43:33Z", "file": "/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "e0c3e44c-94a6-47f5-8428-a4515c79edeb", "size": 12716032, "self": "/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f5c748e9-d782-4f71-893e-78f5b709c5c2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:43:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:43:46,839 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-61ab0ac2-442d-4eb5-b6d4-659ab46810b8 2018-08-27 01:43:46,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.792106151581s 2018-08-27 01:43:46,840 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-61ab0ac2-442d-4eb5-b6d4-659ab46810b8 2018-08-27 01:43:46,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 01:43:46,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:47,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1a433197-1583-497e-8463-4193c49015c1 Date: Mon, 27 Aug 2018 01:43:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:43:47,968 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb used request id req-1a433197-1583-497e-8463-4193c49015c1 2018-08-27 01:43:47,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.12601804733s 2018-08-27 01:43:47,968 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e0c3e44c-94a6-47f5-8428-a4515c79edeb used request id req-1a433197-1583-497e-8463-4193c49015c1 2018-08-27 01:43:47,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:43:47,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:48,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abccc6cf-244f-43f9-b67f-f93787508756 x-compute-request-id: req-abccc6cf-244f-43f9-b67f-f93787508756 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_f5c748e9-d782-4f71-893e-78f5b709c5c2", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/063774da-a6ca-4406-afd5-81e25b053149", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/063774da-a6ca-4406-afd5-81e25b053149", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "063774da-a6ca-4406-afd5-81e25b053149"}]} 2018-08-27 01:43:48,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-abccc6cf-244f-43f9-b67f-f93787508756 2018-08-27 01:43:48,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.137877941132s 2018-08-27 01:43:48,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-abccc6cf-244f-43f9-b67f-f93787508756 2018-08-27 01:43:48,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 01:43:48,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/063774da-a6ca-4406-afd5-81e25b053149 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a02f7816bad981eed8e922e6260418adef21d867" 2018-08-27 01:43:48,254 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:43:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-290f293a-b9a6-451a-8b0b-cf78f26dce44 x-compute-request-id: req-290f293a-b9a6-451a-8b0b-cf78f26dce44 Content-Length: 0 Content-Type: application/json 2018-08-27 01:43:48,254 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/063774da-a6ca-4406-afd5-81e25b053149 used request id req-290f293a-b9a6-451a-8b0b-cf78f26dce44 2018-08-27 01:43:48,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.146516084671s 2018-08-27 01:43:48,255 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/063774da-a6ca-4406-afd5-81e25b053149 used request id req-290f293a-b9a6-451a-8b0b-cf78f26dce44 2018-08-27 01:43:48,306 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-27 01:43:48,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:43:48,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:43:48,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:43:48,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:43:48,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:43:48,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:43:48,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:43:48,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:43:48,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:43:48,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:43:48,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:43:48,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:43:48,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c83a76ea-89e8-4047-9902-945b8537df8c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:43:48,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c83a76ea-89e8-4047-9902-945b8537df8c 2018-08-27 01:43:48,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:43:48,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:43:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["96YB6TZCStunV13FBE-wFw"], "issued_at": "2018-08-27T01:43:48.000000Z"}} 2018-08-27 01:43:48,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:43:48,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:43:49,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-29698363-4390-4c4d-99bc-f68296858b6c Date: Mon, 27 Aug 2018 01:43:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:43:49,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-29698363-4390-4c4d-99bc-f68296858b6c 2018-08-27 01:43:49,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346302032471s 2018-08-27 01:43:49,099 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-29698363-4390-4c4d-99bc-f68296858b6c 2018-08-27 01:43:49,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:43:49,107 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:43:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d28fba1-f581-46cf-8a18-11863afe3a42 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 01:43:49,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-0d28fba1-f581-46cf-8a18-11863afe3a42 2018-08-27 01:43:49,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:43:49,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:43:49,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31712a4d-af94-4976-9922-5dd1f346773a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 01:43:49,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-31712a4d-af94-4976-9922-5dd1f346773a 2018-08-27 01:43:49,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.204653978348s 2018-08-27 01:43:49,313 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-31712a4d-af94-4976-9922-5dd1f346773a 2018-08-27 01:43:49,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 01:43:49,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_259e0457-0051-48da-8f5c-687702557200"}}' 2018-08-27 01:43:49,531 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:43:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6d173e0-786a-46c4-bc95-73641606590a Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.26:5000/v3/projects/36a1ee3a67b3495cbaeba849cb4d92d8"}, "tags": [], "enabled": true, "id": "36a1ee3a67b3495cbaeba849cb4d92d8", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_259e0457-0051-48da-8f5c-687702557200"}} 2018-08-27 01:43:49,532 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-c6d173e0-786a-46c4-bc95-73641606590a 2018-08-27 01:43:49,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.211631059647s 2018-08-27 01:43:49,532 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-c6d173e0-786a-46c4-bc95-73641606590a 2018-08-27 01:43:49,532 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmready2', u'tags': [], 'enabled': True, 'id': u'36a1ee3a67b3495cbaeba849cb4d92d8', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmready2-project_259e0457-0051-48da-8f5c-687702557200'}) 2018-08-27 01:43:49,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 01:43:49,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "08e4880f-caa3-4313-88dd-505cacc312e9", "email": null, "name": "vmready2-user_259e0457-0051-48da-8f5c-687702557200"}}' 2018-08-27 01:43:50,085 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:43:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b84e378-9bbf-46c7-8828-505525462203 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_259e0457-0051-48da-8f5c-687702557200", "links": {"self": "http://172.30.9.26:5000/v3/users/5908989cc45e471888f3ae145bbd36f8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5908989cc45e471888f3ae145bbd36f8", "domain_id": "default", "password_expires_at": null}} 2018-08-27 01:43:50,085 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-2b84e378-9bbf-46c7-8828-505525462203 2018-08-27 01:43:50,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.546516180038s 2018-08-27 01:43:50,086 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-2b84e378-9bbf-46c7-8828-505525462203 2018-08-27 01:43:50,086 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5908989cc45e471888f3ae145bbd36f8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_259e0457-0051-48da-8f5c-687702557200'}) 2018-08-27 01:43:50,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:43:50,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:43:50,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d830c88-0a6c-493b-92cf-d0a3e9d0eeee Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:43:50,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0d830c88-0a6c-493b-92cf-d0a3e9d0eeee 2018-08-27 01:43:50,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.211582183838s 2018-08-27 01:43:50,302 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0d830c88-0a6c-493b-92cf-d0a3e9d0eeee 2018-08-27 01:43:50,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:43:50,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:43:50,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-264627d1-6faa-4bfc-a36e-fab09ad80403 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:43:50,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-264627d1-6faa-4bfc-a36e-fab09ad80403 2018-08-27 01:43:50,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108741044998s 2018-08-27 01:43:50,415 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-264627d1-6faa-4bfc-a36e-fab09ad80403 2018-08-27 01:43:50,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:43:50,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:43:50,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ec337a6-60cd-4259-b0ea-fa20b2753194 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:43:50,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9ec337a6-60cd-4259-b0ea-fa20b2753194 2018-08-27 01:43:50,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198974847794s 2018-08-27 01:43:50,619 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9ec337a6-60cd-4259-b0ea-fa20b2753194 2018-08-27 01:43:50,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:43:50,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:43:50,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f17a2a5b-1573-44ca-b1eb-f158b19a592d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 01:43:50,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-f17a2a5b-1573-44ca-b1eb-f158b19a592d 2018-08-27 01:43:50,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.321686983109s 2018-08-27 01:43:50,946 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-f17a2a5b-1573-44ca-b1eb-f158b19a592d 2018-08-27 01:43:50,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:43:50,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:43:51,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4626d0-8746-423e-900e-3df776c2f68f Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmready2-user_259e0457-0051-48da-8f5c-687702557200", "links": {"self": "http://172.30.9.26:5000/v3/users/5908989cc45e471888f3ae145bbd36f8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5908989cc45e471888f3ae145bbd36f8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:43:51,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-0d4626d0-8746-423e-900e-3df776c2f68f 2018-08-27 01:43:51,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213870048523s 2018-08-27 01:43:51,162 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-0d4626d0-8746-423e-900e-3df776c2f68f 2018-08-27 01:43:51,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:43:51,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:43:51,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdb5e529-8d4d-4ca4-af93-69b98a6a6fad Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.26:5000/v3/projects/36a1ee3a67b3495cbaeba849cb4d92d8"}, "tags": [], "enabled": true, "id": "36a1ee3a67b3495cbaeba849cb4d92d8", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_259e0457-0051-48da-8f5c-687702557200"}]} 2018-08-27 01:43:51,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-cdb5e529-8d4d-4ca4-af93-69b98a6a6fad 2018-08-27 01:43:51,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.224670171738s 2018-08-27 01:43:51,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-cdb5e529-8d4d-4ca4-af93-69b98a6a6fad 2018-08-27 01:43:51,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 01:43:51,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=5908989cc45e471888f3ae145bbd36f8&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=36a1ee3a67b3495cbaeba849cb4d92d8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:43:51,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afbd374c-bcfa-4da3-91df-b05c5bfec214 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=5908989cc45e471888f3ae145bbd36f8&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=36a1ee3a67b3495cbaeba849cb4d92d8", "previous": null, "next": null}} 2018-08-27 01:43:51,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=5908989cc45e471888f3ae145bbd36f8&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=36a1ee3a67b3495cbaeba849cb4d92d8 used request id req-afbd374c-bcfa-4da3-91df-b05c5bfec214 2018-08-27 01:43:51,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.194530010223s 2018-08-27 01:43:51,600 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=5908989cc45e471888f3ae145bbd36f8&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=36a1ee3a67b3495cbaeba849cb4d92d8 used request id req-afbd374c-bcfa-4da3-91df-b05c5bfec214 2018-08-27 01:43:51,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 01:43:51,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/36a1ee3a67b3495cbaeba849cb4d92d8/users/5908989cc45e471888f3ae145bbd36f8/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:43:51,867 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:43:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd54fdf8-0fc5-4200-8fa0-46c21ce013bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:43:51,867 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/36a1ee3a67b3495cbaeba849cb4d92d8/users/5908989cc45e471888f3ae145bbd36f8/roles/565edadc366246ae845471a412ad99ed used request id req-fd54fdf8-0fc5-4200-8fa0-46c21ce013bb 2018-08-27 01:43:51,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.264115095139s 2018-08-27 01:43:51,868 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/36a1ee3a67b3495cbaeba849cb4d92d8/users/5908989cc45e471888f3ae145bbd36f8/roles/565edadc366246ae845471a412ad99ed used request id req-fd54fdf8-0fc5-4200-8fa0-46c21ce013bb 2018-08-27 01:43:51,868 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_259e0457-0051-48da-8f5c-687702557200', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'36a1ee3a67b3495cbaeba849cb4d92d8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '08e4880f-caa3-4313-88dd-505cacc312e9', 'username': u'vmready2-user_259e0457-0051-48da-8f5c-687702557200', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 01:43:51,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:43:51,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:43:51,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:43:51,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:43:51,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:43:51,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:43:51,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:43:51,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:43:51,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:43:51,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:43:51,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:43:51,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:43:51,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:43:51,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:43:51,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:43:51,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:43:51,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:43:51,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:43:51,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:43:51,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:43:51,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:43:51,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:43:51,873 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_259e0457-0051-48da-8f5c-687702557200', 'password': '08e4880f-caa3-4313-88dd-505cacc312e9', 'project_name': 'vmready2-project_259e0457-0051-48da-8f5c-687702557200', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '36a1ee3a67b3495cbaeba849cb4d92d8', 'project_domain_name': 'Default'} 2018-08-27 01:43:51,874 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-27 01:43:51,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:43:51,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:43:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c489e38f-43e2-498d-af76-76fbd31a0d5c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:43:51,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c489e38f-43e2-498d-af76-76fbd31a0d5c 2018-08-27 01:43:51,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:43:52,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:43:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36a1ee3a67b3495cbaeba849cb4d92d8", "name": "vmready2-project_259e0457-0051-48da-8f5c-687702557200"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/36a1ee3a67b3495cbaeba849cb4d92d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_259e0457-0051-48da-8f5c-687702557200", "id": "5908989cc45e471888f3ae145bbd36f8"}, "audit_ids": ["F1yfmJiSROq5R0Ykz0LtEA"], "issued_at": "2018-08-27T01:43:52.000000Z"}} 2018-08-27 01:43:52,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 01:43:52,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" -d '{"network": {"name": "vmready2-net_259e0457-0051-48da-8f5c-687702557200", "admin_state_up": true}}' 2018-08-27 01:43:53,110 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-551252d8-486d-4365-a72d-6ef44587549e Date: Mon, 27 Aug 2018 01:43:53 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"36a1ee3a67b3495cbaeba849cb4d92d8","created_at":"2018-08-27T01:43:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T01:43:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"36a1ee3a67b3495cbaeba849cb4d92d8","id":"ed5a3948-3231-4681-931c-d99734d4a2b3","name":"vmready2-net_259e0457-0051-48da-8f5c-687702557200"}} 2018-08-27 01:43:53,110 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-551252d8-486d-4365-a72d-6ef44587549e 2018-08-27 01:43:53,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.80917096138s 2018-08-27 01:43:53,110 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-551252d8-486d-4365-a72d-6ef44587549e 2018-08-27 01:43:53,111 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:43:52Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ed5a3948-3231-4681-931c-d99734d4a2b3', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_259e0457-0051-48da-8f5c-687702557200', u'admin_state_up': True, u'tenant_id': u'36a1ee3a67b3495cbaeba849cb4d92d8', u'created_at': u'2018-08-27T01:43:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'36a1ee3a67b3495cbaeba849cb4d92d8'}) 2018-08-27 01:43:53,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:43:53,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" 2018-08-27 01:43:53,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-70cf563c-87ed-458b-a4e1-2030dbdb851e Date: Mon, 27 Aug 2018 01:43:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:43:52Z","tenant_id":"36a1ee3a67b3495cbaeba849cb4d92d8","created_at":"2018-08-27T01:43:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"36a1ee3a67b3495cbaeba849cb4d92d8","id":"ed5a3948-3231-4681-931c-d99734d4a2b3","name":"vmready2-net_259e0457-0051-48da-8f5c-687702557200"}]} 2018-08-27 01:43:53,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-70cf563c-87ed-458b-a4e1-2030dbdb851e 2018-08-27 01:43:53,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.505666971207s 2018-08-27 01:43:53,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-70cf563c-87ed-458b-a4e1-2030dbdb851e 2018-08-27 01:43:53,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 01:43:53,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" -d '{"subnet": {"name": "vmready2-subnet_259e0457-0051-48da-8f5c-687702557200", "enable_dhcp": true, "network_id": "ed5a3948-3231-4681-931c-d99734d4a2b3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 01:43:54,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2def7e55-7605-4e52-a218-a87336df0820 Date: Mon, 27 Aug 2018 01:43:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed5a3948-3231-4681-931c-d99734d4a2b3","tenant_id":"36a1ee3a67b3495cbaeba849cb4d92d8","created_at":"2018-08-27T01:43:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:43:54Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"36a1ee3a67b3495cbaeba849cb4d92d8","id":"895f383a-541b-4a6a-8299-bdd9c9a06023","subnetpool_id":null,"name":"vmready2-subnet_259e0457-0051-48da-8f5c-687702557200"}} 2018-08-27 01:43:54,637 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-2def7e55-7605-4e52-a218-a87336df0820 2018-08-27 01:43:54,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.01817893982s 2018-08-27 01:43:54,638 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-2def7e55-7605-4e52-a218-a87336df0820 2018-08-27 01:43:54,638 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:43:54Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'895f383a-541b-4a6a-8299-bdd9c9a06023', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_259e0457-0051-48da-8f5c-687702557200', u'enable_dhcp': True, u'network_id': u'ed5a3948-3231-4681-931c-d99734d4a2b3', u'tenant_id': u'36a1ee3a67b3495cbaeba849cb4d92d8', u'created_at': u'2018-08-27T01:43:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'36a1ee3a67b3495cbaeba849cb4d92d8'}) 2018-08-27 01:43:54,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 01:43:54,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "vmready2-router_259e0457-0051-48da-8f5c-687702557200", "admin_state_up": true}}' 2018-08-27 01:43:56,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-c5c676e5-bd7a-4d61-a8f7-d053eb24f351 Date: Mon, 27 Aug 2018 01:43:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "created_at": "2018-08-27T01:43:54Z", "admin_state_up": true, "updated_at": "2018-08-27T01:43:55Z", "revision_number": 2, "routes": [], "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "id": "8ef76249-e345-43f9-bc5c-25ba1d9b114f", "name": "vmready2-router_259e0457-0051-48da-8f5c-687702557200"}} 2018-08-27 01:43:56,119 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c5c676e5-bd7a-4d61-a8f7-d053eb24f351 2018-08-27 01:43:56,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48020887375s 2018-08-27 01:43:56,119 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c5c676e5-bd7a-4d61-a8f7-d053eb24f351 2018-08-27 01:43:56,120 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'36a1ee3a67b3495cbaeba849cb4d92d8', u'created_at': u'2018-08-27T01:43:54Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T01:43:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'36a1ee3a67b3495cbaeba849cb4d92d8', u'id': u'8ef76249-e345-43f9-bc5c-25ba1d9b114f', u'name': u'vmready2-router_259e0457-0051-48da-8f5c-687702557200'}) 2018-08-27 01:43:56,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 01:43:56,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/8ef76249-e345-43f9-bc5c-25ba1d9b114f/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" -d '{"subnet_id": "895f383a-541b-4a6a-8299-bdd9c9a06023"}' 2018-08-27 01:43:58,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-aa11a06f-10e9-409b-8aca-3f4d8414dd4e Date: Mon, 27 Aug 2018 01:43:58 GMT RESP BODY: {"network_id": "ed5a3948-3231-4681-931c-d99734d4a2b3", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "subnet_id": "895f383a-541b-4a6a-8299-bdd9c9a06023", "subnet_ids": ["895f383a-541b-4a6a-8299-bdd9c9a06023"], "port_id": "aa8f0f8f-f7ac-4884-a019-8fab3155cd41", "id": "8ef76249-e345-43f9-bc5c-25ba1d9b114f"} 2018-08-27 01:43:58,600 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8ef76249-e345-43f9-bc5c-25ba1d9b114f/add_router_interface.json used request id req-aa11a06f-10e9-409b-8aca-3f4d8414dd4e 2018-08-27 01:43:58,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.47933197021s 2018-08-27 01:43:58,600 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8ef76249-e345-43f9-bc5c-25ba1d9b114f/add_router_interface.json used request id req-aa11a06f-10e9-409b-8aca-3f4d8414dd4e returning object 8ef76249-e345-43f9-bc5c-25ba1d9b114f 2018-08-27 01:43:58,600 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 01:43:58,727 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 01:43:58,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:43:58,733 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 01:43:58 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 01:43:58,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:43:58,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" 2018-08-27 01:43:59,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d0c55821-898b-40d1-bfb2-48158c6d71f4 Date: Mon, 27 Aug 2018 01:43:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:43:59,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d0c55821-898b-40d1-bfb2-48158c6d71f4 2018-08-27 01:43:59,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.299775838852s 2018-08-27 01:43:59,038 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d0c55821-898b-40d1-bfb2-48158c6d71f4 2018-08-27 01:43:59,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 01:43:59,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_259e0457-0051-48da-8f5c-687702557200", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_259e0457-0051-48da-8f5c-687702557200"}' 2018-08-27 01:43:59,850 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9992059c-ecb7-4502-ae92-089bccf6dac5 Date: Mon, 27 Aug 2018 01:43:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:43:59Z", "file": "/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/file", "owner": "36a1ee3a67b3495cbaeba849cb4d92d8", "id": "adc78b41-6429-4225-950a-dd9ef8a40b2f", "size": null, "self": "/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_259e0457-0051-48da-8f5c-687702557200", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_259e0457-0051-48da-8f5c-687702557200", "checksum": null, "created_at": "2018-08-27T01:43:59Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 01:43:59,850 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9992059c-ecb7-4502-ae92-089bccf6dac5 2018-08-27 01:43:59,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.804092884064s 2018-08-27 01:43:59,850 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9992059c-ecb7-4502-ae92-089bccf6dac5 returning object adc78b41-6429-4225-950a-dd9ef8a40b2f 2018-08-27 01:43:59,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 01:43:59,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" -d '' 2018-08-27 01:44:01,401 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16b29f18-3992-428b-92f8-4dca3b90f727 Date: Mon, 27 Aug 2018 01:44:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:44:01,402 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/file used request id req-16b29f18-3992-428b-92f8-4dca3b90f727 2018-08-27 01:44:01,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.5506298542s 2018-08-27 01:44:01,402 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/file used request id req-16b29f18-3992-428b-92f8-4dca3b90f727 2018-08-27 01:44:01,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:44:01,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" 2018-08-27 01:44:02,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-c7900731-c69a-49e2-a1c5-0a4d91a47569 Date: Mon, 27 Aug 2018 01:44:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:44:01Z", "file": "/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/file", "owner": "36a1ee3a67b3495cbaeba849cb4d92d8", "id": "adc78b41-6429-4225-950a-dd9ef8a40b2f", "size": 12716032, "self": "/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_259e0457-0051-48da-8f5c-687702557200", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_259e0457-0051-48da-8f5c-687702557200", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:43:59Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:44:02,193 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c7900731-c69a-49e2-a1c5-0a4d91a47569 2018-08-27 01:44:02,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.786610841751s 2018-08-27 01:44:02,193 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c7900731-c69a-49e2-a1c5-0a4d91a47569 2018-08-27 01:44:02,195 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/file', 'owner': u'36a1ee3a67b3495cbaeba849cb4d92d8', 'id': u'adc78b41-6429-4225-950a-dd9ef8a40b2f', 'size': 12716032, u'self': u'/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'36a1ee3a67b3495cbaeba849cb4d92d8', 'name': 'vmready2-project_259e0457-0051-48da-8f5c-687702557200', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T01:44:01Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T01:44:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_259e0457-0051-48da-8f5c-687702557200', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_259e0457-0051-48da-8f5c-687702557200', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_259e0457-0051-48da-8f5c-687702557200', 'created': u'2018-08-27T01:43:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T01:43:59Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_259e0457-0051-48da-8f5c-687702557200', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 01:44:02,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 01:44:02,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_259e0457-0051-48da-8f5c-687702557200", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 01:44:03,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4465c34b-6015-49e6-b54a-ac46412f3bcd x-compute-request-id: req-4465c34b-6015-49e6-b54a-ac46412f3bcd Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_259e0457-0051-48da-8f5c-687702557200", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/8fa3da19-7b55-40ef-bf52-7d0325569cc4", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/8fa3da19-7b55-40ef-bf52-7d0325569cc4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "8fa3da19-7b55-40ef-bf52-7d0325569cc4"}} 2018-08-27 01:44:03,031 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4465c34b-6015-49e6-b54a-ac46412f3bcd 2018-08-27 01:44:03,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.835431098938s 2018-08-27 01:44:03,032 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4465c34b-6015-49e6-b54a-ac46412f3bcd 2018-08-27 01:44:03,033 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_259e0457-0051-48da-8f5c-687702557200', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'8fa3da19-7b55-40ef-bf52-7d0325569cc4', 'swap': 0}) 2018-08-27 01:44:03,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 01:44:03,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/8fa3da19-7b55-40ef-bf52-7d0325569cc4/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" -d '{"extra_specs": {}}' 2018-08-27 01:44:03,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e0f31de5-33f2-417e-bbde-ec157ae88b23 x-compute-request-id: req-e0f31de5-33f2-417e-bbde-ec157ae88b23 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 01:44:03,160 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/8fa3da19-7b55-40ef-bf52-7d0325569cc4/os-extra_specs used request id req-e0f31de5-33f2-417e-bbde-ec157ae88b23 2018-08-27 01:44:03,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.126555919647s 2018-08-27 01:44:03,160 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/8fa3da19-7b55-40ef-bf52-7d0325569cc4/os-extra_specs used request id req-e0f31de5-33f2-417e-bbde-ec157ae88b23 2018-08-27 01:44:03,276 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:44:03,278 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 01:44:03,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 01:44:03,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/8ef76249-e345-43f9-bc5c-25ba1d9b114f/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" -d '{"subnet_id": "895f383a-541b-4a6a-8299-bdd9c9a06023"}' 2018-08-27 01:44:05,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c35b9e98-d30b-47b6-b8f3-a2737648008c Date: Mon, 27 Aug 2018 01:44:05 GMT RESP BODY: {"network_id": "ed5a3948-3231-4681-931c-d99734d4a2b3", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "subnet_id": "895f383a-541b-4a6a-8299-bdd9c9a06023", "subnet_ids": ["895f383a-541b-4a6a-8299-bdd9c9a06023"], "port_id": "aa8f0f8f-f7ac-4884-a019-8fab3155cd41", "id": "8ef76249-e345-43f9-bc5c-25ba1d9b114f"} 2018-08-27 01:44:05,270 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8ef76249-e345-43f9-bc5c-25ba1d9b114f/remove_router_interface.json used request id req-c35b9e98-d30b-47b6-b8f3-a2737648008c 2018-08-27 01:44:05,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.98741722107s 2018-08-27 01:44:05,270 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8ef76249-e345-43f9-bc5c-25ba1d9b114f/remove_router_interface.json used request id req-c35b9e98-d30b-47b6-b8f3-a2737648008c returning object 8ef76249-e345-43f9-bc5c-25ba1d9b114f 2018-08-27 01:44:05,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 01:44:05,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" 2018-08-27 01:44:05,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-38aed9bd-3b22-49cc-8f50-b226296fe314 Date: Mon, 27 Aug 2018 01:44:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "created_at": "2018-08-27T01:43:54Z", "admin_state_up": true, "updated_at": "2018-08-27T01:44:04Z", "revision_number": 4, "routes": [], "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "id": "8ef76249-e345-43f9-bc5c-25ba1d9b114f", "name": "vmready2-router_259e0457-0051-48da-8f5c-687702557200"}]} 2018-08-27 01:44:05,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-38aed9bd-3b22-49cc-8f50-b226296fe314 2018-08-27 01:44:05,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120450973511s 2018-08-27 01:44:05,392 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-38aed9bd-3b22-49cc-8f50-b226296fe314 2018-08-27 01:44:05,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 01:44:05,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/8ef76249-e345-43f9-bc5c-25ba1d9b114f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" 2018-08-27 01:44:07,272 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7499006a-0cb5-4ef4-936e-6277cf839a49 Content-Length: 0 Date: Mon, 27 Aug 2018 01:44:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:44:07,272 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/8ef76249-e345-43f9-bc5c-25ba1d9b114f.json used request id req-7499006a-0cb5-4ef4-936e-6277cf839a49 2018-08-27 01:44:07,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.87956905365s 2018-08-27 01:44:07,273 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/8ef76249-e345-43f9-bc5c-25ba1d9b114f.json used request id req-7499006a-0cb5-4ef4-936e-6277cf839a49 2018-08-27 01:44:07,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:44:07,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" 2018-08-27 01:44:08,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-3ed6752a-5f00-40cf-be97-735ade826fec Date: Mon, 27 Aug 2018 01:44:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed5a3948-3231-4681-931c-d99734d4a2b3","tenant_id":"36a1ee3a67b3495cbaeba849cb4d92d8","created_at":"2018-08-27T01:43:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:43:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"36a1ee3a67b3495cbaeba849cb4d92d8","id":"895f383a-541b-4a6a-8299-bdd9c9a06023","subnetpool_id":null,"name":"vmready2-subnet_259e0457-0051-48da-8f5c-687702557200"}]} 2018-08-27 01:44:08,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-3ed6752a-5f00-40cf-be97-735ade826fec 2018-08-27 01:44:08,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.02749300003s 2018-08-27 01:44:08,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-3ed6752a-5f00-40cf-be97-735ade826fec 2018-08-27 01:44:08,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 01:44:08,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/895f383a-541b-4a6a-8299-bdd9c9a06023.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" 2018-08-27 01:44:10,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-153c5b09-e218-419d-bbe1-3ac469c13b10 Date: Mon, 27 Aug 2018 01:44:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:44:10,967 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/895f383a-541b-4a6a-8299-bdd9c9a06023.json used request id req-153c5b09-e218-419d-bbe1-3ac469c13b10 2018-08-27 01:44:10,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.66498708725s 2018-08-27 01:44:10,968 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/895f383a-541b-4a6a-8299-bdd9c9a06023.json used request id req-153c5b09-e218-419d-bbe1-3ac469c13b10 2018-08-27 01:44:10,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:44:10,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" 2018-08-27 01:44:12,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-cb6e9b7e-d8a2-4893-a043-fd405502e03a Date: Mon, 27 Aug 2018 01:44:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:44:10Z","tenant_id":"36a1ee3a67b3495cbaeba849cb4d92d8","created_at":"2018-08-27T01:43:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"36a1ee3a67b3495cbaeba849cb4d92d8","id":"ed5a3948-3231-4681-931c-d99734d4a2b3","name":"vmready2-net_259e0457-0051-48da-8f5c-687702557200"}]} 2018-08-27 01:44:12,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-cb6e9b7e-d8a2-4893-a043-fd405502e03a 2018-08-27 01:44:12,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0973110199s 2018-08-27 01:44:12,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-cb6e9b7e-d8a2-4893-a043-fd405502e03a 2018-08-27 01:44:12,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 01:44:12,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/ed5a3948-3231-4681-931c-d99734d4a2b3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" 2018-08-27 01:44:13,177 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8489fb74-3688-497b-9b96-d3e4e0930e40 Date: Mon, 27 Aug 2018 01:44:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:44:13,177 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ed5a3948-3231-4681-931c-d99734d4a2b3.json used request id req-8489fb74-3688-497b-9b96-d3e4e0930e40 2018-08-27 01:44:13,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11035108566s 2018-08-27 01:44:13,178 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ed5a3948-3231-4681-931c-d99734d4a2b3.json used request id req-8489fb74-3688-497b-9b96-d3e4e0930e40 2018-08-27 01:44:13,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:44:13,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" 2018-08-27 01:44:13,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-26d18c99-c5f9-49c1-b872-451664f2c688 Date: Mon, 27 Aug 2018 01:44:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:44:01Z", "file": "/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/file", "owner": "36a1ee3a67b3495cbaeba849cb4d92d8", "id": "adc78b41-6429-4225-950a-dd9ef8a40b2f", "size": 12716032, "self": "/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/adc78b41-6429-4225-950a-dd9ef8a40b2f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_259e0457-0051-48da-8f5c-687702557200", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_259e0457-0051-48da-8f5c-687702557200", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:43:59Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:44:13,545 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-26d18c99-c5f9-49c1-b872-451664f2c688 2018-08-27 01:44:13,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.364044189453s 2018-08-27 01:44:13,546 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-26d18c99-c5f9-49c1-b872-451664f2c688 2018-08-27 01:44:13,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 01:44:13,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a721af6e0d1eb1f22369088f5aa5a16a7ba8e8d2" 2018-08-27 01:44:15,351 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b9f5bb24-c408-4e5d-99e5-64aa679c3dcb Date: Mon, 27 Aug 2018 01:44:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:44:15,351 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f used request id req-b9f5bb24-c408-4e5d-99e5-64aa679c3dcb 2018-08-27 01:44:15,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.80358314514s 2018-08-27 01:44:15,351 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/adc78b41-6429-4225-950a-dd9ef8a40b2f used request id req-b9f5bb24-c408-4e5d-99e5-64aa679c3dcb 2018-08-27 01:44:15,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:44:15,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:44:15,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f960f2f-f540-41c9-95ec-b4589bd9bf54 x-compute-request-id: req-8f960f2f-f540-41c9-95ec-b4589bd9bf54 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_259e0457-0051-48da-8f5c-687702557200", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/8fa3da19-7b55-40ef-bf52-7d0325569cc4", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/8fa3da19-7b55-40ef-bf52-7d0325569cc4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "8fa3da19-7b55-40ef-bf52-7d0325569cc4"}]} 2018-08-27 01:44:15,482 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-8f960f2f-f540-41c9-95ec-b4589bd9bf54 2018-08-27 01:44:15,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.130584001541s 2018-08-27 01:44:15,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-8f960f2f-f540-41c9-95ec-b4589bd9bf54 2018-08-27 01:44:15,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 01:44:15,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/8fa3da19-7b55-40ef-bf52-7d0325569cc4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:44:15,625 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:44:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4d81112-12d1-4279-bb92-197de08bf6ee x-compute-request-id: req-c4d81112-12d1-4279-bb92-197de08bf6ee Content-Length: 0 Content-Type: application/json 2018-08-27 01:44:15,626 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/8fa3da19-7b55-40ef-bf52-7d0325569cc4 used request id req-c4d81112-12d1-4279-bb92-197de08bf6ee 2018-08-27 01:44:15,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.140900850296s 2018-08-27 01:44:15,626 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/8fa3da19-7b55-40ef-bf52-7d0325569cc4 used request id req-c4d81112-12d1-4279-bb92-197de08bf6ee 2018-08-27 01:44:15,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:44:15,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:44:15,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83c4382d-6613-4cc6-8f4d-c6fa5c3bed14 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmready2-user_259e0457-0051-48da-8f5c-687702557200", "links": {"self": "http://172.30.9.26:5000/v3/users/5908989cc45e471888f3ae145bbd36f8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5908989cc45e471888f3ae145bbd36f8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:44:15,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-83c4382d-6613-4cc6-8f4d-c6fa5c3bed14 2018-08-27 01:44:15,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207109928131s 2018-08-27 01:44:15,834 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-83c4382d-6613-4cc6-8f4d-c6fa5c3bed14 2018-08-27 01:44:15,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:44:15,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/5908989cc45e471888f3ae145bbd36f8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:44:16,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96ff28fd-80ee-4079-897d-770fb3eaa02d Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_259e0457-0051-48da-8f5c-687702557200", "links": {"self": "http://172.30.9.26:5000/v3/users/5908989cc45e471888f3ae145bbd36f8"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5908989cc45e471888f3ae145bbd36f8", "description": null}} 2018-08-27 01:44:16,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/5908989cc45e471888f3ae145bbd36f8 used request id req-96ff28fd-80ee-4079-897d-770fb3eaa02d 2018-08-27 01:44:16,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.237335205078s 2018-08-27 01:44:16,078 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/5908989cc45e471888f3ae145bbd36f8 used request id req-96ff28fd-80ee-4079-897d-770fb3eaa02d 2018-08-27 01:44:16,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 01:44:16,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/5908989cc45e471888f3ae145bbd36f8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:44:16,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:44:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0ffb3ec-3ff8-4ba2-863b-ef5e223ba571 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:44:16,485 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/5908989cc45e471888f3ae145bbd36f8 used request id req-d0ffb3ec-3ff8-4ba2-863b-ef5e223ba571 2018-08-27 01:44:16,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.406412124634s 2018-08-27 01:44:16,485 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/5908989cc45e471888f3ae145bbd36f8 used request id req-d0ffb3ec-3ff8-4ba2-863b-ef5e223ba571 2018-08-27 01:44:16,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:44:16,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:44:16,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93d1f843-3a5d-4fe5-8ef1-0ab4b6d78e27 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.26:5000/v3/projects/36a1ee3a67b3495cbaeba849cb4d92d8"}, "tags": [], "enabled": true, "id": "36a1ee3a67b3495cbaeba849cb4d92d8", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_259e0457-0051-48da-8f5c-687702557200"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 01:44:16,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-93d1f843-3a5d-4fe5-8ef1-0ab4b6d78e27 2018-08-27 01:44:16,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.179467916489s 2018-08-27 01:44:16,671 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-93d1f843-3a5d-4fe5-8ef1-0ab4b6d78e27 2018-08-27 01:44:16,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 01:44:16,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/36a1ee3a67b3495cbaeba849cb4d92d8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45c3583387fa4e0dd4aa0e0d4fae39c43faf97f7" 2018-08-27 01:44:17,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:44:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11e50502-0b74-4f45-9340-55418a251156 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:44:17,010 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/36a1ee3a67b3495cbaeba849cb4d92d8 used request id req-11e50502-0b74-4f45-9340-55418a251156 2018-08-27 01:44:17,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.334761857986s 2018-08-27 01:44:17,010 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/36a1ee3a67b3495cbaeba849cb4d92d8 used request id req-11e50502-0b74-4f45-9340-55418a251156 2018-08-27 01:44:17,063 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-27 01:44:17,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:44:17,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:44:17,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:44:17,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:44:17,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:44:17,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:44:17,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:44:17,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:44:17,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:44:17,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:44:17,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc032fd3-74bc-4cfd-8416-83d4268083ae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:44:17,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dc032fd3-74bc-4cfd-8416-83d4268083ae 2018-08-27 01:44:17,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:44:17,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:44:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["6uQZlr1pRsuEnOQhhZ3c2Q"], "issued_at": "2018-08-27T01:44:17.000000Z"}} 2018-08-27 01:44:17,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:44:17,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:17,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-77b197ad-0f6d-46a5-9bad-dc2f72d44cf0 Date: Mon, 27 Aug 2018 01:44:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:44:17,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-77b197ad-0f6d-46a5-9bad-dc2f72d44cf0 2018-08-27 01:44:17,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.349786996841s 2018-08-27 01:44:17,855 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-77b197ad-0f6d-46a5-9bad-dc2f72d44cf0 2018-08-27 01:44:17,860 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-27 01:44:17,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 01:44:17,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"network": {"name": "singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "admin_state_up": true}}' 2018-08-27 01:44:18,463 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b6f593f2-b11b-41e0-824c-0c8f3d95473f Date: Mon, 27 Aug 2018 01:44:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3618d436-f16e-4dcb-a09f-c5242914374d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:44:18Z","is_default":false,"provider:segmentation_id":99,"name":"singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:44:18Z","mtu":1450}} 2018-08-27 01:44:18,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b6f593f2-b11b-41e0-824c-0c8f3d95473f 2018-08-27 01:44:18,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.602550983429s 2018-08-27 01:44:18,464 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b6f593f2-b11b-41e0-824c-0c8f3d95473f 2018-08-27 01:44:18,464 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T01:44:18Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3618d436-f16e-4dcb-a09f-c5242914374d', u'provider:segmentation_id': 99, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7', u'admin_state_up': True, u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:44:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 01:44:18,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:44:18,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:18,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-24699c87-fbc7-477c-b83f-6b0592cdc71b Date: Mon, 27 Aug 2018 01:44:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3618d436-f16e-4dcb-a09f-c5242914374d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:44:18Z","provider:segmentation_id":99,"name":"singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:44:18Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:44:18,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-24699c87-fbc7-477c-b83f-6b0592cdc71b 2018-08-27 01:44:18,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.267931938171s 2018-08-27 01:44:18,733 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-24699c87-fbc7-477c-b83f-6b0592cdc71b 2018-08-27 01:44:18,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 01:44:18,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"subnet": {"name": "singlevm1-subnet_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "enable_dhcp": true, "network_id": "3618d436-f16e-4dcb-a09f-c5242914374d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 01:44:19,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-68b05ca7-2f70-430d-b68c-e3b070d6e753 Date: Mon, 27 Aug 2018 01:44:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3618d436-f16e-4dcb-a09f-c5242914374d","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:44:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:44:19Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"a88178f5-9237-40dd-b35b-fcf891c1f887","subnetpool_id":null,"name":"singlevm1-subnet_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}} 2018-08-27 01:44:19,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-68b05ca7-2f70-430d-b68c-e3b070d6e753 2018-08-27 01:44:19,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.740343093872s 2018-08-27 01:44:19,476 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-68b05ca7-2f70-430d-b68c-e3b070d6e753 2018-08-27 01:44:19,476 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:44:19Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'a88178f5-9237-40dd-b35b-fcf891c1f887', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7', u'enable_dhcp': True, u'network_id': u'3618d436-f16e-4dcb-a09f-c5242914374d', u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:44:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 01:44:19,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 01:44:19,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "singlevm1-router_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "admin_state_up": true}}' 2018-08-27 01:44:20,897 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b24de063-bbc3-412b-951e-0fedf412f179 Date: Mon, 27 Aug 2018 01:44:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:44:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T01:44:20Z", "revision_number": 2, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "bab12a0b-e448-41f6-b36e-156308e8a8a4", "name": "singlevm1-router_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}} 2018-08-27 01:44:20,897 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b24de063-bbc3-412b-951e-0fedf412f179 2018-08-27 01:44:20,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42027688026s 2018-08-27 01:44:20,897 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b24de063-bbc3-412b-951e-0fedf412f179 2018-08-27 01:44:20,898 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:44:20Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T01:44:20Z', u'revision_number': 2, u'routes': [], u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'id': u'bab12a0b-e448-41f6-b36e-156308e8a8a4', u'name': u'singlevm1-router_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7'}) 2018-08-27 01:44:20,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 01:44:20,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/bab12a0b-e448-41f6-b36e-156308e8a8a4/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"subnet_id": "a88178f5-9237-40dd-b35b-fcf891c1f887"}' 2018-08-27 01:44:22,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bee582b1-6b49-4ced-b856-2ee895221f1a Date: Mon, 27 Aug 2018 01:44:22 GMT RESP BODY: {"network_id": "3618d436-f16e-4dcb-a09f-c5242914374d", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "a88178f5-9237-40dd-b35b-fcf891c1f887", "subnet_ids": ["a88178f5-9237-40dd-b35b-fcf891c1f887"], "port_id": "94536d72-4cb2-47b5-ab7c-30b44687b5a4", "id": "bab12a0b-e448-41f6-b36e-156308e8a8a4"} 2018-08-27 01:44:22,874 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/bab12a0b-e448-41f6-b36e-156308e8a8a4/add_router_interface.json used request id req-bee582b1-6b49-4ced-b856-2ee895221f1a 2018-08-27 01:44:22,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.97612190247s 2018-08-27 01:44:22,875 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/bab12a0b-e448-41f6-b36e-156308e8a8a4/add_router_interface.json used request id req-bee582b1-6b49-4ced-b856-2ee895221f1a returning object bab12a0b-e448-41f6-b36e-156308e8a8a4 2018-08-27 01:44:22,875 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 01:44:23,008 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 01:44:23,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:44:23,016 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 01:44:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 01:44:23,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:44:23,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:23,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4c0e72fd-52cc-4fdc-a991-d65693f086c7 Date: Mon, 27 Aug 2018 01:44:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:44:23,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4c0e72fd-52cc-4fdc-a991-d65693f086c7 2018-08-27 01:44:23,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.803629875183s 2018-08-27 01:44:23,825 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4c0e72fd-52cc-4fdc-a991-d65693f086c7 2018-08-27 01:44:23,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 01:44:23,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}' 2018-08-27 01:44:24,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d29a8ef5-8e1d-4358-958c-a82142135623 Date: Mon, 27 Aug 2018 01:44:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:44:24Z", "file": "/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "size": null, "self": "/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "checksum": null, "created_at": "2018-08-27T01:44:24Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 01:44:24,663 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-d29a8ef5-8e1d-4358-958c-a82142135623 2018-08-27 01:44:24,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.830929994583s 2018-08-27 01:44:24,664 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-d29a8ef5-8e1d-4358-958c-a82142135623 returning object 525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8 2018-08-27 01:44:24,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 01:44:24,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '' 2018-08-27 01:44:25,894 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-96826377-4c6a-40bd-8db3-bfeccf9f8a6b Date: Mon, 27 Aug 2018 01:44:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:44:25,894 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/file used request id req-96826377-4c6a-40bd-8db3-bfeccf9f8a6b 2018-08-27 01:44:25,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.2297680378s 2018-08-27 01:44:25,895 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/file used request id req-96826377-4c6a-40bd-8db3-bfeccf9f8a6b 2018-08-27 01:44:25,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:44:25,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:26,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-7688d5f8-dffe-4d9a-ad04-8950a993da9d Date: Mon, 27 Aug 2018 01:44:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:44:25Z", "file": "/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "size": 12716032, "self": "/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:44:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:44:26,697 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7688d5f8-dffe-4d9a-ad04-8950a993da9d 2018-08-27 01:44:26,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.797963142395s 2018-08-27 01:44:26,697 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7688d5f8-dffe-4d9a-ad04-8950a993da9d 2018-08-27 01:44:26,699 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8', 'size': 12716032, u'self': u'/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T01:44:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T01:44:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7', 'created': u'2018-08-27T01:44:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T01:44:24Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 01:44:26,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 01:44:26,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 01:44:27,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d7cf6ec-d8b3-49c2-86ba-ee6a2680127d x-compute-request-id: req-8d7cf6ec-d8b3-49c2-86ba-ee6a2680127d Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "cac2df04-94e7-46d9-87ca-e390cbe63dad"}} 2018-08-27 01:44:27,544 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-8d7cf6ec-d8b3-49c2-86ba-ee6a2680127d 2018-08-27 01:44:27,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.843943119049s 2018-08-27 01:44:27,544 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-8d7cf6ec-d8b3-49c2-86ba-ee6a2680127d 2018-08-27 01:44:27,545 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'cac2df04-94e7-46d9-87ca-e390cbe63dad', 'swap': 0}) 2018-08-27 01:44:27,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 01:44:27,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"extra_specs": {}}' 2018-08-27 01:44:27,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e57f5844-c7e5-4f21-9f22-6b27aed44f0a x-compute-request-id: req-e57f5844-c7e5-4f21-9f22-6b27aed44f0a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 01:44:27,569 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad/os-extra_specs used request id req-e57f5844-c7e5-4f21-9f22-6b27aed44f0a 2018-08-27 01:44:27,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0232338905334s 2018-08-27 01:44:27,570 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad/os-extra_specs used request id req-e57f5844-c7e5-4f21-9f22-6b27aed44f0a 2018-08-27 01:44:27,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 01:44:27,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"keypair": {"name": "singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}}' 2018-08-27 01:44:27,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee7d84da-4757-4a45-9497-8c6fe1939578 x-compute-request-id: req-ee7d84da-4757-4a45-9497-8c6fe1939578 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBTQo18xwGXaGdh23uY78bGZtsGsM5TrMvVkntXy2WHN+WGrQcVu328XyLJNrn3mmW+TSjMLdkUNeX8gxrNtCT0ZxMqbeEQF0mWtd6NoWgT1izlIhbxtrAlGGdG5XmGlDq8IfABmeJK3a547WBf+KAW/UZliE1nV9v71PPvmy97Dy9Re+Pgi8PR7/yqaGWdE+D6SwCrgg0LOT2sBL0nw82W/7hfaZ6uVSE944zmwXrVdyGvEaSqeVXZmABYeXx+eKV/w9WYBjdP4nQyA4Vx8daWz80OIB447zIU9ww4rVMQZDTxnwORwvvxH1v5wF6KafPQZUU/s3EVVgmZ2h3ofxl Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwU0KNfMcBl2hnYdt7mO/GxmbbBrDOU6zL1ZJ7V8tlhzflhq0\nHFbt9vF8iyTa595plvk0ozC3ZFDXl/IMazbQk9GcTKm3hEBdJlrXejaFoE9Ys5SI\nW8bawJRhnRuV5hpQ6vCHwAZniSt2ueO1gX/igFv1GZYhNZ1fb+9Tz75svew8vUXv\nj4IvD0e/8qmhlnRPg+ksAq4INCzk9rAS9J8PNlv+4X2merlUhPeOM5sF61XchrxG\nkqnlV2ZgAWHl8fnilf8PVmAY3T+J0MgOFcfHWls/NDiAeOO8yFPcMOK1TEGQ08Z8\nDkcL78R9b+cBeimnz0GVFP7NxFVYJmdod6H8ZQIDAQABAoIBAQCj8pSjd2Ogno9x\nzajWlXFEKe7hvL0yAOcHUjd3hc9jT2/vnwx+MNi6Js2MMqEcIk8KRql3c91Hzy1c\naWZRFPfJN/JKL3RATlrzKf8yX8XsVwATp/oTZVCqH+++0ePMeyuAaKuqmYP9Gokj\nVtfeUzonxlbW8bePAsAsbx91xrvyRE8fILLCJGX9YHW0lMruFkeKtbeHrDbmoqdo\n/8Z275NTnpj/NCsRh5RPn/XvinGTZRRAk+drjl31Yshs9LDY9XAsAz3vSPBbc2iR\nLxt52PC22cB3IjpzItYBU+fKS3E5gyaB83WU/z5duAMzlxhNXQVJhSL3ZchoKJfV\nkOw7mclBAoGBAOXPvjkKfNRz6pzbRaeVOhiCXP+1xVQyRqlDTN3B0LSrC16WjKqz\neH6n9V5e+WU0ft2cUbSQ+akhzn/udblWTbhSwkje/YbgzwnccRuAOsHDt943A7nj\nFPzWMGIj/jEq2mgJBqgya5pkoUx54tSPXEyZ4hd5ilu9HOWEiReIwi8VAoGBANdU\nLf4aw+0/uZWGh5NALzbB5JbnTDepoZnYNUdu5jM3aBfeJxVxIFbdNJCA6hPKGhPN\nsNGmEQAOqeXQSxwLI7mMeRzpBx1d74Q2PMtQEveicdg5EhRQ7h9I5zLbUTy3hieY\nFW7pfY66prn0hwBf7eQ9Y6uWMR4eqtrBCQ1TYGwRAoGAWagSrm5JBRm0Dj39jsPJ\nRoaVga2IrrBuoNqAwoM6yUFxzhUuC+q4t7EPKSIkajdwx0SVG7zzqehmh8Kgaw4g\nhCjFY2ibwGM0YsR93BzKz41rzmXoLj1Jktp9RcyE/umZC715u2TwVeusggmLVSIZ\nAEmIy1+/esrs2x453dSc7YECgYBK6/RQzNlNLHYTS8rSdmu3HsG9q97+IxyiXfMz\n1qdsPKQQYfCxajo5XyBSAzjvB8wJBfG3EJQrs+5zkwT/TfTxM6pUX9Rk6HFVTFXc\n3BCtby0zcbATt5ES+5fOPzdF7AlWr3kNrVpNli4615U9kSNB3gZXBpwygbMrCC1x\nIIiVMQKBgF16jhwuJypZkOcm144SBy5RKkCflXhmdBrwvBtlfQpfB1FDGL2bKzsm\nWfKG3iwbPRYwlnn0H6r0GfyeX8SE3PjDb8lNkP7LBvjXbVF65pFSAt+XqSvwBIEK\ndZ8sK1ajN96EughTb0sw29lUu9t17FxTMUirj/s1dLBX4D/HXWmd\n-----END RSA PRIVATE KEY-----\n", "user_id": "440b8bec7c094fa796f8cdc02d6dd96b", "name": "singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "fingerprint": "98:22:d6:aa:f7:be:0b:d2:37:7d:91:97:3b:94:bd:c3"}} 2018-08-27 01:44:27,744 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-ee7d84da-4757-4a45-9497-8c6fe1939578 2018-08-27 01:44:27,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.17453289032s 2018-08-27 01:44:27,745 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-ee7d84da-4757-4a45-9497-8c6fe1939578 2018-08-27 01:44:27,746 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBTQo18xwGXaGdh23uY78bGZtsGsM5TrMvVkntXy2WHN+WGrQcVu328XyLJNrn3mmW+TSjMLdkUNeX8gxrNtCT0ZxMqbeEQF0mWtd6NoWgT1izlIhbxtrAlGGdG5XmGlDq8IfABmeJK3a547WBf+KAW/UZliE1nV9v71PPvmy97Dy9Re+Pgi8PR7/yqaGWdE+D6SwCrgg0LOT2sBL0nw82W/7hfaZ6uVSE944zmwXrVdyGvEaSqeVXZmABYeXx+eKV/w9WYBjdP4nQyA4Vx8daWz80OIB447zIU9ww4rVMQZDTxnwORwvvxH1v5wF6KafPQZUU/s3EVVgmZ2h3ofxl Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwU0KNfMcBl2hnYdt7mO/GxmbbBrDOU6zL1ZJ7V8tlhzflhq0\nHFbt9vF8iyTa595plvk0ozC3ZFDXl/IMazbQk9GcTKm3hEBdJlrXejaFoE9Ys5SI\nW8bawJRhnRuV5hpQ6vCHwAZniSt2ueO1gX/igFv1GZYhNZ1fb+9Tz75svew8vUXv\nj4IvD0e/8qmhlnRPg+ksAq4INCzk9rAS9J8PNlv+4X2merlUhPeOM5sF61XchrxG\nkqnlV2ZgAWHl8fnilf8PVmAY3T+J0MgOFcfHWls/NDiAeOO8yFPcMOK1TEGQ08Z8\nDkcL78R9b+cBeimnz0GVFP7NxFVYJmdod6H8ZQIDAQABAoIBAQCj8pSjd2Ogno9x\nzajWlXFEKe7hvL0yAOcHUjd3hc9jT2/vnwx+MNi6Js2MMqEcIk8KRql3c91Hzy1c\naWZRFPfJN/JKL3RATlrzKf8yX8XsVwATp/oTZVCqH+++0ePMeyuAaKuqmYP9Gokj\nVtfeUzonxlbW8bePAsAsbx91xrvyRE8fILLCJGX9YHW0lMruFkeKtbeHrDbmoqdo\n/8Z275NTnpj/NCsRh5RPn/XvinGTZRRAk+drjl31Yshs9LDY9XAsAz3vSPBbc2iR\nLxt52PC22cB3IjpzItYBU+fKS3E5gyaB83WU/z5duAMzlxhNXQVJhSL3ZchoKJfV\nkOw7mclBAoGBAOXPvjkKfNRz6pzbRaeVOhiCXP+1xVQyRqlDTN3B0LSrC16WjKqz\neH6n9V5e+WU0ft2cUbSQ+akhzn/udblWTbhSwkje/YbgzwnccRuAOsHDt943A7nj\nFPzWMGIj/jEq2mgJBqgya5pkoUx54tSPXEyZ4hd5ilu9HOWEiReIwi8VAoGBANdU\nLf4aw+0/uZWGh5NALzbB5JbnTDepoZnYNUdu5jM3aBfeJxVxIFbdNJCA6hPKGhPN\nsNGmEQAOqeXQSxwLI7mMeRzpBx1d74Q2PMtQEveicdg5EhRQ7h9I5zLbUTy3hieY\nFW7pfY66prn0hwBf7eQ9Y6uWMR4eqtrBCQ1TYGwRAoGAWagSrm5JBRm0Dj39jsPJ\nRoaVga2IrrBuoNqAwoM6yUFxzhUuC+q4t7EPKSIkajdwx0SVG7zzqehmh8Kgaw4g\nhCjFY2ibwGM0YsR93BzKz41rzmXoLj1Jktp9RcyE/umZC715u2TwVeusggmLVSIZ\nAEmIy1+/esrs2x453dSc7YECgYBK6/RQzNlNLHYTS8rSdmu3HsG9q97+IxyiXfMz\n1qdsPKQQYfCxajo5XyBSAzjvB8wJBfG3EJQrs+5zkwT/TfTxM6pUX9Rk6HFVTFXc\n3BCtby0zcbATt5ES+5fOPzdF7AlWr3kNrVpNli4615U9kSNB3gZXBpwygbMrCC1x\nIIiVMQKBgF16jhwuJypZkOcm144SBy5RKkCflXhmdBrwvBtlfQpfB1FDGL2bKzsm\nWfKG3iwbPRYwlnn0H6r0GfyeX8SE3PjDb8lNkP7LBvjXbVF65pFSAt+XqSvwBIEK\ndZ8sK1ajN96EughTb0sw29lUu9t17FxTMUirj/s1dLBX4D/HXWmd\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'440b8bec7c094fa796f8cdc02d6dd96b', 'name': u'singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7', 'created_at': '2018-08-27T01:44:27.746039', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'98:22:d6:aa:f7:be:0b:d2:37:7d:91:97:3b:94:bd:c3', 'type': 'ssh', 'id': u'singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7'}) 2018-08-27 01:44:27,746 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAwU0KNfMcBl2hnYdt7mO/GxmbbBrDOU6zL1ZJ7V8tlhzflhq0 HFbt9vF8iyTa595plvk0ozC3ZFDXl/IMazbQk9GcTKm3hEBdJlrXejaFoE9Ys5SI W8bawJRhnRuV5hpQ6vCHwAZniSt2ueO1gX/igFv1GZYhNZ1fb+9Tz75svew8vUXv j4IvD0e/8qmhlnRPg+ksAq4INCzk9rAS9J8PNlv+4X2merlUhPeOM5sF61XchrxG kqnlV2ZgAWHl8fnilf8PVmAY3T+J0MgOFcfHWls/NDiAeOO8yFPcMOK1TEGQ08Z8 DkcL78R9b+cBeimnz0GVFP7NxFVYJmdod6H8ZQIDAQABAoIBAQCj8pSjd2Ogno9x zajWlXFEKe7hvL0yAOcHUjd3hc9jT2/vnwx+MNi6Js2MMqEcIk8KRql3c91Hzy1c aWZRFPfJN/JKL3RATlrzKf8yX8XsVwATp/oTZVCqH+++0ePMeyuAaKuqmYP9Gokj VtfeUzonxlbW8bePAsAsbx91xrvyRE8fILLCJGX9YHW0lMruFkeKtbeHrDbmoqdo /8Z275NTnpj/NCsRh5RPn/XvinGTZRRAk+drjl31Yshs9LDY9XAsAz3vSPBbc2iR Lxt52PC22cB3IjpzItYBU+fKS3E5gyaB83WU/z5duAMzlxhNXQVJhSL3ZchoKJfV kOw7mclBAoGBAOXPvjkKfNRz6pzbRaeVOhiCXP+1xVQyRqlDTN3B0LSrC16WjKqz eH6n9V5e+WU0ft2cUbSQ+akhzn/udblWTbhSwkje/YbgzwnccRuAOsHDt943A7nj FPzWMGIj/jEq2mgJBqgya5pkoUx54tSPXEyZ4hd5ilu9HOWEiReIwi8VAoGBANdU Lf4aw+0/uZWGh5NALzbB5JbnTDepoZnYNUdu5jM3aBfeJxVxIFbdNJCA6hPKGhPN sNGmEQAOqeXQSxwLI7mMeRzpBx1d74Q2PMtQEveicdg5EhRQ7h9I5zLbUTy3hieY FW7pfY66prn0hwBf7eQ9Y6uWMR4eqtrBCQ1TYGwRAoGAWagSrm5JBRm0Dj39jsPJ RoaVga2IrrBuoNqAwoM6yUFxzhUuC+q4t7EPKSIkajdwx0SVG7zzqehmh8Kgaw4g hCjFY2ibwGM0YsR93BzKz41rzmXoLj1Jktp9RcyE/umZC715u2TwVeusggmLVSIZ AEmIy1+/esrs2x453dSc7YECgYBK6/RQzNlNLHYTS8rSdmu3HsG9q97+IxyiXfMz 1qdsPKQQYfCxajo5XyBSAzjvB8wJBfG3EJQrs+5zkwT/TfTxM6pUX9Rk6HFVTFXc 3BCtby0zcbATt5ES+5fOPzdF7AlWr3kNrVpNli4615U9kSNB3gZXBpwygbMrCC1x IIiVMQKBgF16jhwuJypZkOcm144SBy5RKkCflXhmdBrwvBtlfQpfB1FDGL2bKzsm WfKG3iwbPRYwlnn0H6r0GfyeX8SE3PjDb8lNkP7LBvjXbVF65pFSAt+XqSvwBIEK dZ8sK1ajN96EughTb0sw29lUu9t17FxTMUirj/s1dLBX4D/HXWmd -----END RSA PRIVATE KEY----- 2018-08-27 01:44:27,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 01:44:27,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"security_group": {"name": "singlevm1-sg_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-27 01:44:28,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-fce2cbb5-107a-475b-a72f-e18eb324b78f Date: Mon, 27 Aug 2018 01:44:28 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:44:28Z", "updated_at": "2018-08-27T01:44:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:44:28Z", "revision_number": 0, "id": "572880b7-3681-42ec-b2d1-1fe3e551e95b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:44:28Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:44:28Z", "revision_number": 0, "id": "775de0c0-c354-4d06-8bb2-24e9be4cc4e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:44:28Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}], "revision_number": 1, "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "name": "singlevm1-sg_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}} 2018-08-27 01:44:28,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-fce2cbb5-107a-475b-a72f-e18eb324b78f 2018-08-27 01:44:28,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 1.12342810631s 2018-08-27 01:44:28,873 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-fce2cbb5-107a-475b-a72f-e18eb324b78f 2018-08-27 01:44:28,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:44:28,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:29,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-2cd901fc-e2d0-4675-af91-a0ac5c399ba4 Date: Mon, 27 Aug 2018 01:44:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "created_at": "2018-08-27T01:39:11Z", "updated_at": "2018-08-27T01:39:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "153a7e1a-caff-4825-b124-b3efb785d274", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv4", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "563ed945-ba5e-46c2-8bf1-ba05a0b7a9c6", "remote_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv4", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "b387c1dd-cd2d-4c90-8a04-a670ccdbcaf9", "remote_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv6", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "d0da6690-ea34-4df2-b6ab-c617502306e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv6", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}], "revision_number": 1, "project_id": "fdfb6f654fdc41ceb857063b3e09e496", "id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:42:32Z", "updated_at": "2018-08-27T01:42:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "3c8b496f-edee-4279-ab89-23b0f132dd1e", "remote_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "52a4193c-6661-4ee6-a82a-2e10fdcd84d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "627e451c-5a11-4c3c-b2a9-2ecf5a06e6e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "c2c2400b-c5c7-413f-a98a-aae2d90d8db3", "remote_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}], "revision_number": 1, "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "created_at": "2018-08-27T01:43:52Z", "updated_at": "2018-08-27T01:43:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "0cef62f7-8ca8-4114-a836-d782b3022827", "remote_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "27883390-f9c5-447a-93aa-2f216ac561ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "a363e182-578c-4bc9-88e3-cf9c14645402", "remote_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "c0024ff1-e92b-45a1-b965-1913f9767c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}], "revision_number": 1, "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "id": "753518c2-5a46-407e-ae93-f7acb646368f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-27T01:42:37Z", "updated_at": "2018-08-27T01:42:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "2cef997f-0f96-4a96-be2e-1b9358fc9598", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "4735dd16-88c3-40f7-a93a-ca4bf09f7e7d", "remote_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "8a3b171b-770b-4152-9baf-6532b6f29e1a", "remote_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "e6875607-69f6-4362-9c60-a518f3d55e50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:44:28Z", "updated_at": "2018-08-27T01:44:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:44:28Z", "revision_number": 0, "id": "572880b7-3681-42ec-b2d1-1fe3e551e95b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:44:28Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:44:28Z", "revision_number": 0, "id": "775de0c0-c354-4d06-8bb2-24e9be4cc4e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:44:28Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}], "revision_number": 1, "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "name": "singlevm1-sg_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}, {"description": "Default security group", "tags": [], "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "created_at": "2018-08-27T01:42:58Z", "updated_at": "2018-08-27T01:42:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "037e5993-c160-40f8-81e5-faa01e525785", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "13f71ab7-95c1-4568-8795-dcca030f852e", "remote_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "1af6f790-e028-4032-a110-4ae10c5aee29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "59a49a6c-057f-4993-a107-d5c1acaaf7ca", "remote_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "4392af7e7a0747e184901ac824beb6ef"}], "revision_number": 1, "project_id": "4392af7e7a0747e184901ac824beb6ef", "id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "name": "default"}]} 2018-08-27 01:44:29,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-2cd901fc-e2d0-4675-af91-a0ac5c399ba4 2018-08-27 01:44:29,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.318751096725s 2018-08-27 01:44:29,197 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-2cd901fc-e2d0-4675-af91-a0ac5c399ba4 2018-08-27 01:44:29,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 01:44:29,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb"}}' 2018-08-27 01:44:29,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-72be8bf1-e089-42ee-9887-f1ca2f5399e3 Date: Mon, 27 Aug 2018 01:44:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-27T01:44:29Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "port_range_min": 22, "revision_number": 0, "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:44:29Z", "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "2da010ef-6b80-40d0-935a-83541a51e387"}} 2018-08-27 01:44:29,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-72be8bf1-e089-42ee-9887-f1ca2f5399e3 2018-08-27 01:44:29,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.475261926651s 2018-08-27 01:44:29,676 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-72be8bf1-e089-42ee-9887-f1ca2f5399e3 2018-08-27 01:44:29,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:44:29,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:30,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-358498e6-cb72-43cd-9d41-ec4fa8825c3f Date: Mon, 27 Aug 2018 01:44:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "created_at": "2018-08-27T01:39:11Z", "updated_at": "2018-08-27T01:39:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "153a7e1a-caff-4825-b124-b3efb785d274", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv4", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "563ed945-ba5e-46c2-8bf1-ba05a0b7a9c6", "remote_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv4", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "b387c1dd-cd2d-4c90-8a04-a670ccdbcaf9", "remote_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv6", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "d0da6690-ea34-4df2-b6ab-c617502306e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv6", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}], "revision_number": 1, "project_id": "fdfb6f654fdc41ceb857063b3e09e496", "id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:42:32Z", "updated_at": "2018-08-27T01:42:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "3c8b496f-edee-4279-ab89-23b0f132dd1e", "remote_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "52a4193c-6661-4ee6-a82a-2e10fdcd84d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "627e451c-5a11-4c3c-b2a9-2ecf5a06e6e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "c2c2400b-c5c7-413f-a98a-aae2d90d8db3", "remote_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}], "revision_number": 1, "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "created_at": "2018-08-27T01:43:52Z", "updated_at": "2018-08-27T01:43:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "0cef62f7-8ca8-4114-a836-d782b3022827", "remote_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "27883390-f9c5-447a-93aa-2f216ac561ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "a363e182-578c-4bc9-88e3-cf9c14645402", "remote_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "c0024ff1-e92b-45a1-b965-1913f9767c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}], "revision_number": 1, "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "id": "753518c2-5a46-407e-ae93-f7acb646368f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-27T01:42:37Z", "updated_at": "2018-08-27T01:42:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "2cef997f-0f96-4a96-be2e-1b9358fc9598", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "4735dd16-88c3-40f7-a93a-ca4bf09f7e7d", "remote_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "8a3b171b-770b-4152-9baf-6532b6f29e1a", "remote_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "e6875607-69f6-4362-9c60-a518f3d55e50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:44:28Z", "updated_at": "2018-08-27T01:44:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T01:44:29Z", "revision_number": 0, "id": "2da010ef-6b80-40d0-935a-83541a51e387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:44:29Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:44:28Z", "revision_number": 0, "id": "572880b7-3681-42ec-b2d1-1fe3e551e95b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:44:28Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:44:28Z", "revision_number": 0, "id": "775de0c0-c354-4d06-8bb2-24e9be4cc4e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:44:28Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}], "revision_number": 2, "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "name": "singlevm1-sg_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}, {"description": "Default security group", "tags": [], "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "created_at": "2018-08-27T01:42:58Z", "updated_at": "2018-08-27T01:42:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "037e5993-c160-40f8-81e5-faa01e525785", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "13f71ab7-95c1-4568-8795-dcca030f852e", "remote_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "1af6f790-e028-4032-a110-4ae10c5aee29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "59a49a6c-057f-4993-a107-d5c1acaaf7ca", "remote_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "4392af7e7a0747e184901ac824beb6ef"}], "revision_number": 1, "project_id": "4392af7e7a0747e184901ac824beb6ef", "id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "name": "default"}]} 2018-08-27 01:44:30,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-358498e6-cb72-43cd-9d41-ec4fa8825c3f 2018-08-27 01:44:30,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.991306066513s 2018-08-27 01:44:30,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-358498e6-cb72-43cd-9d41-ec4fa8825c3f 2018-08-27 01:44:30,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 01:44:30,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb"}}' 2018-08-27 01:44:30,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0cdddc2e-414c-4f26-a026-001cbcfc4d3e Date: Mon, 27 Aug 2018 01:44:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-27T01:44:31Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "port_range_min": null, "revision_number": 0, "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:44:31Z", "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "33357cc4-ec03-4a16-9d46-d3f6fe0a3915"}} 2018-08-27 01:44:30,843 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-0cdddc2e-414c-4f26-a026-001cbcfc4d3e 2018-08-27 01:44:30,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.167901992798s 2018-08-27 01:44:30,843 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-0cdddc2e-414c-4f26-a026-001cbcfc4d3e 2018-08-27 01:44:30,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:44:30,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:31,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6b2a054a-7f35-4fa0-9832-5ebacf349ba3 Date: Mon, 27 Aug 2018 01:44:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3618d436-f16e-4dcb-a09f-c5242914374d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":["a88178f5-9237-40dd-b35b-fcf891c1f887"],"description":"","tags":[],"updated_at":"2018-08-27T01:44:19Z","provider:segmentation_id":99,"name":"singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:44:18Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:44:31,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6b2a054a-7f35-4fa0-9832-5ebacf349ba3 2018-08-27 01:44:31,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.334677934647s 2018-08-27 01:44:31,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6b2a054a-7f35-4fa0-9832-5ebacf349ba3 2018-08-27 01:44:31,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:44:31,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:31,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-b0058a06-12a4-4921-a737-4afb0749bbba Date: Mon, 27 Aug 2018 01:44:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:44:25Z", "file": "/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "size": 12716032, "self": "/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:44:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:44:31,946 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b0058a06-12a4-4921-a737-4afb0749bbba 2018-08-27 01:44:31,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.763659000397s 2018-08-27 01:44:31,947 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b0058a06-12a4-4921-a737-4afb0749bbba 2018-08-27 01:44:31,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:44:31,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:31,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b978288e-9217-4540-800e-c5b3e0278f9a x-compute-request-id: req-b978288e-9217-4540-800e-c5b3e0278f9a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "cac2df04-94e7-46d9-87ca-e390cbe63dad"}]} 2018-08-27 01:44:31,986 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b978288e-9217-4540-800e-c5b3e0278f9a 2018-08-27 01:44:31,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.037661075592s 2018-08-27 01:44:31,987 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b978288e-9217-4540-800e-c5b3e0278f9a 2018-08-27 01:44:31,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 01:44:31,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"server": {"name": "singlevm1-vm_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "imageRef": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "key_name": "singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "flavorRef": "cac2df04-94e7-46d9-87ca-e390cbe63dad", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3618d436-f16e-4dcb-a09f-c5242914374d"}], "security_groups": [{"name": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb"}]}}' 2018-08-27 01:44:36,835 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:44:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-646ab65d-b181-4d7c-8d1a-8ff9baf54f6e x-compute-request-id: req-646ab65d-b181-4d7c-8d1a-8ff9baf54f6e Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb"}], "OS-DCF:diskConfig": "MANUAL", "id": "1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "bookmark"}], "adminPass": "32G8wik2m5Ty"}} 2018-08-27 01:44:36,835 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-646ab65d-b181-4d7c-8d1a-8ff9baf54f6e 2018-08-27 01:44:36,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.84655189514s 2018-08-27 01:44:36,835 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-646ab65d-b181-4d7c-8d1a-8ff9baf54f6e 2018-08-27 01:44:36,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:44:36,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:37,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5933830a-aef1-4bc7-b4d9-4a430e5588bb x-compute-request-id: req-5933830a-aef1-4bc7-b4d9-4a430e5588bb Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "bookmark"}], "image": {"id": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "links": [{"href": "http://172.30.9.26:8774/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cac2df04-94e7-46d9-87ca-e390cbe63dad", "links": [{"href": "http://172.30.9.26:8774/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "bookmark"}]}, "id": "1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "user_id": "440b8bec7c094fa796f8cdc02d6dd96b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:44:37Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "created": "2018-08-27T01:44:36Z", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:44:37,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5933830a-aef1-4bc7-b4d9-4a430e5588bb 2018-08-27 01:44:37,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12959003448s 2018-08-27 01:44:37,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5933830a-aef1-4bc7-b4d9-4a430e5588bb 2018-08-27 01:44:37,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:44:37,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:38,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1f136f9b-db3d-4cfe-827b-20a2e1bb8d6d Date: Mon, 27 Aug 2018 01:44:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3618d436-f16e-4dcb-a09f-c5242914374d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":["a88178f5-9237-40dd-b35b-fcf891c1f887"],"description":"","tags":[],"updated_at":"2018-08-27T01:44:19Z","provider:segmentation_id":99,"name":"singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:44:18Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:44:38,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1f136f9b-db3d-4cfe-827b-20a2e1bb8d6d 2018-08-27 01:44:38,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272758960724s 2018-08-27 01:44:38,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1f136f9b-db3d-4cfe-827b-20a2e1bb8d6d 2018-08-27 01:44:38,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:44:38,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:38,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-bd631d53-b033-464b-90dd-185f15fd3db7 Date: Mon, 27 Aug 2018 01:44:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3618d436-f16e-4dcb-a09f-c5242914374d","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:44:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:44:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"a88178f5-9237-40dd-b35b-fcf891c1f887","subnetpool_id":null,"name":"singlevm1-subnet_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 01:44:38,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-bd631d53-b033-464b-90dd-185f15fd3db7 2018-08-27 01:44:38,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0427620410919s 2018-08-27 01:44:38,290 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-bd631d53-b033-464b-90dd-185f15fd3db7 2018-08-27 01:44:38,291 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:44:40,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:44:40,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:41,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-738af687-75ef-4b94-8128-73942788cf6e x-compute-request-id: req-738af687-75ef-4b94-8128-73942788cf6e Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "bookmark"}], "image": {"id": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "links": [{"href": "http://172.30.9.26:8774/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cac2df04-94e7-46d9-87ca-e390cbe63dad", "links": [{"href": "http://172.30.9.26:8774/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "bookmark"}]}, "id": "1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "user_id": "440b8bec7c094fa796f8cdc02d6dd96b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:44:40Z", "hostId": "befe38b650e1f6c837e126886d2338b53826b29f2c0c04cfc592cceb", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "created": "2018-08-27T01:44:36Z", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:44:41,492 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-738af687-75ef-4b94-8128-73942788cf6e 2018-08-27 01:44:41,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1981780529s 2018-08-27 01:44:41,492 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-738af687-75ef-4b94-8128-73942788cf6e 2018-08-27 01:44:41,496 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:44:43,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:44:43,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:44,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19b6fb67-2549-438b-89b9-fd1f36e0444a x-compute-request-id: req-19b6fb67-2549-438b-89b9-fd1f36e0444a Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "bookmark"}], "image": {"id": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "links": [{"href": "http://172.30.9.26:8774/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cac2df04-94e7-46d9-87ca-e390cbe63dad", "links": [{"href": "http://172.30.9.26:8774/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "bookmark"}]}, "id": "1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "security_groups": [{"name": "singlevm1-sg_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}], "user_id": "440b8bec7c094fa796f8cdc02d6dd96b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:44:41Z", "hostId": "befe38b650e1f6c837e126886d2338b53826b29f2c0c04cfc592cceb", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "created": "2018-08-27T01:44:36Z", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:44:44,935 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-19b6fb67-2549-438b-89b9-fd1f36e0444a 2018-08-27 01:44:44,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.43650007248s 2018-08-27 01:44:44,936 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-19b6fb67-2549-438b-89b9-fd1f36e0444a 2018-08-27 01:44:44,939 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:44:46,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:44:46,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:47,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3723e883-377b-4708-a606-985976070323 x-compute-request-id: req-3723e883-377b-4708-a606-985976070323 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:54:22", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "bookmark"}], "image": {"id": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "links": [{"href": "http://172.30.9.26:8774/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cac2df04-94e7-46d9-87ca-e390cbe63dad", "links": [{"href": "http://172.30.9.26:8774/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "bookmark"}]}, "id": "1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "security_groups": [{"name": "singlevm1-sg_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}], "user_id": "440b8bec7c094fa796f8cdc02d6dd96b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:44:41Z", "hostId": "befe38b650e1f6c837e126886d2338b53826b29f2c0c04cfc592cceb", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "created": "2018-08-27T01:44:36Z", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:44:47,964 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3723e883-377b-4708-a606-985976070323 2018-08-27 01:44:47,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02141404152s 2018-08-27 01:44:47,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3723e883-377b-4708-a606-985976070323 2018-08-27 01:44:47,968 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:44:49,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:44:49,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:51,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9bd3a5f1-2ea5-4b3e-aa33-f2e0f87e312e x-compute-request-id: req-9bd3a5f1-2ea5-4b3e-aa33-f2e0f87e312e Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:54:22", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "bookmark"}], "image": {"id": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "links": [{"href": "http://172.30.9.26:8774/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cac2df04-94e7-46d9-87ca-e390cbe63dad", "links": [{"href": "http://172.30.9.26:8774/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "bookmark"}]}, "id": "1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "security_groups": [{"name": "singlevm1-sg_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}], "user_id": "440b8bec7c094fa796f8cdc02d6dd96b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:44:41Z", "hostId": "befe38b650e1f6c837e126886d2338b53826b29f2c0c04cfc592cceb", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "created": "2018-08-27T01:44:36Z", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:44:51,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9bd3a5f1-2ea5-4b3e-aa33-f2e0f87e312e 2018-08-27 01:44:51,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.26277804375s 2018-08-27 01:44:51,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9bd3a5f1-2ea5-4b3e-aa33-f2e0f87e312e 2018-08-27 01:44:51,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:44:53,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:44:53,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:54,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b97ea4e-c63f-4ea6-874e-3c5554dd56d2 x-compute-request-id: req-6b97ea4e-c63f-4ea6-874e-3c5554dd56d2 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:54:22", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "bookmark"}], "image": {"id": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "links": [{"href": "http://172.30.9.26:8774/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-27T01:44:50.000000", "flavor": {"id": "cac2df04-94e7-46d9-87ca-e390cbe63dad", "links": [{"href": "http://172.30.9.26:8774/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "bookmark"}]}, "id": "1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "security_groups": [{"name": "singlevm1-sg_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}], "user_id": "440b8bec7c094fa796f8cdc02d6dd96b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:44:50Z", "hostId": "befe38b650e1f6c837e126886d2338b53826b29f2c0c04cfc592cceb", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "created": "2018-08-27T01:44:36Z", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:44:54,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6b97ea4e-c63f-4ea6-874e-3c5554dd56d2 2018-08-27 01:44:54,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13818001747s 2018-08-27 01:44:54,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6b97ea4e-c63f-4ea6-874e-3c5554dd56d2 2018-08-27 01:44:54,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:44:54,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:54,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-5f4e7f8f-be33-4cdd-ac4b-b755b359db13 Date: Mon, 27 Aug 2018 01:44:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T01:44:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a88178f5-9237-40dd-b35b-fcf891c1f887","ip_address":"192.168.120.10"}],"id":"fe99a8a8-fdc6-47c3-aefe-223f5871f801","security_groups":["bfb6a279-28eb-4410-bb29-ac5820f9ecbb"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:54:22","project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe","name":"","admin_state_up":true,"network_id":"3618d436-f16e-4dcb-a09f-c5242914374d","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:44:41Z","binding:vnic_type":"normal"}]} 2018-08-27 01:44:54,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe used request id req-5f4e7f8f-be33-4cdd-ac4b-b755b359db13 2018-08-27 01:44:54,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.252535104752s 2018-08-27 01:44:54,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe used request id req-5f4e7f8f-be33-4cdd-ac4b-b755b359db13 2018-08-27 01:44:54,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:44:54,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=fe99a8a8-fdc6-47c3-aefe-223f5871f801" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:54,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7cfa5064-ac69-4d39-a282-d1b88ea831dc Date: Mon, 27 Aug 2018 01:44:54 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:44:54,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=fe99a8a8-fdc6-47c3-aefe-223f5871f801 used request id req-7cfa5064-ac69-4d39-a282-d1b88ea831dc 2018-08-27 01:44:54,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.234326839447s 2018-08-27 01:44:54,876 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=fe99a8a8-fdc6-47c3-aefe-223f5871f801 used request id req-7cfa5064-ac69-4d39-a282-d1b88ea831dc 2018-08-27 01:44:54,876 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:84:54:22', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-27T01:44:50.000000', 'flavor': Munch({u'id': u'cac2df04-94e7-46d9-87ca-e390cbe63dad'}), 'az': u'nova', 'id': u'1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe', 'security_groups': [Munch({u'name': u'singlevm1-sg_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'440b8bec7c094fa796f8cdc02d6dd96b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T01:44:50.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T01:44:50Z', 'hostId': u'befe38b650e1f6c837e126886d2338b53826b29f2c0c04cfc592cceb', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'befe38b650e1f6c837e126886d2338b53826b29f2c0c04cfc592cceb', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-27T01:44:50.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7', 'adminPass': u'32G8wik2m5Ty', 'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', 'created_at': u'2018-08-27T01:44:36Z', 'created': u'2018-08-27T01:44:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 01:44:54,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:44:54,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:55,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-77b1253c-aa15-4e27-8c00-ee2ae5354147 Date: Mon, 27 Aug 2018 01:44:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3618d436-f16e-4dcb-a09f-c5242914374d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":["a88178f5-9237-40dd-b35b-fcf891c1f887"],"description":"","tags":[],"updated_at":"2018-08-27T01:44:19Z","provider:segmentation_id":99,"name":"singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:44:18Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:44:55,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-77b1253c-aa15-4e27-8c00-ee2ae5354147 2018-08-27 01:44:55,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343404054642s 2018-08-27 01:44:55,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-77b1253c-aa15-4e27-8c00-ee2ae5354147 2018-08-27 01:44:55,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:44:55,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:55,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-d1d9e6cf-1e74-4aa2-a2ee-565b69d55f88 Date: Mon, 27 Aug 2018 01:44:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T01:44:48Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a88178f5-9237-40dd-b35b-fcf891c1f887","ip_address":"192.168.120.10"}],"id":"fe99a8a8-fdc6-47c3-aefe-223f5871f801","security_groups":["bfb6a279-28eb-4410-bb29-ac5820f9ecbb"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:54:22","project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe","name":"","admin_state_up":true,"network_id":"3618d436-f16e-4dcb-a09f-c5242914374d","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:44:41Z","binding:vnic_type":"normal"}]} 2018-08-27 01:44:55,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe used request id req-d1d9e6cf-1e74-4aa2-a2ee-565b69d55f88 2018-08-27 01:44:55,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.327679157257s 2018-08-27 01:44:55,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe used request id req-d1d9e6cf-1e74-4aa2-a2ee-565b69d55f88 2018-08-27 01:44:55,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 01:44:55,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"floatingip": {"floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.10", "port_id": "fe99a8a8-fdc6-47c3-aefe-223f5871f801"}}' 2018-08-27 01:44:57,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-92fd6db1-eba1-4363-bc2f-efa49f0e5c8c Date: Mon, 27 Aug 2018 01:44:57 GMT RESP BODY: {"floatingip": {"router_id": "bab12a0b-e448-41f6-b36e-156308e8a8a4", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:44:56Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "fe99a8a8-fdc6-47c3-aefe-223f5871f801", "id": "adb15105-b39e-48ba-b035-0f95a04e022a", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:44:56Z", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}} 2018-08-27 01:44:57,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-92fd6db1-eba1-4363-bc2f-efa49f0e5c8c 2018-08-27 01:44:57,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.04585504532s 2018-08-27 01:44:57,600 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-92fd6db1-eba1-4363-bc2f-efa49f0e5c8c 2018-08-27 01:44:57,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:44:57,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:44:57,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-b5abe5cd-7fa5-4f6b-8fd0-659052e80c64 Date: Mon, 27 Aug 2018 01:44:57 GMT RESP BODY: {"floatingips": [{"router_id": "bab12a0b-e448-41f6-b36e-156308e8a8a4", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:44:56Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "fe99a8a8-fdc6-47c3-aefe-223f5871f801", "id": "adb15105-b39e-48ba-b035-0f95a04e022a", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:44:56Z", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}]} 2018-08-27 01:44:57,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-b5abe5cd-7fa5-4f6b-8fd0-659052e80c64 2018-08-27 01:44:57,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0618150234222s 2018-08-27 01:44:57,670 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-b5abe5cd-7fa5-4f6b-8fd0-659052e80c64 2018-08-27 01:44:57,674 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'bab12a0b-e448-41f6-b36e-156308e8a8a4', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', 'created_at': u'2018-08-27T01:44:56Z', 'attached': True, 'updated_at': u'2018-08-27T01:44:56Z', 'id': u'adb15105-b39e-48ba-b035-0f95a04e022a', 'floating_network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'bab12a0b-e448-41f6-b36e-156308e8a8a4', 'project_id': u'5785a4ec7e274272b18e396a3b5ede5b', 'port_id': u'fe99a8a8-fdc6-47c3-aefe-223f5871f801', 'port': u'fe99a8a8-fdc6-47c3-aefe-223f5871f801', 'network': u'ecff2169-f0a1-4e87-90bc-3c582067cb09'}) 2018-08-27 01:44:57,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 01:44:57,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 01:44:58,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7645192b-18f7-43c0-8bd7-198e9ff42dc7 x-compute-request-id: req-7645192b-18f7-43c0-8bd7-198e9ff42dc7 Content-Encoding: gzip Content-Length: 9586 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493582349 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.188032] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.190384] pid_max: default: 32768 minimum: 301\n[ 0.191646] ACPI: Core revision 20150930\n[ 0.193358] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.195263] Security Framework initialized\n[ 0.196433] Yama: becoming mindful.\n[ 0.197464] AppArmor: AppArmor initialized\n[ 0.198651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.200469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.202235] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203912] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205823] Initializing cgroup subsys io\n[ 0.206981] Initializing cgroup subsys memory\n[ 0.208208] Initializing cgroup subsys devices\n[ 0.209431] Initializing cgroup subsys freezer\n[ 0.210647] Initializing cgroup subsys net_cls\n[ 0.211865] Initializing cgroup subsys perf_event\n[ 0.213164] Initializing cgroup subsys net_prio\n[ 0.214402] Initializing cgroup subsys hugetlb\n[ 0.215635] Initializing cgroup subsys pids\n[ 0.216849] CPU: Physical Processor ID: 0\n[ 0.218693] mce: CPU supports 10 MCE banks\n[ 0.219863] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.221276] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238087] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244716] ftrace: allocating 31920 entries in 125 pages\n[ 0.269994] smpboot: Max logical packages: 1\n[ 0.271211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273115] x2apic enabled\n[ 0.274257] Switched APIC routing to physical x2apic.\n[ 0.276762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278308] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283626] KVM setup paravirtual spinlock\n[ 0.285314] x86: Booted up 1 node, 1 CPUs\n[ 0.286447] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288359] devtmpfs: initialized\n[ 0.290359] evm: security.selinux\n[ 0.291353] evm: security.SMACK64\n[ 0.292342] evm: security.SMACK64EXEC\n[ 0.293392] evm: security.SMACK64TRANSMUTE\n[ 0.294524] evm: security.SMACK64MMAP\n[ 0.295571] evm: security.ima\n[ 0.296474] evm: security.capability\n[ 0.297583] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300165] pinctrl core: initialized pinctrl subsystem\n[ 0.301685] RTC time: 1:44:50, date: 08/27/18\n[ 0.303050] NET: Registered protocol family 16\n[ 0.304411] cpuidle: using governor ladder\n[ 0.305569] cpuidle: using governor menu\n[ 0.306671] PCCT header not found.\n[ 0.307725] ACPI: bus type PCI registered\n[ 0.308847] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310567] PCI: Using configuration type 1 for base access\n[ 0.312750] ACPI: Added _OSI(Module Device)\n[ 0.313932] ACPI: Added _OSI(Processor Device)\n[ 0.315143] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316402] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318598] ACPI: Interpreter enabled\n[ 0.319674] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322259] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.329987] ACPI: (supports S0 S5)\n[ 0.330980] ACPI: Using IOAPIC for interrupt routing\n[ 0.332296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336200] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337791] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339521] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344250] acpiphp: Slot [3] registered\n[ 0.345373] acpiphp: Slot [4] registered\n[ 0.346491] acpiphp: Slot [5] registered\n[ 0.347607] acpiphp: Slot [6] registered\n[ 0.348723] acpiphp: Slot [7] registered\n[ 0.349846] acpiphp: Slot [8] registered\n[ 0.350965] acpiphp: Slot [9] registered\n[ 0.352075] acpiphp: Slot [10] registered\n[ 0.353216] acpiphp: Slot [11] registered\n[ 0.354359] acpiphp: Slot [12] registered\n[ 0.355491] acpiphp: Slot [13] registered\n[ 0.356618] acpiphp: Slot [14] registered\n[ 0.357760] acpiphp: Slot [15] registered\n[ 0.373066] acpiphp: Slot [16] registered\n[ 0.374211] acpiphp: Slot [17] registered\n[ 0.375355] acpiphp: Slot [18] registered\n[ 0.376487] acpiphp: Slot [19] registered\n[ 0.377630] acpiphp: Slot [20] registered\n[ 0.378768] acpiphp: Slot [21] registered\n[ 0.379903] acpiphp: Slot [22] registered\n[ 0.381033] acpiphp: Slot [23] registered\n[ 0.382172] acpiphp: Slot [24] registered\n[ 0.383312] acpiphp: Slot [25] registered\n[ 0.384451] acpiphp: Slot [26] registered\n[ 0.385731] acpiphp: Slot [27] registered\n[ 0.386914] acpiphp: Slot [28] registered\n[ 0.388089] acpiphp: Slot [29] registered\n[ 0.389232] acpiphp: Slot [30] registered\n[ 0.390379] acpiphp: Slot [31] registered\n[ 0.391525] PCI host bridge to bus 0000:00\n[ 0.392667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394368] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.396084] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.398131] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.400175] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.402258] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.406368] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.408125] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409765] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411551] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.418039] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439235] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441280] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443259] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449164] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452443] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454601] vgaarb: loaded\n[ 0.455446] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457124] SCSI subsystem initialized\n[ 0.458410] ACPI: bus type USB registered\n[ 0.459582] usbcore: registered new interface driver usbfs\n[ 0.461007] usbcore: registered new interface driver hub\n[ 0.462402] usbcore: registered new device driver usb\n[ 0.463947] PCI: Using ACPI for IRQ routing\n[ 0.465489] NetLabel: Initializing\n[ 0.466494] NetLabel: domain hash size = 128\n[ 0.467674] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.469009] NetLabel: unlabeled traffic allowed by default\n[ 0.470621] clocksource: Switched to clocksource kvm-clock\n[ 0.480626] AppArmor: AppArmor Filesystem Enabled\n[ 0.481960] pnp: PnP ACPI init\n[ 0.483212] pnp: PnP ACPI: found 5 devices\n[ 0.490156] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492536] NET: Registered protocol family 2\n[ 0.493987] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495775] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497461] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499125] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502250] NET: Registered protocol family 1\n[ 0.503478] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505003] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521082] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535754] Trying to unpack rootfs image as initramfs...\n[ 0.598336] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603187] Scanning for low memory corruption every 60 seconds\n[ 0.605405] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607049] audit: initializing netlink subsys (disabled)\n[ 0.608547] audit: type=2000 audit(1535334291.096:1): initialized\n[ 0.610487] Initialise system trusted keyring\n[ 0.611941] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613621] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616457] zbud: loaded\n[ 0.617489] VFS: Disk quotas dquot_6.6.0\n[ 0.618681] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.620923] fuse init (API version 7.23)\n[ 0.622179] Key type big_key registered\n[ 0.623343] Allocating IMA MOK and blacklist keyrings.\n[ 0.625061] Key type asymmetric registered\n[ 0.626220] Asymmetric key parser 'x509' registered\n[ 0.627579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629702] io scheduler noop registered\n[ 0.630835] io scheduler deadline registered (default)\n[ 0.632242] io scheduler cfq registered\n[ 0.633454] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.634962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636788] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638875] ACPI: Power Button [PWRF]\n[ 0.640108] GHES: HEST is not enabled!\n[ 0.654246] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686267] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713216] Linux agpgart interface v0.103\n[ 0.716809] brd: module loaded\n[ 0.719125] loop: module loaded\n[ 0.723976] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726129] GPT:90111 != 2097151\n[ 0.727127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728747] GPT:90111 != 2097151\n[ 0.729755] GPT: Use GNU Parted to correct GPT errors.\n[ 0.731195] vda: vda1 vda15\n[ 0.732936] scsi host0: ata_piix\n[ 0.734078] scsi host1: ata_piix\n[ 0.735159] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736963] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.739312] libphy: Fixed MDIO Bus: probed\n[ 0.740507] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741925] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.744779] PPP generic driver version 2.4.2\n[ 0.746102] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.747867] ehci-pci: EHCI PCI platform driver\n[ 0.749105] ehci-platform: EHCI generic platform driver\n[ 0.750524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.752158] ohci-pci: OHCI PCI platform driver\n[ 0.753436] ohci-platform: OHCI generic platform driver\n[ 0.754898] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.769603] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771071] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773238] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.774702] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776368] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778139] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780192] usb usb1: Product: UHCI Host Controller\n[ 0.781517] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783259] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784650] hub 1-0:1.0: USB hub found\n[ 0.785752] hub 1-0:1.0: 2 ports detected\n[ 0.787111] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790065] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791426] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792924] mousedev: PS/2 mouse device common for all mice\n[ 0.794717] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797292] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798928] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800649] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.802362] i2c /dev entries driver\n[ 0.803476] device-mapper: uevent: version 1.0.3\n[ 0.804873] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.807279] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.809231] NET: Registered protocol family 10\n[ 0.810854] NET: Registered protocol family 17\n[ 0.812166] Key type dns_resolver registered\n[ 0.813535] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.815101] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.817647] registered taskstats version 1\n[ 0.818877] Loading compiled-in X.509 certificates\n[ 0.820757] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.823367] zswap: loaded using pool lzo/zbud\n[ 0.825529] Key type trusted registered\n[ 0.827750] Key type encrypted registered\n[ 0.828947] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.830448] ima: No TPM chip found, activating TPM-bypass!\n[ 0.831960] evm: HMAC attrs: 0x1\n[ 0.833327] Magic number: 14:827:711\n[ 0.834540] rtc_cmos 00:00: setting system clock to 2018-08-27 01:44:51 UTC (1535334291)\n[ 0.836885] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.838445] EDD information not available.\n[ 0.896345] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.912812] Write protecting the kernel read-only data: 14336k\n[ 0.915906] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.918504] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.082030] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcdMyOBb1vsfr6Mc2gJXB4iaInEWhB99wYOcqOjE7lGyPD0LqJDsjdRFQqvXmcvXiTKKAHCsX+0CEhbCI8DEgAjsyMl1BQiDON7BJc5d9mBEqLe9OMN/ZyI/B1SfEJkQa91t2iuJGRmSFCyZvmw9TBOG7zf9JTdprgIcYTY1XYLRdjm+ptMq7p/HBF6mS/CYS1+XGcwtsUaWBbmBFpqZep5dgufzKvZZeD0z2ZyEbhsE+/t7f/rWewhHvgKha9PjqQEj/mmmKsRTi0ZXPCJXPF0qzbCJypY+n1sxMS8atvixnv5Y28KD7IKULi4aKIQnJvqNNyymTm2vsiHTV3dqSr root@singlevm1-vm-bf95bcfc-fda6-48d4-b851-8bc0485eb5f7\nssh-dss AAAAB3NzaC1kc3MAAACBAORmet/rrWbWr0wJ3cyNK2xIjV9ndduclN3jqx97ujq3I8C41BRWmRn90eZrIKuBg0cFJG8QixKuvZxEhq7a+2ff7eCD5tJGPHrgGtRXESLcOSEDSdEwGNOYy856zM3fNmKbas+qxIPoT+wo3QjYVLbL6H8WzO3gxtBq+ljzCocbAAAAFQDeCT2Qh9E8F+PWK/1mCBmCr76yMwAAAIA8c6N/mwmPBu/VhwG0G09exqIuUYDvOXkOnWaNoai9V/54+nXBK1b2VMDnK0F/Ne9S6bGANz/8jr/L7WLkbhlBCvYj1flXk7YBMFCBu1QFDLa2vUSZ8Y3A2vZgesfBpyE0ZWZt0fArZ+LDVlcswC4U+PIL2byAw7XHN3+0k6eI5AAAAIAcpZMA8WNt+FpAF5c5TSS2LBL446MPwFUceuzOYAWJ8xfjP5jW04BdV8sMpKJ70bpAZv5Ir2R02xl6wyLAx0wUSd1Lc6xNr5LWLznlRIZbFnr001IWe6XZxJMmgRU4Vk4vL5gZcPf3UwZsY/SPyWp++MpcastHwQZBcwVkOehYNw== root@singlevm1-vm-bf95bcfc-fda6-48d4-b851-8bc0485eb5f7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe84:5422/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-bf95bcfc-fda6-48d4-b851-8bc0485eb5f7\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.81 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-bf95bcfc-fda6-48d4-b851-8bc0485eb5f7 login: "} 2018-08-27 01:44:58,462 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe/action used request id req-7645192b-18f7-43c0-8bd7-198e9ff42dc7 2018-08-27 01:44:58,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.787220954895s 2018-08-27 01:44:58,463 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe/action used request id req-7645192b-18f7-43c0-8bd7-198e9ff42dc7 2018-08-27 01:44:58,463 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 493582349 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.188032] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.190384] pid_max: default: 32768 minimum: 301 [ 0.191646] ACPI: Core revision 20150930 [ 0.193358] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.195263] Security Framework initialized [ 0.196433] Yama: becoming mindful. [ 0.197464] AppArmor: AppArmor initialized [ 0.198651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.200469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.202235] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203912] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205823] Initializing cgroup subsys io [ 0.206981] Initializing cgroup subsys memory [ 0.208208] Initializing cgroup subsys devices [ 0.209431] Initializing cgroup subsys freezer [ 0.210647] Initializing cgroup subsys net_cls [ 0.211865] Initializing cgroup subsys perf_event [ 0.213164] Initializing cgroup subsys net_prio [ 0.214402] Initializing cgroup subsys hugetlb [ 0.215635] Initializing cgroup subsys pids [ 0.216849] CPU: Physical Processor ID: 0 [ 0.218693] mce: CPU supports 10 MCE banks [ 0.219863] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.221276] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.238087] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.244716] ftrace: allocating 31920 entries in 125 pages [ 0.269994] smpboot: Max logical packages: 1 [ 0.271211] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.273115] x2apic enabled [ 0.274257] Switched APIC routing to physical x2apic. [ 0.276762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278308] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283626] KVM setup paravirtual spinlock [ 0.285314] x86: Booted up 1 node, 1 CPUs [ 0.286447] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288359] devtmpfs: initialized [ 0.290359] evm: security.selinux [ 0.291353] evm: security.SMACK64 [ 0.292342] evm: security.SMACK64EXEC [ 0.293392] evm: security.SMACK64TRANSMUTE [ 0.294524] evm: security.SMACK64MMAP [ 0.295571] evm: security.ima [ 0.296474] evm: security.capability [ 0.297583] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300165] pinctrl core: initialized pinctrl subsystem [ 0.301685] RTC time: 1:44:50, date: 08/27/18 [ 0.303050] NET: Registered protocol family 16 [ 0.304411] cpuidle: using governor ladder [ 0.305569] cpuidle: using governor menu [ 0.306671] PCCT header not found. [ 0.307725] ACPI: bus type PCI registered [ 0.308847] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.310567] PCI: Using configuration type 1 for base access [ 0.312750] ACPI: Added _OSI(Module Device) [ 0.313932] ACPI: Added _OSI(Processor Device) [ 0.315143] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316402] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318598] ACPI: Interpreter enabled [ 0.319674] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.322259] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.324824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.327408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.329987] ACPI: (supports S0 S5) [ 0.330980] ACPI: Using IOAPIC for interrupt routing [ 0.332296] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.336200] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.337791] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.339521] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.341186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.344250] acpiphp: Slot [3] registered [ 0.345373] acpiphp: Slot [4] registered [ 0.346491] acpiphp: Slot [5] registered [ 0.347607] acpiphp: Slot [6] registered [ 0.348723] acpiphp: Slot [7] registered [ 0.349846] acpiphp: Slot [8] registered [ 0.350965] acpiphp: Slot [9] registered [ 0.352075] acpiphp: Slot [10] registered [ 0.353216] acpiphp: Slot [11] registered [ 0.354359] acpiphp: Slot [12] registered [ 0.355491] acpiphp: Slot [13] registered [ 0.356618] acpiphp: Slot [14] registered [ 0.357760] acpiphp: Slot [15] registered [ 0.373066] acpiphp: Slot [16] registered [ 0.374211] acpiphp: Slot [17] registered [ 0.375355] acpiphp: Slot [18] registered [ 0.376487] acpiphp: Slot [19] registered [ 0.377630] acpiphp: Slot [20] registered [ 0.378768] acpiphp: Slot [21] registered [ 0.379903] acpiphp: Slot [22] registered [ 0.381033] acpiphp: Slot [23] registered [ 0.382172] acpiphp: Slot [24] registered [ 0.383312] acpiphp: Slot [25] registered [ 0.384451] acpiphp: Slot [26] registered [ 0.385731] acpiphp: Slot [27] registered [ 0.386914] acpiphp: Slot [28] registered [ 0.388089] acpiphp: Slot [29] registered [ 0.389232] acpiphp: Slot [30] registered [ 0.390379] acpiphp: Slot [31] registered [ 0.391525] PCI host bridge to bus 0000:00 [ 0.392667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.394368] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.396084] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.398131] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.400175] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.402258] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.406368] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.408125] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.409765] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.411551] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.415966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.418039] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439235] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441280] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443259] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.449164] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452443] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454601] vgaarb: loaded [ 0.455446] vgaarb: bridge control possible 0000:00:02.0 [ 0.457124] SCSI subsystem initialized [ 0.458410] ACPI: bus type USB registered [ 0.459582] usbcore: registered new interface driver usbfs [ 0.461007] usbcore: registered new interface driver hub [ 0.462402] usbcore: registered new device driver usb [ 0.463947] PCI: Using ACPI for IRQ routing [ 0.465489] NetLabel: Initializing [ 0.466494] NetLabel: domain hash size = 128 [ 0.467674] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.469009] NetLabel: unlabeled traffic allowed by default [ 0.470621] clocksource: Switched to clocksource kvm-clock [ 0.480626] AppArmor: AppArmor Filesystem Enabled [ 0.481960] pnp: PnP ACPI init [ 0.483212] pnp: PnP ACPI: found 5 devices [ 0.490156] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.492536] NET: Registered protocol family 2 [ 0.493987] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.495775] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.497461] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499125] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.500629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502250] NET: Registered protocol family 1 [ 0.503478] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505003] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.506493] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.521082] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.535754] Trying to unpack rootfs image as initramfs... [ 0.598336] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.603187] Scanning for low memory corruption every 60 seconds [ 0.605405] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.607049] audit: initializing netlink subsys (disabled) [ 0.608547] audit: type=2000 audit(1535334291.096:1): initialized [ 0.610487] Initialise system trusted keyring [ 0.611941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.613621] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.616457] zbud: loaded [ 0.617489] VFS: Disk quotas dquot_6.6.0 [ 0.618681] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.620923] fuse init (API version 7.23) [ 0.622179] Key type big_key registered [ 0.623343] Allocating IMA MOK and blacklist keyrings. [ 0.625061] Key type asymmetric registered [ 0.626220] Asymmetric key parser 'x509' registered [ 0.627579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.629702] io scheduler noop registered [ 0.630835] io scheduler deadline registered (default) [ 0.632242] io scheduler cfq registered [ 0.633454] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.634962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.636788] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.638875] ACPI: Power Button [PWRF] [ 0.640108] GHES: HEST is not enabled! [ 0.654246] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.683331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.686267] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.710007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.713216] Linux agpgart interface v0.103 [ 0.716809] brd: module loaded [ 0.719125] loop: module loaded [ 0.723976] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.726129] GPT:90111 != 2097151 [ 0.727127] GPT:Alternate GPT header not at the end of the disk. [ 0.728747] GPT:90111 != 2097151 [ 0.729755] GPT: Use GNU Parted to correct GPT errors. [ 0.731195] vda: vda1 vda15 [ 0.732936] scsi host0: ata_piix [ 0.734078] scsi host1: ata_piix [ 0.735159] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.736963] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.739312] libphy: Fixed MDIO Bus: probed [ 0.740507] tun: Universal TUN/TAP device driver, 1.6 [ 0.741925] tun: (C) 1999-2004 Max Krasnyansky [ 0.744779] PPP generic driver version 2.4.2 [ 0.746102] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.747867] ehci-pci: EHCI PCI platform driver [ 0.749105] ehci-platform: EHCI generic platform driver [ 0.750524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.752158] ohci-pci: OHCI PCI platform driver [ 0.753436] ohci-platform: OHCI generic platform driver [ 0.754898] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769603] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.771071] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.773238] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.774702] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.776368] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.778139] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.780192] usb usb1: Product: UHCI Host Controller [ 0.781517] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.783259] usb usb1: SerialNumber: 0000:00:01.2 [ 0.784650] hub 1-0:1.0: USB hub found [ 0.785752] hub 1-0:1.0: 2 ports detected [ 0.787111] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.790065] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.791426] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.792924] mousedev: PS/2 mouse device common for all mice [ 0.794717] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.797292] rtc_cmos 00:00: RTC can wake from S4 [ 0.798928] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.800649] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.802362] i2c /dev entries driver [ 0.803476] device-mapper: uevent: version 1.0.3 [ 0.804873] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.807279] ledtrig-cpu: registered to indicate activity on CPUs [ 0.809231] NET: Registered protocol family 10 [ 0.810854] NET: Registered protocol family 17 [ 0.812166] Key type dns_resolver registered [ 0.813535] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.815101] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.817647] registered taskstats version 1 [ 0.818877] Loading compiled-in X.509 certificates [ 0.820757] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.823367] zswap: loaded using pool lzo/zbud [ 0.825529] Key type trusted registered [ 0.827750] Key type encrypted registered [ 0.828947] AppArmor: AppArmor sha1 policy hashing enabled [ 0.830448] ima: No TPM chip found, activating TPM-bypass! [ 0.831960] evm: HMAC attrs: 0x1 [ 0.833327] Magic number: 14:827:711 [ 0.834540] rtc_cmos 00:00: setting system clock to 2018-08-27 01:44:51 UTC (1535334291) [ 0.836885] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.838445] EDD information not available. [ 0.896345] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.912812] Write protecting the kernel read-only data: 14336k [ 0.915906] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.918504] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.082030] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcdMyOBb1vsfr6Mc2gJXB4iaInEWhB99wYOcqOjE7lGyPD0LqJDsjdRFQqvXmcvXiTKKAHCsX+0CEhbCI8DEgAjsyMl1BQiDON7BJc5d9mBEqLe9OMN/ZyI/B1SfEJkQa91t2iuJGRmSFCyZvmw9TBOG7zf9JTdprgIcYTY1XYLRdjm+ptMq7p/HBF6mS/CYS1+XGcwtsUaWBbmBFpqZep5dgufzKvZZeD0z2ZyEbhsE+/t7f/rWewhHvgKha9PjqQEj/mmmKsRTi0ZXPCJXPF0qzbCJypY+n1sxMS8atvixnv5Y28KD7IKULi4aKIQnJvqNNyymTm2vsiHTV3dqSr root@singlevm1-vm-bf95bcfc-fda6-48d4-b851-8bc0485eb5f7 ssh-dss AAAAB3NzaC1kc3MAAACBAORmet/rrWbWr0wJ3cyNK2xIjV9ndduclN3jqx97ujq3I8C41BRWmRn90eZrIKuBg0cFJG8QixKuvZxEhq7a+2ff7eCD5tJGPHrgGtRXESLcOSEDSdEwGNOYy856zM3fNmKbas+qxIPoT+wo3QjYVLbL6H8WzO3gxtBq+ljzCocbAAAAFQDeCT2Qh9E8F+PWK/1mCBmCr76yMwAAAIA8c6N/mwmPBu/VhwG0G09exqIuUYDvOXkOnWaNoai9V/54+nXBK1b2VMDnK0F/Ne9S6bGANz/8jr/L7WLkbhlBCvYj1flXk7YBMFCBu1QFDLa2vUSZ8Y3A2vZgesfBpyE0ZWZt0fArZ+LDVlcswC4U+PIL2byAw7XHN3+0k6eI5AAAAIAcpZMA8WNt+FpAF5c5TSS2LBL446MPwFUceuzOYAWJ8xfjP5jW04BdV8sMpKJ70bpAZv5Ir2R02xl6wyLAx0wUSd1Lc6xNr5LWLznlRIZbFnr001IWe6XZxJMmgRU4Vk4vL5gZcPf3UwZsY/SPyWp++MpcastHwQZBcwVkOehYNw== root@singlevm1-vm-bf95bcfc-fda6-48d4-b851-8bc0485eb5f7 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe84:5422/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-bf95bcfc-fda6-48d4-b851-8bc0485eb5f7 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.81 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-bf95bcfc-fda6-48d4-b851-8bc0485eb5f7 login: 2018-08-27 01:44:59,465 - paramiko.transport - DEBUG - starting thread (client mode): 0x527daf10L 2018-08-27 01:44:59,466 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 01:44:59,466 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-27 01:44:59,466 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-27 01:44:59,468 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 01:44:59,468 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 01:44:59,468 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-27 01:44:59,468 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 01:44:59,468 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 01:44:59,469 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 01:44:59,489 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 01:44:59,490 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 01:44:59,498 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: cfa80c443e9dbb630203f8d9851113e7 2018-08-27 01:44:59,499 - paramiko.transport - DEBUG - Trying discovered key 9822d6aaf7be0bd2377d91973b94bdc3 in /tmp/tmpIkh9dP 2018-08-27 01:44:59,528 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 01:44:59,534 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 01:44:59,564 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 01:44:59,565 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-27 01:44:59,565 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 01:44:59,566 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 01:44:59,567 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 01:44:59,567 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-27 01:44:59,568 - functest.core.singlevm - DEBUG - error: 2018-08-27 01:44:59,572 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 01:44:59,681 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:44:59,681 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 01:44:59,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 01:44:59,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/adb15105-b39e-48ba-b035-0f95a04e022a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:01,736 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cfb01c4b-6c9a-49ea-877c-21f0a9b54fb7 Content-Length: 0 Date: Mon, 27 Aug 2018 01:45:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:45:01,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/adb15105-b39e-48ba-b035-0f95a04e022a.json used request id req-cfb01c4b-6c9a-49ea-877c-21f0a9b54fb7 2018-08-27 01:45:01,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 2.04776096344s 2018-08-27 01:45:01,737 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/adb15105-b39e-48ba-b035-0f95a04e022a.json used request id req-cfb01c4b-6c9a-49ea-877c-21f0a9b54fb7 2018-08-27 01:45:01,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:45:01,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:01,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bf5f36cb-4855-4e53-8363-bdfa652d645a Date: Mon, 27 Aug 2018 01:45:01 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:45:01,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-bf5f36cb-4855-4e53-8363-bdfa652d645a 2018-08-27 01:45:01,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0601620674133s 2018-08-27 01:45:01,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-bf5f36cb-4855-4e53-8363-bdfa652d645a 2018-08-27 01:45:01,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 01:45:01,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:02,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:45:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a4418df-1755-490c-a9db-e7f1a46ee6da x-compute-request-id: req-8a4418df-1755-490c-a9db-e7f1a46ee6da Content-Type: application/json 2018-08-27 01:45:02,171 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe used request id req-8a4418df-1755-490c-a9db-e7f1a46ee6da 2018-08-27 01:45:02,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.36775302887s 2018-08-27 01:45:02,171 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe used request id req-8a4418df-1755-490c-a9db-e7f1a46ee6da 2018-08-27 01:45:02,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:45:02,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:02,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cabe880-aa36-43ba-a298-2e0ee7b3d173 x-compute-request-id: req-4cabe880-aa36-43ba-a298-2e0ee7b3d173 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:54:22", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:54:22", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "rel": "bookmark"}], "image": {"id": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "links": [{"href": "http://172.30.9.26:8774/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-27T01:44:50.000000", "flavor": {"id": "cac2df04-94e7-46d9-87ca-e390cbe63dad", "links": [{"href": "http://172.30.9.26:8774/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "bookmark"}]}, "id": "1fcd8a8c-8311-4b34-a5b5-f7ca5acdfbbe", "security_groups": [{"name": "singlevm1-sg_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}], "user_id": "440b8bec7c094fa796f8cdc02d6dd96b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:45:02Z", "hostId": "befe38b650e1f6c837e126886d2338b53826b29f2c0c04cfc592cceb", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "created": "2018-08-27T01:44:36Z", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:45:02,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4cabe880-aa36-43ba-a298-2e0ee7b3d173 2018-08-27 01:45:02,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.64106297493s 2018-08-27 01:45:02,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4cabe880-aa36-43ba-a298-2e0ee7b3d173 2018-08-27 01:45:02,815 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:45:04,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:45:04,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:05,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e6e56da-b6dd-423b-b98b-80a5ee112de8 x-compute-request-id: req-5e6e56da-b6dd-423b-b98b-80a5ee112de8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 01:45:05,022 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5e6e56da-b6dd-423b-b98b-80a5ee112de8 2018-08-27 01:45:05,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204563140869s 2018-08-27 01:45:05,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5e6e56da-b6dd-423b-b98b-80a5ee112de8 2018-08-27 01:45:05,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:45:05,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:05,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-08e574b4-d3b9-40f7-9f3f-01a719902d0a Date: Mon, 27 Aug 2018 01:45:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "created_at": "2018-08-27T01:39:11Z", "updated_at": "2018-08-27T01:39:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "153a7e1a-caff-4825-b124-b3efb785d274", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv4", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "563ed945-ba5e-46c2-8bf1-ba05a0b7a9c6", "remote_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv4", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "b387c1dd-cd2d-4c90-8a04-a670ccdbcaf9", "remote_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv6", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "d0da6690-ea34-4df2-b6ab-c617502306e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv6", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}], "revision_number": 1, "project_id": "fdfb6f654fdc41ceb857063b3e09e496", "id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:42:32Z", "updated_at": "2018-08-27T01:42:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "3c8b496f-edee-4279-ab89-23b0f132dd1e", "remote_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "52a4193c-6661-4ee6-a82a-2e10fdcd84d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "627e451c-5a11-4c3c-b2a9-2ecf5a06e6e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "c2c2400b-c5c7-413f-a98a-aae2d90d8db3", "remote_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}], "revision_number": 1, "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "created_at": "2018-08-27T01:43:52Z", "updated_at": "2018-08-27T01:43:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "0cef62f7-8ca8-4114-a836-d782b3022827", "remote_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "27883390-f9c5-447a-93aa-2f216ac561ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "a363e182-578c-4bc9-88e3-cf9c14645402", "remote_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "c0024ff1-e92b-45a1-b965-1913f9767c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}], "revision_number": 1, "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "id": "753518c2-5a46-407e-ae93-f7acb646368f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-27T01:42:37Z", "updated_at": "2018-08-27T01:42:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "2cef997f-0f96-4a96-be2e-1b9358fc9598", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "4735dd16-88c3-40f7-a93a-ca4bf09f7e7d", "remote_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "8a3b171b-770b-4152-9baf-6532b6f29e1a", "remote_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "e6875607-69f6-4362-9c60-a518f3d55e50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:44:28Z", "updated_at": "2018-08-27T01:44:31Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T01:44:29Z", "revision_number": 0, "id": "2da010ef-6b80-40d0-935a-83541a51e387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:44:29Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:44:31Z", "revision_number": 0, "id": "33357cc4-ec03-4a16-9d46-d3f6fe0a3915", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:44:31Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:44:28Z", "revision_number": 0, "id": "572880b7-3681-42ec-b2d1-1fe3e551e95b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:44:28Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:44:28Z", "revision_number": 0, "id": "775de0c0-c354-4d06-8bb2-24e9be4cc4e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:44:28Z", "security_group_id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}], "revision_number": 3, "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "bfb6a279-28eb-4410-bb29-ac5820f9ecbb", "name": "singlevm1-sg_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}, {"description": "Default security group", "tags": [], "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "created_at": "2018-08-27T01:42:58Z", "updated_at": "2018-08-27T01:42:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "037e5993-c160-40f8-81e5-faa01e525785", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "13f71ab7-95c1-4568-8795-dcca030f852e", "remote_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "1af6f790-e028-4032-a110-4ae10c5aee29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "59a49a6c-057f-4993-a107-d5c1acaaf7ca", "remote_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "4392af7e7a0747e184901ac824beb6ef"}], "revision_number": 1, "project_id": "4392af7e7a0747e184901ac824beb6ef", "id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "name": "default"}]} 2018-08-27 01:45:05,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-08e574b4-d3b9-40f7-9f3f-01a719902d0a 2018-08-27 01:45:05,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0600459575653s 2018-08-27 01:45:05,086 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-08e574b4-d3b9-40f7-9f3f-01a719902d0a 2018-08-27 01:45:05,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 01:45:05,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/bfb6a279-28eb-4410-bb29-ac5820f9ecbb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:05,271 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-474226e4-79e1-4640-af02-e4159e778212 Content-Length: 0 Date: Mon, 27 Aug 2018 01:45:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:45:05,271 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/bfb6a279-28eb-4410-bb29-ac5820f9ecbb.json used request id req-474226e4-79e1-4640-af02-e4159e778212 2018-08-27 01:45:05,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.181133031845s 2018-08-27 01:45:05,272 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/bfb6a279-28eb-4410-bb29-ac5820f9ecbb.json used request id req-474226e4-79e1-4640-af02-e4159e778212 2018-08-27 01:45:05,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 01:45:05,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:05,400 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:45:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-26215f64-b575-4612-b4b1-4f0b2e731373 x-compute-request-id: req-26215f64-b575-4612-b4b1-4f0b2e731373 Content-Length: 0 Content-Type: application/json 2018-08-27 01:45:05,401 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7 used request id req-26215f64-b575-4612-b4b1-4f0b2e731373 2018-08-27 01:45:05,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.128456830978s 2018-08-27 01:45:05,401 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/singlevm1-kp_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7 used request id req-26215f64-b575-4612-b4b1-4f0b2e731373 2018-08-27 01:45:05,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 01:45:05,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/bab12a0b-e448-41f6-b36e-156308e8a8a4/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" -d '{"subnet_id": "a88178f5-9237-40dd-b35b-fcf891c1f887"}' 2018-08-27 01:45:07,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6b760441-cbe2-4129-b6e1-c60a7a2918af Date: Mon, 27 Aug 2018 01:45:07 GMT RESP BODY: {"network_id": "3618d436-f16e-4dcb-a09f-c5242914374d", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "a88178f5-9237-40dd-b35b-fcf891c1f887", "subnet_ids": ["a88178f5-9237-40dd-b35b-fcf891c1f887"], "port_id": "94536d72-4cb2-47b5-ab7c-30b44687b5a4", "id": "bab12a0b-e448-41f6-b36e-156308e8a8a4"} 2018-08-27 01:45:07,126 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/bab12a0b-e448-41f6-b36e-156308e8a8a4/remove_router_interface.json used request id req-6b760441-cbe2-4129-b6e1-c60a7a2918af 2018-08-27 01:45:07,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.72508883476s 2018-08-27 01:45:07,127 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/bab12a0b-e448-41f6-b36e-156308e8a8a4/remove_router_interface.json used request id req-6b760441-cbe2-4129-b6e1-c60a7a2918af returning object bab12a0b-e448-41f6-b36e-156308e8a8a4 2018-08-27 01:45:07,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 01:45:07,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:07,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-97b668ea-858a-4db7-9701-e2e8dc1d0f50 Date: Mon, 27 Aug 2018 01:45:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:44:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T01:45:06Z", "revision_number": 4, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "bab12a0b-e448-41f6-b36e-156308e8a8a4", "name": "singlevm1-router_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"}]} 2018-08-27 01:45:07,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-97b668ea-858a-4db7-9701-e2e8dc1d0f50 2018-08-27 01:45:07,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.136290073395s 2018-08-27 01:45:07,264 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-97b668ea-858a-4db7-9701-e2e8dc1d0f50 2018-08-27 01:45:07,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 01:45:07,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/bab12a0b-e448-41f6-b36e-156308e8a8a4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:09,016 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78095fc9-997f-4449-baf5-fda5140dbac2 Content-Length: 0 Date: Mon, 27 Aug 2018 01:45:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:45:09,016 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/bab12a0b-e448-41f6-b36e-156308e8a8a4.json used request id req-78095fc9-997f-4449-baf5-fda5140dbac2 2018-08-27 01:45:09,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.75117588043s 2018-08-27 01:45:09,017 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/bab12a0b-e448-41f6-b36e-156308e8a8a4.json used request id req-78095fc9-997f-4449-baf5-fda5140dbac2 2018-08-27 01:45:09,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:45:09,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:09,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-0e36b397-be7f-4b9e-a310-3342757cab7e Date: Mon, 27 Aug 2018 01:45:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3618d436-f16e-4dcb-a09f-c5242914374d","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:44:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:44:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"a88178f5-9237-40dd-b35b-fcf891c1f887","subnetpool_id":null,"name":"singlevm1-subnet_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 01:45:09,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-0e36b397-be7f-4b9e-a310-3342757cab7e 2018-08-27 01:45:09,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0408940315247s 2018-08-27 01:45:09,058 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-0e36b397-be7f-4b9e-a310-3342757cab7e 2018-08-27 01:45:09,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 01:45:09,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/a88178f5-9237-40dd-b35b-fcf891c1f887.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:11,526 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7ea50ae6-1fcd-4248-b199-66fdc7561152 Date: Mon, 27 Aug 2018 01:45:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:45:11,526 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/a88178f5-9237-40dd-b35b-fcf891c1f887.json used request id req-7ea50ae6-1fcd-4248-b199-66fdc7561152 2018-08-27 01:45:11,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.46604514122s 2018-08-27 01:45:11,526 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/a88178f5-9237-40dd-b35b-fcf891c1f887.json used request id req-7ea50ae6-1fcd-4248-b199-66fdc7561152 2018-08-27 01:45:11,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:45:11,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:11,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-b29c4f72-6e80-4561-9216-9aac87d8aa98 Date: Mon, 27 Aug 2018 01:45:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3618d436-f16e-4dcb-a09f-c5242914374d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:45:11Z","provider:segmentation_id":99,"name":"singlevm1-net_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:44:18Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:45:11,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b29c4f72-6e80-4561-9216-9aac87d8aa98 2018-08-27 01:45:11,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.1229429245s 2018-08-27 01:45:11,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b29c4f72-6e80-4561-9216-9aac87d8aa98 2018-08-27 01:45:11,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 01:45:11,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/3618d436-f16e-4dcb-a09f-c5242914374d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:13,374 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-55d9905a-37cb-489d-ae56-aa99fc5a3fed Date: Mon, 27 Aug 2018 01:45:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:45:13,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/3618d436-f16e-4dcb-a09f-c5242914374d.json used request id req-55d9905a-37cb-489d-ae56-aa99fc5a3fed 2018-08-27 01:45:13,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.72275996208s 2018-08-27 01:45:13,374 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/3618d436-f16e-4dcb-a09f-c5242914374d.json used request id req-55d9905a-37cb-489d-ae56-aa99fc5a3fed 2018-08-27 01:45:13,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:45:13,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:13,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ecf60c4c-aeac-4f86-a99a-fbca376a6cf7 Date: Mon, 27 Aug 2018 01:45:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:44:25Z", "file": "/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "size": 12716032, "self": "/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:44:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:45:13,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ecf60c4c-aeac-4f86-a99a-fbca376a6cf7 2018-08-27 01:45:13,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.316728115082s 2018-08-27 01:45:13,695 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ecf60c4c-aeac-4f86-a99a-fbca376a6cf7 2018-08-27 01:45:13,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 01:45:13,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:14,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1d10afc2-5ccd-46a7-bf4d-685aef2a035b Date: Mon, 27 Aug 2018 01:45:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:45:14,328 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8 used request id req-1d10afc2-5ccd-46a7-bf4d-685aef2a035b 2018-08-27 01:45:14,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.631220817566s 2018-08-27 01:45:14,328 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/525a2f1e-7b0d-4337-bbe4-26c1ecf5cef8 used request id req-1d10afc2-5ccd-46a7-bf4d-685aef2a035b 2018-08-27 01:45:14,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:45:14,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:14,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5866e021-e049-46a3-96c3-dc7eed10910a x-compute-request-id: req-5866e021-e049-46a3-96c3-dc7eed10910a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_bf95bcfc-fda6-48d4-b851-8bc0485eb5f7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "cac2df04-94e7-46d9-87ca-e390cbe63dad"}]} 2018-08-27 01:45:14,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-5866e021-e049-46a3-96c3-dc7eed10910a 2018-08-27 01:45:14,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.154090881348s 2018-08-27 01:45:14,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-5866e021-e049-46a3-96c3-dc7eed10910a 2018-08-27 01:45:14,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 01:45:14,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f22eb893a2fec974225dab026880060fe570e11" 2018-08-27 01:45:14,536 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be277aea-101d-4013-bee4-19953f3c2239 x-compute-request-id: req-be277aea-101d-4013-bee4-19953f3c2239 Content-Length: 0 Content-Type: application/json 2018-08-27 01:45:14,536 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad used request id req-be277aea-101d-4013-bee4-19953f3c2239 2018-08-27 01:45:14,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0514719486237s 2018-08-27 01:45:14,537 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/cac2df04-94e7-46d9-87ca-e390cbe63dad used request id req-be277aea-101d-4013-bee4-19953f3c2239 2018-08-27 01:45:14,594 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-27 01:45:14,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:45:14,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:45:14,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:45:14,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:45:14,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:45:14,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:45:14,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:45:14,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:45:14,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:45:14,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:45:14,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:45:14,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-249d1c90-b9a3-4d0c-a8c1-ebf890f10fb7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:45:14,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-249d1c90-b9a3-4d0c-a8c1-ebf890f10fb7 2018-08-27 01:45:14,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:45:15,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:45:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["s2J4x1ikQa2J2wP3Q6Obsw"], "issued_at": "2018-08-27T01:45:14.000000Z"}} 2018-08-27 01:45:15,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:45:15,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:45:15,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-aa39c206-b0aa-4234-96c2-392441999b12 Date: Mon, 27 Aug 2018 01:45:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:45:15,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-aa39c206-b0aa-4234-96c2-392441999b12 2018-08-27 01:45:15,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344913959503s 2018-08-27 01:45:15,394 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-aa39c206-b0aa-4234-96c2-392441999b12 2018-08-27 01:45:15,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:45:15,403 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:45:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96cffffb-9e33-456c-b9b1-b2773f7a5134 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 01:45:15,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-96cffffb-9e33-456c-b9b1-b2773f7a5134 2018-08-27 01:45:15,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:45:15,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:45:15,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47d46bf6-4a67-4602-a568-743b3d3596ea Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 01:45:15,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-47d46bf6-4a67-4602-a568-743b3d3596ea 2018-08-27 01:45:15,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.213506937027s 2018-08-27 01:45:15,618 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-47d46bf6-4a67-4602-a568-743b3d3596ea 2018-08-27 01:45:15,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 01:45:15,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}}' 2018-08-27 01:45:15,910 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:45:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-669692b3-4cd4-45a8-9c08-6a922112eebe Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.26:5000/v3/projects/ec7e3e12600d40459a55c404eee0fbd6"}, "tags": [], "enabled": true, "id": "ec7e3e12600d40459a55c404eee0fbd6", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}} 2018-08-27 01:45:15,910 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-669692b3-4cd4-45a8-9c08-6a922112eebe 2018-08-27 01:45:15,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.285306930542s 2018-08-27 01:45:15,911 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-669692b3-4cd4-45a8-9c08-6a922112eebe 2018-08-27 01:45:15,911 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: singlevm2', u'tags': [], 'enabled': True, 'id': u'ec7e3e12600d40459a55c404eee0fbd6', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43'}) 2018-08-27 01:45:15,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 01:45:15,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0ce24815-a892-42a7-886c-a6fa134466ca", "email": null, "name": "singlevm2-user_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}}' 2018-08-27 01:45:16,434 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:45:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22ff4695-a100-4797-8a1e-3522eea55d1c Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "links": {"self": "http://172.30.9.26:5000/v3/users/1f76669682da4a1ea093934fca27c470"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f76669682da4a1ea093934fca27c470", "domain_id": "default", "password_expires_at": null}} 2018-08-27 01:45:16,434 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-22ff4695-a100-4797-8a1e-3522eea55d1c 2018-08-27 01:45:16,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.516133069992s 2018-08-27 01:45:16,434 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-22ff4695-a100-4797-8a1e-3522eea55d1c 2018-08-27 01:45:16,435 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1f76669682da4a1ea093934fca27c470', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_d750b614-85eb-45a6-a9ed-03f82ea9fe43'}) 2018-08-27 01:45:16,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:45:16,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:45:16,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18a3d4e2-125f-4473-aefe-4ce6845280f6 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:45:16,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-18a3d4e2-125f-4473-aefe-4ce6845280f6 2018-08-27 01:45:16,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196955919266s 2018-08-27 01:45:16,636 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-18a3d4e2-125f-4473-aefe-4ce6845280f6 2018-08-27 01:45:16,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:45:16,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:45:16,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e7bc3bb-52f2-4f49-9669-da963eac3e0a Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:45:16,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1e7bc3bb-52f2-4f49-9669-da963eac3e0a 2018-08-27 01:45:16,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.290630102158s 2018-08-27 01:45:16,931 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1e7bc3bb-52f2-4f49-9669-da963eac3e0a 2018-08-27 01:45:16,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:45:16,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:45:17,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d700e740-3e40-4ba2-91d4-5392bf7a7584 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:45:17,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d700e740-3e40-4ba2-91d4-5392bf7a7584 2018-08-27 01:45:17,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184017896652s 2018-08-27 01:45:17,120 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d700e740-3e40-4ba2-91d4-5392bf7a7584 2018-08-27 01:45:17,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:45:17,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:45:17,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-654d3002-ca29-4948-ae03-988dd6e9ea21 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 01:45:17,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-654d3002-ca29-4948-ae03-988dd6e9ea21 2018-08-27 01:45:17,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.207753896713s 2018-08-27 01:45:17,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-654d3002-ca29-4948-ae03-988dd6e9ea21 2018-08-27 01:45:17,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:45:17,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:45:17,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cda69b7-4b1f-41ca-9a77-28dbd932ee0c Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "singlevm2-user_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "links": {"self": "http://172.30.9.26:5000/v3/users/1f76669682da4a1ea093934fca27c470"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f76669682da4a1ea093934fca27c470", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:45:17,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9cda69b7-4b1f-41ca-9a77-28dbd932ee0c 2018-08-27 01:45:17,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.174064874649s 2018-08-27 01:45:17,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9cda69b7-4b1f-41ca-9a77-28dbd932ee0c 2018-08-27 01:45:17,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:45:17,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:45:17,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7ee2534-7b66-4f2b-9b69-0807d8b66757 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.26:5000/v3/projects/ec7e3e12600d40459a55c404eee0fbd6"}, "tags": [], "enabled": true, "id": "ec7e3e12600d40459a55c404eee0fbd6", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}]} 2018-08-27 01:45:17,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a7ee2534-7b66-4f2b-9b69-0807d8b66757 2018-08-27 01:45:17,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18553686142s 2018-08-27 01:45:17,704 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a7ee2534-7b66-4f2b-9b69-0807d8b66757 2018-08-27 01:45:17,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 01:45:17,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=1f76669682da4a1ea093934fca27c470&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=ec7e3e12600d40459a55c404eee0fbd6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:45:17,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7e493a-b560-454d-843b-0e55feb3a2e4 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=1f76669682da4a1ea093934fca27c470&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=ec7e3e12600d40459a55c404eee0fbd6", "previous": null, "next": null}} 2018-08-27 01:45:17,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=1f76669682da4a1ea093934fca27c470&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=ec7e3e12600d40459a55c404eee0fbd6 used request id req-1c7e493a-b560-454d-843b-0e55feb3a2e4 2018-08-27 01:45:17,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.244924068451s 2018-08-27 01:45:17,959 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=1f76669682da4a1ea093934fca27c470&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=ec7e3e12600d40459a55c404eee0fbd6 used request id req-1c7e493a-b560-454d-843b-0e55feb3a2e4 2018-08-27 01:45:17,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 01:45:17,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/ec7e3e12600d40459a55c404eee0fbd6/users/1f76669682da4a1ea093934fca27c470/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:45:18,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:45:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7739ed3-addc-4708-8689-4c61b08be90e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:45:18,242 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ec7e3e12600d40459a55c404eee0fbd6/users/1f76669682da4a1ea093934fca27c470/roles/565edadc366246ae845471a412ad99ed used request id req-d7739ed3-addc-4708-8689-4c61b08be90e 2018-08-27 01:45:18,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.280124902725s 2018-08-27 01:45:18,243 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ec7e3e12600d40459a55c404eee0fbd6/users/1f76669682da4a1ea093934fca27c470/roles/565edadc366246ae845471a412ad99ed used request id req-d7739ed3-addc-4708-8689-4c61b08be90e 2018-08-27 01:45:18,244 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'ec7e3e12600d40459a55c404eee0fbd6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '0ce24815-a892-42a7-886c-a6fa134466ca', 'username': u'singlevm2-user_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 01:45:18,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:45:18,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:45:18,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:45:18,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:45:18,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:45:18,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:45:18,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:45:18,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:45:18,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:45:18,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:45:18,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:45:18,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:45:18,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:45:18,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:45:18,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:45:18,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:45:18,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:45:18,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:45:18,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:45:18,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:45:18,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:45:18,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:45:18,249 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'password': '0ce24815-a892-42a7-886c-a6fa134466ca', 'project_name': 'singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'ec7e3e12600d40459a55c404eee0fbd6', 'project_domain_name': 'Default'} 2018-08-27 01:45:18,249 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-27 01:45:18,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:45:18,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95fa534d-476c-491b-b4c1-1d09d6f927b2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:45:18,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-95fa534d-476c-491b-b4c1-1d09d6f927b2 2018-08-27 01:45:18,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:45:18,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:45:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec7e3e12600d40459a55c404eee0fbd6", "name": "singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ec7e3e12600d40459a55c404eee0fbd6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/ec7e3e12600d40459a55c404eee0fbd6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/ec7e3e12600d40459a55c404eee0fbd6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ec7e3e12600d40459a55c404eee0fbd6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_ec7e3e12600d40459a55c404eee0fbd6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ec7e3e12600d40459a55c404eee0fbd6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/ec7e3e12600d40459a55c404eee0fbd6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/ec7e3e12600d40459a55c404eee0fbd6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec7e3e12600d40459a55c404eee0fbd6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/ec7e3e12600d40459a55c404eee0fbd6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/ec7e3e12600d40459a55c404eee0fbd6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/ec7e3e12600d40459a55c404eee0fbd6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/ec7e3e12600d40459a55c404eee0fbd6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/ec7e3e12600d40459a55c404eee0fbd6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "id": "1f76669682da4a1ea093934fca27c470"}, "audit_ids": ["EVzAlgNXSo6a7v7QDCV6Bg"], "issued_at": "2018-08-27T01:45:18.000000Z"}} 2018-08-27 01:45:18,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 01:45:18,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"network": {"name": "singlevm2-net_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "admin_state_up": true}}' 2018-08-27 01:45:19,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-2fbc3bbc-b303-400c-b0f9-889607d25b76 Date: Mon, 27 Aug 2018 01:45:19 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ec7e3e12600d40459a55c404eee0fbd6","created_at":"2018-08-27T01:45:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T01:45:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ec7e3e12600d40459a55c404eee0fbd6","id":"52e493ce-22b9-4e54-b62f-b6bea04a8533","name":"singlevm2-net_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}} 2018-08-27 01:45:19,374 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2fbc3bbc-b303-400c-b0f9-889607d25b76 2018-08-27 01:45:19,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.716748952866s 2018-08-27 01:45:19,375 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2fbc3bbc-b303-400c-b0f9-889607d25b76 2018-08-27 01:45:19,375 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:45:19Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'52e493ce-22b9-4e54-b62f-b6bea04a8533', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_d750b614-85eb-45a6-a9ed-03f82ea9fe43', u'admin_state_up': True, u'tenant_id': u'ec7e3e12600d40459a55c404eee0fbd6', u'created_at': u'2018-08-27T01:45:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ec7e3e12600d40459a55c404eee0fbd6'}) 2018-08-27 01:45:19,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:45:19,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:19,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-7072e5cf-1d3b-49d0-82fd-7ece0ffd83be Date: Mon, 27 Aug 2018 01:45:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:45:19Z","tenant_id":"ec7e3e12600d40459a55c404eee0fbd6","created_at":"2018-08-27T01:45:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"ec7e3e12600d40459a55c404eee0fbd6","id":"52e493ce-22b9-4e54-b62f-b6bea04a8533","name":"singlevm2-net_d750b614-85eb-45a6-a9ed-03f82ea9fe43"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:45:19,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-7072e5cf-1d3b-49d0-82fd-7ece0ffd83be 2018-08-27 01:45:19,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.352066993713s 2018-08-27 01:45:19,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-7072e5cf-1d3b-49d0-82fd-7ece0ffd83be 2018-08-27 01:45:19,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 01:45:19,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"subnet": {"name": "singlevm2-subnet_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "enable_dhcp": true, "network_id": "52e493ce-22b9-4e54-b62f-b6bea04a8533", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 01:45:20,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-759d0146-4ce2-4bec-a43b-37d35f9aeca1 Date: Mon, 27 Aug 2018 01:45:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52e493ce-22b9-4e54-b62f-b6bea04a8533","tenant_id":"ec7e3e12600d40459a55c404eee0fbd6","created_at":"2018-08-27T01:45:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:45:20Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"ec7e3e12600d40459a55c404eee0fbd6","id":"a673195b-dfe1-4555-9e3f-086a50e56889","subnetpool_id":null,"name":"singlevm2-subnet_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}} 2018-08-27 01:45:20,607 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-759d0146-4ce2-4bec-a43b-37d35f9aeca1 2018-08-27 01:45:20,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.877652168274s 2018-08-27 01:45:20,608 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-759d0146-4ce2-4bec-a43b-37d35f9aeca1 2018-08-27 01:45:20,608 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:45:20Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'a673195b-dfe1-4555-9e3f-086a50e56889', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_d750b614-85eb-45a6-a9ed-03f82ea9fe43', u'enable_dhcp': True, u'network_id': u'52e493ce-22b9-4e54-b62f-b6bea04a8533', u'tenant_id': u'ec7e3e12600d40459a55c404eee0fbd6', u'created_at': u'2018-08-27T01:45:20Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ec7e3e12600d40459a55c404eee0fbd6'}) 2018-08-27 01:45:20,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 01:45:20,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "singlevm2-router_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "admin_state_up": true}}' 2018-08-27 01:45:22,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-787bb1c1-4340-46df-bba4-20868de2c5e3 Date: Mon, 27 Aug 2018 01:45:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:20Z", "admin_state_up": true, "updated_at": "2018-08-27T01:45:22Z", "revision_number": 2, "routes": [], "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "398cf0eb-9ea3-4ecb-8a81-75d808a51cdb", "name": "singlevm2-router_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}} 2018-08-27 01:45:22,280 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-787bb1c1-4340-46df-bba4-20868de2c5e3 2018-08-27 01:45:22,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.67172288895s 2018-08-27 01:45:22,281 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-787bb1c1-4340-46df-bba4-20868de2c5e3 2018-08-27 01:45:22,281 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ec7e3e12600d40459a55c404eee0fbd6', u'created_at': u'2018-08-27T01:45:20Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T01:45:22Z', u'revision_number': 2, u'routes': [], u'project_id': u'ec7e3e12600d40459a55c404eee0fbd6', u'id': u'398cf0eb-9ea3-4ecb-8a81-75d808a51cdb', u'name': u'singlevm2-router_d750b614-85eb-45a6-a9ed-03f82ea9fe43'}) 2018-08-27 01:45:22,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 01:45:22,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/398cf0eb-9ea3-4ecb-8a81-75d808a51cdb/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"subnet_id": "a673195b-dfe1-4555-9e3f-086a50e56889"}' 2018-08-27 01:45:24,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0bf0a061-7f37-40da-9518-d95499035d69 Date: Mon, 27 Aug 2018 01:45:24 GMT RESP BODY: {"network_id": "52e493ce-22b9-4e54-b62f-b6bea04a8533", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "subnet_id": "a673195b-dfe1-4555-9e3f-086a50e56889", "subnet_ids": ["a673195b-dfe1-4555-9e3f-086a50e56889"], "port_id": "b39e06a6-1d9c-47bc-b886-fe218a475510", "id": "398cf0eb-9ea3-4ecb-8a81-75d808a51cdb"} 2018-08-27 01:45:24,486 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/398cf0eb-9ea3-4ecb-8a81-75d808a51cdb/add_router_interface.json used request id req-0bf0a061-7f37-40da-9518-d95499035d69 2018-08-27 01:45:24,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.20359516144s 2018-08-27 01:45:24,486 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/398cf0eb-9ea3-4ecb-8a81-75d808a51cdb/add_router_interface.json used request id req-0bf0a061-7f37-40da-9518-d95499035d69 returning object 398cf0eb-9ea3-4ecb-8a81-75d808a51cdb 2018-08-27 01:45:24,486 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 01:45:24,619 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 01:45:24,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:45:24,625 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 01:45:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 01:45:24,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:45:24,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:24,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8f50578f-9455-4f72-970c-db85f14371a8 Date: Mon, 27 Aug 2018 01:45:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:45:24,906 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-8f50578f-9455-4f72-970c-db85f14371a8 2018-08-27 01:45:24,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278773069382s 2018-08-27 01:45:24,906 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-8f50578f-9455-4f72-970c-db85f14371a8 2018-08-27 01:45:24,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 01:45:24,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}' 2018-08-27 01:45:25,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-428b411a-ce2f-4598-9d85-084f3f225eaf Date: Mon, 27 Aug 2018 01:45:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:45:25Z", "file": "/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/file", "owner": "ec7e3e12600d40459a55c404eee0fbd6", "id": "ee3ed7d3-3534-4585-b9b0-65b318a23d57", "size": null, "self": "/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "checksum": null, "created_at": "2018-08-27T01:45:25Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 01:45:25,247 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-428b411a-ce2f-4598-9d85-084f3f225eaf 2018-08-27 01:45:25,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.334354877472s 2018-08-27 01:45:25,247 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-428b411a-ce2f-4598-9d85-084f3f225eaf returning object ee3ed7d3-3534-4585-b9b0-65b318a23d57 2018-08-27 01:45:25,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 01:45:25,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '' 2018-08-27 01:45:26,021 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c8b57dcf-5cb6-4c48-8ddf-1715ccbe71fd Date: Mon, 27 Aug 2018 01:45:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:45:26,021 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/file used request id req-c8b57dcf-5cb6-4c48-8ddf-1715ccbe71fd 2018-08-27 01:45:26,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.773574829102s 2018-08-27 01:45:26,022 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/file used request id req-c8b57dcf-5cb6-4c48-8ddf-1715ccbe71fd 2018-08-27 01:45:26,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:45:26,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:26,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-eb3794a4-cc91-480b-8ab0-1db6d051bc5d Date: Mon, 27 Aug 2018 01:45:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:45:26Z", "file": "/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/file", "owner": "ec7e3e12600d40459a55c404eee0fbd6", "id": "ee3ed7d3-3534-4585-b9b0-65b318a23d57", "size": 12716032, "self": "/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:45:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:45:26,377 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-eb3794a4-cc91-480b-8ab0-1db6d051bc5d 2018-08-27 01:45:26,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.351721048355s 2018-08-27 01:45:26,378 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-eb3794a4-cc91-480b-8ab0-1db6d051bc5d 2018-08-27 01:45:26,380 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/file', 'owner': u'ec7e3e12600d40459a55c404eee0fbd6', 'id': u'ee3ed7d3-3534-4585-b9b0-65b318a23d57', 'size': 12716032, u'self': u'/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ec7e3e12600d40459a55c404eee0fbd6', 'name': 'singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T01:45:26Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T01:45:26Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'created': u'2018-08-27T01:45:25Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T01:45:25Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 01:45:26,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 01:45:26,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 01:45:26,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-704bb69f-9264-4873-8450-f24801246a8d x-compute-request-id: req-704bb69f-9264-4873-8450-f24801246a8d Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b"}} 2018-08-27 01:45:26,703 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-704bb69f-9264-4873-8450-f24801246a8d 2018-08-27 01:45:26,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.322993040085s 2018-08-27 01:45:26,704 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-704bb69f-9264-4873-8450-f24801246a8d 2018-08-27 01:45:26,705 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b', 'swap': 0}) 2018-08-27 01:45:26,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 01:45:26,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" -d '{"extra_specs": {}}' 2018-08-27 01:45:26,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c51cde35-f492-4b2b-9f24-010914ede0ff x-compute-request-id: req-c51cde35-f492-4b2b-9f24-010914ede0ff Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 01:45:26,729 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b/os-extra_specs used request id req-c51cde35-f492-4b2b-9f24-010914ede0ff 2018-08-27 01:45:26,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0237009525299s 2018-08-27 01:45:26,729 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b/os-extra_specs used request id req-c51cde35-f492-4b2b-9f24-010914ede0ff 2018-08-27 01:45:26,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 01:45:26,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"keypair": {"name": "singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}}' 2018-08-27 01:45:27,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7706f95-9215-47bc-9c48-e8c07b9636a7 x-compute-request-id: req-d7706f95-9215-47bc-9c48-e8c07b9636a7 Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUNtExVJrRpTXuF7Xn8jSwm5PFX3gIIcTG5EPL57F3hHhYPriQ3xZJHez2hAbIhPah6Kj3ELHFXgzbJ35RP28LZdBXrTBuqk1hLko+7hkla99l1YEXUI85qWWQgGdxca4PPvtel2NdjOKaeUbllWdZLw4HHGdPEDeWSuh1ZNTYWIUYJejeGX1OK5/Ujl3gGGM07up+vJ6Bc3GaD5ZAEL/nJRLCa6BVS+D4UUYtgDndM7lBNs9an+hoc1E9WVR0UtIuDKJBTdMkLXG/iZ6vVEBxpjswmwV0TB5IWHLxO4LFVuwEIDcse7G2KKeQyJuhcskt5q56z07JzGX25czjBsmr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA1DbRMVSa0aU17he15/I0sJuTxV94CCHExuRDy+exd4R4WD64\nkN8WSR3s9oQGyIT2oeio9xCxxV4M2yd+UT9vC2XQV60wbqpNYS5KPu4ZJWvfZdWB\nF1CPOallkIBncXGuDz77XpdjXYzimnlG5ZVnWS8OBxxnTxA3lkrodWTU2FiFGCXo\n3hl9Tiuf1I5d4BhjNO7qfryegXNxmg+WQBC/5yUSwmugVUvg+FFGLYA53TO5QTbP\nWp/oaHNRPVlUdFLSLgyiQU3TJC1xv4mer1RAcaY7MJsFdEweSFhy8TuCxVbsBCA3\nLHuxtiinkMiboXLJLeaues9Oycxl9uXM4wbJqwIDAQABAoIBAQCNn7vCWT0tNj2k\nlOxQTCL/zgQzT4BSpP6m4YWhWhHkumJ6OfmArXE5AKC47+l6/sl9ykChCeIp3pdj\n1pqFbHkWOS9uo+VTpZIYjgT8tHfRsokXdAI/5gJ/r95ZLmhanExWXmjxesTUlQZR\noyg+ZZPgP/fzpPAJIsCGK52xYsZtTobo0mkB7juU2qkna4HW33YqvoU7MBE02EW0\nAHHpLGgt416v8a4jv3e+V/aWl/+aJhl+VR1H4W48O71mY7z+bE/0TJTObYagMGrP\npRB9TFV81JaDJHG/D0FLRi1k0jIM8n/MsYwLCcAQvCE0zJFeDA8fzfztQ8XDRxi7\nsY8NctlpAoGBAO73si3Ql7eqGEbV771QmzWglUIOdOR15mLkajKDrFXvtmj9mryo\nHTOFcKYjE828+nyY4lVq3XNXvmGckF4/XiLGa5JEgAUrwehu1tQD2k0GH7gG4nDq\nU8LhmLUgVtlLBe6mXMaIORSyWtJhZPQqg2567St8MLobXDCEvauHL75dAoGBAONW\n93OMaHW+osYLZKroHCrbR97N9VjRlBP7TcGod1jMJpb48q9gPSfH8vgpqg+ZH1y3\n+lD+YeuZh9PsnKsoFrgZWgKea24Y4CknNj3ILmw++f5MMkkqLVx7KX4asT4hPtir\n77KFf0ZkF+YqYtnuz6uLOyIVDPEtwFsrus/q8FenAoGBAOiGSPBfmmFyt3Cl10Ol\nXYGPIe1G1+M9/dGYZOWGTnjIafw7WQfdpZxuabCfTTPSgQIgWYu4Eoebh3q/t5Kd\nomHAJQgMc22UqHgc8hkXLqHoJZER0eEBgkOM9OS59Qg3Aiy34GqmPrSu38T6VBtq\nCr3EC2dWzqso2Em1wEFZp9FZAoGBAL5fNRgtm8v9t5DgOYxkkjHRLn4FOk8GMVoK\nNzLUQBy72BTUo2T40j1d0ri9Kwukzf52kccBPj5scrGkkg1BpMTFdfp7brrjWdMc\nYu+ZkkZS9kVcyT87coDfIf/XmlTMwjPuxupXoBzx9JFpLR4SPRUJopsHxa6xAUNX\nezhhJKJBAoGBANuQfWFaeeNWYuS6YAIGcLWq2QURVUsXiFrwy3SfTInhJVJ2Z144\nWBa2gpqkdLGVqhfoD7bZ875Gw2JfroHPCtGftNdNQrTmMe1E1pPTl9akH6JKkIYj\nlo80qy3ikMtzIckvhDCYxxGojQvZIUkNYWWp9dlJ5KzZSD3qWaIy08PO\n-----END RSA PRIVATE KEY-----\n", "user_id": "1f76669682da4a1ea093934fca27c470", "name": "singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "fingerprint": "4a:96:3f:bd:e9:1a:a0:84:fe:36:42:dd:ff:24:62:33"}} 2018-08-27 01:45:27,624 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-d7706f95-9215-47bc-9c48-e8c07b9636a7 2018-08-27 01:45:27,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.894098997116s 2018-08-27 01:45:27,624 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-d7706f95-9215-47bc-9c48-e8c07b9636a7 2018-08-27 01:45:27,625 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUNtExVJrRpTXuF7Xn8jSwm5PFX3gIIcTG5EPL57F3hHhYPriQ3xZJHez2hAbIhPah6Kj3ELHFXgzbJ35RP28LZdBXrTBuqk1hLko+7hkla99l1YEXUI85qWWQgGdxca4PPvtel2NdjOKaeUbllWdZLw4HHGdPEDeWSuh1ZNTYWIUYJejeGX1OK5/Ujl3gGGM07up+vJ6Bc3GaD5ZAEL/nJRLCa6BVS+D4UUYtgDndM7lBNs9an+hoc1E9WVR0UtIuDKJBTdMkLXG/iZ6vVEBxpjswmwV0TB5IWHLxO4LFVuwEIDcse7G2KKeQyJuhcskt5q56z07JzGX25czjBsmr Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA1DbRMVSa0aU17he15/I0sJuTxV94CCHExuRDy+exd4R4WD64\nkN8WSR3s9oQGyIT2oeio9xCxxV4M2yd+UT9vC2XQV60wbqpNYS5KPu4ZJWvfZdWB\nF1CPOallkIBncXGuDz77XpdjXYzimnlG5ZVnWS8OBxxnTxA3lkrodWTU2FiFGCXo\n3hl9Tiuf1I5d4BhjNO7qfryegXNxmg+WQBC/5yUSwmugVUvg+FFGLYA53TO5QTbP\nWp/oaHNRPVlUdFLSLgyiQU3TJC1xv4mer1RAcaY7MJsFdEweSFhy8TuCxVbsBCA3\nLHuxtiinkMiboXLJLeaues9Oycxl9uXM4wbJqwIDAQABAoIBAQCNn7vCWT0tNj2k\nlOxQTCL/zgQzT4BSpP6m4YWhWhHkumJ6OfmArXE5AKC47+l6/sl9ykChCeIp3pdj\n1pqFbHkWOS9uo+VTpZIYjgT8tHfRsokXdAI/5gJ/r95ZLmhanExWXmjxesTUlQZR\noyg+ZZPgP/fzpPAJIsCGK52xYsZtTobo0mkB7juU2qkna4HW33YqvoU7MBE02EW0\nAHHpLGgt416v8a4jv3e+V/aWl/+aJhl+VR1H4W48O71mY7z+bE/0TJTObYagMGrP\npRB9TFV81JaDJHG/D0FLRi1k0jIM8n/MsYwLCcAQvCE0zJFeDA8fzfztQ8XDRxi7\nsY8NctlpAoGBAO73si3Ql7eqGEbV771QmzWglUIOdOR15mLkajKDrFXvtmj9mryo\nHTOFcKYjE828+nyY4lVq3XNXvmGckF4/XiLGa5JEgAUrwehu1tQD2k0GH7gG4nDq\nU8LhmLUgVtlLBe6mXMaIORSyWtJhZPQqg2567St8MLobXDCEvauHL75dAoGBAONW\n93OMaHW+osYLZKroHCrbR97N9VjRlBP7TcGod1jMJpb48q9gPSfH8vgpqg+ZH1y3\n+lD+YeuZh9PsnKsoFrgZWgKea24Y4CknNj3ILmw++f5MMkkqLVx7KX4asT4hPtir\n77KFf0ZkF+YqYtnuz6uLOyIVDPEtwFsrus/q8FenAoGBAOiGSPBfmmFyt3Cl10Ol\nXYGPIe1G1+M9/dGYZOWGTnjIafw7WQfdpZxuabCfTTPSgQIgWYu4Eoebh3q/t5Kd\nomHAJQgMc22UqHgc8hkXLqHoJZER0eEBgkOM9OS59Qg3Aiy34GqmPrSu38T6VBtq\nCr3EC2dWzqso2Em1wEFZp9FZAoGBAL5fNRgtm8v9t5DgOYxkkjHRLn4FOk8GMVoK\nNzLUQBy72BTUo2T40j1d0ri9Kwukzf52kccBPj5scrGkkg1BpMTFdfp7brrjWdMc\nYu+ZkkZS9kVcyT87coDfIf/XmlTMwjPuxupXoBzx9JFpLR4SPRUJopsHxa6xAUNX\nezhhJKJBAoGBANuQfWFaeeNWYuS6YAIGcLWq2QURVUsXiFrwy3SfTInhJVJ2Z144\nWBa2gpqkdLGVqhfoD7bZ875Gw2JfroHPCtGftNdNQrTmMe1E1pPTl9akH6JKkIYj\nlo80qy3ikMtzIckvhDCYxxGojQvZIUkNYWWp9dlJ5KzZSD3qWaIy08PO\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'1f76669682da4a1ea093934fca27c470', 'name': u'singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'created_at': '2018-08-27T01:45:27.625616', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ec7e3e12600d40459a55c404eee0fbd6', 'name': 'singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4a:96:3f:bd:e9:1a:a0:84:fe:36:42:dd:ff:24:62:33', 'type': 'ssh', 'id': u'singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43'}) 2018-08-27 01:45:27,626 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpgIBAAKCAQEA1DbRMVSa0aU17he15/I0sJuTxV94CCHExuRDy+exd4R4WD64 kN8WSR3s9oQGyIT2oeio9xCxxV4M2yd+UT9vC2XQV60wbqpNYS5KPu4ZJWvfZdWB F1CPOallkIBncXGuDz77XpdjXYzimnlG5ZVnWS8OBxxnTxA3lkrodWTU2FiFGCXo 3hl9Tiuf1I5d4BhjNO7qfryegXNxmg+WQBC/5yUSwmugVUvg+FFGLYA53TO5QTbP Wp/oaHNRPVlUdFLSLgyiQU3TJC1xv4mer1RAcaY7MJsFdEweSFhy8TuCxVbsBCA3 LHuxtiinkMiboXLJLeaues9Oycxl9uXM4wbJqwIDAQABAoIBAQCNn7vCWT0tNj2k lOxQTCL/zgQzT4BSpP6m4YWhWhHkumJ6OfmArXE5AKC47+l6/sl9ykChCeIp3pdj 1pqFbHkWOS9uo+VTpZIYjgT8tHfRsokXdAI/5gJ/r95ZLmhanExWXmjxesTUlQZR oyg+ZZPgP/fzpPAJIsCGK52xYsZtTobo0mkB7juU2qkna4HW33YqvoU7MBE02EW0 AHHpLGgt416v8a4jv3e+V/aWl/+aJhl+VR1H4W48O71mY7z+bE/0TJTObYagMGrP pRB9TFV81JaDJHG/D0FLRi1k0jIM8n/MsYwLCcAQvCE0zJFeDA8fzfztQ8XDRxi7 sY8NctlpAoGBAO73si3Ql7eqGEbV771QmzWglUIOdOR15mLkajKDrFXvtmj9mryo HTOFcKYjE828+nyY4lVq3XNXvmGckF4/XiLGa5JEgAUrwehu1tQD2k0GH7gG4nDq U8LhmLUgVtlLBe6mXMaIORSyWtJhZPQqg2567St8MLobXDCEvauHL75dAoGBAONW 93OMaHW+osYLZKroHCrbR97N9VjRlBP7TcGod1jMJpb48q9gPSfH8vgpqg+ZH1y3 +lD+YeuZh9PsnKsoFrgZWgKea24Y4CknNj3ILmw++f5MMkkqLVx7KX4asT4hPtir 77KFf0ZkF+YqYtnuz6uLOyIVDPEtwFsrus/q8FenAoGBAOiGSPBfmmFyt3Cl10Ol XYGPIe1G1+M9/dGYZOWGTnjIafw7WQfdpZxuabCfTTPSgQIgWYu4Eoebh3q/t5Kd omHAJQgMc22UqHgc8hkXLqHoJZER0eEBgkOM9OS59Qg3Aiy34GqmPrSu38T6VBtq Cr3EC2dWzqso2Em1wEFZp9FZAoGBAL5fNRgtm8v9t5DgOYxkkjHRLn4FOk8GMVoK NzLUQBy72BTUo2T40j1d0ri9Kwukzf52kccBPj5scrGkkg1BpMTFdfp7brrjWdMc Yu+ZkkZS9kVcyT87coDfIf/XmlTMwjPuxupXoBzx9JFpLR4SPRUJopsHxa6xAUNX ezhhJKJBAoGBANuQfWFaeeNWYuS6YAIGcLWq2QURVUsXiFrwy3SfTInhJVJ2Z144 WBa2gpqkdLGVqhfoD7bZ875Gw2JfroHPCtGftNdNQrTmMe1E1pPTl9akH6JKkIYj lo80qy3ikMtzIckvhDCYxxGojQvZIUkNYWWp9dlJ5KzZSD3qWaIy08PO -----END RSA PRIVATE KEY----- 2018-08-27 01:45:27,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 01:45:27,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"security_group": {"name": "singlevm2-sg_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-27 01:45:28,053 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-1237a025-0ad4-485e-8cd7-a387eeea1b17 Date: Mon, 27 Aug 2018 01:45:28 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:28Z", "updated_at": "2018-08-27T01:45:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:28Z", "revision_number": 0, "id": "066a3d38-44d1-40ed-86eb-95a9ccf728f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:28Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:28Z", "revision_number": 0, "id": "24c5213c-4033-4f7d-92b4-cfc0eced0fa3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:28Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}], "revision_number": 1, "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "name": "singlevm2-sg_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}} 2018-08-27 01:45:28,053 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-1237a025-0ad4-485e-8cd7-a387eeea1b17 2018-08-27 01:45:28,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.42417216301s 2018-08-27 01:45:28,053 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-1237a025-0ad4-485e-8cd7-a387eeea1b17 2018-08-27 01:45:28,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:45:28,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:28,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-e659f82d-923b-45f1-919f-0fd3a92366e5 Date: Mon, 27 Aug 2018 01:45:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:18Z", "updated_at": "2018-08-27T01:45:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "10b59233-89b2-4ffa-9562-01388415da77", "remote_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "512982cb-58e9-49f0-a191-676f288eca98", "remote_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "7b859e35-c522-4a9e-9714-6cc1d44004d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "fb1a00ee-8baa-4b8a-86bd-67ece992c1c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}], "revision_number": 1, "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:28Z", "updated_at": "2018-08-27T01:45:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:28Z", "revision_number": 0, "id": "066a3d38-44d1-40ed-86eb-95a9ccf728f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:28Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:28Z", "revision_number": 0, "id": "24c5213c-4033-4f7d-92b4-cfc0eced0fa3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:28Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}], "revision_number": 1, "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "name": "singlevm2-sg_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}]} 2018-08-27 01:45:28,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-e659f82d-923b-45f1-919f-0fd3a92366e5 2018-08-27 01:45:28,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0956840515137s 2018-08-27 01:45:28,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-e659f82d-923b-45f1-919f-0fd3a92366e5 2018-08-27 01:45:28,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 01:45:28,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6"}}' 2018-08-27 01:45:28,621 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-6b98eb29-c294-4cb4-b364-cc3b605ee45f Date: Mon, 27 Aug 2018 01:45:28 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-27T01:45:28Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "port_range_min": 22, "revision_number": 0, "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:28Z", "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "6f759ba2-b2d9-4c58-9043-b48df0070145"}} 2018-08-27 01:45:28,621 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-6b98eb29-c294-4cb4-b364-cc3b605ee45f 2018-08-27 01:45:28,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.464205026627s 2018-08-27 01:45:28,622 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-6b98eb29-c294-4cb4-b364-cc3b605ee45f 2018-08-27 01:45:28,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:45:28,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:28,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-5d1a5b4a-763e-4e49-a363-fea5f5084198 Date: Mon, 27 Aug 2018 01:45:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:18Z", "updated_at": "2018-08-27T01:45:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "10b59233-89b2-4ffa-9562-01388415da77", "remote_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "512982cb-58e9-49f0-a191-676f288eca98", "remote_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "7b859e35-c522-4a9e-9714-6cc1d44004d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "fb1a00ee-8baa-4b8a-86bd-67ece992c1c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}], "revision_number": 1, "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:28Z", "updated_at": "2018-08-27T01:45:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:28Z", "revision_number": 0, "id": "066a3d38-44d1-40ed-86eb-95a9ccf728f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:28Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:28Z", "revision_number": 0, "id": "24c5213c-4033-4f7d-92b4-cfc0eced0fa3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:28Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T01:45:28Z", "revision_number": 0, "id": "6f759ba2-b2d9-4c58-9043-b48df0070145", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:28Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}], "revision_number": 2, "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "name": "singlevm2-sg_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}]} 2018-08-27 01:45:28,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-5d1a5b4a-763e-4e49-a363-fea5f5084198 2018-08-27 01:45:28,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.369004011154s 2018-08-27 01:45:28,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-5d1a5b4a-763e-4e49-a363-fea5f5084198 2018-08-27 01:45:28,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 01:45:28,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6"}}' 2018-08-27 01:45:29,463 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0d3ebb6e-1960-4d85-a41b-4111d9f1efdd Date: Mon, 27 Aug 2018 01:45:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-27T01:45:29Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "port_range_min": null, "revision_number": 0, "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:29Z", "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "759a697b-822f-46d6-9564-ce75587ce55b"}} 2018-08-27 01:45:29,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-0d3ebb6e-1960-4d85-a41b-4111d9f1efdd 2018-08-27 01:45:29,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.465327978134s 2018-08-27 01:45:29,464 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-0d3ebb6e-1960-4d85-a41b-4111d9f1efdd 2018-08-27 01:45:29,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:45:29,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:29,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-db9d1ffd-8045-44a5-b3d3-932dcb3a5da8 Date: Mon, 27 Aug 2018 01:45:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a673195b-dfe1-4555-9e3f-086a50e56889"],"updated_at":"2018-08-27T01:45:20Z","tenant_id":"ec7e3e12600d40459a55c404eee0fbd6","created_at":"2018-08-27T01:45:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ec7e3e12600d40459a55c404eee0fbd6","id":"52e493ce-22b9-4e54-b62f-b6bea04a8533","name":"singlevm2-net_d750b614-85eb-45a6-a9ed-03f82ea9fe43"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:45:29,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-db9d1ffd-8045-44a5-b3d3-932dcb3a5da8 2018-08-27 01:45:29,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.335361003876s 2018-08-27 01:45:29,801 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-db9d1ffd-8045-44a5-b3d3-932dcb3a5da8 2018-08-27 01:45:29,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:45:29,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:30,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-4b12e2ea-13a1-4019-b95d-b8c1569d062c Date: Mon, 27 Aug 2018 01:45:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:45:26Z", "file": "/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/file", "owner": "ec7e3e12600d40459a55c404eee0fbd6", "id": "ee3ed7d3-3534-4585-b9b0-65b318a23d57", "size": 12716032, "self": "/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:45:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:45:30,594 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4b12e2ea-13a1-4019-b95d-b8c1569d062c 2018-08-27 01:45:30,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.788165807724s 2018-08-27 01:45:30,594 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4b12e2ea-13a1-4019-b95d-b8c1569d062c 2018-08-27 01:45:30,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:45:30,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:30,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57e92aee-8ecb-4828-b910-94c058c72012 x-compute-request-id: req-57e92aee-8ecb-4828-b910-94c058c72012 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b"}]} 2018-08-27 01:45:30,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-57e92aee-8ecb-4828-b910-94c058c72012 2018-08-27 01:45:30,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.153141021729s 2018-08-27 01:45:30,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-57e92aee-8ecb-4828-b910-94c058c72012 2018-08-27 01:45:30,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 01:45:30,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"server": {"name": "singlevm2-vm_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "imageRef": "ee3ed7d3-3534-4585-b9b0-65b318a23d57", "key_name": "singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "flavorRef": "1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "52e493ce-22b9-4e54-b62f-b6bea04a8533"}], "security_groups": [{"name": "a188c71b-8674-4c14-a030-f8a8137b86f6"}]}}' 2018-08-27 01:45:34,726 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:45:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-155bc68a-e3a7-4418-a110-f54d675808e7 x-compute-request-id: req-155bc68a-e3a7-4418-a110-f54d675808e7 Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "a188c71b-8674-4c14-a030-f8a8137b86f6"}], "OS-DCF:diskConfig": "MANUAL", "id": "ed716961-c754-4144-a64b-b9a5b5d7f2ac", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "bookmark"}], "adminPass": "4tJw9PgDnWdq"}} 2018-08-27 01:45:34,726 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-155bc68a-e3a7-4418-a110-f54d675808e7 2018-08-27 01:45:34,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.97494888306s 2018-08-27 01:45:34,726 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-155bc68a-e3a7-4418-a110-f54d675808e7 2018-08-27 01:45:34,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:45:34,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:35,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56343770-cf55-41d1-9918-f1700b263fd1 x-compute-request-id: req-56343770-cf55-41d1-9918-f1700b263fd1 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "bookmark"}], "image": {"id": "ee3ed7d3-3534-4585-b9b0-65b318a23d57", "links": [{"href": "http://172.30.9.26:8774/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "links": [{"href": "http://172.30.9.26:8774/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "rel": "bookmark"}]}, "id": "ed716961-c754-4144-a64b-b9a5b5d7f2ac", "user_id": "1f76669682da4a1ea093934fca27c470", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:45:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "name": "singlevm2-vm_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "created": "2018-08-27T01:45:34Z", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:45:35,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-56343770-cf55-41d1-9918-f1700b263fd1 2018-08-27 01:45:35,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.9158680439s 2018-08-27 01:45:35,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-56343770-cf55-41d1-9918-f1700b263fd1 2018-08-27 01:45:35,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:45:35,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:35,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-cc5284ac-1895-4e81-98c3-56173da30bbe Date: Mon, 27 Aug 2018 01:45:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a673195b-dfe1-4555-9e3f-086a50e56889"],"updated_at":"2018-08-27T01:45:20Z","tenant_id":"ec7e3e12600d40459a55c404eee0fbd6","created_at":"2018-08-27T01:45:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ec7e3e12600d40459a55c404eee0fbd6","id":"52e493ce-22b9-4e54-b62f-b6bea04a8533","name":"singlevm2-net_d750b614-85eb-45a6-a9ed-03f82ea9fe43"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:45:35,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-cc5284ac-1895-4e81-98c3-56173da30bbe 2018-08-27 01:45:35,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102196931839s 2018-08-27 01:45:35,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-cc5284ac-1895-4e81-98c3-56173da30bbe 2018-08-27 01:45:35,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:45:35,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:35,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b6eac0a5-66e8-47cc-98db-6346d71cfa9d Date: Mon, 27 Aug 2018 01:45:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52e493ce-22b9-4e54-b62f-b6bea04a8533","tenant_id":"ec7e3e12600d40459a55c404eee0fbd6","created_at":"2018-08-27T01:45:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:45:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"ec7e3e12600d40459a55c404eee0fbd6","id":"a673195b-dfe1-4555-9e3f-086a50e56889","subnetpool_id":null,"name":"singlevm2-subnet_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}]} 2018-08-27 01:45:35,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b6eac0a5-66e8-47cc-98db-6346d71cfa9d 2018-08-27 01:45:35,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0428919792175s 2018-08-27 01:45:35,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b6eac0a5-66e8-47cc-98db-6346d71cfa9d 2018-08-27 01:45:35,797 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:45:37,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:45:37,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:38,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ab35fc0-d1db-406c-a7ec-07edda15e1a1 x-compute-request-id: req-8ab35fc0-d1db-406c-a7ec-07edda15e1a1 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "bookmark"}], "image": {"id": "ee3ed7d3-3534-4585-b9b0-65b318a23d57", "links": [{"href": "http://172.30.9.26:8774/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "links": [{"href": "http://172.30.9.26:8774/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "rel": "bookmark"}]}, "id": "ed716961-c754-4144-a64b-b9a5b5d7f2ac", "user_id": "1f76669682da4a1ea093934fca27c470", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:45:38Z", "hostId": "95663472d930f1c4d17dd2f0f4b8db0a476a96f93ab571ea65822955", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "name": "singlevm2-vm_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "created": "2018-08-27T01:45:34Z", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:45:38,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8ab35fc0-d1db-406c-a7ec-07edda15e1a1 2018-08-27 01:45:38,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579710960388s 2018-08-27 01:45:38,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8ab35fc0-d1db-406c-a7ec-07edda15e1a1 2018-08-27 01:45:38,384 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:45:40,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:45:40,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:41,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fdc7243-5781-4928-8a20-179211a2fc5d x-compute-request-id: req-8fdc7243-5781-4928-8a20-179211a2fc5d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "bookmark"}], "image": {"id": "ee3ed7d3-3534-4585-b9b0-65b318a23d57", "links": [{"href": "http://172.30.9.26:8774/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "links": [{"href": "http://172.30.9.26:8774/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "rel": "bookmark"}]}, "id": "ed716961-c754-4144-a64b-b9a5b5d7f2ac", "security_groups": [{"name": "singlevm2-sg_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}], "user_id": "1f76669682da4a1ea093934fca27c470", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:45:38Z", "hostId": "95663472d930f1c4d17dd2f0f4b8db0a476a96f93ab571ea65822955", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "name": "singlevm2-vm_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "created": "2018-08-27T01:45:34Z", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:45:41,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8fdc7243-5781-4928-8a20-179211a2fc5d 2018-08-27 01:45:41,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.806478977203s 2018-08-27 01:45:41,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8fdc7243-5781-4928-8a20-179211a2fc5d 2018-08-27 01:45:41,197 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:45:43,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:45:43,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:44,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dab732fd-87b3-4f73-9c56-a6121fb20785 x-compute-request-id: req-dab732fd-87b3-4f73-9c56-a6121fb20785 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_d750b614-85eb-45a6-a9ed-03f82ea9fe43": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:5b:33", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "bookmark"}], "image": {"id": "ee3ed7d3-3534-4585-b9b0-65b318a23d57", "links": [{"href": "http://172.30.9.26:8774/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:45:43.000000", "flavor": {"id": "1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "links": [{"href": "http://172.30.9.26:8774/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "rel": "bookmark"}]}, "id": "ed716961-c754-4144-a64b-b9a5b5d7f2ac", "security_groups": [{"name": "singlevm2-sg_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}], "user_id": "1f76669682da4a1ea093934fca27c470", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:45:43Z", "hostId": "95663472d930f1c4d17dd2f0f4b8db0a476a96f93ab571ea65822955", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "name": "singlevm2-vm_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "created": "2018-08-27T01:45:34Z", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:45:44,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dab732fd-87b3-4f73-9c56-a6121fb20785 2018-08-27 01:45:44,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.67799401283s 2018-08-27 01:45:44,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dab732fd-87b3-4f73-9c56-a6121fb20785 2018-08-27 01:45:44,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:45:44,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=ed716961-c754-4144-a64b-b9a5b5d7f2ac" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:45,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-45a01991-39dd-4aba-af22-350ad567ed8d Date: Mon, 27 Aug 2018 01:45:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"52e493ce-22b9-4e54-b62f-b6bea04a8533","tenant_id":"ec7e3e12600d40459a55c404eee0fbd6","created_at":"2018-08-27T01:45:38Z","admin_state_up":true,"updated_at":"2018-08-27T01:45:42Z","binding:vnic_type":"normal","device_id":"ed716961-c754-4144-a64b-b9a5b5d7f2ac","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ee:5b:33","id":"4ffd66ff-46d5-4345-bf6f-859c7c13fac2","port_security_enabled":true,"project_id":"ec7e3e12600d40459a55c404eee0fbd6","fixed_ips":[{"subnet_id":"a673195b-dfe1-4555-9e3f-086a50e56889","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["a188c71b-8674-4c14-a030-f8a8137b86f6"],"name":""}]} 2018-08-27 01:45:45,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=ed716961-c754-4144-a64b-b9a5b5d7f2ac used request id req-45a01991-39dd-4aba-af22-350ad567ed8d 2018-08-27 01:45:45,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.344902992249s 2018-08-27 01:45:45,228 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=ed716961-c754-4144-a64b-b9a5b5d7f2ac used request id req-45a01991-39dd-4aba-af22-350ad567ed8d 2018-08-27 01:45:45,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:45:45,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=4ffd66ff-46d5-4345-bf6f-859c7c13fac2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:45,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2f27e142-7398-46e8-ad14-71c869ba5520 Date: Mon, 27 Aug 2018 01:45:45 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:45:45,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=4ffd66ff-46d5-4345-bf6f-859c7c13fac2 used request id req-2f27e142-7398-46e8-ad14-71c869ba5520 2018-08-27 01:45:45,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.193332195282s 2018-08-27 01:45:45,426 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=4ffd66ff-46d5-4345-bf6f-859c7c13fac2 used request id req-2f27e142-7398-46e8-ad14-71c869ba5520 2018-08-27 01:45:45,427 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_d750b614-85eb-45a6-a9ed-03f82ea9fe43': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ee:5b:33', u'version': 4, u'addr': u'192.168.120.16', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ee3ed7d3-3534-4585-b9b0-65b318a23d57'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:45:43.000000', 'flavor': Munch({u'id': u'1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b'}), 'az': u'nova', 'id': u'ed716961-c754-4144-a64b-b9a5b5d7f2ac', 'security_groups': [Munch({u'name': u'singlevm2-sg_d750b614-85eb-45a6-a9ed-03f82ea9fe43'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1f76669682da4a1ea093934fca27c470', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ec7e3e12600d40459a55c404eee0fbd6', 'name': 'singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T01:45:43.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T01:45:43Z', 'hostId': u'95663472d930f1c4d17dd2f0f4b8db0a476a96f93ab571ea65822955', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'public_v6': '', 'private_v4': u'192.168.120.16', 'cloud': 'envvars', 'host_id': u'95663472d930f1c4d17dd2f0f4b8db0a476a96f93ab571ea65822955', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:45:43.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ec7e3e12600d40459a55c404eee0fbd6', 'name': u'singlevm2-vm_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'adminPass': u'4tJw9PgDnWdq', 'tenant_id': u'ec7e3e12600d40459a55c404eee0fbd6', 'created_at': u'2018-08-27T01:45:34Z', 'created': u'2018-08-27T01:45:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 01:45:45,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:45:45,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:45,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-cfb56696-1952-4ec4-93ef-fff99e162605 Date: Mon, 27 Aug 2018 01:45:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a673195b-dfe1-4555-9e3f-086a50e56889"],"updated_at":"2018-08-27T01:45:20Z","tenant_id":"ec7e3e12600d40459a55c404eee0fbd6","created_at":"2018-08-27T01:45:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ec7e3e12600d40459a55c404eee0fbd6","id":"52e493ce-22b9-4e54-b62f-b6bea04a8533","name":"singlevm2-net_d750b614-85eb-45a6-a9ed-03f82ea9fe43"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:45:45,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-cfb56696-1952-4ec4-93ef-fff99e162605 2018-08-27 01:45:45,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0962851047516s 2018-08-27 01:45:45,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-cfb56696-1952-4ec4-93ef-fff99e162605 2018-08-27 01:45:45,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:45:45,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=ed716961-c754-4144-a64b-b9a5b5d7f2ac" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:45,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f7a1ebb4-ccf0-40a0-80bd-56ae789082a3 Date: Mon, 27 Aug 2018 01:45:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"52e493ce-22b9-4e54-b62f-b6bea04a8533","tenant_id":"ec7e3e12600d40459a55c404eee0fbd6","created_at":"2018-08-27T01:45:38Z","admin_state_up":true,"updated_at":"2018-08-27T01:45:42Z","binding:vnic_type":"normal","device_id":"ed716961-c754-4144-a64b-b9a5b5d7f2ac","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ee:5b:33","id":"4ffd66ff-46d5-4345-bf6f-859c7c13fac2","port_security_enabled":true,"project_id":"ec7e3e12600d40459a55c404eee0fbd6","fixed_ips":[{"subnet_id":"a673195b-dfe1-4555-9e3f-086a50e56889","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["a188c71b-8674-4c14-a030-f8a8137b86f6"],"name":""}]} 2018-08-27 01:45:45,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=ed716961-c754-4144-a64b-b9a5b5d7f2ac used request id req-f7a1ebb4-ccf0-40a0-80bd-56ae789082a3 2018-08-27 01:45:45,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.057590007782s 2018-08-27 01:45:45,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=ed716961-c754-4144-a64b-b9a5b5d7f2ac used request id req-f7a1ebb4-ccf0-40a0-80bd-56ae789082a3 2018-08-27 01:45:45,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 01:45:45,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"floatingip": {"floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.16", "port_id": "4ffd66ff-46d5-4345-bf6f-859c7c13fac2"}}' 2018-08-27 01:45:47,796 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-ab4bb684-d9f6-4fe4-8b7b-a6cdc8b607b7 Date: Mon, 27 Aug 2018 01:45:48 GMT RESP BODY: {"floatingip": {"router_id": "398cf0eb-9ea3-4ecb-8a81-75d808a51cdb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:45:47Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "4ffd66ff-46d5-4345-bf6f-859c7c13fac2", "id": "579e0436-2909-49b7-a8fa-891a0a6af9a0", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:47Z", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}} 2018-08-27 01:45:47,796 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-ab4bb684-d9f6-4fe4-8b7b-a6cdc8b607b7 2018-08-27 01:45:47,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.20970201492s 2018-08-27 01:45:47,796 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-ab4bb684-d9f6-4fe4-8b7b-a6cdc8b607b7 2018-08-27 01:45:47,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:45:47,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:45:48,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-17bf98b3-caf8-4693-9107-dc04b985fa4c Date: Mon, 27 Aug 2018 01:45:48 GMT RESP BODY: {"floatingips": [{"router_id": "398cf0eb-9ea3-4ecb-8a81-75d808a51cdb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:45:47Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "4ffd66ff-46d5-4345-bf6f-859c7c13fac2", "id": "579e0436-2909-49b7-a8fa-891a0a6af9a0", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:47Z", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}]} 2018-08-27 01:45:48,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-17bf98b3-caf8-4693-9107-dc04b985fa4c 2018-08-27 01:45:48,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.29615187645s 2018-08-27 01:45:48,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-17bf98b3-caf8-4693-9107-dc04b985fa4c 2018-08-27 01:45:48,104 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'398cf0eb-9ea3-4ecb-8a81-75d808a51cdb', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'ec7e3e12600d40459a55c404eee0fbd6', 'created_at': u'2018-08-27T01:45:47Z', 'attached': True, 'updated_at': u'2018-08-27T01:45:47Z', 'id': u'579e0436-2909-49b7-a8fa-891a0a6af9a0', 'floating_network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', 'fixed_ip_address': u'192.168.120.16', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ec7e3e12600d40459a55c404eee0fbd6', 'name': 'singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'398cf0eb-9ea3-4ecb-8a81-75d808a51cdb', 'project_id': u'ec7e3e12600d40459a55c404eee0fbd6', 'port_id': u'4ffd66ff-46d5-4345-bf6f-859c7c13fac2', 'port': u'4ffd66ff-46d5-4345-bf6f-859c7c13fac2', 'network': u'ecff2169-f0a1-4e87-90bc-3c582067cb09'}) 2018-08-27 01:45:48,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 01:45:48,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 01:45:48,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99310d30-0036-4a5d-8460-d330cc7e8ef4 x-compute-request-id: req-99310d30-0036-4a5d-8460-d330cc7e8ef4 Content-Encoding: gzip Content-Length: 9609 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517784444 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.186656] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188959] pid_max: default: 32768 minimum: 301\n[ 0.190218] ACPI: Core revision 20150930\n[ 0.191901] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193729] Security Framework initialized\n[ 0.194850] Yama: becoming mindful.\n[ 0.195853] AppArmor: AppArmor initialized\n[ 0.197022] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198820] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200544] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202208] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.204114] Initializing cgroup subsys io\n[ 0.205240] Initializing cgroup subsys memory\n[ 0.206445] Initializing cgroup subsys devices\n[ 0.207654] Initializing cgroup subsys freezer\n[ 0.208858] Initializing cgroup subsys net_cls\n[ 0.210069] Initializing cgroup subsys perf_event\n[ 0.211343] Initializing cgroup subsys net_prio\n[ 0.212560] Initializing cgroup subsys hugetlb\n[ 0.213773] Initializing cgroup subsys pids\n[ 0.214973] CPU: Physical Processor ID: 0\n[ 0.216778] mce: CPU supports 10 MCE banks\n[ 0.218018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.219416] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.242392] ftrace: allocating 31920 entries in 125 pages\n[ 0.267818] smpboot: Max logical packages: 1\n[ 0.268994] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270890] x2apic enabled\n[ 0.272040] Switched APIC routing to physical x2apic.\n[ 0.274521] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.281204] KVM setup paravirtual spinlock\n[ 0.282794] x86: Booted up 1 node, 1 CPUs\n[ 0.283896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285773] devtmpfs: initialized\n[ 0.287752] evm: security.selinux\n[ 0.288717] evm: security.SMACK64\n[ 0.289673] evm: security.SMACK64EXEC\n[ 0.290714] evm: security.SMACK64TRANSMUTE\n[ 0.291821] evm: security.SMACK64MMAP\n[ 0.292837] evm: security.ima\n[ 0.293728] evm: security.capability\n[ 0.294812] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297330] pinctrl core: initialized pinctrl subsystem\n[ 0.298817] RTC time: 1:45:43, date: 08/27/18\n[ 0.300116] NET: Registered protocol family 16\n[ 0.301434] cpuidle: using governor ladder\n[ 0.302564] cpuidle: using governor menu\n[ 0.303652] PCCT header not found.\n[ 0.304678] ACPI: bus type PCI registered\n[ 0.305782] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.307472] PCI: Using configuration type 1 for base access\n[ 0.309622] ACPI: Added _OSI(Module Device)\n[ 0.310775] ACPI: Added _OSI(Processor Device)\n[ 0.311954] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.313192] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.315349] ACPI: Interpreter enabled\n[ 0.316413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.318986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.321548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.324105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.326672] ACPI: (supports S0 S5)\n[ 0.327659] ACPI: Using IOAPIC for interrupt routing\n[ 0.328958] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332792] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334351] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.336017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337633] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340596] acpiphp: Slot [3] registered\n[ 0.341703] acpiphp: Slot [4] registered\n[ 0.342800] acpiphp: Slot [5] registered\n[ 0.343891] acpiphp: Slot [6] registered\n[ 0.344984] acpiphp: Slot [7] registered\n[ 0.346080] acpiphp: Slot [8] registered\n[ 0.347171] acpiphp: Slot [9] registered\n[ 0.348262] acpiphp: Slot [10] registered\n[ 0.349371] acpiphp: Slot [11] registered\n[ 0.350480] acpiphp: Slot [12] registered\n[ 0.351590] acpiphp: Slot [13] registered\n[ 0.352702] acpiphp: Slot [14] registered\n[ 0.353814] acpiphp: Slot [15] registered\n[ 0.369118] acpiphp: Slot [16] registered\n[ 0.370241] acpiphp: Slot [17] registered\n[ 0.371351] acpiphp: Slot [18] registered\n[ 0.372463] acpiphp: Slot [19] registered\n[ 0.373570] acpiphp: Slot [20] registered\n[ 0.374701] acpiphp: Slot [21] registered\n[ 0.375812] acpiphp: Slot [22] registered\n[ 0.376921] acpiphp: Slot [23] registered\n[ 0.378043] acpiphp: Slot [24] registered\n[ 0.379165] acpiphp: Slot [25] registered\n[ 0.380278] acpiphp: Slot [26] registered\n[ 0.381382] acpiphp: Slot [27] registered\n[ 0.382499] acpiphp: Slot [28] registered\n[ 0.383613] acpiphp: Slot [29] registered\n[ 0.384725] acpiphp: Slot [30] registered\n[ 0.385832] acpiphp: Slot [31] registered\n[ 0.386935] PCI host bridge to bus 0000:00\n[ 0.388037] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.389682] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.391331] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.393330] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.395320] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.397349] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.401251] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.402986] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.404593] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.406310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.410862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.412855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.434458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.436460] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438434] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440372] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442491] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444214] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445980] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449509] vgaarb: loaded\n[ 0.450331] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451968] SCSI subsystem initialized\n[ 0.453212] ACPI: bus type USB registered\n[ 0.454342] usbcore: registered new interface driver usbfs\n[ 0.455733] usbcore: registered new interface driver hub\n[ 0.457083] usbcore: registered new device driver usb\n[ 0.458565] PCI: Using ACPI for IRQ routing\n[ 0.460071] NetLabel: Initializing\n[ 0.461048] NetLabel: domain hash size = 128\n[ 0.462203] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463494] NetLabel: unlabeled traffic allowed by default\n[ 0.465054] clocksource: Switched to clocksource kvm-clock\n[ 0.475163] AppArmor: AppArmor Filesystem Enabled\n[ 0.476456] pnp: PnP ACPI init\n[ 0.477675] pnp: PnP ACPI: found 5 devices\n[ 0.484483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.486798] NET: Registered protocol family 2\n[ 0.488189] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489925] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.491543] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493167] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.494627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496190] NET: Registered protocol family 1\n[ 0.497370] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498841] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500283] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514812] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529414] Trying to unpack rootfs image as initramfs...\n[ 0.591347] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.596331] Scanning for low memory corruption every 60 seconds\n[ 0.598520] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.600119] audit: initializing netlink subsys (disabled)\n[ 0.601596] audit: type=2000 audit(1535334343.903:1): initialized\n[ 0.603447] Initialise system trusted keyring\n[ 0.604821] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.606402] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.609080] zbud: loaded\n[ 0.610071] VFS: Disk quotas dquot_6.6.0\n[ 0.611199] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.613351] fuse init (API version 7.23)\n[ 0.614569] Key type big_key registered\n[ 0.615662] Allocating IMA MOK and blacklist keyrings.\n[ 0.617338] Key type asymmetric registered\n[ 0.618468] Asymmetric key parser 'x509' registered\n[ 0.619776] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.621826] io scheduler noop registered\n[ 0.622907] io scheduler deadline registered (default)\n[ 0.624264] io scheduler cfq registered\n[ 0.625457] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.626873] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.628615] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.630623] ACPI: Power Button [PWRF]\n[ 0.631831] GHES: HEST is not enabled!\n[ 0.645935] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.675077] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.677909] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.701978] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.704973] Linux agpgart interface v0.103\n[ 0.708356] brd: module loaded\n[ 0.710558] loop: module loaded\n[ 0.715144] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.717162] GPT:90111 != 2097151\n[ 0.718099] GPT:Alternate GPT header not at the end of the disk.\n[ 0.719592] GPT:90111 != 2097151\n[ 0.720530] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721855] vda: vda1 vda15\n[ 0.723500] scsi host0: ata_piix\n[ 0.724568] scsi host1: ata_piix\n[ 0.725569] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.727232] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.729443] libphy: Fixed MDIO Bus: probed\n[ 0.730564] tun: Universal TUN/TAP device driver, 1.6\n[ 0.731870] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734586] PPP generic driver version 2.4.2\n[ 0.735839] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737479] ehci-pci: EHCI PCI platform driver\n[ 0.738691] ehci-platform: EHCI generic platform driver\n[ 0.740049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741606] ohci-pci: OHCI PCI platform driver\n[ 0.742810] ohci-platform: OHCI generic platform driver\n[ 0.744176] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758758] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760137] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762137] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763529] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765088] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766748] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768675] usb usb1: Product: UHCI Host Controller\n[ 0.769929] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771523] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.772871] hub 1-0:1.0: USB hub found\n[ 0.774077] hub 1-0:1.0: 2 ports detected\n[ 0.775345] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778208] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.779491] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.780881] mousedev: PS/2 mouse device common for all mice\n[ 0.782560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.785014] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786539] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788135] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.789746] i2c /dev entries driver\n[ 0.790790] device-mapper: uevent: version 1.0.3\n[ 0.792077] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.794321] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.796137] NET: Registered protocol family 10\n[ 0.797683] NET: Registered protocol family 17\n[ 0.798891] Key type dns_resolver registered\n[ 0.800185] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.801670] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.804053] registered taskstats version 1\n[ 0.805218] Loading compiled-in X.509 certificates\n[ 0.807034] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809553] zswap: loaded using pool lzo/zbud\n[ 0.811613] Key type trusted registered\n[ 0.813714] Key type encrypted registered\n[ 0.814841] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.816233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.817649] evm: HMAC attrs: 0x1\n[ 0.818917] Magic number: 14:380:762\n[ 0.819973] atkbd serio0: hash matches\n[ 0.821125] rtc_cmos 00:00: setting system clock to 2018-08-27 01:45:44 UTC (1535334344)\n[ 0.823330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.824830] EDD information not available.\n[ 0.886686] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.888740] Write protecting the kernel read-only data: 14336k\n[ 0.891588] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.893976] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.078316] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.16...\nLease of 192.168.120.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeO2snLhwXTq+C88DcF5CBwHJ1Hns+AU51k7CyfCkHG4SWIAEg6Z9GOjABm1Yu8RPVdoWf/K/Hkg8NtqrLTkH7X51aLqO1kCwqxfjsJEt+v+coxTj/yjbD835RIB7V5S2lbIF9qzE5bIHqsmBJ/hZ5ibkTXH7oUf8ipCyXOxb/+gePL3cuAht8eNX04tciio66rLrXOzKclA+eOyNbRO0uYP910jWggGE390lclfoxknButBgAbZOEfGMbkqsth8PxNWkbut+3AxFbd73rqcmgRG4LPSg8xSeMBwHGu3MEhtnvZKfBuaGwg5gWQip9HDseY/DTT0qT0HhmxSesnCPp root@singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43\nssh-dss AAAAB3NzaC1kc3MAAACBAO5uQSQU+kMfHUsZgsUwjow6vnuBZkxjXj3VprsSYkFcbrUcjSlJl5SkGIJWAnTwTo80OW97N1ac+dUGicJJNO2q3cbHMX2cM6+nVSa+76LqmSitRixsvCEWG8LNHzI6USUSXJk3VjgPZDkEVexPIFTgFTSMiK6hjJGCEMPLIy9hAAAAFQD+d75jFSKhHCqlUQ1W3Y20B0mVqQAAAIBNI0FGjnXqfKaVL2Lz/vVd74gYTo5e2jpChM2Z24+cFk4IjDRw+c4Yij12NyAOqzkyW+O+aSdKn1aOm+QIN72uVO7PTCUoVFerMXQorknrFoSpHqZbRpvGf0mbkb63PV/u4BqMTtmKGjjaGJuGPOhPy9prnYzIWATW+GRryMFtmQAAAIBSD0wpTIZ9XebIO3ghwEDN5VYUV8VukiQo5sz5L8wDw4JYzwdTTJbTPmdScZ/Hnie9blqZbhKsgBYNEDXaQJipjJmOUtCUUNTLDJbmSYnrsoVjNlGRG4FxgdaleKjl/7S1GxAGss5zBJla9uxjcJgc0SblTWf1pCOtQ1XbcQOpyg== root@singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:feee:5b33/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.16 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.39 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43 login: "} 2018-08-27 01:45:48,389 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac/action used request id req-99310d30-0036-4a5d-8460-d330cc7e8ef4 2018-08-27 01:45:48,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.284440994263s 2018-08-27 01:45:48,391 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac/action used request id req-99310d30-0036-4a5d-8460-d330cc7e8ef4 2018-08-27 01:45:48,391 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 517784444 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.186656] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188959] pid_max: default: 32768 minimum: 301 [ 0.190218] ACPI: Core revision 20150930 [ 0.191901] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193729] Security Framework initialized [ 0.194850] Yama: becoming mindful. [ 0.195853] AppArmor: AppArmor initialized [ 0.197022] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198820] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.200544] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202208] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.204114] Initializing cgroup subsys io [ 0.205240] Initializing cgroup subsys memory [ 0.206445] Initializing cgroup subsys devices [ 0.207654] Initializing cgroup subsys freezer [ 0.208858] Initializing cgroup subsys net_cls [ 0.210069] Initializing cgroup subsys perf_event [ 0.211343] Initializing cgroup subsys net_prio [ 0.212560] Initializing cgroup subsys hugetlb [ 0.213773] Initializing cgroup subsys pids [ 0.214973] CPU: Physical Processor ID: 0 [ 0.216778] mce: CPU supports 10 MCE banks [ 0.218018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.219416] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.235735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.242392] ftrace: allocating 31920 entries in 125 pages [ 0.267818] smpboot: Max logical packages: 1 [ 0.268994] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270890] x2apic enabled [ 0.272040] Switched APIC routing to physical x2apic. [ 0.274521] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.281204] KVM setup paravirtual spinlock [ 0.282794] x86: Booted up 1 node, 1 CPUs [ 0.283896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285773] devtmpfs: initialized [ 0.287752] evm: security.selinux [ 0.288717] evm: security.SMACK64 [ 0.289673] evm: security.SMACK64EXEC [ 0.290714] evm: security.SMACK64TRANSMUTE [ 0.291821] evm: security.SMACK64MMAP [ 0.292837] evm: security.ima [ 0.293728] evm: security.capability [ 0.294812] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297330] pinctrl core: initialized pinctrl subsystem [ 0.298817] RTC time: 1:45:43, date: 08/27/18 [ 0.300116] NET: Registered protocol family 16 [ 0.301434] cpuidle: using governor ladder [ 0.302564] cpuidle: using governor menu [ 0.303652] PCCT header not found. [ 0.304678] ACPI: bus type PCI registered [ 0.305782] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.307472] PCI: Using configuration type 1 for base access [ 0.309622] ACPI: Added _OSI(Module Device) [ 0.310775] ACPI: Added _OSI(Processor Device) [ 0.311954] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.313192] ACPI: Added _OSI(Processor Aggregator Device) [ 0.315349] ACPI: Interpreter enabled [ 0.316413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.318986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.321548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.324105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.326672] ACPI: (supports S0 S5) [ 0.327659] ACPI: Using IOAPIC for interrupt routing [ 0.328958] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.332792] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334351] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.336017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337633] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340596] acpiphp: Slot [3] registered [ 0.341703] acpiphp: Slot [4] registered [ 0.342800] acpiphp: Slot [5] registered [ 0.343891] acpiphp: Slot [6] registered [ 0.344984] acpiphp: Slot [7] registered [ 0.346080] acpiphp: Slot [8] registered [ 0.347171] acpiphp: Slot [9] registered [ 0.348262] acpiphp: Slot [10] registered [ 0.349371] acpiphp: Slot [11] registered [ 0.350480] acpiphp: Slot [12] registered [ 0.351590] acpiphp: Slot [13] registered [ 0.352702] acpiphp: Slot [14] registered [ 0.353814] acpiphp: Slot [15] registered [ 0.369118] acpiphp: Slot [16] registered [ 0.370241] acpiphp: Slot [17] registered [ 0.371351] acpiphp: Slot [18] registered [ 0.372463] acpiphp: Slot [19] registered [ 0.373570] acpiphp: Slot [20] registered [ 0.374701] acpiphp: Slot [21] registered [ 0.375812] acpiphp: Slot [22] registered [ 0.376921] acpiphp: Slot [23] registered [ 0.378043] acpiphp: Slot [24] registered [ 0.379165] acpiphp: Slot [25] registered [ 0.380278] acpiphp: Slot [26] registered [ 0.381382] acpiphp: Slot [27] registered [ 0.382499] acpiphp: Slot [28] registered [ 0.383613] acpiphp: Slot [29] registered [ 0.384725] acpiphp: Slot [30] registered [ 0.385832] acpiphp: Slot [31] registered [ 0.386935] PCI host bridge to bus 0000:00 [ 0.388037] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.389682] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.391331] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.393330] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.395320] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.397349] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.401251] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.402986] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.404593] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.406310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.410862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.412855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.434458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.436460] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.438434] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.440372] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.442491] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.444214] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445980] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.447411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449509] vgaarb: loaded [ 0.450331] vgaarb: bridge control possible 0000:00:02.0 [ 0.451968] SCSI subsystem initialized [ 0.453212] ACPI: bus type USB registered [ 0.454342] usbcore: registered new interface driver usbfs [ 0.455733] usbcore: registered new interface driver hub [ 0.457083] usbcore: registered new device driver usb [ 0.458565] PCI: Using ACPI for IRQ routing [ 0.460071] NetLabel: Initializing [ 0.461048] NetLabel: domain hash size = 128 [ 0.462203] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463494] NetLabel: unlabeled traffic allowed by default [ 0.465054] clocksource: Switched to clocksource kvm-clock [ 0.475163] AppArmor: AppArmor Filesystem Enabled [ 0.476456] pnp: PnP ACPI init [ 0.477675] pnp: PnP ACPI: found 5 devices [ 0.484483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.486798] NET: Registered protocol family 2 [ 0.488189] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489925] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.491543] TCP: Hash tables configured (established 4096 bind 4096) [ 0.493167] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.494627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.496190] NET: Registered protocol family 1 [ 0.497370] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498841] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.500283] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.514812] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529414] Trying to unpack rootfs image as initramfs... [ 0.591347] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.596331] Scanning for low memory corruption every 60 seconds [ 0.598520] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.600119] audit: initializing netlink subsys (disabled) [ 0.601596] audit: type=2000 audit(1535334343.903:1): initialized [ 0.603447] Initialise system trusted keyring [ 0.604821] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.606402] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.609080] zbud: loaded [ 0.610071] VFS: Disk quotas dquot_6.6.0 [ 0.611199] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.613351] fuse init (API version 7.23) [ 0.614569] Key type big_key registered [ 0.615662] Allocating IMA MOK and blacklist keyrings. [ 0.617338] Key type asymmetric registered [ 0.618468] Asymmetric key parser 'x509' registered [ 0.619776] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.621826] io scheduler noop registered [ 0.622907] io scheduler deadline registered (default) [ 0.624264] io scheduler cfq registered [ 0.625457] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.626873] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.628615] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.630623] ACPI: Power Button [PWRF] [ 0.631831] GHES: HEST is not enabled! [ 0.645935] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.675077] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.677909] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.701978] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.704973] Linux agpgart interface v0.103 [ 0.708356] brd: module loaded [ 0.710558] loop: module loaded [ 0.715144] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.717162] GPT:90111 != 2097151 [ 0.718099] GPT:Alternate GPT header not at the end of the disk. [ 0.719592] GPT:90111 != 2097151 [ 0.720530] GPT: Use GNU Parted to correct GPT errors. [ 0.721855] vda: vda1 vda15 [ 0.723500] scsi host0: ata_piix [ 0.724568] scsi host1: ata_piix [ 0.725569] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.727232] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.729443] libphy: Fixed MDIO Bus: probed [ 0.730564] tun: Universal TUN/TAP device driver, 1.6 [ 0.731870] tun: (C) 1999-2004 Max Krasnyansky [ 0.734586] PPP generic driver version 2.4.2 [ 0.735839] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.737479] ehci-pci: EHCI PCI platform driver [ 0.738691] ehci-platform: EHCI generic platform driver [ 0.740049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.741606] ohci-pci: OHCI PCI platform driver [ 0.742810] ohci-platform: OHCI generic platform driver [ 0.744176] uhci_hcd: USB Universal Host Controller Interface driver [ 0.758758] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.760137] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.762137] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.763529] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.765088] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.766748] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.768675] usb usb1: Product: UHCI Host Controller [ 0.769929] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.771523] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772871] hub 1-0:1.0: USB hub found [ 0.774077] hub 1-0:1.0: 2 ports detected [ 0.775345] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.778208] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.779491] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780881] mousedev: PS/2 mouse device common for all mice [ 0.782560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.785014] rtc_cmos 00:00: RTC can wake from S4 [ 0.786539] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788135] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.789746] i2c /dev entries driver [ 0.790790] device-mapper: uevent: version 1.0.3 [ 0.792077] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.794321] ledtrig-cpu: registered to indicate activity on CPUs [ 0.796137] NET: Registered protocol family 10 [ 0.797683] NET: Registered protocol family 17 [ 0.798891] Key type dns_resolver registered [ 0.800185] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801670] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.804053] registered taskstats version 1 [ 0.805218] Loading compiled-in X.509 certificates [ 0.807034] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.809553] zswap: loaded using pool lzo/zbud [ 0.811613] Key type trusted registered [ 0.813714] Key type encrypted registered [ 0.814841] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816233] ima: No TPM chip found, activating TPM-bypass! [ 0.817649] evm: HMAC attrs: 0x1 [ 0.818917] Magic number: 14:380:762 [ 0.819973] atkbd serio0: hash matches [ 0.821125] rtc_cmos 00:00: setting system clock to 2018-08-27 01:45:44 UTC (1535334344) [ 0.823330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824830] EDD information not available. [ 0.886686] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.888740] Write protecting the kernel read-only data: 14336k [ 0.891588] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.893976] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.078316] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.16... Lease of 192.168.120.16 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeO2snLhwXTq+C88DcF5CBwHJ1Hns+AU51k7CyfCkHG4SWIAEg6Z9GOjABm1Yu8RPVdoWf/K/Hkg8NtqrLTkH7X51aLqO1kCwqxfjsJEt+v+coxTj/yjbD835RIB7V5S2lbIF9qzE5bIHqsmBJ/hZ5ibkTXH7oUf8ipCyXOxb/+gePL3cuAht8eNX04tciio66rLrXOzKclA+eOyNbRO0uYP910jWggGE390lclfoxknButBgAbZOEfGMbkqsth8PxNWkbut+3AxFbd73rqcmgRG4LPSg8xSeMBwHGu3MEhtnvZKfBuaGwg5gWQip9HDseY/DTT0qT0HhmxSesnCPp root@singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43 ssh-dss AAAAB3NzaC1kc3MAAACBAO5uQSQU+kMfHUsZgsUwjow6vnuBZkxjXj3VprsSYkFcbrUcjSlJl5SkGIJWAnTwTo80OW97N1ac+dUGicJJNO2q3cbHMX2cM6+nVSa+76LqmSitRixsvCEWG8LNHzI6USUSXJk3VjgPZDkEVexPIFTgFTSMiK6hjJGCEMPLIy9hAAAAFQD+d75jFSKhHCqlUQ1W3Y20B0mVqQAAAIBNI0FGjnXqfKaVL2Lz/vVd74gYTo5e2jpChM2Z24+cFk4IjDRw+c4Yij12NyAOqzkyW+O+aSdKn1aOm+QIN72uVO7PTCUoVFerMXQorknrFoSpHqZbRpvGf0mbkb63PV/u4BqMTtmKGjjaGJuGPOhPy9prnYzIWATW+GRryMFtmQAAAIBSD0wpTIZ9XebIO3ghwEDN5VYUV8VukiQo5sz5L8wDw4JYzwdTTJbTPmdScZ/Hnie9blqZbhKsgBYNEDXaQJipjJmOUtCUUNTLDJbmSYnrsoVjNlGRG4FxgdaleKjl/7S1GxAGss5zBJla9uxjcJgc0SblTWf1pCOtQ1XbcQOpyg== root@singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:feee:5b33/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.16 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.39 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43 login: 2018-08-27 01:45:49,394 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-08-27 01:45:58,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 01:45:58,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 01:45:58,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:45:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8844f7d0-c24d-462e-895b-f5ed697d0f4f x-compute-request-id: req-8844f7d0-c24d-462e-895b-f5ed697d0f4f Content-Encoding: gzip Content-Length: 9609 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517784444 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.186656] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188959] pid_max: default: 32768 minimum: 301\n[ 0.190218] ACPI: Core revision 20150930\n[ 0.191901] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193729] Security Framework initialized\n[ 0.194850] Yama: becoming mindful.\n[ 0.195853] AppArmor: AppArmor initialized\n[ 0.197022] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198820] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200544] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202208] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.204114] Initializing cgroup subsys io\n[ 0.205240] Initializing cgroup subsys memory\n[ 0.206445] Initializing cgroup subsys devices\n[ 0.207654] Initializing cgroup subsys freezer\n[ 0.208858] Initializing cgroup subsys net_cls\n[ 0.210069] Initializing cgroup subsys perf_event\n[ 0.211343] Initializing cgroup subsys net_prio\n[ 0.212560] Initializing cgroup subsys hugetlb\n[ 0.213773] Initializing cgroup subsys pids\n[ 0.214973] CPU: Physical Processor ID: 0\n[ 0.216778] mce: CPU supports 10 MCE banks\n[ 0.218018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.219416] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.242392] ftrace: allocating 31920 entries in 125 pages\n[ 0.267818] smpboot: Max logical packages: 1\n[ 0.268994] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270890] x2apic enabled\n[ 0.272040] Switched APIC routing to physical x2apic.\n[ 0.274521] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.281204] KVM setup paravirtual spinlock\n[ 0.282794] x86: Booted up 1 node, 1 CPUs\n[ 0.283896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285773] devtmpfs: initialized\n[ 0.287752] evm: security.selinux\n[ 0.288717] evm: security.SMACK64\n[ 0.289673] evm: security.SMACK64EXEC\n[ 0.290714] evm: security.SMACK64TRANSMUTE\n[ 0.291821] evm: security.SMACK64MMAP\n[ 0.292837] evm: security.ima\n[ 0.293728] evm: security.capability\n[ 0.294812] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297330] pinctrl core: initialized pinctrl subsystem\n[ 0.298817] RTC time: 1:45:43, date: 08/27/18\n[ 0.300116] NET: Registered protocol family 16\n[ 0.301434] cpuidle: using governor ladder\n[ 0.302564] cpuidle: using governor menu\n[ 0.303652] PCCT header not found.\n[ 0.304678] ACPI: bus type PCI registered\n[ 0.305782] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.307472] PCI: Using configuration type 1 for base access\n[ 0.309622] ACPI: Added _OSI(Module Device)\n[ 0.310775] ACPI: Added _OSI(Processor Device)\n[ 0.311954] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.313192] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.315349] ACPI: Interpreter enabled\n[ 0.316413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.318986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.321548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.324105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.326672] ACPI: (supports S0 S5)\n[ 0.327659] ACPI: Using IOAPIC for interrupt routing\n[ 0.328958] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332792] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334351] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.336017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337633] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340596] acpiphp: Slot [3] registered\n[ 0.341703] acpiphp: Slot [4] registered\n[ 0.342800] acpiphp: Slot [5] registered\n[ 0.343891] acpiphp: Slot [6] registered\n[ 0.344984] acpiphp: Slot [7] registered\n[ 0.346080] acpiphp: Slot [8] registered\n[ 0.347171] acpiphp: Slot [9] registered\n[ 0.348262] acpiphp: Slot [10] registered\n[ 0.349371] acpiphp: Slot [11] registered\n[ 0.350480] acpiphp: Slot [12] registered\n[ 0.351590] acpiphp: Slot [13] registered\n[ 0.352702] acpiphp: Slot [14] registered\n[ 0.353814] acpiphp: Slot [15] registered\n[ 0.369118] acpiphp: Slot [16] registered\n[ 0.370241] acpiphp: Slot [17] registered\n[ 0.371351] acpiphp: Slot [18] registered\n[ 0.372463] acpiphp: Slot [19] registered\n[ 0.373570] acpiphp: Slot [20] registered\n[ 0.374701] acpiphp: Slot [21] registered\n[ 0.375812] acpiphp: Slot [22] registered\n[ 0.376921] acpiphp: Slot [23] registered\n[ 0.378043] acpiphp: Slot [24] registered\n[ 0.379165] acpiphp: Slot [25] registered\n[ 0.380278] acpiphp: Slot [26] registered\n[ 0.381382] acpiphp: Slot [27] registered\n[ 0.382499] acpiphp: Slot [28] registered\n[ 0.383613] acpiphp: Slot [29] registered\n[ 0.384725] acpiphp: Slot [30] registered\n[ 0.385832] acpiphp: Slot [31] registered\n[ 0.386935] PCI host bridge to bus 0000:00\n[ 0.388037] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.389682] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.391331] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.393330] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.395320] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.397349] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.401251] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.402986] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.404593] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.406310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.410862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.412855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.434458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.436460] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438434] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440372] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442491] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444214] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445980] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449509] vgaarb: loaded\n[ 0.450331] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451968] SCSI subsystem initialized\n[ 0.453212] ACPI: bus type USB registered\n[ 0.454342] usbcore: registered new interface driver usbfs\n[ 0.455733] usbcore: registered new interface driver hub\n[ 0.457083] usbcore: registered new device driver usb\n[ 0.458565] PCI: Using ACPI for IRQ routing\n[ 0.460071] NetLabel: Initializing\n[ 0.461048] NetLabel: domain hash size = 128\n[ 0.462203] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463494] NetLabel: unlabeled traffic allowed by default\n[ 0.465054] clocksource: Switched to clocksource kvm-clock\n[ 0.475163] AppArmor: AppArmor Filesystem Enabled\n[ 0.476456] pnp: PnP ACPI init\n[ 0.477675] pnp: PnP ACPI: found 5 devices\n[ 0.484483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.486798] NET: Registered protocol family 2\n[ 0.488189] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489925] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.491543] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493167] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.494627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496190] NET: Registered protocol family 1\n[ 0.497370] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498841] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500283] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514812] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529414] Trying to unpack rootfs image as initramfs...\n[ 0.591347] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.596331] Scanning for low memory corruption every 60 seconds\n[ 0.598520] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.600119] audit: initializing netlink subsys (disabled)\n[ 0.601596] audit: type=2000 audit(1535334343.903:1): initialized\n[ 0.603447] Initialise system trusted keyring\n[ 0.604821] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.606402] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.609080] zbud: loaded\n[ 0.610071] VFS: Disk quotas dquot_6.6.0\n[ 0.611199] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.613351] fuse init (API version 7.23)\n[ 0.614569] Key type big_key registered\n[ 0.615662] Allocating IMA MOK and blacklist keyrings.\n[ 0.617338] Key type asymmetric registered\n[ 0.618468] Asymmetric key parser 'x509' registered\n[ 0.619776] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.621826] io scheduler noop registered\n[ 0.622907] io scheduler deadline registered (default)\n[ 0.624264] io scheduler cfq registered\n[ 0.625457] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.626873] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.628615] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.630623] ACPI: Power Button [PWRF]\n[ 0.631831] GHES: HEST is not enabled!\n[ 0.645935] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.675077] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.677909] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.701978] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.704973] Linux agpgart interface v0.103\n[ 0.708356] brd: module loaded\n[ 0.710558] loop: module loaded\n[ 0.715144] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.717162] GPT:90111 != 2097151\n[ 0.718099] GPT:Alternate GPT header not at the end of the disk.\n[ 0.719592] GPT:90111 != 2097151\n[ 0.720530] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721855] vda: vda1 vda15\n[ 0.723500] scsi host0: ata_piix\n[ 0.724568] scsi host1: ata_piix\n[ 0.725569] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.727232] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.729443] libphy: Fixed MDIO Bus: probed\n[ 0.730564] tun: Universal TUN/TAP device driver, 1.6\n[ 0.731870] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734586] PPP generic driver version 2.4.2\n[ 0.735839] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737479] ehci-pci: EHCI PCI platform driver\n[ 0.738691] ehci-platform: EHCI generic platform driver\n[ 0.740049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741606] ohci-pci: OHCI PCI platform driver\n[ 0.742810] ohci-platform: OHCI generic platform driver\n[ 0.744176] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758758] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760137] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762137] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763529] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765088] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766748] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768675] usb usb1: Product: UHCI Host Controller\n[ 0.769929] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771523] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.772871] hub 1-0:1.0: USB hub found\n[ 0.774077] hub 1-0:1.0: 2 ports detected\n[ 0.775345] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778208] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.779491] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.780881] mousedev: PS/2 mouse device common for all mice\n[ 0.782560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.785014] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786539] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788135] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.789746] i2c /dev entries driver\n[ 0.790790] device-mapper: uevent: version 1.0.3\n[ 0.792077] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.794321] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.796137] NET: Registered protocol family 10\n[ 0.797683] NET: Registered protocol family 17\n[ 0.798891] Key type dns_resolver registered\n[ 0.800185] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.801670] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.804053] registered taskstats version 1\n[ 0.805218] Loading compiled-in X.509 certificates\n[ 0.807034] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809553] zswap: loaded using pool lzo/zbud\n[ 0.811613] Key type trusted registered\n[ 0.813714] Key type encrypted registered\n[ 0.814841] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.816233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.817649] evm: HMAC attrs: 0x1\n[ 0.818917] Magic number: 14:380:762\n[ 0.819973] atkbd serio0: hash matches\n[ 0.821125] rtc_cmos 00:00: setting system clock to 2018-08-27 01:45:44 UTC (1535334344)\n[ 0.823330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.824830] EDD information not available.\n[ 0.886686] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.888740] Write protecting the kernel read-only data: 14336k\n[ 0.891588] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.893976] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.078316] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.16...\nLease of 192.168.120.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeO2snLhwXTq+C88DcF5CBwHJ1Hns+AU51k7CyfCkHG4SWIAEg6Z9GOjABm1Yu8RPVdoWf/K/Hkg8NtqrLTkH7X51aLqO1kCwqxfjsJEt+v+coxTj/yjbD835RIB7V5S2lbIF9qzE5bIHqsmBJ/hZ5ibkTXH7oUf8ipCyXOxb/+gePL3cuAht8eNX04tciio66rLrXOzKclA+eOyNbRO0uYP910jWggGE390lclfoxknButBgAbZOEfGMbkqsth8PxNWkbut+3AxFbd73rqcmgRG4LPSg8xSeMBwHGu3MEhtnvZKfBuaGwg5gWQip9HDseY/DTT0qT0HhmxSesnCPp root@singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43\nssh-dss AAAAB3NzaC1kc3MAAACBAO5uQSQU+kMfHUsZgsUwjow6vnuBZkxjXj3VprsSYkFcbrUcjSlJl5SkGIJWAnTwTo80OW97N1ac+dUGicJJNO2q3cbHMX2cM6+nVSa+76LqmSitRixsvCEWG8LNHzI6USUSXJk3VjgPZDkEVexPIFTgFTSMiK6hjJGCEMPLIy9hAAAAFQD+d75jFSKhHCqlUQ1W3Y20B0mVqQAAAIBNI0FGjnXqfKaVL2Lz/vVd74gYTo5e2jpChM2Z24+cFk4IjDRw+c4Yij12NyAOqzkyW+O+aSdKn1aOm+QIN72uVO7PTCUoVFerMXQorknrFoSpHqZbRpvGf0mbkb63PV/u4BqMTtmKGjjaGJuGPOhPy9prnYzIWATW+GRryMFtmQAAAIBSD0wpTIZ9XebIO3ghwEDN5VYUV8VukiQo5sz5L8wDw4JYzwdTTJbTPmdScZ/Hnie9blqZbhKsgBYNEDXaQJipjJmOUtCUUNTLDJbmSYnrsoVjNlGRG4FxgdaleKjl/7S1GxAGss5zBJla9uxjcJgc0SblTWf1pCOtQ1XbcQOpyg== root@singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:feee:5b33/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.16 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.39 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43 login: "} 2018-08-27 01:45:58,666 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac/action used request id req-8844f7d0-c24d-462e-895b-f5ed697d0f4f 2018-08-27 01:45:58,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.262248039246s 2018-08-27 01:45:58,667 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac/action used request id req-8844f7d0-c24d-462e-895b-f5ed697d0f4f 2018-08-27 01:45:58,667 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 517784444 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.186656] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188959] pid_max: default: 32768 minimum: 301 [ 0.190218] ACPI: Core revision 20150930 [ 0.191901] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193729] Security Framework initialized [ 0.194850] Yama: becoming mindful. [ 0.195853] AppArmor: AppArmor initialized [ 0.197022] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198820] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.200544] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202208] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.204114] Initializing cgroup subsys io [ 0.205240] Initializing cgroup subsys memory [ 0.206445] Initializing cgroup subsys devices [ 0.207654] Initializing cgroup subsys freezer [ 0.208858] Initializing cgroup subsys net_cls [ 0.210069] Initializing cgroup subsys perf_event [ 0.211343] Initializing cgroup subsys net_prio [ 0.212560] Initializing cgroup subsys hugetlb [ 0.213773] Initializing cgroup subsys pids [ 0.214973] CPU: Physical Processor ID: 0 [ 0.216778] mce: CPU supports 10 MCE banks [ 0.218018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.219416] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.235735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.242392] ftrace: allocating 31920 entries in 125 pages [ 0.267818] smpboot: Max logical packages: 1 [ 0.268994] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270890] x2apic enabled [ 0.272040] Switched APIC routing to physical x2apic. [ 0.274521] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276041] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.281204] KVM setup paravirtual spinlock [ 0.282794] x86: Booted up 1 node, 1 CPUs [ 0.283896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285773] devtmpfs: initialized [ 0.287752] evm: security.selinux [ 0.288717] evm: security.SMACK64 [ 0.289673] evm: security.SMACK64EXEC [ 0.290714] evm: security.SMACK64TRANSMUTE [ 0.291821] evm: security.SMACK64MMAP [ 0.292837] evm: security.ima [ 0.293728] evm: security.capability [ 0.294812] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297330] pinctrl core: initialized pinctrl subsystem [ 0.298817] RTC time: 1:45:43, date: 08/27/18 [ 0.300116] NET: Registered protocol family 16 [ 0.301434] cpuidle: using governor ladder [ 0.302564] cpuidle: using governor menu [ 0.303652] PCCT header not found. [ 0.304678] ACPI: bus type PCI registered [ 0.305782] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.307472] PCI: Using configuration type 1 for base access [ 0.309622] ACPI: Added _OSI(Module Device) [ 0.310775] ACPI: Added _OSI(Processor Device) [ 0.311954] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.313192] ACPI: Added _OSI(Processor Aggregator Device) [ 0.315349] ACPI: Interpreter enabled [ 0.316413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.318986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.321548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.324105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.326672] ACPI: (supports S0 S5) [ 0.327659] ACPI: Using IOAPIC for interrupt routing [ 0.328958] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.332792] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334351] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.336017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337633] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340596] acpiphp: Slot [3] registered [ 0.341703] acpiphp: Slot [4] registered [ 0.342800] acpiphp: Slot [5] registered [ 0.343891] acpiphp: Slot [6] registered [ 0.344984] acpiphp: Slot [7] registered [ 0.346080] acpiphp: Slot [8] registered [ 0.347171] acpiphp: Slot [9] registered [ 0.348262] acpiphp: Slot [10] registered [ 0.349371] acpiphp: Slot [11] registered [ 0.350480] acpiphp: Slot [12] registered [ 0.351590] acpiphp: Slot [13] registered [ 0.352702] acpiphp: Slot [14] registered [ 0.353814] acpiphp: Slot [15] registered [ 0.369118] acpiphp: Slot [16] registered [ 0.370241] acpiphp: Slot [17] registered [ 0.371351] acpiphp: Slot [18] registered [ 0.372463] acpiphp: Slot [19] registered [ 0.373570] acpiphp: Slot [20] registered [ 0.374701] acpiphp: Slot [21] registered [ 0.375812] acpiphp: Slot [22] registered [ 0.376921] acpiphp: Slot [23] registered [ 0.378043] acpiphp: Slot [24] registered [ 0.379165] acpiphp: Slot [25] registered [ 0.380278] acpiphp: Slot [26] registered [ 0.381382] acpiphp: Slot [27] registered [ 0.382499] acpiphp: Slot [28] registered [ 0.383613] acpiphp: Slot [29] registered [ 0.384725] acpiphp: Slot [30] registered [ 0.385832] acpiphp: Slot [31] registered [ 0.386935] PCI host bridge to bus 0000:00 [ 0.388037] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.389682] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.391331] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.393330] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.395320] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.397349] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.401251] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.402986] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.404593] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.406310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.410862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.412855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.434458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.436460] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.438434] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.440372] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.442491] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.444214] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445980] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.447411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449509] vgaarb: loaded [ 0.450331] vgaarb: bridge control possible 0000:00:02.0 [ 0.451968] SCSI subsystem initialized [ 0.453212] ACPI: bus type USB registered [ 0.454342] usbcore: registered new interface driver usbfs [ 0.455733] usbcore: registered new interface driver hub [ 0.457083] usbcore: registered new device driver usb [ 0.458565] PCI: Using ACPI for IRQ routing [ 0.460071] NetLabel: Initializing [ 0.461048] NetLabel: domain hash size = 128 [ 0.462203] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463494] NetLabel: unlabeled traffic allowed by default [ 0.465054] clocksource: Switched to clocksource kvm-clock [ 0.475163] AppArmor: AppArmor Filesystem Enabled [ 0.476456] pnp: PnP ACPI init [ 0.477675] pnp: PnP ACPI: found 5 devices [ 0.484483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.486798] NET: Registered protocol family 2 [ 0.488189] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489925] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.491543] TCP: Hash tables configured (established 4096 bind 4096) [ 0.493167] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.494627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.496190] NET: Registered protocol family 1 [ 0.497370] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498841] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.500283] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.514812] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529414] Trying to unpack rootfs image as initramfs... [ 0.591347] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.596331] Scanning for low memory corruption every 60 seconds [ 0.598520] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.600119] audit: initializing netlink subsys (disabled) [ 0.601596] audit: type=2000 audit(1535334343.903:1): initialized [ 0.603447] Initialise system trusted keyring [ 0.604821] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.606402] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.609080] zbud: loaded [ 0.610071] VFS: Disk quotas dquot_6.6.0 [ 0.611199] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.613351] fuse init (API version 7.23) [ 0.614569] Key type big_key registered [ 0.615662] Allocating IMA MOK and blacklist keyrings. [ 0.617338] Key type asymmetric registered [ 0.618468] Asymmetric key parser 'x509' registered [ 0.619776] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.621826] io scheduler noop registered [ 0.622907] io scheduler deadline registered (default) [ 0.624264] io scheduler cfq registered [ 0.625457] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.626873] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.628615] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.630623] ACPI: Power Button [PWRF] [ 0.631831] GHES: HEST is not enabled! [ 0.645935] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.675077] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.677909] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.701978] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.704973] Linux agpgart interface v0.103 [ 0.708356] brd: module loaded [ 0.710558] loop: module loaded [ 0.715144] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.717162] GPT:90111 != 2097151 [ 0.718099] GPT:Alternate GPT header not at the end of the disk. [ 0.719592] GPT:90111 != 2097151 [ 0.720530] GPT: Use GNU Parted to correct GPT errors. [ 0.721855] vda: vda1 vda15 [ 0.723500] scsi host0: ata_piix [ 0.724568] scsi host1: ata_piix [ 0.725569] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.727232] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.729443] libphy: Fixed MDIO Bus: probed [ 0.730564] tun: Universal TUN/TAP device driver, 1.6 [ 0.731870] tun: (C) 1999-2004 Max Krasnyansky [ 0.734586] PPP generic driver version 2.4.2 [ 0.735839] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.737479] ehci-pci: EHCI PCI platform driver [ 0.738691] ehci-platform: EHCI generic platform driver [ 0.740049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.741606] ohci-pci: OHCI PCI platform driver [ 0.742810] ohci-platform: OHCI generic platform driver [ 0.744176] uhci_hcd: USB Universal Host Controller Interface driver [ 0.758758] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.760137] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.762137] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.763529] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.765088] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.766748] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.768675] usb usb1: Product: UHCI Host Controller [ 0.769929] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.771523] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772871] hub 1-0:1.0: USB hub found [ 0.774077] hub 1-0:1.0: 2 ports detected [ 0.775345] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.778208] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.779491] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780881] mousedev: PS/2 mouse device common for all mice [ 0.782560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.785014] rtc_cmos 00:00: RTC can wake from S4 [ 0.786539] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788135] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.789746] i2c /dev entries driver [ 0.790790] device-mapper: uevent: version 1.0.3 [ 0.792077] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.794321] ledtrig-cpu: registered to indicate activity on CPUs [ 0.796137] NET: Registered protocol family 10 [ 0.797683] NET: Registered protocol family 17 [ 0.798891] Key type dns_resolver registered [ 0.800185] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801670] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.804053] registered taskstats version 1 [ 0.805218] Loading compiled-in X.509 certificates [ 0.807034] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.809553] zswap: loaded using pool lzo/zbud [ 0.811613] Key type trusted registered [ 0.813714] Key type encrypted registered [ 0.814841] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816233] ima: No TPM chip found, activating TPM-bypass! [ 0.817649] evm: HMAC attrs: 0x1 [ 0.818917] Magic number: 14:380:762 [ 0.819973] atkbd serio0: hash matches [ 0.821125] rtc_cmos 00:00: setting system clock to 2018-08-27 01:45:44 UTC (1535334344) [ 0.823330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824830] EDD information not available. [ 0.886686] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.888740] Write protecting the kernel read-only data: 14336k [ 0.891588] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.893976] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.078316] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.16... Lease of 192.168.120.16 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeO2snLhwXTq+C88DcF5CBwHJ1Hns+AU51k7CyfCkHG4SWIAEg6Z9GOjABm1Yu8RPVdoWf/K/Hkg8NtqrLTkH7X51aLqO1kCwqxfjsJEt+v+coxTj/yjbD835RIB7V5S2lbIF9qzE5bIHqsmBJ/hZ5ibkTXH7oUf8ipCyXOxb/+gePL3cuAht8eNX04tciio66rLrXOzKclA+eOyNbRO0uYP910jWggGE390lclfoxknButBgAbZOEfGMbkqsth8PxNWkbut+3AxFbd73rqcmgRG4LPSg8xSeMBwHGu3MEhtnvZKfBuaGwg5gWQip9HDseY/DTT0qT0HhmxSesnCPp root@singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43 ssh-dss AAAAB3NzaC1kc3MAAACBAO5uQSQU+kMfHUsZgsUwjow6vnuBZkxjXj3VprsSYkFcbrUcjSlJl5SkGIJWAnTwTo80OW97N1ac+dUGicJJNO2q3cbHMX2cM6+nVSa+76LqmSitRixsvCEWG8LNHzI6USUSXJk3VjgPZDkEVexPIFTgFTSMiK6hjJGCEMPLIy9hAAAAFQD+d75jFSKhHCqlUQ1W3Y20B0mVqQAAAIBNI0FGjnXqfKaVL2Lz/vVd74gYTo5e2jpChM2Z24+cFk4IjDRw+c4Yij12NyAOqzkyW+O+aSdKn1aOm+QIN72uVO7PTCUoVFerMXQorknrFoSpHqZbRpvGf0mbkb63PV/u4BqMTtmKGjjaGJuGPOhPy9prnYzIWATW+GRryMFtmQAAAIBSD0wpTIZ9XebIO3ghwEDN5VYUV8VukiQo5sz5L8wDw4JYzwdTTJbTPmdScZ/Hnie9blqZbhKsgBYNEDXaQJipjJmOUtCUUNTLDJbmSYnrsoVjNlGRG4FxgdaleKjl/7S1GxAGss5zBJla9uxjcJgc0SblTWf1pCOtQ1XbcQOpyg== root@singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:feee:5b33/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.16 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.39 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-d750b614-85eb-45a6-a9ed-03f82ea9fe43 login: 2018-08-27 01:45:58,670 - paramiko.transport - DEBUG - starting thread (client mode): 0x5261bd90L 2018-08-27 01:45:58,670 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 01:45:58,670 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-27 01:45:58,670 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-27 01:45:58,671 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 01:45:58,671 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 01:45:58,671 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-27 01:45:58,671 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 01:45:58,671 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 01:45:58,671 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 01:45:58,688 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 01:45:58,689 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 01:45:58,702 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 8b52e97c59bb356ba5ccb4ca664b9e83 2018-08-27 01:45:58,703 - paramiko.transport - DEBUG - Trying discovered key 4a963fbde91aa084fe3642ddff246233 in /tmp/tmpUMWsfH 2018-08-27 01:45:58,725 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 01:45:58,731 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 01:45:58,736 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 01:45:58,736 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-27 01:45:58,737 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 01:45:58,738 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 01:45:58,739 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 01:45:58,739 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-27 01:45:58,739 - functest.core.singlevm - DEBUG - error: 2018-08-27 01:45:58,743 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 01:45:58,865 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:45:58,865 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 01:45:58,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 01:45:58,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/579e0436-2909-49b7-a8fa-891a0a6af9a0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:00,142 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf040dec-0f88-44fe-9aca-5adef4ec5f26 Content-Length: 0 Date: Mon, 27 Aug 2018 01:46:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:46:00,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/579e0436-2909-49b7-a8fa-891a0a6af9a0.json used request id req-bf040dec-0f88-44fe-9aca-5adef4ec5f26 2018-08-27 01:46:00,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.2709581852s 2018-08-27 01:46:00,143 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/579e0436-2909-49b7-a8fa-891a0a6af9a0.json used request id req-bf040dec-0f88-44fe-9aca-5adef4ec5f26 2018-08-27 01:46:00,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:46:00,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:00,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8e7f9263-a121-4f15-8e87-21a7dc44976d Date: Mon, 27 Aug 2018 01:46:00 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:46:00,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-8e7f9263-a121-4f15-8e87-21a7dc44976d 2018-08-27 01:46:00,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0441370010376s 2018-08-27 01:46:00,193 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-8e7f9263-a121-4f15-8e87-21a7dc44976d 2018-08-27 01:46:00,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 01:46:00,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:00,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:46:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cce4ef07-f17d-405e-83d6-3bdd7e4b6bf7 x-compute-request-id: req-cce4ef07-f17d-405e-83d6-3bdd7e4b6bf7 Content-Type: application/json 2018-08-27 01:46:00,476 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac used request id req-cce4ef07-f17d-405e-83d6-3bdd7e4b6bf7 2018-08-27 01:46:00,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.282845020294s 2018-08-27 01:46:00,477 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac used request id req-cce4ef07-f17d-405e-83d6-3bdd7e4b6bf7 2018-08-27 01:46:00,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:46:00,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:01,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7d351f8-6650-4d8c-b0f3-96cb805e2bd6 x-compute-request-id: req-e7d351f8-6650-4d8c-b0f3-96cb805e2bd6 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_d750b614-85eb-45a6-a9ed-03f82ea9fe43": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:5b:33", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:5b:33", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ed716961-c754-4144-a64b-b9a5b5d7f2ac", "rel": "bookmark"}], "image": {"id": "ee3ed7d3-3534-4585-b9b0-65b318a23d57", "links": [{"href": "http://172.30.9.26:8774/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:45:43.000000", "flavor": {"id": "1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "links": [{"href": "http://172.30.9.26:8774/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "rel": "bookmark"}]}, "id": "ed716961-c754-4144-a64b-b9a5b5d7f2ac", "security_groups": [{"name": "singlevm2-sg_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}], "user_id": "1f76669682da4a1ea093934fca27c470", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:46:00Z", "hostId": "95663472d930f1c4d17dd2f0f4b8db0a476a96f93ab571ea65822955", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "name": "singlevm2-vm_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "created": "2018-08-27T01:45:34Z", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:46:01,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e7d351f8-6650-4d8c-b0f3-96cb805e2bd6 2018-08-27 01:46:01,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.28415608406s 2018-08-27 01:46:01,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e7d351f8-6650-4d8c-b0f3-96cb805e2bd6 2018-08-27 01:46:01,764 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:46:03,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:46:03,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:03,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8979fc0b-b638-40df-b9c2-ed0e8ea270ee x-compute-request-id: req-8979fc0b-b638-40df-b9c2-ed0e8ea270ee Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 01:46:03,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8979fc0b-b638-40df-b9c2-ed0e8ea270ee 2018-08-27 01:46:03,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202198982239s 2018-08-27 01:46:03,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8979fc0b-b638-40df-b9c2-ed0e8ea270ee 2018-08-27 01:46:03,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:46:03,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:04,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-f7c22aff-956a-4c5a-b8b9-82408a3707e8 Date: Mon, 27 Aug 2018 01:46:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:18Z", "updated_at": "2018-08-27T01:45:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "10b59233-89b2-4ffa-9562-01388415da77", "remote_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "512982cb-58e9-49f0-a191-676f288eca98", "remote_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "7b859e35-c522-4a9e-9714-6cc1d44004d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "fb1a00ee-8baa-4b8a-86bd-67ece992c1c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}], "revision_number": 1, "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:28Z", "updated_at": "2018-08-27T01:45:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:28Z", "revision_number": 0, "id": "066a3d38-44d1-40ed-86eb-95a9ccf728f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:28Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:28Z", "revision_number": 0, "id": "24c5213c-4033-4f7d-92b4-cfc0eced0fa3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:28Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T01:45:28Z", "revision_number": 0, "id": "6f759ba2-b2d9-4c58-9043-b48df0070145", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:28Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:29Z", "revision_number": 0, "id": "759a697b-822f-46d6-9564-ce75587ce55b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:29Z", "security_group_id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}], "revision_number": 3, "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "a188c71b-8674-4c14-a030-f8a8137b86f6", "name": "singlevm2-sg_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}]} 2018-08-27 01:46:04,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-f7c22aff-956a-4c5a-b8b9-82408a3707e8 2018-08-27 01:46:04,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0501959323883s 2018-08-27 01:46:04,023 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-f7c22aff-956a-4c5a-b8b9-82408a3707e8 2018-08-27 01:46:04,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 01:46:04,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/a188c71b-8674-4c14-a030-f8a8137b86f6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:04,264 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-79eebf43-c91a-4fc0-9d4b-3949bca08289 Content-Length: 0 Date: Mon, 27 Aug 2018 01:46:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:46:04,264 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/a188c71b-8674-4c14-a030-f8a8137b86f6.json used request id req-79eebf43-c91a-4fc0-9d4b-3949bca08289 2018-08-27 01:46:04,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.23769903183s 2018-08-27 01:46:04,265 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/a188c71b-8674-4c14-a030-f8a8137b86f6.json used request id req-79eebf43-c91a-4fc0-9d4b-3949bca08289 2018-08-27 01:46:04,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 01:46:04,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:04,352 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:46:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81220f13-a01a-48c7-9cb2-222f27c98e8f x-compute-request-id: req-81220f13-a01a-48c7-9cb2-222f27c98e8f Content-Length: 0 Content-Type: application/json 2018-08-27 01:46:04,352 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43 used request id req-81220f13-a01a-48c7-9cb2-222f27c98e8f 2018-08-27 01:46:04,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0872728824615s 2018-08-27 01:46:04,353 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/singlevm2-kp_d750b614-85eb-45a6-a9ed-03f82ea9fe43 used request id req-81220f13-a01a-48c7-9cb2-222f27c98e8f 2018-08-27 01:46:04,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 01:46:04,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/398cf0eb-9ea3-4ecb-8a81-75d808a51cdb/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" -d '{"subnet_id": "a673195b-dfe1-4555-9e3f-086a50e56889"}' 2018-08-27 01:46:06,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-441b785f-65c0-48e8-a996-bb2da9326bc3 Date: Mon, 27 Aug 2018 01:46:06 GMT RESP BODY: {"network_id": "52e493ce-22b9-4e54-b62f-b6bea04a8533", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "subnet_id": "a673195b-dfe1-4555-9e3f-086a50e56889", "subnet_ids": ["a673195b-dfe1-4555-9e3f-086a50e56889"], "port_id": "b39e06a6-1d9c-47bc-b886-fe218a475510", "id": "398cf0eb-9ea3-4ecb-8a81-75d808a51cdb"} 2018-08-27 01:46:06,124 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/398cf0eb-9ea3-4ecb-8a81-75d808a51cdb/remove_router_interface.json used request id req-441b785f-65c0-48e8-a996-bb2da9326bc3 2018-08-27 01:46:06,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77070307732s 2018-08-27 01:46:06,124 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/398cf0eb-9ea3-4ecb-8a81-75d808a51cdb/remove_router_interface.json used request id req-441b785f-65c0-48e8-a996-bb2da9326bc3 returning object 398cf0eb-9ea3-4ecb-8a81-75d808a51cdb 2018-08-27 01:46:06,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 01:46:06,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:06,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-9cbd4578-c701-4693-8ba4-3475975dd1ab Date: Mon, 27 Aug 2018 01:46:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:20Z", "admin_state_up": true, "updated_at": "2018-08-27T01:46:05Z", "revision_number": 4, "routes": [], "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "398cf0eb-9ea3-4ecb-8a81-75d808a51cdb", "name": "singlevm2-router_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}]} 2018-08-27 01:46:06,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-9cbd4578-c701-4693-8ba4-3475975dd1ab 2018-08-27 01:46:06,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.3803358078s 2018-08-27 01:46:06,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-9cbd4578-c701-4693-8ba4-3475975dd1ab 2018-08-27 01:46:06,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 01:46:06,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/398cf0eb-9ea3-4ecb-8a81-75d808a51cdb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:08,185 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ee77b1cc-912b-4b56-a845-2a36d7203980 Content-Length: 0 Date: Mon, 27 Aug 2018 01:46:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:46:08,185 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/398cf0eb-9ea3-4ecb-8a81-75d808a51cdb.json used request id req-ee77b1cc-912b-4b56-a845-2a36d7203980 2018-08-27 01:46:08,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.67793083191s 2018-08-27 01:46:08,185 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/398cf0eb-9ea3-4ecb-8a81-75d808a51cdb.json used request id req-ee77b1cc-912b-4b56-a845-2a36d7203980 2018-08-27 01:46:08,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:46:08,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:08,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ed371a1d-6690-4872-bc32-70a1c4b4c556 Date: Mon, 27 Aug 2018 01:46:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52e493ce-22b9-4e54-b62f-b6bea04a8533","tenant_id":"ec7e3e12600d40459a55c404eee0fbd6","created_at":"2018-08-27T01:45:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:45:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"ec7e3e12600d40459a55c404eee0fbd6","id":"a673195b-dfe1-4555-9e3f-086a50e56889","subnetpool_id":null,"name":"singlevm2-subnet_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}]} 2018-08-27 01:46:08,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-ed371a1d-6690-4872-bc32-70a1c4b4c556 2018-08-27 01:46:08,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.104564189911s 2018-08-27 01:46:08,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-ed371a1d-6690-4872-bc32-70a1c4b4c556 2018-08-27 01:46:08,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 01:46:08,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/a673195b-dfe1-4555-9e3f-086a50e56889.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:10,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bc6c9e5a-5bb5-4cd1-983c-5cd9d457b851 Date: Mon, 27 Aug 2018 01:46:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:46:10,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/a673195b-dfe1-4555-9e3f-086a50e56889.json used request id req-bc6c9e5a-5bb5-4cd1-983c-5cd9d457b851 2018-08-27 01:46:10,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27997708321s 2018-08-27 01:46:10,572 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/a673195b-dfe1-4555-9e3f-086a50e56889.json used request id req-bc6c9e5a-5bb5-4cd1-983c-5cd9d457b851 2018-08-27 01:46:10,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:46:10,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:10,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-ea35739f-482a-4143-acc9-5afc0eb5eb84 Date: Mon, 27 Aug 2018 01:46:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:46:10Z","tenant_id":"ec7e3e12600d40459a55c404eee0fbd6","created_at":"2018-08-27T01:45:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec7e3e12600d40459a55c404eee0fbd6","id":"52e493ce-22b9-4e54-b62f-b6bea04a8533","name":"singlevm2-net_d750b614-85eb-45a6-a9ed-03f82ea9fe43"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:46:10,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ea35739f-482a-4143-acc9-5afc0eb5eb84 2018-08-27 01:46:10,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0885059833527s 2018-08-27 01:46:10,662 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ea35739f-482a-4143-acc9-5afc0eb5eb84 2018-08-27 01:46:10,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 01:46:10,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/52e493ce-22b9-4e54-b62f-b6bea04a8533.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:12,464 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ff1c259-784f-4d3c-8941-c0572144d157 Date: Mon, 27 Aug 2018 01:46:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:46:12,464 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/52e493ce-22b9-4e54-b62f-b6bea04a8533.json used request id req-0ff1c259-784f-4d3c-8941-c0572144d157 2018-08-27 01:46:12,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.80125594139s 2018-08-27 01:46:12,464 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/52e493ce-22b9-4e54-b62f-b6bea04a8533.json used request id req-0ff1c259-784f-4d3c-8941-c0572144d157 2018-08-27 01:46:12,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:46:12,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:12,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-3841a0ba-db5f-40b3-a355-aba20d5041a8 Date: Mon, 27 Aug 2018 01:46:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:45:26Z", "file": "/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/file", "owner": "ec7e3e12600d40459a55c404eee0fbd6", "id": "ee3ed7d3-3534-4585-b9b0-65b318a23d57", "size": 12716032, "self": "/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:45:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:46:12,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3841a0ba-db5f-40b3-a355-aba20d5041a8 2018-08-27 01:46:12,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307371854782s 2018-08-27 01:46:12,776 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3841a0ba-db5f-40b3-a355-aba20d5041a8 2018-08-27 01:46:12,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 01:46:12,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92a28dee81623b82d9e16458c29a1f767504f7b6" 2018-08-27 01:46:13,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-84cf6d41-d883-433f-b02d-7bb6cd9dffe8 Date: Mon, 27 Aug 2018 01:46:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:46:13,991 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57 used request id req-84cf6d41-d883-433f-b02d-7bb6cd9dffe8 2018-08-27 01:46:13,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.21370887756s 2018-08-27 01:46:13,992 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ee3ed7d3-3534-4585-b9b0-65b318a23d57 used request id req-84cf6d41-d883-433f-b02d-7bb6cd9dffe8 2018-08-27 01:46:13,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:46:13,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:46:14,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bc83a1d-4863-453d-89ed-d46be3d190e3 x-compute-request-id: req-6bc83a1d-4863-453d-89ed-d46be3d190e3 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b"}]} 2018-08-27 01:46:14,015 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-6bc83a1d-4863-453d-89ed-d46be3d190e3 2018-08-27 01:46:14,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0232050418854s 2018-08-27 01:46:14,016 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-6bc83a1d-4863-453d-89ed-d46be3d190e3 2018-08-27 01:46:14,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 01:46:14,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:46:14,064 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:46:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7979d74e-b551-4454-8d8e-f8c9df7b5a66 x-compute-request-id: req-7979d74e-b551-4454-8d8e-f8c9df7b5a66 Content-Length: 0 Content-Type: application/json 2018-08-27 01:46:14,064 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b used request id req-7979d74e-b551-4454-8d8e-f8c9df7b5a66 2018-08-27 01:46:14,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0469648838043s 2018-08-27 01:46:14,064 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/1c54eb2b-1c5c-4474-bbf7-ac436c9ab74b used request id req-7979d74e-b551-4454-8d8e-f8c9df7b5a66 2018-08-27 01:46:14,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:46:14,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:46:14,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-026b7031-abb6-4ecb-8244-79f924c7a1e6 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "singlevm2-user_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "links": {"self": "http://172.30.9.26:5000/v3/users/1f76669682da4a1ea093934fca27c470"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f76669682da4a1ea093934fca27c470", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:46:14,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-026b7031-abb6-4ecb-8244-79f924c7a1e6 2018-08-27 01:46:14,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.291481971741s 2018-08-27 01:46:14,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-026b7031-abb6-4ecb-8244-79f924c7a1e6 2018-08-27 01:46:14,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:46:14,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/1f76669682da4a1ea093934fca27c470 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:46:14,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0eacebe-817f-485d-a6b9-4e608b428c45 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_d750b614-85eb-45a6-a9ed-03f82ea9fe43", "links": {"self": "http://172.30.9.26:5000/v3/users/1f76669682da4a1ea093934fca27c470"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1f76669682da4a1ea093934fca27c470", "description": null}} 2018-08-27 01:46:14,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/1f76669682da4a1ea093934fca27c470 used request id req-b0eacebe-817f-485d-a6b9-4e608b428c45 2018-08-27 01:46:14,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201099872589s 2018-08-27 01:46:14,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/1f76669682da4a1ea093934fca27c470 used request id req-b0eacebe-817f-485d-a6b9-4e608b428c45 2018-08-27 01:46:14,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 01:46:14,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/1f76669682da4a1ea093934fca27c470 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:46:14,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:46:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcb780d6-07fa-431f-8436-b44d0cf50bc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:46:14,977 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/1f76669682da4a1ea093934fca27c470 used request id req-dcb780d6-07fa-431f-8436-b44d0cf50bc1 2018-08-27 01:46:14,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.411556959152s 2018-08-27 01:46:14,978 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/1f76669682da4a1ea093934fca27c470 used request id req-dcb780d6-07fa-431f-8436-b44d0cf50bc1 2018-08-27 01:46:14,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:46:14,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:46:15,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-033530e1-d10b-458a-a7b8-21c7c42976ec Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.26:5000/v3/projects/ec7e3e12600d40459a55c404eee0fbd6"}, "tags": [], "enabled": true, "id": "ec7e3e12600d40459a55c404eee0fbd6", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_d750b614-85eb-45a6-a9ed-03f82ea9fe43"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 01:46:15,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-033530e1-d10b-458a-a7b8-21c7c42976ec 2018-08-27 01:46:15,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201076984406s 2018-08-27 01:46:15,185 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-033530e1-d10b-458a-a7b8-21c7c42976ec 2018-08-27 01:46:15,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 01:46:15,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/ec7e3e12600d40459a55c404eee0fbd6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbaf1a5dfe4c4f894fb36fceac4795a2e63d91f1" 2018-08-27 01:46:15,586 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:46:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ead1239e-0703-41ee-a0a0-46b3bbe05af1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:46:15,586 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/ec7e3e12600d40459a55c404eee0fbd6 used request id req-ead1239e-0703-41ee-a0a0-46b3bbe05af1 2018-08-27 01:46:15,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.396677970886s 2018-08-27 01:46:15,587 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/ec7e3e12600d40459a55c404eee0fbd6 used request id req-ead1239e-0703-41ee-a0a0-46b3bbe05af1 2018-08-27 01:46:15,640 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-27 01:46:15,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:46:15,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:46:15,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:46:15,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:46:15,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:46:15,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:46:15,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:46:15,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:46:15,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:46:15,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:46:15,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:46:15,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96cb938d-be15-4900-9553-f4a036a82722 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:46:15,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-96cb938d-be15-4900-9553-f4a036a82722 2018-08-27 01:46:15,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:46:16,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:46:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["gXfXw3ExQUOYhDYNK2zOZA"], "issued_at": "2018-08-27T01:46:16.000000Z"}} 2018-08-27 01:46:16,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:46:16,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:46:16,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b9addda4-da0a-44b8-9a55-ecbc43d3137b Date: Mon, 27 Aug 2018 01:46:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:46:16,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b9addda4-da0a-44b8-9a55-ecbc43d3137b 2018-08-27 01:46:16,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.381503105164s 2018-08-27 01:46:16,464 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b9addda4-da0a-44b8-9a55-ecbc43d3137b 2018-08-27 01:46:16,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:46:16,473 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:46:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea28e55a-215b-4e2f-be1f-9971668625d8 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 01:46:16,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-ea28e55a-215b-4e2f-be1f-9971668625d8 2018-08-27 01:46:16,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:46:16,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:46:16,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baadf047-b605-401f-9714-b0d39061b2d3 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 01:46:16,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-baadf047-b605-401f-9714-b0d39061b2d3 2018-08-27 01:46:16,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19712305069s 2018-08-27 01:46:16,672 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-baadf047-b605-401f-9714-b0d39061b2d3 2018-08-27 01:46:16,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 01:46:16,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}}' 2018-08-27 01:46:16,955 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:46:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f302af7-54d4-4fb8-90f8-c537e89c960e Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.26:5000/v3/projects/2833a599ce6643b398c926d7c0dc7be3"}, "tags": [], "enabled": true, "id": "2833a599ce6643b398c926d7c0dc7be3", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}} 2018-08-27 01:46:16,955 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-7f302af7-54d4-4fb8-90f8-c537e89c960e 2018-08-27 01:46:16,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.276879072189s 2018-08-27 01:46:16,956 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-7f302af7-54d4-4fb8-90f8-c537e89c960e 2018-08-27 01:46:16,956 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_ssh', u'tags': [], 'enabled': True, 'id': u'2833a599ce6643b398c926d7c0dc7be3', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402'}) 2018-08-27 01:46:16,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 01:46:16,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "571aeefb-512c-4633-99dc-0ececf716652", "email": null, "name": "vping_ssh-user_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}}' 2018-08-27 01:46:17,459 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:46:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d28e9ebc-be85-48b0-891e-71fa1fcbaad6 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "links": {"self": "http://172.30.9.26:5000/v3/users/4fddfc15c6674c2093e5e49ed4a82d02"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4fddfc15c6674c2093e5e49ed4a82d02", "domain_id": "default", "password_expires_at": null}} 2018-08-27 01:46:17,459 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-d28e9ebc-be85-48b0-891e-71fa1fcbaad6 2018-08-27 01:46:17,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.49698805809s 2018-08-27 01:46:17,459 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-d28e9ebc-be85-48b0-891e-71fa1fcbaad6 2018-08-27 01:46:17,460 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4fddfc15c6674c2093e5e49ed4a82d02', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_4a3c5ad1-5fcd-4530-b382-ee535df3b402'}) 2018-08-27 01:46:17,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:46:17,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:46:17,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c216f360-abea-4725-9022-799dda28eb52 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:46:17,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c216f360-abea-4725-9022-799dda28eb52 2018-08-27 01:46:17,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20507478714s 2018-08-27 01:46:17,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c216f360-abea-4725-9022-799dda28eb52 2018-08-27 01:46:17,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:46:17,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:46:17,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aed91321-8e8a-4674-9575-542eabbcd2a8 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:46:17,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-aed91321-8e8a-4674-9575-542eabbcd2a8 2018-08-27 01:46:17,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200177192688s 2018-08-27 01:46:17,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-aed91321-8e8a-4674-9575-542eabbcd2a8 2018-08-27 01:46:17,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:46:17,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:46:18,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10b070c8-53f4-4436-825e-42e18fa9d103 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:46:18,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-10b070c8-53f4-4436-825e-42e18fa9d103 2018-08-27 01:46:18,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.208831071854s 2018-08-27 01:46:18,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-10b070c8-53f4-4436-825e-42e18fa9d103 2018-08-27 01:46:18,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:46:18,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:46:18,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807e91cb-fcfa-4184-8d48-6ff9b49e7aaf Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 01:46:18,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-807e91cb-fcfa-4184-8d48-6ff9b49e7aaf 2018-08-27 01:46:18,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196435928345s 2018-08-27 01:46:18,289 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-807e91cb-fcfa-4184-8d48-6ff9b49e7aaf 2018-08-27 01:46:18,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:46:18,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:46:18,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d76e7cde-f83d-4ee6-9295-08f140968dd1 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "links": {"self": "http://172.30.9.26:5000/v3/users/4fddfc15c6674c2093e5e49ed4a82d02"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4fddfc15c6674c2093e5e49ed4a82d02", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:46:18,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d76e7cde-f83d-4ee6-9295-08f140968dd1 2018-08-27 01:46:18,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216248035431s 2018-08-27 01:46:18,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d76e7cde-f83d-4ee6-9295-08f140968dd1 2018-08-27 01:46:18,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:46:18,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:46:18,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b573a8d-9537-4749-bdcd-4179d934c04c Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.26:5000/v3/projects/2833a599ce6643b398c926d7c0dc7be3"}, "tags": [], "enabled": true, "id": "2833a599ce6643b398c926d7c0dc7be3", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}]} 2018-08-27 01:46:18,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6b573a8d-9537-4749-bdcd-4179d934c04c 2018-08-27 01:46:18,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.20979809761s 2018-08-27 01:46:18,727 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6b573a8d-9537-4749-bdcd-4179d934c04c 2018-08-27 01:46:18,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 01:46:18,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=4fddfc15c6674c2093e5e49ed4a82d02&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=2833a599ce6643b398c926d7c0dc7be3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:46:18,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a047e231-6218-4cd9-9a74-a2d71f0eae0a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=4fddfc15c6674c2093e5e49ed4a82d02&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=2833a599ce6643b398c926d7c0dc7be3", "previous": null, "next": null}} 2018-08-27 01:46:18,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=4fddfc15c6674c2093e5e49ed4a82d02&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=2833a599ce6643b398c926d7c0dc7be3 used request id req-a047e231-6218-4cd9-9a74-a2d71f0eae0a 2018-08-27 01:46:18,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.198572158813s 2018-08-27 01:46:18,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=4fddfc15c6674c2093e5e49ed4a82d02&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=2833a599ce6643b398c926d7c0dc7be3 used request id req-a047e231-6218-4cd9-9a74-a2d71f0eae0a 2018-08-27 01:46:18,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 01:46:18,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/2833a599ce6643b398c926d7c0dc7be3/users/4fddfc15c6674c2093e5e49ed4a82d02/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:46:19,188 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:46:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc7ab984-b5d8-4233-8f58-e4a7371406dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:46:19,188 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/2833a599ce6643b398c926d7c0dc7be3/users/4fddfc15c6674c2093e5e49ed4a82d02/roles/565edadc366246ae845471a412ad99ed used request id req-cc7ab984-b5d8-4233-8f58-e4a7371406dc 2018-08-27 01:46:19,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.251133918762s 2018-08-27 01:46:19,188 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/2833a599ce6643b398c926d7c0dc7be3/users/4fddfc15c6674c2093e5e49ed4a82d02/roles/565edadc366246ae845471a412ad99ed used request id req-cc7ab984-b5d8-4233-8f58-e4a7371406dc 2018-08-27 01:46:19,189 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'2833a599ce6643b398c926d7c0dc7be3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '571aeefb-512c-4633-99dc-0ececf716652', 'username': u'vping_ssh-user_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 01:46:19,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:46:19,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:46:19,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:46:19,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:46:19,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:46:19,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:46:19,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:46:19,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:46:19,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:46:19,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:46:19,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:46:19,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:46:19,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:46:19,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:46:19,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:46:19,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:46:19,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:46:19,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:46:19,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:46:19,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:46:19,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:46:19,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:46:19,195 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'password': '571aeefb-512c-4633-99dc-0ececf716652', 'project_name': 'vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '2833a599ce6643b398c926d7c0dc7be3', 'project_domain_name': 'Default'} 2018-08-27 01:46:19,195 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-27 01:46:19,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:46:19,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdadfa22-9bae-473e-8891-5bc4f0735da1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:46:19,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fdadfa22-9bae-473e-8891-5bc4f0735da1 2018-08-27 01:46:19,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:46:19,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:46:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2833a599ce6643b398c926d7c0dc7be3", "name": "vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2833a599ce6643b398c926d7c0dc7be3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/2833a599ce6643b398c926d7c0dc7be3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/2833a599ce6643b398c926d7c0dc7be3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2833a599ce6643b398c926d7c0dc7be3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_2833a599ce6643b398c926d7c0dc7be3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2833a599ce6643b398c926d7c0dc7be3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/2833a599ce6643b398c926d7c0dc7be3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/2833a599ce6643b398c926d7c0dc7be3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2833a599ce6643b398c926d7c0dc7be3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/2833a599ce6643b398c926d7c0dc7be3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/2833a599ce6643b398c926d7c0dc7be3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/2833a599ce6643b398c926d7c0dc7be3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/2833a599ce6643b398c926d7c0dc7be3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/2833a599ce6643b398c926d7c0dc7be3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "id": "4fddfc15c6674c2093e5e49ed4a82d02"}, "audit_ids": ["N_w8Jjc5SeCan8yH9Bz_Qg"], "issued_at": "2018-08-27T01:46:19.000000Z"}} 2018-08-27 01:46:19,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 01:46:19,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"network": {"name": "vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "admin_state_up": true}}' 2018-08-27 01:46:20,296 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-bfde6773-fca9-4918-9994-ab7da2a28657 Date: Mon, 27 Aug 2018 01:46:20 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T01:46:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2833a599ce6643b398c926d7c0dc7be3","id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","name":"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}} 2018-08-27 01:46:20,297 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-bfde6773-fca9-4918-9994-ab7da2a28657 2018-08-27 01:46:20,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.693928956985s 2018-08-27 01:46:20,297 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-bfde6773-fca9-4918-9994-ab7da2a28657 2018-08-27 01:46:20,298 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:46:20Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'39c140f2-49ac-4e6a-a0d7-bf20513acd1d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402', u'admin_state_up': True, u'tenant_id': u'2833a599ce6643b398c926d7c0dc7be3', u'created_at': u'2018-08-27T01:46:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2833a599ce6643b398c926d7c0dc7be3'}) 2018-08-27 01:46:20,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:46:20,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:20,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-edc2e351-0dc1-41cf-9794-99dc0a2c2a95 Date: Mon, 27 Aug 2018 01:46:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:46:20Z","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"2833a599ce6643b398c926d7c0dc7be3","id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","name":"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:46:20,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-edc2e351-0dc1-41cf-9794-99dc0a2c2a95 2018-08-27 01:46:20,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375757932663s 2018-08-27 01:46:20,674 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-edc2e351-0dc1-41cf-9794-99dc0a2c2a95 2018-08-27 01:46:20,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 01:46:20,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"subnet": {"name": "vping_ssh-subnet_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "enable_dhcp": true, "network_id": "39c140f2-49ac-4e6a-a0d7-bf20513acd1d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 01:46:21,584 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-9a924d91-b21d-416a-8004-317bf1784ad5 Date: Mon, 27 Aug 2018 01:46:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:21Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:46:21Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"2833a599ce6643b398c926d7c0dc7be3","id":"7e916117-7e18-4352-8ed1-2a04c61aad80","subnetpool_id":null,"name":"vping_ssh-subnet_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}} 2018-08-27 01:46:21,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-9a924d91-b21d-416a-8004-317bf1784ad5 2018-08-27 01:46:21,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.90829706192s 2018-08-27 01:46:21,585 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-9a924d91-b21d-416a-8004-317bf1784ad5 2018-08-27 01:46:21,585 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:46:21Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'7e916117-7e18-4352-8ed1-2a04c61aad80', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_4a3c5ad1-5fcd-4530-b382-ee535df3b402', u'enable_dhcp': True, u'network_id': u'39c140f2-49ac-4e6a-a0d7-bf20513acd1d', u'tenant_id': u'2833a599ce6643b398c926d7c0dc7be3', u'created_at': u'2018-08-27T01:46:21Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2833a599ce6643b398c926d7c0dc7be3'}) 2018-08-27 01:46:21,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 01:46:21,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "vping_ssh-router_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "admin_state_up": true}}' 2018-08-27 01:46:23,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-c4d1903e-5889-4bdd-a5a0-7ad2f8026946 Date: Mon, 27 Aug 2018 01:46:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:21Z", "admin_state_up": true, "updated_at": "2018-08-27T01:46:22Z", "revision_number": 2, "routes": [], "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "eadcaeb8-4d5f-438f-a83f-fff8d766fb66", "name": "vping_ssh-router_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}} 2018-08-27 01:46:23,071 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c4d1903e-5889-4bdd-a5a0-7ad2f8026946 2018-08-27 01:46:23,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48563098907s 2018-08-27 01:46:23,072 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c4d1903e-5889-4bdd-a5a0-7ad2f8026946 2018-08-27 01:46:23,072 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2833a599ce6643b398c926d7c0dc7be3', u'created_at': u'2018-08-27T01:46:21Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T01:46:22Z', u'revision_number': 2, u'routes': [], u'project_id': u'2833a599ce6643b398c926d7c0dc7be3', u'id': u'eadcaeb8-4d5f-438f-a83f-fff8d766fb66', u'name': u'vping_ssh-router_4a3c5ad1-5fcd-4530-b382-ee535df3b402'}) 2018-08-27 01:46:23,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 01:46:23,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/eadcaeb8-4d5f-438f-a83f-fff8d766fb66/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"subnet_id": "7e916117-7e18-4352-8ed1-2a04c61aad80"}' 2018-08-27 01:46:25,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-475e4c37-912d-47ee-a6eb-ce6c97ad931d Date: Mon, 27 Aug 2018 01:46:25 GMT RESP BODY: {"network_id": "39c140f2-49ac-4e6a-a0d7-bf20513acd1d", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "subnet_id": "7e916117-7e18-4352-8ed1-2a04c61aad80", "subnet_ids": ["7e916117-7e18-4352-8ed1-2a04c61aad80"], "port_id": "17e607b4-af11-4811-a8eb-116e8a75cfb9", "id": "eadcaeb8-4d5f-438f-a83f-fff8d766fb66"} 2018-08-27 01:46:25,437 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/eadcaeb8-4d5f-438f-a83f-fff8d766fb66/add_router_interface.json used request id req-475e4c37-912d-47ee-a6eb-ce6c97ad931d 2018-08-27 01:46:25,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.36477184296s 2018-08-27 01:46:25,438 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/eadcaeb8-4d5f-438f-a83f-fff8d766fb66/add_router_interface.json used request id req-475e4c37-912d-47ee-a6eb-ce6c97ad931d returning object eadcaeb8-4d5f-438f-a83f-fff8d766fb66 2018-08-27 01:46:25,438 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 01:46:25,568 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 01:46:25,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:46:25,573 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 01:46:25 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 01:46:25,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:46:25,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:26,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-03e6f3d6-8cbb-40bd-9145-67de07afd711 Date: Mon, 27 Aug 2018 01:46:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:46:26,378 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-03e6f3d6-8cbb-40bd-9145-67de07afd711 2018-08-27 01:46:26,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.80185508728s 2018-08-27 01:46:26,378 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-03e6f3d6-8cbb-40bd-9145-67de07afd711 2018-08-27 01:46:26,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 01:46:26,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}' 2018-08-27 01:46:26,734 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/3e763718-704f-42ff-8275-d691a2ab100a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c0ff1d53-b814-4ef4-8555-e05163fdf196 Date: Mon, 27 Aug 2018 01:46:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:46:26Z", "file": "/v2/images/3e763718-704f-42ff-8275-d691a2ab100a/file", "owner": "2833a599ce6643b398c926d7c0dc7be3", "id": "3e763718-704f-42ff-8275-d691a2ab100a", "size": null, "self": "/v2/images/3e763718-704f-42ff-8275-d691a2ab100a", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "checksum": null, "created_at": "2018-08-27T01:46:26Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 01:46:26,735 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-c0ff1d53-b814-4ef4-8555-e05163fdf196 2018-08-27 01:46:26,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.348622083664s 2018-08-27 01:46:26,735 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-c0ff1d53-b814-4ef4-8555-e05163fdf196 returning object 3e763718-704f-42ff-8275-d691a2ab100a 2018-08-27 01:46:26,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 01:46:26,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/3e763718-704f-42ff-8275-d691a2ab100a/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '' 2018-08-27 01:46:27,531 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b2d1a901-d419-4c82-9ffa-7f4990659b60 Date: Mon, 27 Aug 2018 01:46:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:46:27,532 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/3e763718-704f-42ff-8275-d691a2ab100a/file used request id req-b2d1a901-d419-4c82-9ffa-7f4990659b60 2018-08-27 01:46:27,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.795881986618s 2018-08-27 01:46:27,532 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/3e763718-704f-42ff-8275-d691a2ab100a/file used request id req-b2d1a901-d419-4c82-9ffa-7f4990659b60 2018-08-27 01:46:27,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:46:27,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:28,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-44dda504-c3b9-4111-84af-fcff2018932b Date: Mon, 27 Aug 2018 01:46:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:46:27Z", "file": "/v2/images/3e763718-704f-42ff-8275-d691a2ab100a/file", "owner": "2833a599ce6643b398c926d7c0dc7be3", "id": "3e763718-704f-42ff-8275-d691a2ab100a", "size": 12716032, "self": "/v2/images/3e763718-704f-42ff-8275-d691a2ab100a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/3e763718-704f-42ff-8275-d691a2ab100a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/3e763718-704f-42ff-8275-d691a2ab100a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:46:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:46:28,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-44dda504-c3b9-4111-84af-fcff2018932b 2018-08-27 01:46:28,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.834347009659s 2018-08-27 01:46:28,371 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-44dda504-c3b9-4111-84af-fcff2018932b 2018-08-27 01:46:28,373 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/3e763718-704f-42ff-8275-d691a2ab100a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3e763718-704f-42ff-8275-d691a2ab100a/file', 'owner': u'2833a599ce6643b398c926d7c0dc7be3', 'id': u'3e763718-704f-42ff-8275-d691a2ab100a', 'size': 12716032, u'self': u'/v2/images/3e763718-704f-42ff-8275-d691a2ab100a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2833a599ce6643b398c926d7c0dc7be3', 'name': 'vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/3e763718-704f-42ff-8275-d691a2ab100a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T01:46:27Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T01:46:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/3e763718-704f-42ff-8275-d691a2ab100a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'created': u'2018-08-27T01:46:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T01:46:26Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/3e763718-704f-42ff-8275-d691a2ab100a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 01:46:28,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 01:46:28,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 01:46:28,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b36b42fe-7818-42ee-9d08-1db3c5c0d784 x-compute-request-id: req-b36b42fe-7818-42ee-9d08-1db3c5c0d784 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "34d185a1-117f-4252-8b15-0781eda2a21a"}} 2018-08-27 01:46:28,703 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b36b42fe-7818-42ee-9d08-1db3c5c0d784 2018-08-27 01:46:28,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.328148841858s 2018-08-27 01:46:28,703 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b36b42fe-7818-42ee-9d08-1db3c5c0d784 2018-08-27 01:46:28,704 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'34d185a1-117f-4252-8b15-0781eda2a21a', 'swap': 0}) 2018-08-27 01:46:28,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 01:46:28,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/34d185a1-117f-4252-8b15-0781eda2a21a/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" -d '{"extra_specs": {}}' 2018-08-27 01:46:28,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3bd1b468-04b4-420c-9d7d-76d88359ee1d x-compute-request-id: req-3bd1b468-04b4-420c-9d7d-76d88359ee1d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 01:46:28,881 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/34d185a1-117f-4252-8b15-0781eda2a21a/os-extra_specs used request id req-3bd1b468-04b4-420c-9d7d-76d88359ee1d 2018-08-27 01:46:28,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.176747083664s 2018-08-27 01:46:28,882 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/34d185a1-117f-4252-8b15-0781eda2a21a/os-extra_specs used request id req-3bd1b468-04b4-420c-9d7d-76d88359ee1d 2018-08-27 01:46:28,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 01:46:28,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"keypair": {"name": "vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}}' 2018-08-27 01:46:29,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b36ceb7-0b1a-4752-aeae-2fadd0beaa38 x-compute-request-id: req-5b36ceb7-0b1a-4752-aeae-2fadd0beaa38 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvJxySF2a1kgbjguFhQhXETetic+PAL4fkNfEoo9WQbkyM+KTuEfJIcYh4lHoeljembJdZoSuS32j1xYGn1yWuy4GYbhkC2LOK43Lwo/VqiGXsSzzuENCHXwZy7IiDbZkJxMCerrkSVKQjgXZ+a6Lu9OPIBMpv9xhIU+FV0WIz4WTuf9Djg4fLzUpX2l63YSBoBaGV3UA4pmUB+SG4QOGGOd9QARaEp+8YCMaTBu5OxqAsky5nLmqysrSt7CWdjc2wxwtUBLq6UI6V5Qd2VWRiyDttI5z7XgCtQ1SOaFFsJVsdSzZBkPhRQv0LXF9osoCHIHZbwELzeCFxMpQRXQhh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArycckhdmtZIG44LhYUIVxE3rYnPjwC+H5DXxKKPVkG5MjPik\n7hHySHGIeJR6HpY3pmyXWaErkt9o9cWBp9clrsuBmG4ZAtiziuNy8KP1aohl7Es8\n7hDQh18GcuyIg22ZCcTAnq65ElSkI4F2fmui7vTjyATKb/cYSFPhVdFiM+Fk7n/Q\n44OHy81KV9pet2EgaAWhld1AOKZlAfkhuEDhhjnfUAEWhKfvGAjGkwbuTsagLJMu\nZy5qsrK0rewlnY3NsMcLVAS6ulCOleUHdlVkYsg7bSOc+14ArUNUjmhRbCVbHUs2\nQZD4UUL9C1xfaLKAhyB2W8BC83ghcTKUEV0IYQIDAQABAoIBACkvNyaa3gm/pmME\nuV4XHeskrz5dJaZhBsEAdg4qR+NILDPRm2ZnTeL+3yoLL5PVmoxFaGko3ogQhCuW\nH2CJ1FB/hZ+D89mZfs4foT04MFK2c9DV+CO6TG4oR+np+Ed/E8caPniReO74fAfl\nPymGwa8SYiT8C2W8YjdPkeKN81tjNoqtz58xKoOspklS9I8XQr74ep8cXQMz4qOi\nRkmfHc/JPDMjJNTwGieUuvCVCgATNZHxVx5GvWClGqh98FkMWWDQqnJ6rQY1nqwC\nmsGRG8Ooyk71WAlAUzkStoM2ICnSWxCrbsXsVTOja1rKwEDMpIPf5ewce+ytbyrs\nTSB91EkCgYEA4F6ESrCO0mK/grvwWajVkd7wQOXrN+lWjJ4fL3xIudltPxgs0BMU\n/faffwjlNiJ4cnGiMD0YXi7f0wZTdjXE5d4VjXRImVRMgq5uyhV9LgQ6Hq6IA+WF\npVANZM6bi8WqoeFcS4fgLCtMdyZdCa+EoJChcSZmgFu4U2JEq/ribM8CgYEAx9hf\n03bSZFO0NI4J4nf4vMf1Wvq4DW8G6yuWAIXWvWfn+Gy8DfWg6VxwDHoEkj6gJqrY\nY3luInQqrIjJaZ27HCqjv6yMqPFI+V7im4kdoYH/RxxgAjuuwEdqgXFgu/MOB37f\nrQDwtDoFSq8Jt4u2V5Ce8/9i3PzMM1KeKlNdY88CgYAZJ//FMA6TYCcAzXmhU+C+\nPjTJ0f2Rg0QE+CWe+VxeGha5oEhF/B26a9BuOd0ZOLwweLUqm28EAFVwH6Fz+4tc\nCo54EbWiG2WIsW4Skl46rpalogP2C+H0KwmVZ+TgwwTiqZXjkhR8X05vfYmo8Fj6\nd7ziJuAPPDlqf/YbIkII2QKBgE/mKFnJVdCazp98cmNDCAWiBGx9dPyZ+TAo2u4W\nlIZhdpMSFhWWsODb/kheuFkoBKuw/pa2w9uuiik0/yHk2BwoyBMoD4yz+zMIRp1c\nsqYR7Vgm9hOufO2PH/vksoIyaNeCWDc4+wNzdw4m8UGa8CoOPh7balFkGNgkHexa\nLCptAoGAH5MGDn8N/PjZtC81nFJ21r5Dz3N8dnHcq6XGoxNQJ95UuTYagGtvI/en\nAWbmqAOmQb5Rc8771R+1QrUVFC8vlyhOKqBDK/x5d78CqaemT2pQtedDmu1yKg91\njkVqu0Z+FC6SbWtIVUU1/1xOMrRAWF7Fjnh5Q9cpKTTKINlbw10=\n-----END RSA PRIVATE KEY-----\n", "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "name": "vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "fingerprint": "ce:f6:a1:a1:67:4d:07:ee:ca:91:b5:f5:58:b4:8f:54"}} 2018-08-27 01:46:29,828 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-5b36ceb7-0b1a-4752-aeae-2fadd0beaa38 2018-08-27 01:46:29,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.946079015732s 2018-08-27 01:46:29,829 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-5b36ceb7-0b1a-4752-aeae-2fadd0beaa38 2018-08-27 01:46:29,830 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvJxySF2a1kgbjguFhQhXETetic+PAL4fkNfEoo9WQbkyM+KTuEfJIcYh4lHoeljembJdZoSuS32j1xYGn1yWuy4GYbhkC2LOK43Lwo/VqiGXsSzzuENCHXwZy7IiDbZkJxMCerrkSVKQjgXZ+a6Lu9OPIBMpv9xhIU+FV0WIz4WTuf9Djg4fLzUpX2l63YSBoBaGV3UA4pmUB+SG4QOGGOd9QARaEp+8YCMaTBu5OxqAsky5nLmqysrSt7CWdjc2wxwtUBLq6UI6V5Qd2VWRiyDttI5z7XgCtQ1SOaFFsJVsdSzZBkPhRQv0LXF9osoCHIHZbwELzeCFxMpQRXQhh Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArycckhdmtZIG44LhYUIVxE3rYnPjwC+H5DXxKKPVkG5MjPik\n7hHySHGIeJR6HpY3pmyXWaErkt9o9cWBp9clrsuBmG4ZAtiziuNy8KP1aohl7Es8\n7hDQh18GcuyIg22ZCcTAnq65ElSkI4F2fmui7vTjyATKb/cYSFPhVdFiM+Fk7n/Q\n44OHy81KV9pet2EgaAWhld1AOKZlAfkhuEDhhjnfUAEWhKfvGAjGkwbuTsagLJMu\nZy5qsrK0rewlnY3NsMcLVAS6ulCOleUHdlVkYsg7bSOc+14ArUNUjmhRbCVbHUs2\nQZD4UUL9C1xfaLKAhyB2W8BC83ghcTKUEV0IYQIDAQABAoIBACkvNyaa3gm/pmME\nuV4XHeskrz5dJaZhBsEAdg4qR+NILDPRm2ZnTeL+3yoLL5PVmoxFaGko3ogQhCuW\nH2CJ1FB/hZ+D89mZfs4foT04MFK2c9DV+CO6TG4oR+np+Ed/E8caPniReO74fAfl\nPymGwa8SYiT8C2W8YjdPkeKN81tjNoqtz58xKoOspklS9I8XQr74ep8cXQMz4qOi\nRkmfHc/JPDMjJNTwGieUuvCVCgATNZHxVx5GvWClGqh98FkMWWDQqnJ6rQY1nqwC\nmsGRG8Ooyk71WAlAUzkStoM2ICnSWxCrbsXsVTOja1rKwEDMpIPf5ewce+ytbyrs\nTSB91EkCgYEA4F6ESrCO0mK/grvwWajVkd7wQOXrN+lWjJ4fL3xIudltPxgs0BMU\n/faffwjlNiJ4cnGiMD0YXi7f0wZTdjXE5d4VjXRImVRMgq5uyhV9LgQ6Hq6IA+WF\npVANZM6bi8WqoeFcS4fgLCtMdyZdCa+EoJChcSZmgFu4U2JEq/ribM8CgYEAx9hf\n03bSZFO0NI4J4nf4vMf1Wvq4DW8G6yuWAIXWvWfn+Gy8DfWg6VxwDHoEkj6gJqrY\nY3luInQqrIjJaZ27HCqjv6yMqPFI+V7im4kdoYH/RxxgAjuuwEdqgXFgu/MOB37f\nrQDwtDoFSq8Jt4u2V5Ce8/9i3PzMM1KeKlNdY88CgYAZJ//FMA6TYCcAzXmhU+C+\nPjTJ0f2Rg0QE+CWe+VxeGha5oEhF/B26a9BuOd0ZOLwweLUqm28EAFVwH6Fz+4tc\nCo54EbWiG2WIsW4Skl46rpalogP2C+H0KwmVZ+TgwwTiqZXjkhR8X05vfYmo8Fj6\nd7ziJuAPPDlqf/YbIkII2QKBgE/mKFnJVdCazp98cmNDCAWiBGx9dPyZ+TAo2u4W\nlIZhdpMSFhWWsODb/kheuFkoBKuw/pa2w9uuiik0/yHk2BwoyBMoD4yz+zMIRp1c\nsqYR7Vgm9hOufO2PH/vksoIyaNeCWDc4+wNzdw4m8UGa8CoOPh7balFkGNgkHexa\nLCptAoGAH5MGDn8N/PjZtC81nFJ21r5Dz3N8dnHcq6XGoxNQJ95UuTYagGtvI/en\nAWbmqAOmQb5Rc8771R+1QrUVFC8vlyhOKqBDK/x5d78CqaemT2pQtedDmu1yKg91\njkVqu0Z+FC6SbWtIVUU1/1xOMrRAWF7Fjnh5Q9cpKTTKINlbw10=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4fddfc15c6674c2093e5e49ed4a82d02', 'name': u'vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'created_at': '2018-08-27T01:46:29.830486', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2833a599ce6643b398c926d7c0dc7be3', 'name': 'vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ce:f6:a1:a1:67:4d:07:ee:ca:91:b5:f5:58:b4:8f:54', 'type': 'ssh', 'id': u'vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402'}) 2018-08-27 01:46:29,831 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEArycckhdmtZIG44LhYUIVxE3rYnPjwC+H5DXxKKPVkG5MjPik 7hHySHGIeJR6HpY3pmyXWaErkt9o9cWBp9clrsuBmG4ZAtiziuNy8KP1aohl7Es8 7hDQh18GcuyIg22ZCcTAnq65ElSkI4F2fmui7vTjyATKb/cYSFPhVdFiM+Fk7n/Q 44OHy81KV9pet2EgaAWhld1AOKZlAfkhuEDhhjnfUAEWhKfvGAjGkwbuTsagLJMu Zy5qsrK0rewlnY3NsMcLVAS6ulCOleUHdlVkYsg7bSOc+14ArUNUjmhRbCVbHUs2 QZD4UUL9C1xfaLKAhyB2W8BC83ghcTKUEV0IYQIDAQABAoIBACkvNyaa3gm/pmME uV4XHeskrz5dJaZhBsEAdg4qR+NILDPRm2ZnTeL+3yoLL5PVmoxFaGko3ogQhCuW H2CJ1FB/hZ+D89mZfs4foT04MFK2c9DV+CO6TG4oR+np+Ed/E8caPniReO74fAfl PymGwa8SYiT8C2W8YjdPkeKN81tjNoqtz58xKoOspklS9I8XQr74ep8cXQMz4qOi RkmfHc/JPDMjJNTwGieUuvCVCgATNZHxVx5GvWClGqh98FkMWWDQqnJ6rQY1nqwC msGRG8Ooyk71WAlAUzkStoM2ICnSWxCrbsXsVTOja1rKwEDMpIPf5ewce+ytbyrs TSB91EkCgYEA4F6ESrCO0mK/grvwWajVkd7wQOXrN+lWjJ4fL3xIudltPxgs0BMU /faffwjlNiJ4cnGiMD0YXi7f0wZTdjXE5d4VjXRImVRMgq5uyhV9LgQ6Hq6IA+WF pVANZM6bi8WqoeFcS4fgLCtMdyZdCa+EoJChcSZmgFu4U2JEq/ribM8CgYEAx9hf 03bSZFO0NI4J4nf4vMf1Wvq4DW8G6yuWAIXWvWfn+Gy8DfWg6VxwDHoEkj6gJqrY Y3luInQqrIjJaZ27HCqjv6yMqPFI+V7im4kdoYH/RxxgAjuuwEdqgXFgu/MOB37f rQDwtDoFSq8Jt4u2V5Ce8/9i3PzMM1KeKlNdY88CgYAZJ//FMA6TYCcAzXmhU+C+ PjTJ0f2Rg0QE+CWe+VxeGha5oEhF/B26a9BuOd0ZOLwweLUqm28EAFVwH6Fz+4tc Co54EbWiG2WIsW4Skl46rpalogP2C+H0KwmVZ+TgwwTiqZXjkhR8X05vfYmo8Fj6 d7ziJuAPPDlqf/YbIkII2QKBgE/mKFnJVdCazp98cmNDCAWiBGx9dPyZ+TAo2u4W lIZhdpMSFhWWsODb/kheuFkoBKuw/pa2w9uuiik0/yHk2BwoyBMoD4yz+zMIRp1c sqYR7Vgm9hOufO2PH/vksoIyaNeCWDc4+wNzdw4m8UGa8CoOPh7balFkGNgkHexa LCptAoGAH5MGDn8N/PjZtC81nFJ21r5Dz3N8dnHcq6XGoxNQJ95UuTYagGtvI/en AWbmqAOmQb5Rc8771R+1QrUVFC8vlyhOKqBDK/x5d78CqaemT2pQtedDmu1yKg91 jkVqu0Z+FC6SbWtIVUU1/1xOMrRAWF7Fjnh5Q9cpKTTKINlbw10= -----END RSA PRIVATE KEY----- 2018-08-27 01:46:29,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 01:46:29,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"security_group": {"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-27 01:46:30,377 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-3c060673-af55-4c9e-bd9b-e82c00122397 Date: Mon, 27 Aug 2018 01:46:30 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:30Z", "updated_at": "2018-08-27T01:46:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:30Z", "revision_number": 0, "id": "991587f9-bd49-4dbe-a23c-34b7f58766ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:30Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:30Z", "revision_number": 0, "id": "9da3257c-7442-46d7-befc-591e83a3d648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:30Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}], "revision_number": 1, "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}} 2018-08-27 01:46:30,377 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-3c060673-af55-4c9e-bd9b-e82c00122397 2018-08-27 01:46:30,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.542987108231s 2018-08-27 01:46:30,377 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-3c060673-af55-4c9e-bd9b-e82c00122397 2018-08-27 01:46:30,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:46:30,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:30,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-8d4e07b6-c1e0-4d34-a65a-17ad826fd0af Date: Mon, 27 Aug 2018 01:46:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:19Z", "updated_at": "2018-08-27T01:46:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "651cd0af-c132-499e-812e-04a2990c6cd2", "remote_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "83b225ac-8d5c-4de9-9e2a-ecbe4feed760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "9354b69d-e3fa-4765-9d2e-aa6fc0f320f2", "remote_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "a1451ef8-af1d-42d5-be2d-6368588b4b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}], "revision_number": 1, "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:30Z", "updated_at": "2018-08-27T01:46:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:30Z", "revision_number": 0, "id": "991587f9-bd49-4dbe-a23c-34b7f58766ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:30Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:30Z", "revision_number": 0, "id": "9da3257c-7442-46d7-befc-591e83a3d648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:30Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}], "revision_number": 1, "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}]} 2018-08-27 01:46:30,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8d4e07b6-c1e0-4d34-a65a-17ad826fd0af 2018-08-27 01:46:30,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.070741891861s 2018-08-27 01:46:30,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8d4e07b6-c1e0-4d34-a65a-17ad826fd0af 2018-08-27 01:46:30,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 01:46:30,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212"}}' 2018-08-27 01:46:30,897 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-bab3b813-859c-471a-b4bc-fc67d1f96f07 Date: Mon, 27 Aug 2018 01:46:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-27T01:46:31Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "port_range_min": 22, "revision_number": 0, "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:31Z", "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "f854a95a-f427-4fcc-81be-3e6ac98cbc6b"}} 2018-08-27 01:46:30,897 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-bab3b813-859c-471a-b4bc-fc67d1f96f07 2018-08-27 01:46:30,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.439553022385s 2018-08-27 01:46:30,897 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-bab3b813-859c-471a-b4bc-fc67d1f96f07 2018-08-27 01:46:30,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:46:30,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:31,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-e36be042-ce9e-44f4-8a25-a52ac282e50c Date: Mon, 27 Aug 2018 01:46:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:19Z", "updated_at": "2018-08-27T01:46:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "651cd0af-c132-499e-812e-04a2990c6cd2", "remote_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "83b225ac-8d5c-4de9-9e2a-ecbe4feed760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "9354b69d-e3fa-4765-9d2e-aa6fc0f320f2", "remote_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "a1451ef8-af1d-42d5-be2d-6368588b4b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}], "revision_number": 1, "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:30Z", "updated_at": "2018-08-27T01:46:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:30Z", "revision_number": 0, "id": "991587f9-bd49-4dbe-a23c-34b7f58766ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:30Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:30Z", "revision_number": 0, "id": "9da3257c-7442-46d7-befc-591e83a3d648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:30Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T01:46:31Z", "revision_number": 0, "id": "f854a95a-f427-4fcc-81be-3e6ac98cbc6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:31Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}], "revision_number": 2, "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}]} 2018-08-27 01:46:31,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-e36be042-ce9e-44f4-8a25-a52ac282e50c 2018-08-27 01:46:31,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.319515943527s 2018-08-27 01:46:31,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-e36be042-ce9e-44f4-8a25-a52ac282e50c 2018-08-27 01:46:31,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 01:46:31,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212"}}' 2018-08-27 01:46:31,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-78bcfddc-f7c0-4665-b8fc-282467dea8c7 Date: Mon, 27 Aug 2018 01:46:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-27T01:46:31Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "port_range_min": null, "revision_number": 0, "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:31Z", "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "fc434f3f-0f34-4a74-8fd2-a2428b8a318e"}} 2018-08-27 01:46:31,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-78bcfddc-f7c0-4665-b8fc-282467dea8c7 2018-08-27 01:46:31,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.391723871231s 2018-08-27 01:46:31,617 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-78bcfddc-f7c0-4665-b8fc-282467dea8c7 2018-08-27 01:46:31,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:46:31,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:31,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0294832b-657b-4725-8a6e-5e37850a850e Date: Mon, 27 Aug 2018 01:46:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7e916117-7e18-4352-8ed1-2a04c61aad80"],"updated_at":"2018-08-27T01:46:21Z","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2833a599ce6643b398c926d7c0dc7be3","id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","name":"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:46:31,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0294832b-657b-4725-8a6e-5e37850a850e 2018-08-27 01:46:31,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.36892080307s 2018-08-27 01:46:31,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0294832b-657b-4725-8a6e-5e37850a850e 2018-08-27 01:46:31,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:46:31,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:32,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-05099026-b659-4e94-97e1-aa02f4d1df22 Date: Mon, 27 Aug 2018 01:46:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:46:27Z", "file": "/v2/images/3e763718-704f-42ff-8275-d691a2ab100a/file", "owner": "2833a599ce6643b398c926d7c0dc7be3", "id": "3e763718-704f-42ff-8275-d691a2ab100a", "size": 12716032, "self": "/v2/images/3e763718-704f-42ff-8275-d691a2ab100a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/3e763718-704f-42ff-8275-d691a2ab100a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/3e763718-704f-42ff-8275-d691a2ab100a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:46:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:46:32,295 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-05099026-b659-4e94-97e1-aa02f4d1df22 2018-08-27 01:46:32,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303017854691s 2018-08-27 01:46:32,296 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-05099026-b659-4e94-97e1-aa02f4d1df22 2018-08-27 01:46:32,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:46:32,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:32,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-500bd0b1-1c97-40ab-8072-c7c5df63bc36 x-compute-request-id: req-500bd0b1-1c97-40ab-8072-c7c5df63bc36 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "34d185a1-117f-4252-8b15-0781eda2a21a"}]} 2018-08-27 01:46:32,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-500bd0b1-1c97-40ab-8072-c7c5df63bc36 2018-08-27 01:46:32,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0327889919281s 2018-08-27 01:46:32,331 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-500bd0b1-1c97-40ab-8072-c7c5df63bc36 2018-08-27 01:46:32,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 01:46:32,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"server": {"name": "vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "imageRef": "3e763718-704f-42ff-8275-d691a2ab100a", "flavorRef": "34d185a1-117f-4252-8b15-0781eda2a21a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "39c140f2-49ac-4e6a-a0d7-bf20513acd1d"}], "security_groups": [{"name": "9524af4b-a729-4d1f-b89e-cc6747ec1212"}]}}' 2018-08-27 01:46:37,635 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:46:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-58d85ece-9499-47a5-b90e-3f027175dadd x-compute-request-id: req-58d85ece-9499-47a5-b90e-3f027175dadd Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9524af4b-a729-4d1f-b89e-cc6747ec1212"}], "OS-DCF:diskConfig": "MANUAL", "id": "86626ab2-0100-4d0d-a3db-29f9ffd0a817", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "bookmark"}], "adminPass": "2nNXTqZC4jyk"}} 2018-08-27 01:46:37,635 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-58d85ece-9499-47a5-b90e-3f027175dadd 2018-08-27 01:46:37,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.30248093605s 2018-08-27 01:46:37,636 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-58d85ece-9499-47a5-b90e-3f027175dadd 2018-08-27 01:46:37,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:46:37,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:38,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb57267a-f870-4d73-bb3a-7efec54ec56d x-compute-request-id: req-eb57267a-f870-4d73-bb3a-7efec54ec56d Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "86626ab2-0100-4d0d-a3db-29f9ffd0a817", "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:46:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:37Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:46:38,214 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eb57267a-f870-4d73-bb3a-7efec54ec56d 2018-08-27 01:46:38,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577829837799s 2018-08-27 01:46:38,215 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eb57267a-f870-4d73-bb3a-7efec54ec56d 2018-08-27 01:46:38,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:46:38,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:38,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2047fd6d-4906-468b-bfbc-d7a5f62e3d1e Date: Mon, 27 Aug 2018 01:46:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7e916117-7e18-4352-8ed1-2a04c61aad80"],"updated_at":"2018-08-27T01:46:21Z","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2833a599ce6643b398c926d7c0dc7be3","id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","name":"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:46:38,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2047fd6d-4906-468b-bfbc-d7a5f62e3d1e 2018-08-27 01:46:38,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.414849042892s 2018-08-27 01:46:38,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2047fd6d-4906-468b-bfbc-d7a5f62e3d1e 2018-08-27 01:46:38,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:46:38,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:38,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-26e08a75-4138-4975-a2e7-d22b60b12298 Date: Mon, 27 Aug 2018 01:46:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:21Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:46:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2833a599ce6643b398c926d7c0dc7be3","id":"7e916117-7e18-4352-8ed1-2a04c61aad80","subnetpool_id":null,"name":"vping_ssh-subnet_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}]} 2018-08-27 01:46:38,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-26e08a75-4138-4975-a2e7-d22b60b12298 2018-08-27 01:46:38,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0415649414062s 2018-08-27 01:46:38,679 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-26e08a75-4138-4975-a2e7-d22b60b12298 2018-08-27 01:46:38,680 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:46:40,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:46:40,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:41,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bf77d8b-c04e-4db3-9b08-7bc6dff21bb4 x-compute-request-id: req-2bf77d8b-c04e-4db3-9b08-7bc6dff21bb4 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "86626ab2-0100-4d0d-a3db-29f9ffd0a817", "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:46:41Z", "hostId": "99d7110d10bec3bff445e68944039a66719aeaf2125648a16c31ad6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:37Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:46:41,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2bf77d8b-c04e-4db3-9b08-7bc6dff21bb4 2018-08-27 01:46:41,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.851042985916s 2018-08-27 01:46:41,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2bf77d8b-c04e-4db3-9b08-7bc6dff21bb4 2018-08-27 01:46:41,538 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:46:43,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:46:43,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:44,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3dff138a-3e12-4d1b-9293-8a9ac25a3f2c x-compute-request-id: req-3dff138a-3e12-4d1b-9293-8a9ac25a3f2c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "86626ab2-0100-4d0d-a3db-29f9ffd0a817", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:46:41Z", "hostId": "99d7110d10bec3bff445e68944039a66719aeaf2125648a16c31ad6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:37Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:46:44,667 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3dff138a-3e12-4d1b-9293-8a9ac25a3f2c 2018-08-27 01:46:44,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12636709213s 2018-08-27 01:46:44,667 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3dff138a-3e12-4d1b-9293-8a9ac25a3f2c 2018-08-27 01:46:44,671 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:46:46,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:46:46,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:47,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b1f88af-a855-4793-8e4a-94a958e2b4fa x-compute-request-id: req-7b1f88af-a855-4793-8e4a-94a958e2b4fa Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:1c:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:46:46.000000", "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "86626ab2-0100-4d0d-a3db-29f9ffd0a817", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:46:46Z", "hostId": "99d7110d10bec3bff445e68944039a66719aeaf2125648a16c31ad6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:37Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:46:47,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7b1f88af-a855-4793-8e4a-94a958e2b4fa 2018-08-27 01:46:47,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.26726508141s 2018-08-27 01:46:47,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7b1f88af-a855-4793-8e4a-94a958e2b4fa 2018-08-27 01:46:47,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:46:47,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=86626ab2-0100-4d0d-a3db-29f9ffd0a817" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:48,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3017d424-91e6-4d2c-9579-43ece20878d6 Date: Mon, 27 Aug 2018 01:46:48 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:41Z","admin_state_up":true,"updated_at":"2018-08-27T01:46:46Z","binding:vnic_type":"normal","device_id":"86626ab2-0100-4d0d-a3db-29f9ffd0a817","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:a8:1c:72","id":"0b5d305d-5a28-4ed6-9b35-15d482072911","port_security_enabled":true,"project_id":"2833a599ce6643b398c926d7c0dc7be3","fixed_ips":[{"subnet_id":"7e916117-7e18-4352-8ed1-2a04c61aad80","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["9524af4b-a729-4d1f-b89e-cc6747ec1212"],"name":""}]} 2018-08-27 01:46:48,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=86626ab2-0100-4d0d-a3db-29f9ffd0a817 used request id req-3017d424-91e6-4d2c-9579-43ece20878d6 2018-08-27 01:46:48,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.224496126175s 2018-08-27 01:46:48,171 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=86626ab2-0100-4d0d-a3db-29f9ffd0a817 used request id req-3017d424-91e6-4d2c-9579-43ece20878d6 2018-08-27 01:46:48,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:46:48,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=0b5d305d-5a28-4ed6-9b35-15d482072911" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:48,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-237cb142-615b-4b73-911d-8bae70ab6ff0 Date: Mon, 27 Aug 2018 01:46:48 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:46:48,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=0b5d305d-5a28-4ed6-9b35-15d482072911 used request id req-237cb142-615b-4b73-911d-8bae70ab6ff0 2018-08-27 01:46:48,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.306241035461s 2018-08-27 01:46:48,482 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=0b5d305d-5a28-4ed6-9b35-15d482072911 used request id req-237cb142-615b-4b73-911d-8bae70ab6ff0 2018-08-27 01:46:48,483 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a8:1c:72', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3e763718-704f-42ff-8275-d691a2ab100a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:46:46.000000', 'flavor': Munch({u'id': u'34d185a1-117f-4252-8b15-0781eda2a21a'}), 'az': u'nova', 'id': u'86626ab2-0100-4d0d-a3db-29f9ffd0a817', 'security_groups': [Munch({u'name': u'vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4fddfc15c6674c2093e5e49ed4a82d02', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2833a599ce6643b398c926d7c0dc7be3', 'name': 'vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T01:46:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T01:46:46Z', 'hostId': u'99d7110d10bec3bff445e68944039a66719aeaf2125648a16c31ad6b', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'99d7110d10bec3bff445e68944039a66719aeaf2125648a16c31ad6b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:46:46.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2833a599ce6643b398c926d7c0dc7be3', 'name': u'vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'adminPass': u'2nNXTqZC4jyk', 'tenant_id': u'2833a599ce6643b398c926d7c0dc7be3', 'created_at': u'2018-08-27T01:46:37Z', 'created': u'2018-08-27T01:46:37Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 01:46:48,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:46:48,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:48,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-fd295e9e-f5b3-46e3-b108-2b5b95cff10f Date: Mon, 27 Aug 2018 01:46:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7e916117-7e18-4352-8ed1-2a04c61aad80"],"updated_at":"2018-08-27T01:46:21Z","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2833a599ce6643b398c926d7c0dc7be3","id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","name":"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:46:48,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fd295e9e-f5b3-46e3-b108-2b5b95cff10f 2018-08-27 01:46:48,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0959510803223s 2018-08-27 01:46:48,580 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fd295e9e-f5b3-46e3-b108-2b5b95cff10f 2018-08-27 01:46:48,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:46:48,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:48,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-67c37f98-07df-4f6a-adb0-320c8a158013 Date: Mon, 27 Aug 2018 01:46:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:46:27Z", "file": "/v2/images/3e763718-704f-42ff-8275-d691a2ab100a/file", "owner": "2833a599ce6643b398c926d7c0dc7be3", "id": "3e763718-704f-42ff-8275-d691a2ab100a", "size": 12716032, "self": "/v2/images/3e763718-704f-42ff-8275-d691a2ab100a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/3e763718-704f-42ff-8275-d691a2ab100a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/3e763718-704f-42ff-8275-d691a2ab100a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:46:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:46:48,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-67c37f98-07df-4f6a-adb0-320c8a158013 2018-08-27 01:46:48,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.30299282074s 2018-08-27 01:46:48,888 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-67c37f98-07df-4f6a-adb0-320c8a158013 2018-08-27 01:46:48,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:46:48,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:48,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd0a4c31-b7db-4b9e-837f-d20ead2eb175 x-compute-request-id: req-dd0a4c31-b7db-4b9e-837f-d20ead2eb175 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "34d185a1-117f-4252-8b15-0781eda2a21a"}]} 2018-08-27 01:46:48,916 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-dd0a4c31-b7db-4b9e-837f-d20ead2eb175 2018-08-27 01:46:48,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0270719528198s 2018-08-27 01:46:48,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-dd0a4c31-b7db-4b9e-837f-d20ead2eb175 2018-08-27 01:46:48,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 01:46:48,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"server": {"name": "vping_ssh-vm_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "imageRef": "3e763718-704f-42ff-8275-d691a2ab100a", "key_name": "vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "flavorRef": "34d185a1-117f-4252-8b15-0781eda2a21a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "39c140f2-49ac-4e6a-a0d7-bf20513acd1d"}], "security_groups": [{"name": "9524af4b-a729-4d1f-b89e-cc6747ec1212"}]}}' 2018-08-27 01:46:53,121 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:46:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8f5829e1-5d5b-4b3e-8589-185572ffc9e2 x-compute-request-id: req-8f5829e1-5d5b-4b3e-8589-185572ffc9e2 Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9524af4b-a729-4d1f-b89e-cc6747ec1212"}], "OS-DCF:diskConfig": "MANUAL", "id": "1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "bookmark"}], "adminPass": "92PdUuWrx96P"}} 2018-08-27 01:46:53,122 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-8f5829e1-5d5b-4b3e-8589-185572ffc9e2 2018-08-27 01:46:53,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.20402503014s 2018-08-27 01:46:53,122 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-8f5829e1-5d5b-4b3e-8589-185572ffc9e2 2018-08-27 01:46:53,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:46:53,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:53,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d98055d-1ed3-4b2c-b011-c6cd55bd069b x-compute-request-id: req-2d98055d-1ed3-4b2c-b011-c6cd55bd069b Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:46:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "name": "vping_ssh-vm_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:53Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:1c:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:46:46.000000", "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "86626ab2-0100-4d0d-a3db-29f9ffd0a817", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:46:46Z", "hostId": "99d7110d10bec3bff445e68944039a66719aeaf2125648a16c31ad6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:37Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:46:53,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2d98055d-1ed3-4b2c-b011-c6cd55bd069b 2018-08-27 01:46:53,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538331985474s 2018-08-27 01:46:53,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2d98055d-1ed3-4b2c-b011-c6cd55bd069b 2018-08-27 01:46:53,667 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:46:55,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:46:55,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:56,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cf6ffaa-31fb-4923-982d-bbbdaf580308 x-compute-request-id: req-7cf6ffaa-31fb-4923-982d-bbbdaf580308 Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:46:55Z", "hostId": "7b7e1b59e5911480956b26c5f0a08e543a5fb81ecc0e7c95ce20b54a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "name": "vping_ssh-vm_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:53Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:1c:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:46:46.000000", "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "86626ab2-0100-4d0d-a3db-29f9ffd0a817", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:46:46Z", "hostId": "99d7110d10bec3bff445e68944039a66719aeaf2125648a16c31ad6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:37Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:46:56,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7cf6ffaa-31fb-4923-982d-bbbdaf580308 2018-08-27 01:46:56,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.890464067459s 2018-08-27 01:46:56,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7cf6ffaa-31fb-4923-982d-bbbdaf580308 2018-08-27 01:46:56,565 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:46:58,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:46:58,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:46:59,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:46:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b37a851-01cd-4668-9017-7208c40faf76 x-compute-request-id: req-0b37a851-01cd-4668-9017-7208c40faf76 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:46:56Z", "hostId": "7b7e1b59e5911480956b26c5f0a08e543a5fb81ecc0e7c95ce20b54a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "name": "vping_ssh-vm_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:53Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:1c:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:46:46.000000", "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "86626ab2-0100-4d0d-a3db-29f9ffd0a817", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:46:46Z", "hostId": "99d7110d10bec3bff445e68944039a66719aeaf2125648a16c31ad6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:37Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:46:59,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0b37a851-01cd-4668-9017-7208c40faf76 2018-08-27 01:46:59,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470167160034s 2018-08-27 01:46:59,038 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0b37a851-01cd-4668-9017-7208c40faf76 2018-08-27 01:46:59,043 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:47:01,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:47:01,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:02,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33c0b24a-5822-4ff7-ba8e-443450938e91 x-compute-request-id: req-33c0b24a-5822-4ff7-ba8e-443450938e91 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:46:56Z", "hostId": "7b7e1b59e5911480956b26c5f0a08e543a5fb81ecc0e7c95ce20b54a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "name": "vping_ssh-vm_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:53Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:1c:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:46:46.000000", "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "86626ab2-0100-4d0d-a3db-29f9ffd0a817", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:46:46Z", "hostId": "99d7110d10bec3bff445e68944039a66719aeaf2125648a16c31ad6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:37Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:47:02,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-33c0b24a-5822-4ff7-ba8e-443450938e91 2018-08-27 01:47:02,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00300788879s 2018-08-27 01:47:02,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-33c0b24a-5822-4ff7-ba8e-443450938e91 2018-08-27 01:47:02,054 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:47:04,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:47:04,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:05,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40f33c99-1e17-4207-83f0-a186ad26e0e0 x-compute-request-id: req-40f33c99-1e17-4207-83f0-a186ad26e0e0 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:ff:c5", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:47:02.000000", "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:47:02Z", "hostId": "7b7e1b59e5911480956b26c5f0a08e543a5fb81ecc0e7c95ce20b54a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "name": "vping_ssh-vm_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:53Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:1c:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:46:46.000000", "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "86626ab2-0100-4d0d-a3db-29f9ffd0a817", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:46:46Z", "hostId": "99d7110d10bec3bff445e68944039a66719aeaf2125648a16c31ad6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:37Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:47:05,430 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-40f33c99-1e17-4207-83f0-a186ad26e0e0 2018-08-27 01:47:05,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.37293601036s 2018-08-27 01:47:05,430 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-40f33c99-1e17-4207-83f0-a186ad26e0e0 2018-08-27 01:47:05,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:47:05,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=1b8c7e78-86b7-4f06-b33d-5b2bf38c17df" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:05,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-96f5582a-5336-4caa-850c-6fdf4d5fe65d Date: Mon, 27 Aug 2018 01:47:05 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:56Z","admin_state_up":true,"updated_at":"2018-08-27T01:47:02Z","binding:vnic_type":"normal","device_id":"1b8c7e78-86b7-4f06-b33d-5b2bf38c17df","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:0a:ff:c5","id":"9e414ff2-f6e9-4f1f-a534-20686dcefd1a","port_security_enabled":true,"project_id":"2833a599ce6643b398c926d7c0dc7be3","fixed_ips":[{"subnet_id":"7e916117-7e18-4352-8ed1-2a04c61aad80","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["9524af4b-a729-4d1f-b89e-cc6747ec1212"],"name":""}]} 2018-08-27 01:47:05,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1b8c7e78-86b7-4f06-b33d-5b2bf38c17df used request id req-96f5582a-5336-4caa-850c-6fdf4d5fe65d 2018-08-27 01:47:05,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0501408576965s 2018-08-27 01:47:05,486 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1b8c7e78-86b7-4f06-b33d-5b2bf38c17df used request id req-96f5582a-5336-4caa-850c-6fdf4d5fe65d 2018-08-27 01:47:05,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:47:05,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=9e414ff2-f6e9-4f1f-a534-20686dcefd1a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:05,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-184ca7ae-ae63-4b7e-ac2a-3dcf1bf01833 Date: Mon, 27 Aug 2018 01:47:05 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:47:05,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=9e414ff2-f6e9-4f1f-a534-20686dcefd1a used request id req-184ca7ae-ae63-4b7e-ac2a-3dcf1bf01833 2018-08-27 01:47:05,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0471589565277s 2018-08-27 01:47:05,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=9e414ff2-f6e9-4f1f-a534-20686dcefd1a used request id req-184ca7ae-ae63-4b7e-ac2a-3dcf1bf01833 2018-08-27 01:47:05,539 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0a:ff:c5', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3e763718-704f-42ff-8275-d691a2ab100a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:47:02.000000', 'flavor': Munch({u'id': u'34d185a1-117f-4252-8b15-0781eda2a21a'}), 'az': u'nova', 'id': u'1b8c7e78-86b7-4f06-b33d-5b2bf38c17df', 'security_groups': [Munch({u'name': u'vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4fddfc15c6674c2093e5e49ed4a82d02', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2833a599ce6643b398c926d7c0dc7be3', 'name': 'vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T01:47:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T01:47:02Z', 'hostId': u'7b7e1b59e5911480956b26c5f0a08e543a5fb81ecc0e7c95ce20b54a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'7b7e1b59e5911480956b26c5f0a08e543a5fb81ecc0e7c95ce20b54a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:47:02.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2833a599ce6643b398c926d7c0dc7be3', 'name': u'vping_ssh-vm_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'adminPass': u'92PdUuWrx96P', 'tenant_id': u'2833a599ce6643b398c926d7c0dc7be3', 'created_at': u'2018-08-27T01:46:53Z', 'created': u'2018-08-27T01:46:53Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 01:47:05,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:47:05,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:05,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b1952f31-b8b6-41c5-b0a6-4656c923d807 Date: Mon, 27 Aug 2018 01:47:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7e916117-7e18-4352-8ed1-2a04c61aad80"],"updated_at":"2018-08-27T01:46:21Z","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2833a599ce6643b398c926d7c0dc7be3","id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","name":"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:47:05,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b1952f31-b8b6-41c5-b0a6-4656c923d807 2018-08-27 01:47:05,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0925099849701s 2018-08-27 01:47:05,635 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b1952f31-b8b6-41c5-b0a6-4656c923d807 2018-08-27 01:47:05,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:47:05,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=1b8c7e78-86b7-4f06-b33d-5b2bf38c17df" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:05,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d9e4f5b2-4dbb-4d2f-bcfc-d34dfffd8b73 Date: Mon, 27 Aug 2018 01:47:06 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:56Z","admin_state_up":true,"updated_at":"2018-08-27T01:47:02Z","binding:vnic_type":"normal","device_id":"1b8c7e78-86b7-4f06-b33d-5b2bf38c17df","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:0a:ff:c5","id":"9e414ff2-f6e9-4f1f-a534-20686dcefd1a","port_security_enabled":true,"project_id":"2833a599ce6643b398c926d7c0dc7be3","fixed_ips":[{"subnet_id":"7e916117-7e18-4352-8ed1-2a04c61aad80","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["9524af4b-a729-4d1f-b89e-cc6747ec1212"],"name":""}]} 2018-08-27 01:47:05,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1b8c7e78-86b7-4f06-b33d-5b2bf38c17df used request id req-d9e4f5b2-4dbb-4d2f-bcfc-d34dfffd8b73 2018-08-27 01:47:05,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0658349990845s 2018-08-27 01:47:05,703 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=1b8c7e78-86b7-4f06-b33d-5b2bf38c17df used request id req-d9e4f5b2-4dbb-4d2f-bcfc-d34dfffd8b73 2018-08-27 01:47:05,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 01:47:05,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"floatingip": {"floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.14", "port_id": "9e414ff2-f6e9-4f1f-a534-20686dcefd1a"}}' 2018-08-27 01:47:08,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-73909689-77da-4a32-88bc-014ef4ea438b Date: Mon, 27 Aug 2018 01:47:08 GMT RESP BODY: {"floatingip": {"router_id": "eadcaeb8-4d5f-438f-a83f-fff8d766fb66", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:47:07Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "9e414ff2-f6e9-4f1f-a534-20686dcefd1a", "id": "554da111-a1f8-407c-a33c-bb8233a7af57", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:47:07Z", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}} 2018-08-27 01:47:08,160 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-73909689-77da-4a32-88bc-014ef4ea438b 2018-08-27 01:47:08,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.45645999908s 2018-08-27 01:47:08,160 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-73909689-77da-4a32-88bc-014ef4ea438b 2018-08-27 01:47:08,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:47:08,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:08,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-05ed1c90-d316-4d90-8c45-cb4c4ce394d8 Date: Mon, 27 Aug 2018 01:47:08 GMT RESP BODY: {"floatingips": [{"router_id": "eadcaeb8-4d5f-438f-a83f-fff8d766fb66", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:47:07Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "9e414ff2-f6e9-4f1f-a534-20686dcefd1a", "id": "554da111-a1f8-407c-a33c-bb8233a7af57", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:47:07Z", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}]} 2018-08-27 01:47:08,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-05ed1c90-d316-4d90-8c45-cb4c4ce394d8 2018-08-27 01:47:08,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0595290660858s 2018-08-27 01:47:08,228 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-05ed1c90-d316-4d90-8c45-cb4c4ce394d8 2018-08-27 01:47:08,232 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'eadcaeb8-4d5f-438f-a83f-fff8d766fb66', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2833a599ce6643b398c926d7c0dc7be3', 'created_at': u'2018-08-27T01:47:07Z', 'attached': True, 'updated_at': u'2018-08-27T01:47:07Z', 'id': u'554da111-a1f8-407c-a33c-bb8233a7af57', 'floating_network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2833a599ce6643b398c926d7c0dc7be3', 'name': 'vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'eadcaeb8-4d5f-438f-a83f-fff8d766fb66', 'project_id': u'2833a599ce6643b398c926d7c0dc7be3', 'port_id': u'9e414ff2-f6e9-4f1f-a534-20686dcefd1a', 'port': u'9e414ff2-f6e9-4f1f-a534-20686dcefd1a', 'network': u'ecff2169-f0a1-4e87-90bc-3c582067cb09'}) 2018-08-27 01:47:08,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 01:47:08,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 01:47:09,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c04abf73-8035-4049-a054-ec5077b9fb1e x-compute-request-id: req-c04abf73-8035-4049-a054-ec5077b9fb1e Content-Encoding: gzip Content-Length: 9611 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498674361 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.223006] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.225858] pid_max: default: 32768 minimum: 301\n[ 0.227433] ACPI: Core revision 20150930\n[ 0.229411] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.231645] Security Framework initialized\n[ 0.233063] Yama: becoming mindful.\n[ 0.234300] AppArmor: AppArmor initialized\n[ 0.235799] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.238113] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.240366] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.242473] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.244830] Initializing cgroup subsys io\n[ 0.246219] Initializing cgroup subsys memory\n[ 0.247723] Initializing cgroup subsys devices\n[ 0.249246] Initializing cgroup subsys freezer\n[ 0.250730] Initializing cgroup subsys net_cls\n[ 0.252203] Initializing cgroup subsys perf_event\n[ 0.253771] Initializing cgroup subsys net_prio\n[ 0.255278] Initializing cgroup subsys hugetlb\n[ 0.256848] Initializing cgroup subsys pids\n[ 0.258329] CPU: Physical Processor ID: 0\n[ 0.260425] mce: CPU supports 10 MCE banks\n[ 0.261882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.263625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.280098] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.287177] ftrace: allocating 31920 entries in 125 pages\n[ 0.312900] smpboot: Max logical packages: 1\n[ 0.314399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.316712] x2apic enabled\n[ 0.318055] Switched APIC routing to physical x2apic.\n[ 0.320906] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.322883] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.326292] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.329411] KVM setup paravirtual spinlock\n[ 0.331280] x86: Booted up 1 node, 1 CPUs\n[ 0.332641] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.334965] devtmpfs: initialized\n[ 0.337191] evm: security.selinux\n[ 0.338397] evm: security.SMACK64\n[ 0.339621] evm: security.SMACK64EXEC\n[ 0.340935] evm: security.SMACK64TRANSMUTE\n[ 0.342326] evm: security.SMACK64MMAP\n[ 0.343582] evm: security.ima\n[ 0.344667] evm: security.capability\n[ 0.346018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.349287] pinctrl core: initialized pinctrl subsystem\n[ 0.351155] RTC time: 1:47:02, date: 08/27/18\n[ 0.352795] NET: Registered protocol family 16\n[ 0.354442] cpuidle: using governor ladder\n[ 0.355884] cpuidle: using governor menu\n[ 0.357276] PCCT header not found.\n[ 0.358560] ACPI: bus type PCI registered\n[ 0.359993] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.362111] PCI: Using configuration type 1 for base access\n[ 0.364668] ACPI: Added _OSI(Module Device)\n[ 0.366090] ACPI: Added _OSI(Processor Device)\n[ 0.367555] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.369097] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.371617] ACPI: Interpreter enabled\n[ 0.372958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.376067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.379192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.382341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.385486] ACPI: (supports S0 S5)\n[ 0.386736] ACPI: Using IOAPIC for interrupt routing\n[ 0.388343] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.392852] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.394833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.396947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.399020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.402848] acpiphp: Slot [3] registered\n[ 0.404198] acpiphp: Slot [4] registered\n[ 0.405573] acpiphp: Slot [5] registered\n[ 0.406981] acpiphp: Slot [6] registered\n[ 0.408320] acpiphp: Slot [7] registered\n[ 0.409730] acpiphp: Slot [8] registered\n[ 0.411104] acpiphp: Slot [9] registered\n[ 0.412488] acpiphp: Slot [10] registered\n[ 0.413868] acpiphp: Slot [11] registered\n[ 0.415266] acpiphp: Slot [12] registered\n[ 0.416635] acpiphp: Slot [13] registered\n[ 0.417997] acpiphp: Slot [14] registered\n[ 0.419364] acpiphp: Slot [15] registered\n[ 0.434743] acpiphp: Slot [16] registered\n[ 0.436148] acpiphp: Slot [17] registered\n[ 0.437541] acpiphp: Slot [18] registered\n[ 0.438903] acpiphp: Slot [19] registered\n[ 0.440314] acpiphp: Slot [20] registered\n[ 0.441714] acpiphp: Slot [21] registered\n[ 0.443077] acpiphp: Slot [22] registered\n[ 0.444442] acpiphp: Slot [23] registered\n[ 0.445807] acpiphp: Slot [24] registered\n[ 0.447119] acpiphp: Slot [25] registered\n[ 0.448221] acpiphp: Slot [26] registered\n[ 0.449309] acpiphp: Slot [27] registered\n[ 0.450412] acpiphp: Slot [28] registered\n[ 0.451509] acpiphp: Slot [29] registered\n[ 0.452606] acpiphp: Slot [30] registered\n[ 0.453701] acpiphp: Slot [31] registered\n[ 0.454795] PCI host bridge to bus 0000:00\n[ 0.455895] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.457525] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.459140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.461101] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.463047] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.465034] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.469116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.470829] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.472400] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.474085] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.478348] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.480284] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.500778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.502753] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.504680] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.506622] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.508637] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.510353] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.512120] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.513548] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.515637] vgaarb: loaded\n[ 0.516452] vgaarb: bridge control possible 0000:00:02.0\n[ 0.518074] SCSI subsystem initialized\n[ 0.519310] ACPI: bus type USB registered\n[ 0.520446] usbcore: registered new interface driver usbfs\n[ 0.521828] usbcore: registered new interface driver hub\n[ 0.523180] usbcore: registered new device driver usb\n[ 0.524681] PCI: Using ACPI for IRQ routing\n[ 0.526188] NetLabel: Initializing\n[ 0.527161] NetLabel: domain hash size = 128\n[ 0.528308] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.529602] NetLabel: unlabeled traffic allowed by default\n[ 0.531162] clocksource: Switched to clocksource kvm-clock\n[ 0.541179] AppArmor: AppArmor Filesystem Enabled\n[ 0.542500] pnp: PnP ACPI init\n[ 0.543720] pnp: PnP ACPI: found 5 devices\n[ 0.550521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.552866] NET: Registered protocol family 2\n[ 0.554282] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.556030] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.557664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.559305] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.560780] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.564589] NET: Registered protocol family 1\n[ 0.565876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.567426] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.569010] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.583747] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.598753] Trying to unpack rootfs image as initramfs...\n[ 0.662093] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.666057] Scanning for low memory corruption every 60 seconds\n[ 0.668548] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.670290] audit: initializing netlink subsys (disabled)\n[ 0.671974] audit: type=2000 audit(1535334423.017:1): initialized\n[ 0.674204] Initialise system trusted keyring\n[ 0.675826] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.677476] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.680407] zbud: loaded\n[ 0.681512] VFS: Disk quotas dquot_6.6.0\n[ 0.682685] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.685066] fuse init (API version 7.23)\n[ 0.686374] Key type big_key registered\n[ 0.687566] Allocating IMA MOK and blacklist keyrings.\n[ 0.689412] Key type asymmetric registered\n[ 0.690611] Asymmetric key parser 'x509' registered\n[ 0.692007] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.694186] io scheduler noop registered\n[ 0.695324] io scheduler deadline registered (default)\n[ 0.696752] io scheduler cfq registered\n[ 0.698063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.699565] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.701462] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.703554] ACPI: Power Button [PWRF]\n[ 0.704881] GHES: HEST is not enabled!\n[ 0.718974] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.748440] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.751624] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.775403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.778748] Linux agpgart interface v0.103\n[ 0.782707] brd: module loaded\n[ 0.785072] loop: module loaded\n[ 0.790846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.792906] GPT:90111 != 2097151\n[ 0.793880] GPT:Alternate GPT header not at the end of the disk.\n[ 0.795430] GPT:90111 != 2097151\n[ 0.796392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.797750] vda: vda1 vda15\n[ 0.799773] scsi host0: ata_piix\n[ 0.800878] scsi host1: ata_piix\n[ 0.801900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.803605] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.805717] libphy: Fixed MDIO Bus: probed\n[ 0.806892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.808247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.811487] PPP generic driver version 2.4.2\n[ 0.812809] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.814487] ehci-pci: EHCI PCI platform driver\n[ 0.815740] ehci-platform: EHCI generic platform driver\n[ 0.817141] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.818747] ohci-pci: OHCI PCI platform driver\n[ 0.819999] ohci-platform: OHCI generic platform driver\n[ 0.821422] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.836169] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.837621] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.839723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.841137] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.842843] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.844578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.846597] usb usb1: Product: UHCI Host Controller\n[ 0.847917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.849521] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.851011] hub 1-0:1.0: USB hub found\n[ 0.852134] hub 1-0:1.0: 2 ports detected\n[ 0.853559] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.856577] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.857933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.859407] mousedev: PS/2 mouse device common for all mice\n[ 0.861179] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.863759] rtc_cmos 00:00: RTC can wake from S4\n[ 0.865379] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.867054] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.868739] i2c /dev entries driver\n[ 0.869839] device-mapper: uevent: version 1.0.3\n[ 0.871227] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.873575] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.875655] NET: Registered protocol family 10\n[ 0.877521] NET: Registered protocol family 17\n[ 0.878789] Key type dns_resolver registered\n[ 0.880208] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.881778] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.884306] registered taskstats version 1\n[ 0.885527] Loading compiled-in X.509 certificates\n[ 0.887484] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.890116] zswap: loaded using pool lzo/zbud\n[ 0.892556] Key type trusted registered\n[ 0.894840] Key type encrypted registered\n[ 0.896049] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.897533] ima: No TPM chip found, activating TPM-bypass!\n[ 0.899002] evm: HMAC attrs: 0x1\n[ 0.900423] Magic number: 14:380:762\n[ 0.901527] atkbd serio0: hash matches\n[ 0.902742] rtc_cmos 00:00: setting system clock to 2018-08-27 01:47:03 UTC (1535334423)\n[ 0.905083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.906642] EDD information not available.\n[ 0.965859] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.968099] Write protecting the kernel read-only data: 14336k\n[ 0.973328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.976119] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.142964] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZpvj/EmhvAGBiazGn9tY+aCHOfemlbZ01K0CmWqwHGtbu+Hw1nrXm9DJevKd9uUkgLQw8x4eNIeUNKk3b4da/OmnBwx68xklmEcpwqehE97dKtAckUtbHck+BNYME2GZtNhseFCbAFs/27YQ8qkRDAPODeGv3zaDF7KFtYMeERAiasyEKuQX/X2eAMtz2gBm4e8wHWxVvo/bbuKQ7APTSdNfOzjMbGARUaQGVm5kD2L7e0ZH92ENnRROZ071AIC2Qwkz3tQQuwfDPdvBZEs1I732WfknJQEqLYT2QCeGwt9gxawBpGYLrYBLy9N1wDr9Czf/XVpkYywpODo64Vnd root@vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402\nssh-dss AAAAB3NzaC1kc3MAAACBALuCzqkoTLjM9HB0uBmbFOa6MoHZoCfm6iWiBGZRB25kdvGbHEsKMw6MAjuTTaVnaoic3IaQw8qN8DohiVd3qxnkqYNYPcxKtsUB2mkGYQtBD60l0vFD1fPekTGwuKXbb3P0z+JdsmAhi/Zy20aeJkMFqtPaD8TQnM26jZDqYIPdAAAAFQDiW0l5N9JR6bD9/IagC/KOu1NYMQAAAIEAiaffSj1gyoS0Xf0OOSkrcjTjnLhs11xr6eeYZjZEYI/zeirolAf66kWZbQOmWA2nCS6tJXzyhzEKL9yo3lg6/rxn9pDHRw8Exq1VwzYk154tUfq0BHenPe50e3IWvmj0uvUbLT3swY/EOnNq15eFpNdsrpGcWdjIuv+/OnuIxHoAAACALV+rXQf3m+iiY0odPdRszRLfLgWjQ/Z8gaX5BIJCIniomt0jvQfxNhCmyzd8qXc7+dREU3oIPleTsv4ya8npmnifHihsTOMzGtpwGESQnrbgweBzzQa4JYcYfrDkcvEydktpKGIWuv6EYyIXK5hCZXl8zWDtUuog0al2lkcBioE= root@vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.32s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe0a:ffc5/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.19 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402 login: "} 2018-08-27 01:47:09,045 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df/action used request id req-c04abf73-8035-4049-a054-ec5077b9fb1e 2018-08-27 01:47:09,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.812389850616s 2018-08-27 01:47:09,046 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df/action used request id req-c04abf73-8035-4049-a054-ec5077b9fb1e 2018-08-27 01:47:09,046 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 498674361 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.223006] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.225858] pid_max: default: 32768 minimum: 301 [ 0.227433] ACPI: Core revision 20150930 [ 0.229411] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.231645] Security Framework initialized [ 0.233063] Yama: becoming mindful. [ 0.234300] AppArmor: AppArmor initialized [ 0.235799] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.238113] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.240366] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.242473] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.244830] Initializing cgroup subsys io [ 0.246219] Initializing cgroup subsys memory [ 0.247723] Initializing cgroup subsys devices [ 0.249246] Initializing cgroup subsys freezer [ 0.250730] Initializing cgroup subsys net_cls [ 0.252203] Initializing cgroup subsys perf_event [ 0.253771] Initializing cgroup subsys net_prio [ 0.255278] Initializing cgroup subsys hugetlb [ 0.256848] Initializing cgroup subsys pids [ 0.258329] CPU: Physical Processor ID: 0 [ 0.260425] mce: CPU supports 10 MCE banks [ 0.261882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.263625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.280098] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.287177] ftrace: allocating 31920 entries in 125 pages [ 0.312900] smpboot: Max logical packages: 1 [ 0.314399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.316712] x2apic enabled [ 0.318055] Switched APIC routing to physical x2apic. [ 0.320906] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.322883] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.326292] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.329411] KVM setup paravirtual spinlock [ 0.331280] x86: Booted up 1 node, 1 CPUs [ 0.332641] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.334965] devtmpfs: initialized [ 0.337191] evm: security.selinux [ 0.338397] evm: security.SMACK64 [ 0.339621] evm: security.SMACK64EXEC [ 0.340935] evm: security.SMACK64TRANSMUTE [ 0.342326] evm: security.SMACK64MMAP [ 0.343582] evm: security.ima [ 0.344667] evm: security.capability [ 0.346018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.349287] pinctrl core: initialized pinctrl subsystem [ 0.351155] RTC time: 1:47:02, date: 08/27/18 [ 0.352795] NET: Registered protocol family 16 [ 0.354442] cpuidle: using governor ladder [ 0.355884] cpuidle: using governor menu [ 0.357276] PCCT header not found. [ 0.358560] ACPI: bus type PCI registered [ 0.359993] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.362111] PCI: Using configuration type 1 for base access [ 0.364668] ACPI: Added _OSI(Module Device) [ 0.366090] ACPI: Added _OSI(Processor Device) [ 0.367555] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.369097] ACPI: Added _OSI(Processor Aggregator Device) [ 0.371617] ACPI: Interpreter enabled [ 0.372958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.376067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.379192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.382341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.385486] ACPI: (supports S0 S5) [ 0.386736] ACPI: Using IOAPIC for interrupt routing [ 0.388343] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.392852] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.394833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.396947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.399020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.402848] acpiphp: Slot [3] registered [ 0.404198] acpiphp: Slot [4] registered [ 0.405573] acpiphp: Slot [5] registered [ 0.406981] acpiphp: Slot [6] registered [ 0.408320] acpiphp: Slot [7] registered [ 0.409730] acpiphp: Slot [8] registered [ 0.411104] acpiphp: Slot [9] registered [ 0.412488] acpiphp: Slot [10] registered [ 0.413868] acpiphp: Slot [11] registered [ 0.415266] acpiphp: Slot [12] registered [ 0.416635] acpiphp: Slot [13] registered [ 0.417997] acpiphp: Slot [14] registered [ 0.419364] acpiphp: Slot [15] registered [ 0.434743] acpiphp: Slot [16] registered [ 0.436148] acpiphp: Slot [17] registered [ 0.437541] acpiphp: Slot [18] registered [ 0.438903] acpiphp: Slot [19] registered [ 0.440314] acpiphp: Slot [20] registered [ 0.441714] acpiphp: Slot [21] registered [ 0.443077] acpiphp: Slot [22] registered [ 0.444442] acpiphp: Slot [23] registered [ 0.445807] acpiphp: Slot [24] registered [ 0.447119] acpiphp: Slot [25] registered [ 0.448221] acpiphp: Slot [26] registered [ 0.449309] acpiphp: Slot [27] registered [ 0.450412] acpiphp: Slot [28] registered [ 0.451509] acpiphp: Slot [29] registered [ 0.452606] acpiphp: Slot [30] registered [ 0.453701] acpiphp: Slot [31] registered [ 0.454795] PCI host bridge to bus 0000:00 [ 0.455895] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.457525] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.459140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.461101] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.463047] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.465034] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.469116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.470829] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.472400] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.474085] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.478348] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.480284] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.500778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.502753] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.504680] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.506622] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.508637] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.510353] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.512120] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.513548] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.515637] vgaarb: loaded [ 0.516452] vgaarb: bridge control possible 0000:00:02.0 [ 0.518074] SCSI subsystem initialized [ 0.519310] ACPI: bus type USB registered [ 0.520446] usbcore: registered new interface driver usbfs [ 0.521828] usbcore: registered new interface driver hub [ 0.523180] usbcore: registered new device driver usb [ 0.524681] PCI: Using ACPI for IRQ routing [ 0.526188] NetLabel: Initializing [ 0.527161] NetLabel: domain hash size = 128 [ 0.528308] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.529602] NetLabel: unlabeled traffic allowed by default [ 0.531162] clocksource: Switched to clocksource kvm-clock [ 0.541179] AppArmor: AppArmor Filesystem Enabled [ 0.542500] pnp: PnP ACPI init [ 0.543720] pnp: PnP ACPI: found 5 devices [ 0.550521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.552866] NET: Registered protocol family 2 [ 0.554282] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.556030] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.557664] TCP: Hash tables configured (established 4096 bind 4096) [ 0.559305] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.560780] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.564589] NET: Registered protocol family 1 [ 0.565876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.567426] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.569010] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.583747] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.598753] Trying to unpack rootfs image as initramfs... [ 0.662093] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.666057] Scanning for low memory corruption every 60 seconds [ 0.668548] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.670290] audit: initializing netlink subsys (disabled) [ 0.671974] audit: type=2000 audit(1535334423.017:1): initialized [ 0.674204] Initialise system trusted keyring [ 0.675826] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.677476] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.680407] zbud: loaded [ 0.681512] VFS: Disk quotas dquot_6.6.0 [ 0.682685] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.685066] fuse init (API version 7.23) [ 0.686374] Key type big_key registered [ 0.687566] Allocating IMA MOK and blacklist keyrings. [ 0.689412] Key type asymmetric registered [ 0.690611] Asymmetric key parser 'x509' registered [ 0.692007] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.694186] io scheduler noop registered [ 0.695324] io scheduler deadline registered (default) [ 0.696752] io scheduler cfq registered [ 0.698063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.699565] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.701462] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.703554] ACPI: Power Button [PWRF] [ 0.704881] GHES: HEST is not enabled! [ 0.718974] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.748440] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.751624] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.775403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.778748] Linux agpgart interface v0.103 [ 0.782707] brd: module loaded [ 0.785072] loop: module loaded [ 0.790846] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.792906] GPT:90111 != 2097151 [ 0.793880] GPT:Alternate GPT header not at the end of the disk. [ 0.795430] GPT:90111 != 2097151 [ 0.796392] GPT: Use GNU Parted to correct GPT errors. [ 0.797750] vda: vda1 vda15 [ 0.799773] scsi host0: ata_piix [ 0.800878] scsi host1: ata_piix [ 0.801900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.803605] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.805717] libphy: Fixed MDIO Bus: probed [ 0.806892] tun: Universal TUN/TAP device driver, 1.6 [ 0.808247] tun: (C) 1999-2004 Max Krasnyansky [ 0.811487] PPP generic driver version 2.4.2 [ 0.812809] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.814487] ehci-pci: EHCI PCI platform driver [ 0.815740] ehci-platform: EHCI generic platform driver [ 0.817141] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.818747] ohci-pci: OHCI PCI platform driver [ 0.819999] ohci-platform: OHCI generic platform driver [ 0.821422] uhci_hcd: USB Universal Host Controller Interface driver [ 0.836169] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.837621] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.839723] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.841137] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.842843] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.844578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.846597] usb usb1: Product: UHCI Host Controller [ 0.847917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.849521] usb usb1: SerialNumber: 0000:00:01.2 [ 0.851011] hub 1-0:1.0: USB hub found [ 0.852134] hub 1-0:1.0: 2 ports detected [ 0.853559] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.856577] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.857933] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.859407] mousedev: PS/2 mouse device common for all mice [ 0.861179] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.863759] rtc_cmos 00:00: RTC can wake from S4 [ 0.865379] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.867054] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.868739] i2c /dev entries driver [ 0.869839] device-mapper: uevent: version 1.0.3 [ 0.871227] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.873575] ledtrig-cpu: registered to indicate activity on CPUs [ 0.875655] NET: Registered protocol family 10 [ 0.877521] NET: Registered protocol family 17 [ 0.878789] Key type dns_resolver registered [ 0.880208] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.881778] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.884306] registered taskstats version 1 [ 0.885527] Loading compiled-in X.509 certificates [ 0.887484] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.890116] zswap: loaded using pool lzo/zbud [ 0.892556] Key type trusted registered [ 0.894840] Key type encrypted registered [ 0.896049] AppArmor: AppArmor sha1 policy hashing enabled [ 0.897533] ima: No TPM chip found, activating TPM-bypass! [ 0.899002] evm: HMAC attrs: 0x1 [ 0.900423] Magic number: 14:380:762 [ 0.901527] atkbd serio0: hash matches [ 0.902742] rtc_cmos 00:00: setting system clock to 2018-08-27 01:47:03 UTC (1535334423) [ 0.905083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.906642] EDD information not available. [ 0.965859] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.968099] Write protecting the kernel read-only data: 14336k [ 0.973328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.976119] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.142964] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZpvj/EmhvAGBiazGn9tY+aCHOfemlbZ01K0CmWqwHGtbu+Hw1nrXm9DJevKd9uUkgLQw8x4eNIeUNKk3b4da/OmnBwx68xklmEcpwqehE97dKtAckUtbHck+BNYME2GZtNhseFCbAFs/27YQ8qkRDAPODeGv3zaDF7KFtYMeERAiasyEKuQX/X2eAMtz2gBm4e8wHWxVvo/bbuKQ7APTSdNfOzjMbGARUaQGVm5kD2L7e0ZH92ENnRROZ071AIC2Qwkz3tQQuwfDPdvBZEs1I732WfknJQEqLYT2QCeGwt9gxawBpGYLrYBLy9N1wDr9Czf/XVpkYywpODo64Vnd root@vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402 ssh-dss AAAAB3NzaC1kc3MAAACBALuCzqkoTLjM9HB0uBmbFOa6MoHZoCfm6iWiBGZRB25kdvGbHEsKMw6MAjuTTaVnaoic3IaQw8qN8DohiVd3qxnkqYNYPcxKtsUB2mkGYQtBD60l0vFD1fPekTGwuKXbb3P0z+JdsmAhi/Zy20aeJkMFqtPaD8TQnM26jZDqYIPdAAAAFQDiW0l5N9JR6bD9/IagC/KOu1NYMQAAAIEAiaffSj1gyoS0Xf0OOSkrcjTjnLhs11xr6eeYZjZEYI/zeirolAf66kWZbQOmWA2nCS6tJXzyhzEKL9yo3lg6/rxn9pDHRw8Exq1VwzYk154tUfq0BHenPe50e3IWvmj0uvUbLT3swY/EOnNq15eFpNdsrpGcWdjIuv+/OnuIxHoAAACALV+rXQf3m+iiY0odPdRszRLfLgWjQ/Z8gaX5BIJCIniomt0jvQfxNhCmyzd8qXc7+dREU3oIPleTsv4ya8npmnifHihsTOMzGtpwGESQnrbgweBzzQa4JYcYfrDkcvEydktpKGIWuv6EYyIXK5hCZXl8zWDtUuog0al2lkcBioE= root@vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.32s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe0a:ffc5/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.19 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402 login: 2018-08-27 01:47:10,047 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-27 01:47:19,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 01:47:19,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 01:47:19,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c30e83dc-0d8b-4f95-b8c9-06797122919d x-compute-request-id: req-c30e83dc-0d8b-4f95-b8c9-06797122919d Content-Encoding: gzip Content-Length: 9611 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498674361 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.223006] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.225858] pid_max: default: 32768 minimum: 301\n[ 0.227433] ACPI: Core revision 20150930\n[ 0.229411] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.231645] Security Framework initialized\n[ 0.233063] Yama: becoming mindful.\n[ 0.234300] AppArmor: AppArmor initialized\n[ 0.235799] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.238113] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.240366] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.242473] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.244830] Initializing cgroup subsys io\n[ 0.246219] Initializing cgroup subsys memory\n[ 0.247723] Initializing cgroup subsys devices\n[ 0.249246] Initializing cgroup subsys freezer\n[ 0.250730] Initializing cgroup subsys net_cls\n[ 0.252203] Initializing cgroup subsys perf_event\n[ 0.253771] Initializing cgroup subsys net_prio\n[ 0.255278] Initializing cgroup subsys hugetlb\n[ 0.256848] Initializing cgroup subsys pids\n[ 0.258329] CPU: Physical Processor ID: 0\n[ 0.260425] mce: CPU supports 10 MCE banks\n[ 0.261882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.263625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.280098] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.287177] ftrace: allocating 31920 entries in 125 pages\n[ 0.312900] smpboot: Max logical packages: 1\n[ 0.314399] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.316712] x2apic enabled\n[ 0.318055] Switched APIC routing to physical x2apic.\n[ 0.320906] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.322883] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.326292] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.329411] KVM setup paravirtual spinlock\n[ 0.331280] x86: Booted up 1 node, 1 CPUs\n[ 0.332641] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.334965] devtmpfs: initialized\n[ 0.337191] evm: security.selinux\n[ 0.338397] evm: security.SMACK64\n[ 0.339621] evm: security.SMACK64EXEC\n[ 0.340935] evm: security.SMACK64TRANSMUTE\n[ 0.342326] evm: security.SMACK64MMAP\n[ 0.343582] evm: security.ima\n[ 0.344667] evm: security.capability\n[ 0.346018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.349287] pinctrl core: initialized pinctrl subsystem\n[ 0.351155] RTC time: 1:47:02, date: 08/27/18\n[ 0.352795] NET: Registered protocol family 16\n[ 0.354442] cpuidle: using governor ladder\n[ 0.355884] cpuidle: using governor menu\n[ 0.357276] PCCT header not found.\n[ 0.358560] ACPI: bus type PCI registered\n[ 0.359993] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.362111] PCI: Using configuration type 1 for base access\n[ 0.364668] ACPI: Added _OSI(Module Device)\n[ 0.366090] ACPI: Added _OSI(Processor Device)\n[ 0.367555] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.369097] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.371617] ACPI: Interpreter enabled\n[ 0.372958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.376067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.379192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.382341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.385486] ACPI: (supports S0 S5)\n[ 0.386736] ACPI: Using IOAPIC for interrupt routing\n[ 0.388343] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.392852] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.394833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.396947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.399020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.402848] acpiphp: Slot [3] registered\n[ 0.404198] acpiphp: Slot [4] registered\n[ 0.405573] acpiphp: Slot [5] registered\n[ 0.406981] acpiphp: Slot [6] registered\n[ 0.408320] acpiphp: Slot [7] registered\n[ 0.409730] acpiphp: Slot [8] registered\n[ 0.411104] acpiphp: Slot [9] registered\n[ 0.412488] acpiphp: Slot [10] registered\n[ 0.413868] acpiphp: Slot [11] registered\n[ 0.415266] acpiphp: Slot [12] registered\n[ 0.416635] acpiphp: Slot [13] registered\n[ 0.417997] acpiphp: Slot [14] registered\n[ 0.419364] acpiphp: Slot [15] registered\n[ 0.434743] acpiphp: Slot [16] registered\n[ 0.436148] acpiphp: Slot [17] registered\n[ 0.437541] acpiphp: Slot [18] registered\n[ 0.438903] acpiphp: Slot [19] registered\n[ 0.440314] acpiphp: Slot [20] registered\n[ 0.441714] acpiphp: Slot [21] registered\n[ 0.443077] acpiphp: Slot [22] registered\n[ 0.444442] acpiphp: Slot [23] registered\n[ 0.445807] acpiphp: Slot [24] registered\n[ 0.447119] acpiphp: Slot [25] registered\n[ 0.448221] acpiphp: Slot [26] registered\n[ 0.449309] acpiphp: Slot [27] registered\n[ 0.450412] acpiphp: Slot [28] registered\n[ 0.451509] acpiphp: Slot [29] registered\n[ 0.452606] acpiphp: Slot [30] registered\n[ 0.453701] acpiphp: Slot [31] registered\n[ 0.454795] PCI host bridge to bus 0000:00\n[ 0.455895] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.457525] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.459140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.461101] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.463047] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.465034] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.469116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.470829] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.472400] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.474085] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.478348] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.480284] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.500778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.502753] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.504680] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.506622] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.508637] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.510353] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.512120] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.513548] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.515637] vgaarb: loaded\n[ 0.516452] vgaarb: bridge control possible 0000:00:02.0\n[ 0.518074] SCSI subsystem initialized\n[ 0.519310] ACPI: bus type USB registered\n[ 0.520446] usbcore: registered new interface driver usbfs\n[ 0.521828] usbcore: registered new interface driver hub\n[ 0.523180] usbcore: registered new device driver usb\n[ 0.524681] PCI: Using ACPI for IRQ routing\n[ 0.526188] NetLabel: Initializing\n[ 0.527161] NetLabel: domain hash size = 128\n[ 0.528308] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.529602] NetLabel: unlabeled traffic allowed by default\n[ 0.531162] clocksource: Switched to clocksource kvm-clock\n[ 0.541179] AppArmor: AppArmor Filesystem Enabled\n[ 0.542500] pnp: PnP ACPI init\n[ 0.543720] pnp: PnP ACPI: found 5 devices\n[ 0.550521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.552866] NET: Registered protocol family 2\n[ 0.554282] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.556030] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.557664] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.559305] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.560780] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.564589] NET: Registered protocol family 1\n[ 0.565876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.567426] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.569010] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.583747] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.598753] Trying to unpack rootfs image as initramfs...\n[ 0.662093] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.666057] Scanning for low memory corruption every 60 seconds\n[ 0.668548] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.670290] audit: initializing netlink subsys (disabled)\n[ 0.671974] audit: type=2000 audit(1535334423.017:1): initialized\n[ 0.674204] Initialise system trusted keyring\n[ 0.675826] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.677476] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.680407] zbud: loaded\n[ 0.681512] VFS: Disk quotas dquot_6.6.0\n[ 0.682685] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.685066] fuse init (API version 7.23)\n[ 0.686374] Key type big_key registered\n[ 0.687566] Allocating IMA MOK and blacklist keyrings.\n[ 0.689412] Key type asymmetric registered\n[ 0.690611] Asymmetric key parser 'x509' registered\n[ 0.692007] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.694186] io scheduler noop registered\n[ 0.695324] io scheduler deadline registered (default)\n[ 0.696752] io scheduler cfq registered\n[ 0.698063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.699565] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.701462] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.703554] ACPI: Power Button [PWRF]\n[ 0.704881] GHES: HEST is not enabled!\n[ 0.718974] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.748440] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.751624] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.775403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.778748] Linux agpgart interface v0.103\n[ 0.782707] brd: module loaded\n[ 0.785072] loop: module loaded\n[ 0.790846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.792906] GPT:90111 != 2097151\n[ 0.793880] GPT:Alternate GPT header not at the end of the disk.\n[ 0.795430] GPT:90111 != 2097151\n[ 0.796392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.797750] vda: vda1 vda15\n[ 0.799773] scsi host0: ata_piix\n[ 0.800878] scsi host1: ata_piix\n[ 0.801900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.803605] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.805717] libphy: Fixed MDIO Bus: probed\n[ 0.806892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.808247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.811487] PPP generic driver version 2.4.2\n[ 0.812809] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.814487] ehci-pci: EHCI PCI platform driver\n[ 0.815740] ehci-platform: EHCI generic platform driver\n[ 0.817141] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.818747] ohci-pci: OHCI PCI platform driver\n[ 0.819999] ohci-platform: OHCI generic platform driver\n[ 0.821422] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.836169] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.837621] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.839723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.841137] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.842843] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.844578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.846597] usb usb1: Product: UHCI Host Controller\n[ 0.847917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.849521] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.851011] hub 1-0:1.0: USB hub found\n[ 0.852134] hub 1-0:1.0: 2 ports detected\n[ 0.853559] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.856577] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.857933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.859407] mousedev: PS/2 mouse device common for all mice\n[ 0.861179] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.863759] rtc_cmos 00:00: RTC can wake from S4\n[ 0.865379] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.867054] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.868739] i2c /dev entries driver\n[ 0.869839] device-mapper: uevent: version 1.0.3\n[ 0.871227] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.873575] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.875655] NET: Registered protocol family 10\n[ 0.877521] NET: Registered protocol family 17\n[ 0.878789] Key type dns_resolver registered\n[ 0.880208] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.881778] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.884306] registered taskstats version 1\n[ 0.885527] Loading compiled-in X.509 certificates\n[ 0.887484] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.890116] zswap: loaded using pool lzo/zbud\n[ 0.892556] Key type trusted registered\n[ 0.894840] Key type encrypted registered\n[ 0.896049] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.897533] ima: No TPM chip found, activating TPM-bypass!\n[ 0.899002] evm: HMAC attrs: 0x1\n[ 0.900423] Magic number: 14:380:762\n[ 0.901527] atkbd serio0: hash matches\n[ 0.902742] rtc_cmos 00:00: setting system clock to 2018-08-27 01:47:03 UTC (1535334423)\n[ 0.905083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.906642] EDD information not available.\n[ 0.965859] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.968099] Write protecting the kernel read-only data: 14336k\n[ 0.973328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.976119] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.142964] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZpvj/EmhvAGBiazGn9tY+aCHOfemlbZ01K0CmWqwHGtbu+Hw1nrXm9DJevKd9uUkgLQw8x4eNIeUNKk3b4da/OmnBwx68xklmEcpwqehE97dKtAckUtbHck+BNYME2GZtNhseFCbAFs/27YQ8qkRDAPODeGv3zaDF7KFtYMeERAiasyEKuQX/X2eAMtz2gBm4e8wHWxVvo/bbuKQ7APTSdNfOzjMbGARUaQGVm5kD2L7e0ZH92ENnRROZ071AIC2Qwkz3tQQuwfDPdvBZEs1I732WfknJQEqLYT2QCeGwt9gxawBpGYLrYBLy9N1wDr9Czf/XVpkYywpODo64Vnd root@vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402\nssh-dss AAAAB3NzaC1kc3MAAACBALuCzqkoTLjM9HB0uBmbFOa6MoHZoCfm6iWiBGZRB25kdvGbHEsKMw6MAjuTTaVnaoic3IaQw8qN8DohiVd3qxnkqYNYPcxKtsUB2mkGYQtBD60l0vFD1fPekTGwuKXbb3P0z+JdsmAhi/Zy20aeJkMFqtPaD8TQnM26jZDqYIPdAAAAFQDiW0l5N9JR6bD9/IagC/KOu1NYMQAAAIEAiaffSj1gyoS0Xf0OOSkrcjTjnLhs11xr6eeYZjZEYI/zeirolAf66kWZbQOmWA2nCS6tJXzyhzEKL9yo3lg6/rxn9pDHRw8Exq1VwzYk154tUfq0BHenPe50e3IWvmj0uvUbLT3swY/EOnNq15eFpNdsrpGcWdjIuv+/OnuIxHoAAACALV+rXQf3m+iiY0odPdRszRLfLgWjQ/Z8gaX5BIJCIniomt0jvQfxNhCmyzd8qXc7+dREU3oIPleTsv4ya8npmnifHihsTOMzGtpwGESQnrbgweBzzQa4JYcYfrDkcvEydktpKGIWuv6EYyIXK5hCZXl8zWDtUuog0al2lkcBioE= root@vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.32s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe0a:ffc5/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.19 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402 login: "} 2018-08-27 01:47:19,194 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df/action used request id req-c30e83dc-0d8b-4f95-b8c9-06797122919d 2018-08-27 01:47:19,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.137253046036s 2018-08-27 01:47:19,195 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df/action used request id req-c30e83dc-0d8b-4f95-b8c9-06797122919d 2018-08-27 01:47:19,195 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 498674361 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.223006] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.225858] pid_max: default: 32768 minimum: 301 [ 0.227433] ACPI: Core revision 20150930 [ 0.229411] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.231645] Security Framework initialized [ 0.233063] Yama: becoming mindful. [ 0.234300] AppArmor: AppArmor initialized [ 0.235799] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.238113] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.240366] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.242473] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.244830] Initializing cgroup subsys io [ 0.246219] Initializing cgroup subsys memory [ 0.247723] Initializing cgroup subsys devices [ 0.249246] Initializing cgroup subsys freezer [ 0.250730] Initializing cgroup subsys net_cls [ 0.252203] Initializing cgroup subsys perf_event [ 0.253771] Initializing cgroup subsys net_prio [ 0.255278] Initializing cgroup subsys hugetlb [ 0.256848] Initializing cgroup subsys pids [ 0.258329] CPU: Physical Processor ID: 0 [ 0.260425] mce: CPU supports 10 MCE banks [ 0.261882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.263625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.280098] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.287177] ftrace: allocating 31920 entries in 125 pages [ 0.312900] smpboot: Max logical packages: 1 [ 0.314399] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.316712] x2apic enabled [ 0.318055] Switched APIC routing to physical x2apic. [ 0.320906] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.322883] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.326292] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.329411] KVM setup paravirtual spinlock [ 0.331280] x86: Booted up 1 node, 1 CPUs [ 0.332641] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.334965] devtmpfs: initialized [ 0.337191] evm: security.selinux [ 0.338397] evm: security.SMACK64 [ 0.339621] evm: security.SMACK64EXEC [ 0.340935] evm: security.SMACK64TRANSMUTE [ 0.342326] evm: security.SMACK64MMAP [ 0.343582] evm: security.ima [ 0.344667] evm: security.capability [ 0.346018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.349287] pinctrl core: initialized pinctrl subsystem [ 0.351155] RTC time: 1:47:02, date: 08/27/18 [ 0.352795] NET: Registered protocol family 16 [ 0.354442] cpuidle: using governor ladder [ 0.355884] cpuidle: using governor menu [ 0.357276] PCCT header not found. [ 0.358560] ACPI: bus type PCI registered [ 0.359993] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.362111] PCI: Using configuration type 1 for base access [ 0.364668] ACPI: Added _OSI(Module Device) [ 0.366090] ACPI: Added _OSI(Processor Device) [ 0.367555] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.369097] ACPI: Added _OSI(Processor Aggregator Device) [ 0.371617] ACPI: Interpreter enabled [ 0.372958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.376067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.379192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.382341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.385486] ACPI: (supports S0 S5) [ 0.386736] ACPI: Using IOAPIC for interrupt routing [ 0.388343] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.392852] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.394833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.396947] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.399020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.402848] acpiphp: Slot [3] registered [ 0.404198] acpiphp: Slot [4] registered [ 0.405573] acpiphp: Slot [5] registered [ 0.406981] acpiphp: Slot [6] registered [ 0.408320] acpiphp: Slot [7] registered [ 0.409730] acpiphp: Slot [8] registered [ 0.411104] acpiphp: Slot [9] registered [ 0.412488] acpiphp: Slot [10] registered [ 0.413868] acpiphp: Slot [11] registered [ 0.415266] acpiphp: Slot [12] registered [ 0.416635] acpiphp: Slot [13] registered [ 0.417997] acpiphp: Slot [14] registered [ 0.419364] acpiphp: Slot [15] registered [ 0.434743] acpiphp: Slot [16] registered [ 0.436148] acpiphp: Slot [17] registered [ 0.437541] acpiphp: Slot [18] registered [ 0.438903] acpiphp: Slot [19] registered [ 0.440314] acpiphp: Slot [20] registered [ 0.441714] acpiphp: Slot [21] registered [ 0.443077] acpiphp: Slot [22] registered [ 0.444442] acpiphp: Slot [23] registered [ 0.445807] acpiphp: Slot [24] registered [ 0.447119] acpiphp: Slot [25] registered [ 0.448221] acpiphp: Slot [26] registered [ 0.449309] acpiphp: Slot [27] registered [ 0.450412] acpiphp: Slot [28] registered [ 0.451509] acpiphp: Slot [29] registered [ 0.452606] acpiphp: Slot [30] registered [ 0.453701] acpiphp: Slot [31] registered [ 0.454795] PCI host bridge to bus 0000:00 [ 0.455895] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.457525] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.459140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.461101] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.463047] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.465034] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.469116] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.470829] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.472400] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.474085] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.478348] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.480284] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.500778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.502753] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.504680] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.506622] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.508637] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.510353] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.512120] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.513548] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.515637] vgaarb: loaded [ 0.516452] vgaarb: bridge control possible 0000:00:02.0 [ 0.518074] SCSI subsystem initialized [ 0.519310] ACPI: bus type USB registered [ 0.520446] usbcore: registered new interface driver usbfs [ 0.521828] usbcore: registered new interface driver hub [ 0.523180] usbcore: registered new device driver usb [ 0.524681] PCI: Using ACPI for IRQ routing [ 0.526188] NetLabel: Initializing [ 0.527161] NetLabel: domain hash size = 128 [ 0.528308] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.529602] NetLabel: unlabeled traffic allowed by default [ 0.531162] clocksource: Switched to clocksource kvm-clock [ 0.541179] AppArmor: AppArmor Filesystem Enabled [ 0.542500] pnp: PnP ACPI init [ 0.543720] pnp: PnP ACPI: found 5 devices [ 0.550521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.552866] NET: Registered protocol family 2 [ 0.554282] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.556030] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.557664] TCP: Hash tables configured (established 4096 bind 4096) [ 0.559305] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.560780] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.564589] NET: Registered protocol family 1 [ 0.565876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.567426] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.569010] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.583747] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.598753] Trying to unpack rootfs image as initramfs... [ 0.662093] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.666057] Scanning for low memory corruption every 60 seconds [ 0.668548] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.670290] audit: initializing netlink subsys (disabled) [ 0.671974] audit: type=2000 audit(1535334423.017:1): initialized [ 0.674204] Initialise system trusted keyring [ 0.675826] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.677476] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.680407] zbud: loaded [ 0.681512] VFS: Disk quotas dquot_6.6.0 [ 0.682685] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.685066] fuse init (API version 7.23) [ 0.686374] Key type big_key registered [ 0.687566] Allocating IMA MOK and blacklist keyrings. [ 0.689412] Key type asymmetric registered [ 0.690611] Asymmetric key parser 'x509' registered [ 0.692007] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.694186] io scheduler noop registered [ 0.695324] io scheduler deadline registered (default) [ 0.696752] io scheduler cfq registered [ 0.698063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.699565] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.701462] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.703554] ACPI: Power Button [PWRF] [ 0.704881] GHES: HEST is not enabled! [ 0.718974] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.748440] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.751624] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.775403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.778748] Linux agpgart interface v0.103 [ 0.782707] brd: module loaded [ 0.785072] loop: module loaded [ 0.790846] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.792906] GPT:90111 != 2097151 [ 0.793880] GPT:Alternate GPT header not at the end of the disk. [ 0.795430] GPT:90111 != 2097151 [ 0.796392] GPT: Use GNU Parted to correct GPT errors. [ 0.797750] vda: vda1 vda15 [ 0.799773] scsi host0: ata_piix [ 0.800878] scsi host1: ata_piix [ 0.801900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.803605] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.805717] libphy: Fixed MDIO Bus: probed [ 0.806892] tun: Universal TUN/TAP device driver, 1.6 [ 0.808247] tun: (C) 1999-2004 Max Krasnyansky [ 0.811487] PPP generic driver version 2.4.2 [ 0.812809] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.814487] ehci-pci: EHCI PCI platform driver [ 0.815740] ehci-platform: EHCI generic platform driver [ 0.817141] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.818747] ohci-pci: OHCI PCI platform driver [ 0.819999] ohci-platform: OHCI generic platform driver [ 0.821422] uhci_hcd: USB Universal Host Controller Interface driver [ 0.836169] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.837621] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.839723] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.841137] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.842843] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.844578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.846597] usb usb1: Product: UHCI Host Controller [ 0.847917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.849521] usb usb1: SerialNumber: 0000:00:01.2 [ 0.851011] hub 1-0:1.0: USB hub found [ 0.852134] hub 1-0:1.0: 2 ports detected [ 0.853559] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.856577] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.857933] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.859407] mousedev: PS/2 mouse device common for all mice [ 0.861179] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.863759] rtc_cmos 00:00: RTC can wake from S4 [ 0.865379] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.867054] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.868739] i2c /dev entries driver [ 0.869839] device-mapper: uevent: version 1.0.3 [ 0.871227] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.873575] ledtrig-cpu: registered to indicate activity on CPUs [ 0.875655] NET: Registered protocol family 10 [ 0.877521] NET: Registered protocol family 17 [ 0.878789] Key type dns_resolver registered [ 0.880208] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.881778] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.884306] registered taskstats version 1 [ 0.885527] Loading compiled-in X.509 certificates [ 0.887484] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.890116] zswap: loaded using pool lzo/zbud [ 0.892556] Key type trusted registered [ 0.894840] Key type encrypted registered [ 0.896049] AppArmor: AppArmor sha1 policy hashing enabled [ 0.897533] ima: No TPM chip found, activating TPM-bypass! [ 0.899002] evm: HMAC attrs: 0x1 [ 0.900423] Magic number: 14:380:762 [ 0.901527] atkbd serio0: hash matches [ 0.902742] rtc_cmos 00:00: setting system clock to 2018-08-27 01:47:03 UTC (1535334423) [ 0.905083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.906642] EDD information not available. [ 0.965859] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.968099] Write protecting the kernel read-only data: 14336k [ 0.973328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.976119] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.142964] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZpvj/EmhvAGBiazGn9tY+aCHOfemlbZ01K0CmWqwHGtbu+Hw1nrXm9DJevKd9uUkgLQw8x4eNIeUNKk3b4da/OmnBwx68xklmEcpwqehE97dKtAckUtbHck+BNYME2GZtNhseFCbAFs/27YQ8qkRDAPODeGv3zaDF7KFtYMeERAiasyEKuQX/X2eAMtz2gBm4e8wHWxVvo/bbuKQ7APTSdNfOzjMbGARUaQGVm5kD2L7e0ZH92ENnRROZ071AIC2Qwkz3tQQuwfDPdvBZEs1I732WfknJQEqLYT2QCeGwt9gxawBpGYLrYBLy9N1wDr9Czf/XVpkYywpODo64Vnd root@vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402 ssh-dss AAAAB3NzaC1kc3MAAACBALuCzqkoTLjM9HB0uBmbFOa6MoHZoCfm6iWiBGZRB25kdvGbHEsKMw6MAjuTTaVnaoic3IaQw8qN8DohiVd3qxnkqYNYPcxKtsUB2mkGYQtBD60l0vFD1fPekTGwuKXbb3P0z+JdsmAhi/Zy20aeJkMFqtPaD8TQnM26jZDqYIPdAAAAFQDiW0l5N9JR6bD9/IagC/KOu1NYMQAAAIEAiaffSj1gyoS0Xf0OOSkrcjTjnLhs11xr6eeYZjZEYI/zeirolAf66kWZbQOmWA2nCS6tJXzyhzEKL9yo3lg6/rxn9pDHRw8Exq1VwzYk154tUfq0BHenPe50e3IWvmj0uvUbLT3swY/EOnNq15eFpNdsrpGcWdjIuv+/OnuIxHoAAACALV+rXQf3m+iiY0odPdRszRLfLgWjQ/Z8gaX5BIJCIniomt0jvQfxNhCmyzd8qXc7+dREU3oIPleTsv4ya8npmnifHihsTOMzGtpwGESQnrbgweBzzQa4JYcYfrDkcvEydktpKGIWuv6EYyIXK5hCZXl8zWDtUuog0al2lkcBioE= root@vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.32s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe0a:ffc5/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.19 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-4a3c5ad1-5fcd-4530-b382-ee535df3b402 login: 2018-08-27 01:47:19,198 - paramiko.transport - DEBUG - starting thread (client mode): 0x52475750L 2018-08-27 01:47:19,199 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 01:47:19,199 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-27 01:47:19,199 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-27 01:47:19,201 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 01:47:19,201 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 01:47:19,201 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-27 01:47:19,202 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 01:47:19,202 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 01:47:19,202 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 01:47:19,220 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 01:47:19,221 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 01:47:19,231 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 73d8c4204673943362b3761beac8a5e9 2018-08-27 01:47:19,232 - paramiko.transport - DEBUG - Trying discovered key cef6a1a1674d07eeca91b5f558b48f54 in /tmp/tmpgh93zl 2018-08-27 01:47:19,258 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 01:47:19,264 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 01:47:19,297 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 01:47:19,298 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-27 01:47:19,298 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 01:47:19,299 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 01:47:19,303 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 01:47:19,303 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.8 (192.168.120.8): 56 data bytes 64 bytes from 192.168.120.8: seq=0 ttl=64 time=1.598 ms --- 192.168.120.8 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.598/1.598/1.598 ms 2018-08-27 01:47:19,303 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-27 01:47:19,307 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 01:47:19,420 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:47:19,420 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:00 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 01:47:19,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 01:47:19,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:19,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:47:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67b0da48-9c5b-4302-9df6-ff39cee2cce4 x-compute-request-id: req-67b0da48-9c5b-4302-9df6-ff39cee2cce4 Content-Type: application/json 2018-08-27 01:47:19,603 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817 used request id req-67b0da48-9c5b-4302-9df6-ff39cee2cce4 2018-08-27 01:47:19,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.17752790451s 2018-08-27 01:47:19,603 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817 used request id req-67b0da48-9c5b-4302-9df6-ff39cee2cce4 2018-08-27 01:47:19,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:47:19,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:20,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f36fae0d-9d00-4a13-9a5b-dbab74f1cf35 x-compute-request-id: req-f36fae0d-9d00-4a13-9a5b-dbab74f1cf35 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:ff:c5", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:ff:c5", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:47:02.000000", "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:47:02Z", "hostId": "7b7e1b59e5911480956b26c5f0a08e543a5fb81ecc0e7c95ce20b54a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "name": "vping_ssh-vm_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:53Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:1c:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/86626ab2-0100-4d0d-a3db-29f9ffd0a817", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:46:46.000000", "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "86626ab2-0100-4d0d-a3db-29f9ffd0a817", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:47:19Z", "hostId": "99d7110d10bec3bff445e68944039a66719aeaf2125648a16c31ad6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:37Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:47:20,375 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f36fae0d-9d00-4a13-9a5b-dbab74f1cf35 2018-08-27 01:47:20,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.771486997604s 2018-08-27 01:47:20,376 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f36fae0d-9d00-4a13-9a5b-dbab74f1cf35 2018-08-27 01:47:20,378 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:47:22,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:47:22,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:23,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d67f0eaf-c136-4e26-9835-a1cd6b87e242 x-compute-request-id: req-d67f0eaf-c136-4e26-9835-a1cd6b87e242 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:ff:c5", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:ff:c5", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:47:02.000000", "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:47:02Z", "hostId": "7b7e1b59e5911480956b26c5f0a08e543a5fb81ecc0e7c95ce20b54a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "name": "vping_ssh-vm_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:53Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:47:23,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d67f0eaf-c136-4e26-9835-a1cd6b87e242 2018-08-27 01:47:23,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12136387825s 2018-08-27 01:47:23,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d67f0eaf-c136-4e26-9835-a1cd6b87e242 2018-08-27 01:47:23,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 01:47:23,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/554da111-a1f8-407c-a33c-bb8233a7af57.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:24,471 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b15ca3e8-47b9-4ccc-bb43-adb4e9a8a59a Content-Length: 0 Date: Mon, 27 Aug 2018 01:47:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:47:24,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/554da111-a1f8-407c-a33c-bb8233a7af57.json used request id req-b15ca3e8-47b9-4ccc-bb43-adb4e9a8a59a 2018-08-27 01:47:24,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.964108943939s 2018-08-27 01:47:24,471 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/554da111-a1f8-407c-a33c-bb8233a7af57.json used request id req-b15ca3e8-47b9-4ccc-bb43-adb4e9a8a59a 2018-08-27 01:47:24,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:47:24,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:24,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a04a2292-ba71-40bc-ad01-dd670d3361b7 Date: Mon, 27 Aug 2018 01:47:24 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:47:24,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-a04a2292-ba71-40bc-ad01-dd670d3361b7 2018-08-27 01:47:24,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0424160957336s 2018-08-27 01:47:24,519 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-a04a2292-ba71-40bc-ad01-dd670d3361b7 2018-08-27 01:47:24,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 01:47:24,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:24,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:47:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-845825fa-37a7-471d-873a-cfd1bc1cd0c4 x-compute-request-id: req-845825fa-37a7-471d-873a-cfd1bc1cd0c4 Content-Type: application/json 2018-08-27 01:47:24,890 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df used request id req-845825fa-37a7-471d-873a-cfd1bc1cd0c4 2018-08-27 01:47:24,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.370920181274s 2018-08-27 01:47:24,891 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df used request id req-845825fa-37a7-471d-873a-cfd1bc1cd0c4 2018-08-27 01:47:24,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:47:24,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:25,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96b3428d-1b74-42cb-806b-9092e17292cc x-compute-request-id: req-96b3428d-1b74-42cb-806b-9092e17292cc Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:ff:c5", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:ff:c5", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "rel": "bookmark"}], "image": {"id": "3e763718-704f-42ff-8275-d691a2ab100a", "links": [{"href": "http://172.30.9.26:8774/images/3e763718-704f-42ff-8275-d691a2ab100a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:47:02.000000", "flavor": {"id": "34d185a1-117f-4252-8b15-0781eda2a21a", "links": [{"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}]}, "id": "1b8c7e78-86b7-4f06-b33d-5b2bf38c17df", "security_groups": [{"name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}], "user_id": "4fddfc15c6674c2093e5e49ed4a82d02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:47:24Z", "hostId": "7b7e1b59e5911480956b26c5f0a08e543a5fb81ecc0e7c95ce20b54a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "name": "vping_ssh-vm_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "created": "2018-08-27T01:46:53Z", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:47:25,401 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-96b3428d-1b74-42cb-806b-9092e17292cc 2018-08-27 01:47:25,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509968996048s 2018-08-27 01:47:25,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-96b3428d-1b74-42cb-806b-9092e17292cc 2018-08-27 01:47:25,403 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:47:27,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:47:27,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:27,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47e90cd1-e658-4fc2-ad1c-66704d4bf2a5 x-compute-request-id: req-47e90cd1-e658-4fc2-ad1c-66704d4bf2a5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 01:47:27,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-47e90cd1-e658-4fc2-ad1c-66704d4bf2a5 2018-08-27 01:47:27,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.209259986877s 2018-08-27 01:47:27,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-47e90cd1-e658-4fc2-ad1c-66704d4bf2a5 2018-08-27 01:47:27,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:47:27,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:27,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-8810ef89-4536-4bb4-b03d-8647ae782091 Date: Mon, 27 Aug 2018 01:47:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:19Z", "updated_at": "2018-08-27T01:46:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "651cd0af-c132-499e-812e-04a2990c6cd2", "remote_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "83b225ac-8d5c-4de9-9e2a-ecbe4feed760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "9354b69d-e3fa-4765-9d2e-aa6fc0f320f2", "remote_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "a1451ef8-af1d-42d5-be2d-6368588b4b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}], "revision_number": 1, "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:30Z", "updated_at": "2018-08-27T01:46:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:30Z", "revision_number": 0, "id": "991587f9-bd49-4dbe-a23c-34b7f58766ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:30Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:30Z", "revision_number": 0, "id": "9da3257c-7442-46d7-befc-591e83a3d648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:30Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T01:46:31Z", "revision_number": 0, "id": "f854a95a-f427-4fcc-81be-3e6ac98cbc6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:31Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:31Z", "revision_number": 0, "id": "fc434f3f-0f34-4a74-8fd2-a2428b8a318e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:31Z", "security_group_id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}], "revision_number": 3, "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "9524af4b-a729-4d1f-b89e-cc6747ec1212", "name": "vping_ssh-sg_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}]} 2018-08-27 01:47:27,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8810ef89-4536-4bb4-b03d-8647ae782091 2018-08-27 01:47:27,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0466270446777s 2018-08-27 01:47:27,665 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8810ef89-4536-4bb4-b03d-8647ae782091 2018-08-27 01:47:27,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 01:47:27,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/9524af4b-a729-4d1f-b89e-cc6747ec1212.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:27,900 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47dd31ad-fbeb-4272-9c5c-fdb73d53ad36 Content-Length: 0 Date: Mon, 27 Aug 2018 01:47:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:47:27,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/9524af4b-a729-4d1f-b89e-cc6747ec1212.json used request id req-47dd31ad-fbeb-4272-9c5c-fdb73d53ad36 2018-08-27 01:47:27,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.231971979141s 2018-08-27 01:47:27,901 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/9524af4b-a729-4d1f-b89e-cc6747ec1212.json used request id req-47dd31ad-fbeb-4272-9c5c-fdb73d53ad36 2018-08-27 01:47:27,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 01:47:27,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:28,103 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-985f663b-30c2-4081-8d08-12a2b0a37dff x-compute-request-id: req-985f663b-30c2-4081-8d08-12a2b0a37dff Content-Length: 0 Content-Type: application/json 2018-08-27 01:47:28,103 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402 used request id req-985f663b-30c2-4081-8d08-12a2b0a37dff 2018-08-27 01:47:28,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.202043056488s 2018-08-27 01:47:28,103 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_4a3c5ad1-5fcd-4530-b382-ee535df3b402 used request id req-985f663b-30c2-4081-8d08-12a2b0a37dff 2018-08-27 01:47:28,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 01:47:28,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/eadcaeb8-4d5f-438f-a83f-fff8d766fb66/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" -d '{"subnet_id": "7e916117-7e18-4352-8ed1-2a04c61aad80"}' 2018-08-27 01:47:29,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eede6ed2-bdfc-4f48-9ee8-c55841ef5bf2 Date: Mon, 27 Aug 2018 01:47:29 GMT RESP BODY: {"network_id": "39c140f2-49ac-4e6a-a0d7-bf20513acd1d", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "subnet_id": "7e916117-7e18-4352-8ed1-2a04c61aad80", "subnet_ids": ["7e916117-7e18-4352-8ed1-2a04c61aad80"], "port_id": "17e607b4-af11-4811-a8eb-116e8a75cfb9", "id": "eadcaeb8-4d5f-438f-a83f-fff8d766fb66"} 2018-08-27 01:47:29,589 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/eadcaeb8-4d5f-438f-a83f-fff8d766fb66/remove_router_interface.json used request id req-eede6ed2-bdfc-4f48-9ee8-c55841ef5bf2 2018-08-27 01:47:29,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.48479294777s 2018-08-27 01:47:29,589 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/eadcaeb8-4d5f-438f-a83f-fff8d766fb66/remove_router_interface.json used request id req-eede6ed2-bdfc-4f48-9ee8-c55841ef5bf2 returning object eadcaeb8-4d5f-438f-a83f-fff8d766fb66 2018-08-27 01:47:29,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 01:47:29,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:29,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-3c298b3e-f9d2-468f-bf71-179432ed3b56 Date: Mon, 27 Aug 2018 01:47:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:21Z", "admin_state_up": true, "updated_at": "2018-08-27T01:47:28Z", "revision_number": 4, "routes": [], "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "eadcaeb8-4d5f-438f-a83f-fff8d766fb66", "name": "vping_ssh-router_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}]} 2018-08-27 01:47:29,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-3c298b3e-f9d2-468f-bf71-179432ed3b56 2018-08-27 01:47:29,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117394924164s 2018-08-27 01:47:29,707 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-3c298b3e-f9d2-468f-bf71-179432ed3b56 2018-08-27 01:47:29,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 01:47:29,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/eadcaeb8-4d5f-438f-a83f-fff8d766fb66.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:31,320 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38226c90-bfeb-4c9e-b81b-3cc085d4f633 Content-Length: 0 Date: Mon, 27 Aug 2018 01:47:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:47:31,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/eadcaeb8-4d5f-438f-a83f-fff8d766fb66.json used request id req-38226c90-bfeb-4c9e-b81b-3cc085d4f633 2018-08-27 01:47:31,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.61163592339s 2018-08-27 01:47:31,321 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/eadcaeb8-4d5f-438f-a83f-fff8d766fb66.json used request id req-38226c90-bfeb-4c9e-b81b-3cc085d4f633 2018-08-27 01:47:31,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:47:31,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:31,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1d12ba8c-4898-4322-921f-5cb173ab1e12 Date: Mon, 27 Aug 2018 01:47:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:21Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:46:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2833a599ce6643b398c926d7c0dc7be3","id":"7e916117-7e18-4352-8ed1-2a04c61aad80","subnetpool_id":null,"name":"vping_ssh-subnet_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}]} 2018-08-27 01:47:31,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-1d12ba8c-4898-4322-921f-5cb173ab1e12 2018-08-27 01:47:31,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0417561531067s 2018-08-27 01:47:31,363 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-1d12ba8c-4898-4322-921f-5cb173ab1e12 2018-08-27 01:47:31,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 01:47:31,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/7e916117-7e18-4352-8ed1-2a04c61aad80.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:33,707 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70913a44-a3e2-4aa7-8ea7-9dd8a17e3b09 Date: Mon, 27 Aug 2018 01:47:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:47:33,707 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/7e916117-7e18-4352-8ed1-2a04c61aad80.json used request id req-70913a44-a3e2-4aa7-8ea7-9dd8a17e3b09 2018-08-27 01:47:33,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.34230899811s 2018-08-27 01:47:33,707 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/7e916117-7e18-4352-8ed1-2a04c61aad80.json used request id req-70913a44-a3e2-4aa7-8ea7-9dd8a17e3b09 2018-08-27 01:47:33,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:47:33,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:33,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-c456a5bc-dfd5-4f18-a031-49a9679cec31 Date: Mon, 27 Aug 2018 01:47:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:47:33Z","tenant_id":"2833a599ce6643b398c926d7c0dc7be3","created_at":"2018-08-27T01:46:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2833a599ce6643b398c926d7c0dc7be3","id":"39c140f2-49ac-4e6a-a0d7-bf20513acd1d","name":"vping_ssh-net_4a3c5ad1-5fcd-4530-b382-ee535df3b402"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:47:33,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c456a5bc-dfd5-4f18-a031-49a9679cec31 2018-08-27 01:47:33,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0940501689911s 2018-08-27 01:47:33,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c456a5bc-dfd5-4f18-a031-49a9679cec31 2018-08-27 01:47:33,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 01:47:33,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/39c140f2-49ac-4e6a-a0d7-bf20513acd1d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:35,681 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a14bf122-d741-4ef7-b927-423e1d2d4150 Date: Mon, 27 Aug 2018 01:47:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:47:35,681 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/39c140f2-49ac-4e6a-a0d7-bf20513acd1d.json used request id req-a14bf122-d741-4ef7-b927-423e1d2d4150 2018-08-27 01:47:35,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.87782812119s 2018-08-27 01:47:35,681 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/39c140f2-49ac-4e6a-a0d7-bf20513acd1d.json used request id req-a14bf122-d741-4ef7-b927-423e1d2d4150 2018-08-27 01:47:35,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:47:35,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:35,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-08f62063-152d-46e9-95e5-a1f17deac397 Date: Mon, 27 Aug 2018 01:47:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:46:27Z", "file": "/v2/images/3e763718-704f-42ff-8275-d691a2ab100a/file", "owner": "2833a599ce6643b398c926d7c0dc7be3", "id": "3e763718-704f-42ff-8275-d691a2ab100a", "size": 12716032, "self": "/v2/images/3e763718-704f-42ff-8275-d691a2ab100a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/3e763718-704f-42ff-8275-d691a2ab100a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/3e763718-704f-42ff-8275-d691a2ab100a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:46:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:47:35,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-08f62063-152d-46e9-95e5-a1f17deac397 2018-08-27 01:47:35,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0506248474121s 2018-08-27 01:47:35,737 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-08f62063-152d-46e9-95e5-a1f17deac397 2018-08-27 01:47:35,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 01:47:35,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/3e763718-704f-42ff-8275-d691a2ab100a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67773783b70c57a0260a5959f48df51a6bdf55" 2018-08-27 01:47:37,304 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-804f11de-af7e-4c75-b7b5-0eace17c9ebc Date: Mon, 27 Aug 2018 01:47:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:47:37,304 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/3e763718-704f-42ff-8275-d691a2ab100a used request id req-804f11de-af7e-4c75-b7b5-0eace17c9ebc 2018-08-27 01:47:37,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.5656170845s 2018-08-27 01:47:37,304 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/3e763718-704f-42ff-8275-d691a2ab100a used request id req-804f11de-af7e-4c75-b7b5-0eace17c9ebc 2018-08-27 01:47:37,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:47:37,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:47:37,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d885561-15ef-4f25-b500-8070b59dd229 x-compute-request-id: req-0d885561-15ef-4f25-b500-8070b59dd229 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/34d185a1-117f-4252-8b15-0781eda2a21a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "34d185a1-117f-4252-8b15-0781eda2a21a"}]} 2018-08-27 01:47:37,326 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-0d885561-15ef-4f25-b500-8070b59dd229 2018-08-27 01:47:37,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0215599536896s 2018-08-27 01:47:37,327 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-0d885561-15ef-4f25-b500-8070b59dd229 2018-08-27 01:47:37,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 01:47:37,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/34d185a1-117f-4252-8b15-0781eda2a21a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:47:37,381 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:47:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2febb2c2-ae7b-4604-8866-226ed5a837b9 x-compute-request-id: req-2febb2c2-ae7b-4604-8866-226ed5a837b9 Content-Length: 0 Content-Type: application/json 2018-08-27 01:47:37,382 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/34d185a1-117f-4252-8b15-0781eda2a21a used request id req-2febb2c2-ae7b-4604-8866-226ed5a837b9 2018-08-27 01:47:37,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0535619258881s 2018-08-27 01:47:37,382 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/34d185a1-117f-4252-8b15-0781eda2a21a used request id req-2febb2c2-ae7b-4604-8866-226ed5a837b9 2018-08-27 01:47:37,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:47:37,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:47:37,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4543ac55-7937-4949-9b21-cb876fa4a299 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "links": {"self": "http://172.30.9.26:5000/v3/users/4fddfc15c6674c2093e5e49ed4a82d02"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4fddfc15c6674c2093e5e49ed4a82d02", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:47:37,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-4543ac55-7937-4949-9b21-cb876fa4a299 2018-08-27 01:47:37,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205378055573s 2018-08-27 01:47:37,588 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-4543ac55-7937-4949-9b21-cb876fa4a299 2018-08-27 01:47:37,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:47:37,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/4fddfc15c6674c2093e5e49ed4a82d02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:47:37,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e427fe8-9696-40d0-b98e-4bdafba384ec Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_4a3c5ad1-5fcd-4530-b382-ee535df3b402", "links": {"self": "http://172.30.9.26:5000/v3/users/4fddfc15c6674c2093e5e49ed4a82d02"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "4fddfc15c6674c2093e5e49ed4a82d02", "description": null}} 2018-08-27 01:47:37,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/4fddfc15c6674c2093e5e49ed4a82d02 used request id req-3e427fe8-9696-40d0-b98e-4bdafba384ec 2018-08-27 01:47:37,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.215991973877s 2018-08-27 01:47:37,811 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/4fddfc15c6674c2093e5e49ed4a82d02 used request id req-3e427fe8-9696-40d0-b98e-4bdafba384ec 2018-08-27 01:47:37,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 01:47:37,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/4fddfc15c6674c2093e5e49ed4a82d02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:47:38,188 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:47:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfba765d-40cb-4e00-836e-963943f043df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:47:38,188 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/4fddfc15c6674c2093e5e49ed4a82d02 used request id req-dfba765d-40cb-4e00-836e-963943f043df 2018-08-27 01:47:38,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.377014160156s 2018-08-27 01:47:38,189 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/4fddfc15c6674c2093e5e49ed4a82d02 used request id req-dfba765d-40cb-4e00-836e-963943f043df 2018-08-27 01:47:38,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:47:38,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:47:38,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1997709e-71a7-41cf-9537-123af7581a4f Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.26:5000/v3/projects/2833a599ce6643b398c926d7c0dc7be3"}, "tags": [], "enabled": true, "id": "2833a599ce6643b398c926d7c0dc7be3", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_4a3c5ad1-5fcd-4530-b382-ee535df3b402"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 01:47:38,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1997709e-71a7-41cf-9537-123af7581a4f 2018-08-27 01:47:38,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190853118896s 2018-08-27 01:47:38,386 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1997709e-71a7-41cf-9537-123af7581a4f 2018-08-27 01:47:38,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 01:47:38,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/2833a599ce6643b398c926d7c0dc7be3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a869e48561d4c65831d08f4d81228dd47813e07b" 2018-08-27 01:47:38,729 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:47:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48ee147b-052c-46fd-be49-907395615a1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:47:38,729 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/2833a599ce6643b398c926d7c0dc7be3 used request id req-48ee147b-052c-46fd-be49-907395615a1c 2018-08-27 01:47:38,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.338546037674s 2018-08-27 01:47:38,730 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/2833a599ce6643b398c926d7c0dc7be3 used request id req-48ee147b-052c-46fd-be49-907395615a1c 2018-08-27 01:47:38,783 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-27 01:47:38,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:47:38,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:47:38,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:47:38,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:47:38,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:47:38,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:47:38,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:47:38,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:47:38,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:47:38,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:47:38,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b141420-47bc-4851-8da9-b95d80c32ca0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:47:38,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8b141420-47bc-4851-8da9-b95d80c32ca0 2018-08-27 01:47:38,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:47:39,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:47:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["qgsWAWvxQ-yA6x9XTD3MXA"], "issued_at": "2018-08-27T01:47:39.000000Z"}} 2018-08-27 01:47:39,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:47:39,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:47:39,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e24379a4-be71-4a33-a535-c49304a0d8df Date: Mon, 27 Aug 2018 01:47:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:47:39,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e24379a4-be71-4a33-a535-c49304a0d8df 2018-08-27 01:47:39,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.332830905914s 2018-08-27 01:47:39,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e24379a4-be71-4a33-a535-c49304a0d8df 2018-08-27 01:47:39,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:47:39,574 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:47:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88d9215b-424e-41d7-89a8-3ff5365cdf46 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 01:47:39,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-88d9215b-424e-41d7-89a8-3ff5365cdf46 2018-08-27 01:47:39,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:47:39,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:47:39,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39306cac-7f4e-4f6b-9c75-eefc5c4bd8db Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 01:47:39,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-39306cac-7f4e-4f6b-9c75-eefc5c4bd8db 2018-08-27 01:47:39,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197103023529s 2018-08-27 01:47:39,772 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-39306cac-7f4e-4f6b-9c75-eefc5c4bd8db 2018-08-27 01:47:39,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 01:47:39,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_9b844167-3cfc-437c-9221-4e6731ad4437"}}' 2018-08-27 01:47:39,978 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:47:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33f57fd9-0865-4fd1-95b0-c979537638fc Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.26:5000/v3/projects/2297c17ecdd64a0ea654eaf43869f4f6"}, "tags": [], "enabled": true, "id": "2297c17ecdd64a0ea654eaf43869f4f6", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9b844167-3cfc-437c-9221-4e6731ad4437"}} 2018-08-27 01:47:39,978 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-33f57fd9-0865-4fd1-95b0-c979537638fc 2018-08-27 01:47:39,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.199353933334s 2018-08-27 01:47:39,978 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-33f57fd9-0865-4fd1-95b0-c979537638fc 2018-08-27 01:47:39,979 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'2297c17ecdd64a0ea654eaf43869f4f6', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_userdata-project_9b844167-3cfc-437c-9221-4e6731ad4437'}) 2018-08-27 01:47:39,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 01:47:39,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "92ba87ab-4439-4ff4-9b06-e7c718a338d5", "email": null, "name": "vping_userdata-user_9b844167-3cfc-437c-9221-4e6731ad4437"}}' 2018-08-27 01:47:40,416 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:47:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fff49da-2100-4c8d-8ba8-6df48078ab15 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_9b844167-3cfc-437c-9221-4e6731ad4437", "links": {"self": "http://172.30.9.26:5000/v3/users/f542dc492ac44a3fb8bfa0645145517d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f542dc492ac44a3fb8bfa0645145517d", "domain_id": "default", "password_expires_at": null}} 2018-08-27 01:47:40,416 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-5fff49da-2100-4c8d-8ba8-6df48078ab15 2018-08-27 01:47:40,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.430840015411s 2018-08-27 01:47:40,416 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-5fff49da-2100-4c8d-8ba8-6df48078ab15 2018-08-27 01:47:40,417 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f542dc492ac44a3fb8bfa0645145517d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_9b844167-3cfc-437c-9221-4e6731ad4437'}) 2018-08-27 01:47:40,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:47:40,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:47:40,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49df673c-af55-4e80-a7b6-cb2c7e80e22c Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:47:40,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-49df673c-af55-4e80-a7b6-cb2c7e80e22c 2018-08-27 01:47:40,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203741073608s 2018-08-27 01:47:40,625 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-49df673c-af55-4e80-a7b6-cb2c7e80e22c 2018-08-27 01:47:40,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:47:40,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:47:40,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5689922a-c0b1-4f4c-9b0c-56eb1f300024 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:47:40,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5689922a-c0b1-4f4c-9b0c-56eb1f300024 2018-08-27 01:47:40,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.125534057617s 2018-08-27 01:47:40,755 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5689922a-c0b1-4f4c-9b0c-56eb1f300024 2018-08-27 01:47:40,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:47:40,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:47:40,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27cde23e-b3e9-47c6-bba6-e306425eb3b1 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:47:40,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-27cde23e-b3e9-47c6-bba6-e306425eb3b1 2018-08-27 01:47:40,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196262836456s 2018-08-27 01:47:40,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-27cde23e-b3e9-47c6-bba6-e306425eb3b1 2018-08-27 01:47:40,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:47:40,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:47:41,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afdce39e-2591-482b-9729-8eb389df9786 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 01:47:41,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-afdce39e-2591-482b-9729-8eb389df9786 2018-08-27 01:47:41,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187855005264s 2018-08-27 01:47:41,150 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-afdce39e-2591-482b-9729-8eb389df9786 2018-08-27 01:47:41,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:47:41,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:47:41,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eb5493f-8e3e-42b7-b21d-be37cf301887 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_9b844167-3cfc-437c-9221-4e6731ad4437", "links": {"self": "http://172.30.9.26:5000/v3/users/f542dc492ac44a3fb8bfa0645145517d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f542dc492ac44a3fb8bfa0645145517d", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:47:41,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3eb5493f-8e3e-42b7-b21d-be37cf301887 2018-08-27 01:47:41,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.228627920151s 2018-08-27 01:47:41,380 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3eb5493f-8e3e-42b7-b21d-be37cf301887 2018-08-27 01:47:41,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:47:41,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:47:41,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d4cf32-3a66-44ba-9fca-1193bc985a2f Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.26:5000/v3/projects/2297c17ecdd64a0ea654eaf43869f4f6"}, "tags": [], "enabled": true, "id": "2297c17ecdd64a0ea654eaf43869f4f6", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9b844167-3cfc-437c-9221-4e6731ad4437"}]} 2018-08-27 01:47:41,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c7d4cf32-3a66-44ba-9fca-1193bc985a2f 2018-08-27 01:47:41,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189126968384s 2018-08-27 01:47:41,580 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c7d4cf32-3a66-44ba-9fca-1193bc985a2f 2018-08-27 01:47:41,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 01:47:41,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=f542dc492ac44a3fb8bfa0645145517d&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=2297c17ecdd64a0ea654eaf43869f4f6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:47:41,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7361c985-c63c-437c-a5a7-8ebcfd014776 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=f542dc492ac44a3fb8bfa0645145517d&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=2297c17ecdd64a0ea654eaf43869f4f6", "previous": null, "next": null}} 2018-08-27 01:47:41,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=f542dc492ac44a3fb8bfa0645145517d&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=2297c17ecdd64a0ea654eaf43869f4f6 used request id req-7361c985-c63c-437c-a5a7-8ebcfd014776 2018-08-27 01:47:41,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.192877054214s 2018-08-27 01:47:41,781 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=f542dc492ac44a3fb8bfa0645145517d&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=2297c17ecdd64a0ea654eaf43869f4f6 used request id req-7361c985-c63c-437c-a5a7-8ebcfd014776 2018-08-27 01:47:41,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 01:47:41,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/2297c17ecdd64a0ea654eaf43869f4f6/users/f542dc492ac44a3fb8bfa0645145517d/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:47:42,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:47:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4a1d0a7-f39f-4256-b3fc-c76576b47bef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:47:42,014 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/2297c17ecdd64a0ea654eaf43869f4f6/users/f542dc492ac44a3fb8bfa0645145517d/roles/565edadc366246ae845471a412ad99ed used request id req-a4a1d0a7-f39f-4256-b3fc-c76576b47bef 2018-08-27 01:47:42,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.230333805084s 2018-08-27 01:47:42,014 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/2297c17ecdd64a0ea654eaf43869f4f6/users/f542dc492ac44a3fb8bfa0645145517d/roles/565edadc366246ae845471a412ad99ed used request id req-a4a1d0a7-f39f-4256-b3fc-c76576b47bef 2018-08-27 01:47:42,015 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_9b844167-3cfc-437c-9221-4e6731ad4437', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'2297c17ecdd64a0ea654eaf43869f4f6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '92ba87ab-4439-4ff4-9b06-e7c718a338d5', 'username': u'vping_userdata-user_9b844167-3cfc-437c-9221-4e6731ad4437', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 01:47:42,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:47:42,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:47:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:47:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:47:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:47:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:47:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:47:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:47:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:47:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:47:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:47:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:47:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:47:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:47:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:47:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:47:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:47:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:47:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:47:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:47:42,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:47:42,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:47:42,020 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_9b844167-3cfc-437c-9221-4e6731ad4437', 'password': '92ba87ab-4439-4ff4-9b06-e7c718a338d5', 'project_name': 'vping_userdata-project_9b844167-3cfc-437c-9221-4e6731ad4437', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '2297c17ecdd64a0ea654eaf43869f4f6', 'project_domain_name': 'Default'} 2018-08-27 01:47:42,021 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-27 01:47:42,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:47:42,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94756d8e-3d35-4765-bd7f-0c7c26fa916a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:47:42,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-94756d8e-3d35-4765-bd7f-0c7c26fa916a 2018-08-27 01:47:42,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:47:42,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:47:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2297c17ecdd64a0ea654eaf43869f4f6", "name": "vping_userdata-project_9b844167-3cfc-437c-9221-4e6731ad4437"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2297c17ecdd64a0ea654eaf43869f4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_2297c17ecdd64a0ea654eaf43869f4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/2297c17ecdd64a0ea654eaf43869f4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_9b844167-3cfc-437c-9221-4e6731ad4437", "id": "f542dc492ac44a3fb8bfa0645145517d"}, "audit_ids": ["siFy2_s8StGn2hoSi34ACg"], "issued_at": "2018-08-27T01:47:42.000000Z"}} 2018-08-27 01:47:42,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 01:47:42,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" -d '{"network": {"name": "vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437", "admin_state_up": true}}' 2018-08-27 01:47:43,153 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-8bda7467-0923-4630-94a4-6bc82c64558a Date: Mon, 27 Aug 2018 01:47:43 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2297c17ecdd64a0ea654eaf43869f4f6","created_at":"2018-08-27T01:47:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T01:47:43Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2297c17ecdd64a0ea654eaf43869f4f6","id":"4c0e895d-d73c-4737-804a-83b42775eade","name":"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437"}} 2018-08-27 01:47:43,153 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8bda7467-0923-4630-94a4-6bc82c64558a 2018-08-27 01:47:43,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.702080965042s 2018-08-27 01:47:43,153 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8bda7467-0923-4630-94a4-6bc82c64558a 2018-08-27 01:47:43,154 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:47:43Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'4c0e895d-d73c-4737-804a-83b42775eade', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437', u'admin_state_up': True, u'tenant_id': u'2297c17ecdd64a0ea654eaf43869f4f6', u'created_at': u'2018-08-27T01:47:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2297c17ecdd64a0ea654eaf43869f4f6'}) 2018-08-27 01:47:43,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:47:43,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:47:43,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-6aa7a8d8-4404-4e5e-b435-2d74436781d6 Date: Mon, 27 Aug 2018 01:47:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:47:43Z","tenant_id":"2297c17ecdd64a0ea654eaf43869f4f6","created_at":"2018-08-27T01:47:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"2297c17ecdd64a0ea654eaf43869f4f6","id":"4c0e895d-d73c-4737-804a-83b42775eade","name":"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:47:43,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6aa7a8d8-4404-4e5e-b435-2d74436781d6 2018-08-27 01:47:43,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360902070999s 2018-08-27 01:47:43,516 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6aa7a8d8-4404-4e5e-b435-2d74436781d6 2018-08-27 01:47:43,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 01:47:43,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" -d '{"subnet": {"name": "vping_userdata-subnet_9b844167-3cfc-437c-9221-4e6731ad4437", "enable_dhcp": true, "network_id": "4c0e895d-d73c-4737-804a-83b42775eade", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 01:47:44,632 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9fcfffb4-e9c5-4708-b68c-ad51ec9d874d Date: Mon, 27 Aug 2018 01:47:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c0e895d-d73c-4737-804a-83b42775eade","tenant_id":"2297c17ecdd64a0ea654eaf43869f4f6","created_at":"2018-08-27T01:47:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:47:44Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"2297c17ecdd64a0ea654eaf43869f4f6","id":"f41cb78a-941e-4b5d-976f-7a5377b53886","subnetpool_id":null,"name":"vping_userdata-subnet_9b844167-3cfc-437c-9221-4e6731ad4437"}} 2018-08-27 01:47:44,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-9fcfffb4-e9c5-4708-b68c-ad51ec9d874d 2018-08-27 01:47:44,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.11563110352s 2018-08-27 01:47:44,633 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-9fcfffb4-e9c5-4708-b68c-ad51ec9d874d 2018-08-27 01:47:44,633 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:47:44Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f41cb78a-941e-4b5d-976f-7a5377b53886', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_9b844167-3cfc-437c-9221-4e6731ad4437', u'enable_dhcp': True, u'network_id': u'4c0e895d-d73c-4737-804a-83b42775eade', u'tenant_id': u'2297c17ecdd64a0ea654eaf43869f4f6', u'created_at': u'2018-08-27T01:47:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2297c17ecdd64a0ea654eaf43869f4f6'}) 2018-08-27 01:47:44,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 01:47:44,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "vping_userdata-router_9b844167-3cfc-437c-9221-4e6731ad4437", "admin_state_up": true}}' 2018-08-27 01:47:46,102 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-c5a6b54b-72b9-43a9-a233-07baf6ebcfe6 Date: Mon, 27 Aug 2018 01:47:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "created_at": "2018-08-27T01:47:45Z", "admin_state_up": true, "updated_at": "2018-08-27T01:47:46Z", "revision_number": 2, "routes": [], "project_id": "2297c17ecdd64a0ea654eaf43869f4f6", "id": "a58e8905-b3a4-4552-a812-eabfcc8e3510", "name": "vping_userdata-router_9b844167-3cfc-437c-9221-4e6731ad4437"}} 2018-08-27 01:47:46,102 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c5a6b54b-72b9-43a9-a233-07baf6ebcfe6 2018-08-27 01:47:46,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46756911278s 2018-08-27 01:47:46,102 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c5a6b54b-72b9-43a9-a233-07baf6ebcfe6 2018-08-27 01:47:46,103 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2297c17ecdd64a0ea654eaf43869f4f6', u'created_at': u'2018-08-27T01:47:45Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T01:47:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'2297c17ecdd64a0ea654eaf43869f4f6', u'id': u'a58e8905-b3a4-4552-a812-eabfcc8e3510', u'name': u'vping_userdata-router_9b844167-3cfc-437c-9221-4e6731ad4437'}) 2018-08-27 01:47:46,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 01:47:46,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/a58e8905-b3a4-4552-a812-eabfcc8e3510/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" -d '{"subnet_id": "f41cb78a-941e-4b5d-976f-7a5377b53886"}' 2018-08-27 01:47:48,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6e5b0733-f21b-40a9-b406-f40b4ede8292 Date: Mon, 27 Aug 2018 01:47:48 GMT RESP BODY: {"network_id": "4c0e895d-d73c-4737-804a-83b42775eade", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "subnet_id": "f41cb78a-941e-4b5d-976f-7a5377b53886", "subnet_ids": ["f41cb78a-941e-4b5d-976f-7a5377b53886"], "port_id": "0bac5720-ddfb-4833-a58e-863d01fd7d86", "id": "a58e8905-b3a4-4552-a812-eabfcc8e3510"} 2018-08-27 01:47:48,419 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a58e8905-b3a4-4552-a812-eabfcc8e3510/add_router_interface.json used request id req-6e5b0733-f21b-40a9-b406-f40b4ede8292 2018-08-27 01:47:48,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.3159661293s 2018-08-27 01:47:48,420 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a58e8905-b3a4-4552-a812-eabfcc8e3510/add_router_interface.json used request id req-6e5b0733-f21b-40a9-b406-f40b4ede8292 returning object a58e8905-b3a4-4552-a812-eabfcc8e3510 2018-08-27 01:47:48,420 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 01:47:48,552 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 01:47:48,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:47:48,559 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 01:47:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 01:47:48,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:47:48,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:47:49,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9628b7c4-e1af-469f-a72b-22348072efa5 Date: Mon, 27 Aug 2018 01:47:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:47:49,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9628b7c4-e1af-469f-a72b-22348072efa5 2018-08-27 01:47:49,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.827235937119s 2018-08-27 01:47:49,391 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9628b7c4-e1af-469f-a72b-22348072efa5 2018-08-27 01:47:49,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 01:47:49,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437"}' 2018-08-27 01:47:49,750 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-48a23962-b82c-4422-84c6-30d141f6d0fb Date: Mon, 27 Aug 2018 01:47:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:47:49Z", "file": "/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/file", "owner": "2297c17ecdd64a0ea654eaf43869f4f6", "id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "size": null, "self": "/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437", "checksum": null, "created_at": "2018-08-27T01:47:49Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 01:47:49,751 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-48a23962-b82c-4422-84c6-30d141f6d0fb 2018-08-27 01:47:49,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.350549936295s 2018-08-27 01:47:49,751 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-48a23962-b82c-4422-84c6-30d141f6d0fb returning object 665c36a6-6729-4a1f-a2ab-47f2fb87f4b1 2018-08-27 01:47:49,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 01:47:49,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" -d '' 2018-08-27 01:47:51,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ea80c4d-fd6d-432a-b0c4-eb47ecb7e919 Date: Mon, 27 Aug 2018 01:47:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:47:51,226 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/file used request id req-5ea80c4d-fd6d-432a-b0c4-eb47ecb7e919 2018-08-27 01:47:51,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.4747531414s 2018-08-27 01:47:51,227 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/file used request id req-5ea80c4d-fd6d-432a-b0c4-eb47ecb7e919 2018-08-27 01:47:51,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:47:51,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:47:52,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-46a1d7af-629d-4889-8a1e-ff1f7fc09fda Date: Mon, 27 Aug 2018 01:47:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:47:51Z", "file": "/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/file", "owner": "2297c17ecdd64a0ea654eaf43869f4f6", "id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "size": 12716032, "self": "/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:47:49Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:47:52,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-46a1d7af-629d-4889-8a1e-ff1f7fc09fda 2018-08-27 01:47:52,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.804143190384s 2018-08-27 01:47:52,035 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-46a1d7af-629d-4889-8a1e-ff1f7fc09fda 2018-08-27 01:47:52,037 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/file', 'owner': u'2297c17ecdd64a0ea654eaf43869f4f6', 'id': u'665c36a6-6729-4a1f-a2ab-47f2fb87f4b1', 'size': 12716032, u'self': u'/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2297c17ecdd64a0ea654eaf43869f4f6', 'name': 'vping_userdata-project_9b844167-3cfc-437c-9221-4e6731ad4437', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T01:47:51Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T01:47:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437', 'created': u'2018-08-27T01:47:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T01:47:49Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 01:47:52,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 01:47:52,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_9b844167-3cfc-437c-9221-4e6731ad4437", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 01:47:52,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-373c671a-33d7-4781-b421-4738d4ee6237 x-compute-request-id: req-373c671a-33d7-4781-b421-4738d4ee6237 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_9b844167-3cfc-437c-9221-4e6731ad4437", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "bdc06280-432f-47f5-bd11-84b470ee8813"}} 2018-08-27 01:47:52,409 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-373c671a-33d7-4781-b421-4738d4ee6237 2018-08-27 01:47:52,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.371490001678s 2018-08-27 01:47:52,410 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-373c671a-33d7-4781-b421-4738d4ee6237 2018-08-27 01:47:52,411 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_9b844167-3cfc-437c-9221-4e6731ad4437', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'bdc06280-432f-47f5-bd11-84b470ee8813', 'swap': 0}) 2018-08-27 01:47:52,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 01:47:52,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/bdc06280-432f-47f5-bd11-84b470ee8813/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" -d '{"extra_specs": {}}' 2018-08-27 01:47:52,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce35e76c-52ab-4e8b-b06e-6524c6288b31 x-compute-request-id: req-ce35e76c-52ab-4e8b-b06e-6524c6288b31 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 01:47:52,431 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/bdc06280-432f-47f5-bd11-84b470ee8813/os-extra_specs used request id req-ce35e76c-52ab-4e8b-b06e-6524c6288b31 2018-08-27 01:47:52,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.019758939743s 2018-08-27 01:47:52,431 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/bdc06280-432f-47f5-bd11-84b470ee8813/os-extra_specs used request id req-ce35e76c-52ab-4e8b-b06e-6524c6288b31 2018-08-27 01:47:52,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:47:52,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:47:52,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-c96f4449-9dba-4f91-9fde-2030dcd2488c Date: Mon, 27 Aug 2018 01:47:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f41cb78a-941e-4b5d-976f-7a5377b53886"],"updated_at":"2018-08-27T01:47:44Z","tenant_id":"2297c17ecdd64a0ea654eaf43869f4f6","created_at":"2018-08-27T01:47:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2297c17ecdd64a0ea654eaf43869f4f6","id":"4c0e895d-d73c-4737-804a-83b42775eade","name":"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:47:52,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c96f4449-9dba-4f91-9fde-2030dcd2488c 2018-08-27 01:47:52,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344263076782s 2018-08-27 01:47:52,777 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c96f4449-9dba-4f91-9fde-2030dcd2488c 2018-08-27 01:47:52,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:47:52,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:47:53,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-f650fb46-a1aa-42cd-a266-28c21aa51397 Date: Mon, 27 Aug 2018 01:47:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:47:51Z", "file": "/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/file", "owner": "2297c17ecdd64a0ea654eaf43869f4f6", "id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "size": 12716032, "self": "/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:47:49Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:47:53,595 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f650fb46-a1aa-42cd-a266-28c21aa51397 2018-08-27 01:47:53,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.814055919647s 2018-08-27 01:47:53,596 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f650fb46-a1aa-42cd-a266-28c21aa51397 2018-08-27 01:47:53,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:47:53,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:47:53,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba82b8df-fdfb-4d4b-aed0-56e62a94319f x-compute-request-id: req-ba82b8df-fdfb-4d4b-aed0-56e62a94319f Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_9b844167-3cfc-437c-9221-4e6731ad4437", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "bdc06280-432f-47f5-bd11-84b470ee8813"}]} 2018-08-27 01:47:53,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-ba82b8df-fdfb-4d4b-aed0-56e62a94319f 2018-08-27 01:47:53,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.264986991882s 2018-08-27 01:47:53,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-ba82b8df-fdfb-4d4b-aed0-56e62a94319f 2018-08-27 01:47:53,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 01:47:53,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" -d '{"server": {"name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "imageRef": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "flavorRef": "bdc06280-432f-47f5-bd11-84b470ee8813", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4c0e895d-d73c-4737-804a-83b42775eade"}]}}' 2018-08-27 01:47:58,835 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:47:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f26aea2f-cef5-46ed-a59f-f5185dedf9d4 x-compute-request-id: req-f26aea2f-cef5-46ed-a59f-f5185dedf9d4 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "adminPass": "hV8UWG5PDUNJ"}} 2018-08-27 01:47:58,835 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-f26aea2f-cef5-46ed-a59f-f5185dedf9d4 2018-08-27 01:47:58,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.97058391571s 2018-08-27 01:47:58,835 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-f26aea2f-cef5-46ed-a59f-f5185dedf9d4 2018-08-27 01:47:58,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:47:58,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:00,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:47:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8b76364-a4f5-4f65-918b-e803b96c5ed8 x-compute-request-id: req-d8b76364-a4f5-4f65-918b-e803b96c5ed8 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:47:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:47:58Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:00,051 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d8b76364-a4f5-4f65-918b-e803b96c5ed8 2018-08-27 01:48:00,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21451616287s 2018-08-27 01:48:00,051 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d8b76364-a4f5-4f65-918b-e803b96c5ed8 2018-08-27 01:48:00,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:48:00,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:00,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-237e05ff-0f18-4fed-b901-a0c018264c08 Date: Mon, 27 Aug 2018 01:48:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f41cb78a-941e-4b5d-976f-7a5377b53886"],"updated_at":"2018-08-27T01:47:44Z","tenant_id":"2297c17ecdd64a0ea654eaf43869f4f6","created_at":"2018-08-27T01:47:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2297c17ecdd64a0ea654eaf43869f4f6","id":"4c0e895d-d73c-4737-804a-83b42775eade","name":"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:48:00,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-237e05ff-0f18-4fed-b901-a0c018264c08 2018-08-27 01:48:00,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119502067566s 2018-08-27 01:48:00,177 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-237e05ff-0f18-4fed-b901-a0c018264c08 2018-08-27 01:48:00,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:48:00,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:00,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-802ac811-e965-49e2-87ea-cb4344bfb695 Date: Mon, 27 Aug 2018 01:48:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c0e895d-d73c-4737-804a-83b42775eade","tenant_id":"2297c17ecdd64a0ea654eaf43869f4f6","created_at":"2018-08-27T01:47:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:47:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2297c17ecdd64a0ea654eaf43869f4f6","id":"f41cb78a-941e-4b5d-976f-7a5377b53886","subnetpool_id":null,"name":"vping_userdata-subnet_9b844167-3cfc-437c-9221-4e6731ad4437"}]} 2018-08-27 01:48:00,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-802ac811-e965-49e2-87ea-cb4344bfb695 2018-08-27 01:48:00,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.299738883972s 2018-08-27 01:48:00,478 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-802ac811-e965-49e2-87ea-cb4344bfb695 2018-08-27 01:48:00,479 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:48:02,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:02,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:03,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8de62b9-1ce2-4f15-ac5f-20ff8d54b1d5 x-compute-request-id: req-b8de62b9-1ce2-4f15-ac5f-20ff8d54b1d5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:48:01Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:47:58Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:03,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b8de62b9-1ce2-4f15-ac5f-20ff8d54b1d5 2018-08-27 01:48:03,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.939610958099s 2018-08-27 01:48:03,422 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b8de62b9-1ce2-4f15-ac5f-20ff8d54b1d5 2018-08-27 01:48:03,425 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:48:05,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:05,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:06,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e40994ca-3dbc-40e1-8d42-4d0617576390 x-compute-request-id: req-e40994ca-3dbc-40e1-8d42-4d0617576390 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:48:01Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:47:58Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:06,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e40994ca-3dbc-40e1-8d42-4d0617576390 2018-08-27 01:48:06,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.26062989235s 2018-08-27 01:48:06,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e40994ca-3dbc-40e1-8d42-4d0617576390 2018-08-27 01:48:06,693 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:48:08,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:08,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:10,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f89acc3-6118-41b0-8899-f8dccf305950 x-compute-request-id: req-0f89acc3-6118-41b0-8899-f8dccf305950 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:b1:b5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:06.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:06Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:47:58Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:10,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0f89acc3-6118-41b0-8899-f8dccf305950 2018-08-27 01:48:10,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.88805699348s 2018-08-27 01:48:10,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0f89acc3-6118-41b0-8899-f8dccf305950 2018-08-27 01:48:10,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:48:10,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:10,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f6d85b26-971d-4d93-a790-97bcc4c250a0 Date: Mon, 27 Aug 2018 01:48:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4c0e895d-d73c-4737-804a-83b42775eade","tenant_id":"2297c17ecdd64a0ea654eaf43869f4f6","created_at":"2018-08-27T01:48:02Z","admin_state_up":true,"updated_at":"2018-08-27T01:48:06Z","binding:vnic_type":"normal","device_id":"495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:16:b1:b5","id":"17e8c733-0c8a-414e-b676-9e594b20b8ac","port_security_enabled":true,"project_id":"2297c17ecdd64a0ea654eaf43869f4f6","fixed_ips":[{"subnet_id":"f41cb78a-941e-4b5d-976f-7a5377b53886","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["a07d407a-60e2-4986-881e-e01aadd4d7cb"],"name":""}]} 2018-08-27 01:48:10,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d used request id req-f6d85b26-971d-4d93-a790-97bcc4c250a0 2018-08-27 01:48:10,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0460379123688s 2018-08-27 01:48:10,635 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d used request id req-f6d85b26-971d-4d93-a790-97bcc4c250a0 2018-08-27 01:48:10,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:48:10,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=17e8c733-0c8a-414e-b676-9e594b20b8ac" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:10,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2d91d1e5-9623-4541-895b-e7d5ed6fe614 Date: Mon, 27 Aug 2018 01:48:11 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:48:10,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=17e8c733-0c8a-414e-b676-9e594b20b8ac used request id req-2d91d1e5-9623-4541-895b-e7d5ed6fe614 2018-08-27 01:48:10,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.314629077911s 2018-08-27 01:48:10,955 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=17e8c733-0c8a-414e-b676-9e594b20b8ac used request id req-2d91d1e5-9623-4541-895b-e7d5ed6fe614 2018-08-27 01:48:10,956 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:16:b1:b5', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'665c36a6-6729-4a1f-a2ab-47f2fb87f4b1'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:48:06.000000', 'flavor': Munch({u'id': u'bdc06280-432f-47f5-bd11-84b470ee8813'}), 'az': u'nova', 'id': u'495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f542dc492ac44a3fb8bfa0645145517d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2297c17ecdd64a0ea654eaf43869f4f6', 'name': 'vping_userdata-project_9b844167-3cfc-437c-9221-4e6731ad4437', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T01:48:06.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T01:48:06Z', 'hostId': u'69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:48:06.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2297c17ecdd64a0ea654eaf43869f4f6', 'name': u'vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437', 'adminPass': u'hV8UWG5PDUNJ', 'tenant_id': u'2297c17ecdd64a0ea654eaf43869f4f6', 'created_at': u'2018-08-27T01:47:58Z', 'created': u'2018-08-27T01:47:58Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 01:48:10,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:48:10,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:11,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-8f35042b-fbd0-4b28-9ce7-7db3bec947da Date: Mon, 27 Aug 2018 01:48:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f41cb78a-941e-4b5d-976f-7a5377b53886"],"updated_at":"2018-08-27T01:47:44Z","tenant_id":"2297c17ecdd64a0ea654eaf43869f4f6","created_at":"2018-08-27T01:47:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2297c17ecdd64a0ea654eaf43869f4f6","id":"4c0e895d-d73c-4737-804a-83b42775eade","name":"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:48:11,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8f35042b-fbd0-4b28-9ce7-7db3bec947da 2018-08-27 01:48:11,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0916421413422s 2018-08-27 01:48:11,048 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8f35042b-fbd0-4b28-9ce7-7db3bec947da 2018-08-27 01:48:11,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:48:11,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:11,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-90ba9c32-76cb-4251-9174-31e78327a3ec Date: Mon, 27 Aug 2018 01:48:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:47:51Z", "file": "/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/file", "owner": "2297c17ecdd64a0ea654eaf43869f4f6", "id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "size": 12716032, "self": "/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:47:49Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:48:11,140 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-90ba9c32-76cb-4251-9174-31e78327a3ec 2018-08-27 01:48:11,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0882289409637s 2018-08-27 01:48:11,141 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-90ba9c32-76cb-4251-9174-31e78327a3ec 2018-08-27 01:48:11,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:48:11,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:11,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-050fdfe4-4c66-4507-ace1-b2c0195f5ade x-compute-request-id: req-050fdfe4-4c66-4507-ace1-b2c0195f5ade Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_9b844167-3cfc-437c-9221-4e6731ad4437", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "bdc06280-432f-47f5-bd11-84b470ee8813"}]} 2018-08-27 01:48:11,168 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-050fdfe4-4c66-4507-ace1-b2c0195f5ade 2018-08-27 01:48:11,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257668495178s 2018-08-27 01:48:11,169 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-050fdfe4-4c66-4507-ace1-b2c0195f5ade 2018-08-27 01:48:11,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 01:48:11,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" -d '{"server": {"name": "vping_userdata-vm2_9b844167-3cfc-437c-9221-4e6731ad4437", "imageRef": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "flavorRef": "bdc06280-432f-47f5-bd11-84b470ee8813", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjkgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4c0e895d-d73c-4737-804a-83b42775eade"}]}}' 2018-08-27 01:48:13,923 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:48:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b54375c4-d132-4ca8-93b4-96be45aeed0d x-compute-request-id: req-b54375c4-d132-4ca8-93b4-96be45aeed0d Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7b8738e8-444a-442f-8239-5722ac1631a5", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "bookmark"}], "adminPass": "Zm8feeJvm5yE"}} 2018-08-27 01:48:13,924 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-b54375c4-d132-4ca8-93b4-96be45aeed0d 2018-08-27 01:48:13,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.7540140152s 2018-08-27 01:48:13,924 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-b54375c4-d132-4ca8-93b4-96be45aeed0d 2018-08-27 01:48:13,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:13,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:15,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a766e4f-de6c-46e0-973e-fbcf763db181 x-compute-request-id: req-1a766e4f-de6c-46e0-973e-fbcf763db181 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "7b8738e8-444a-442f-8239-5722ac1631a5", "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:48:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:48:13Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:b1:b5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:06.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:06Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:47:58Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:15,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1a766e4f-de6c-46e0-973e-fbcf763db181 2018-08-27 01:48:15,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.57302498817s 2018-08-27 01:48:15,498 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1a766e4f-de6c-46e0-973e-fbcf763db181 2018-08-27 01:48:15,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:48:17,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:17,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:19,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b303ca94-9d7f-4d37-85f7-2936a830ab83 x-compute-request-id: req-b303ca94-9d7f-4d37-85f7-2936a830ab83 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "7b8738e8-444a-442f-8239-5722ac1631a5", "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:48:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:48:13Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:b1:b5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:06.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:06Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:47:58Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:19,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b303ca94-9d7f-4d37-85f7-2936a830ab83 2018-08-27 01:48:19,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.51289200783s 2018-08-27 01:48:19,020 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b303ca94-9d7f-4d37-85f7-2936a830ab83 2018-08-27 01:48:19,025 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:48:21,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:21,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:21,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-904026a4-7a4e-46d9-9a3c-414825cd1dd5 x-compute-request-id: req-904026a4-7a4e-46d9-9a3c-414825cd1dd5 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "7b8738e8-444a-442f-8239-5722ac1631a5", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:48:18Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:48:13Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:b1:b5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:06.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:06Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:47:58Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:21,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-904026a4-7a4e-46d9-9a3c-414825cd1dd5 2018-08-27 01:48:21,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.61452293396s 2018-08-27 01:48:21,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-904026a4-7a4e-46d9-9a3c-414825cd1dd5 2018-08-27 01:48:21,648 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:48:23,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:23,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:24,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fb13f33-f5c7-40dc-804b-fa76a3dae59e x-compute-request-id: req-1fb13f33-f5c7-40dc-804b-fa76a3dae59e Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:a1:7b", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:23.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "7b8738e8-444a-442f-8239-5722ac1631a5", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:23Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:48:13Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:b1:b5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:06.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:06Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:47:58Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:24,504 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1fb13f33-f5c7-40dc-804b-fa76a3dae59e 2018-08-27 01:48:24,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.853602170944s 2018-08-27 01:48:24,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1fb13f33-f5c7-40dc-804b-fa76a3dae59e 2018-08-27 01:48:24,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:48:24,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=7b8738e8-444a-442f-8239-5722ac1631a5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:24,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fae81b79-aca4-4ffa-aaf7-abdb377f3d51 Date: Mon, 27 Aug 2018 01:48:24 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4c0e895d-d73c-4737-804a-83b42775eade","tenant_id":"2297c17ecdd64a0ea654eaf43869f4f6","created_at":"2018-08-27T01:48:19Z","admin_state_up":true,"updated_at":"2018-08-27T01:48:22Z","binding:vnic_type":"normal","device_id":"7b8738e8-444a-442f-8239-5722ac1631a5","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:1c:a1:7b","id":"5532e746-2f85-44ad-b84e-5c86927ec009","port_security_enabled":true,"project_id":"2297c17ecdd64a0ea654eaf43869f4f6","fixed_ips":[{"subnet_id":"f41cb78a-941e-4b5d-976f-7a5377b53886","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["a07d407a-60e2-4986-881e-e01aadd4d7cb"],"name":""}]} 2018-08-27 01:48:24,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=7b8738e8-444a-442f-8239-5722ac1631a5 used request id req-fae81b79-aca4-4ffa-aaf7-abdb377f3d51 2018-08-27 01:48:24,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0860021114349s 2018-08-27 01:48:24,597 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=7b8738e8-444a-442f-8239-5722ac1631a5 used request id req-fae81b79-aca4-4ffa-aaf7-abdb377f3d51 2018-08-27 01:48:24,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:48:24,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=5532e746-2f85-44ad-b84e-5c86927ec009" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:24,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b4b1d622-e0b6-4eba-97ed-c43e52ec49cd Date: Mon, 27 Aug 2018 01:48:25 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:48:24,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=5532e746-2f85-44ad-b84e-5c86927ec009 used request id req-b4b1d622-e0b6-4eba-97ed-c43e52ec49cd 2018-08-27 01:48:24,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0435388088226s 2018-08-27 01:48:24,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=5532e746-2f85-44ad-b84e-5c86927ec009 used request id req-b4b1d622-e0b6-4eba-97ed-c43e52ec49cd 2018-08-27 01:48:24,646 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1c:a1:7b', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'665c36a6-6729-4a1f-a2ab-47f2fb87f4b1'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:48:23.000000', 'flavor': Munch({u'id': u'bdc06280-432f-47f5-bd11-84b470ee8813'}), 'az': u'nova', 'id': u'7b8738e8-444a-442f-8239-5722ac1631a5', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f542dc492ac44a3fb8bfa0645145517d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2297c17ecdd64a0ea654eaf43869f4f6', 'name': 'vping_userdata-project_9b844167-3cfc-437c-9221-4e6731ad4437', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T01:48:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T01:48:23Z', 'hostId': u'69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:48:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2297c17ecdd64a0ea654eaf43869f4f6', 'name': u'vping_userdata-vm2_9b844167-3cfc-437c-9221-4e6731ad4437', 'adminPass': u'Zm8feeJvm5yE', 'tenant_id': u'2297c17ecdd64a0ea654eaf43869f4f6', 'created_at': u'2018-08-27T01:48:13Z', 'created': u'2018-08-27T01:48:13Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 01:48:24,647 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-27 01:48:25,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:25,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:26,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcecab68-6ab8-4cfa-95da-de4e12c44a81 x-compute-request-id: req-dcecab68-6ab8-4cfa-95da-de4e12c44a81 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:a1:7b", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:23.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "7b8738e8-444a-442f-8239-5722ac1631a5", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:23Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:48:13Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:b1:b5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:06.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:06Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:47:58Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:26,685 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dcecab68-6ab8-4cfa-95da-de4e12c44a81 2018-08-27 01:48:26,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03641700745s 2018-08-27 01:48:26,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dcecab68-6ab8-4cfa-95da-de4e12c44a81 2018-08-27 01:48:26,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 01:48:26,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 01:48:26,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f935b03f-d60d-428f-b1f9-1ac20f5af603 x-compute-request-id: req-f935b03f-d60d-428f-b1f9-1ac20f5af603 Content-Encoding: gzip Content-Length: 7918 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487861276 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189071] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191442] pid_max: default: 32768 minimum: 301\n[ 0.192730] ACPI: Core revision 20150930\n[ 0.194433] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196302] Security Framework initialized\n[ 0.197457] Yama: becoming mindful.\n[ 0.198498] AppArmor: AppArmor initialized\n[ 0.199714] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.201559] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203350] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207008] Initializing cgroup subsys io\n[ 0.208186] Initializing cgroup subsys memory\n[ 0.209423] Initializing cgroup subsys devices\n[ 0.210667] Initializing cgroup subsys freezer\n[ 0.211919] Initializing cgroup subsys net_cls\n[ 0.213158] Initializing cgroup subsys perf_event\n[ 0.214452] Initializing cgroup subsys net_prio\n[ 0.215722] Initializing cgroup subsys hugetlb\n[ 0.216947] Initializing cgroup subsys pids\n[ 0.218167] CPU: Physical Processor ID: 0\n[ 0.220031] mce: CPU supports 10 MCE banks\n[ 0.221222] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.239435] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.246104] ftrace: allocating 31920 entries in 125 pages\n[ 0.271689] smpboot: Max logical packages: 1\n[ 0.272890] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.274803] x2apic enabled\n[ 0.275958] Switched APIC routing to physical x2apic.\n[ 0.278442] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.280024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.282823] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.285336] KVM setup paravirtual spinlock\n[ 0.286965] x86: Booted up 1 node, 1 CPUs\n[ 0.288096] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.290019] devtmpfs: initialized\n[ 0.292342] evm: security.selinux\n[ 0.293329] evm: security.SMACK64\n[ 0.294308] evm: security.SMACK64EXEC\n[ 0.295359] evm: security.SMACK64TRANSMUTE\n[ 0.296492] evm: security.SMACK64MMAP\n[ 0.297536] evm: security.ima\n[ 0.298448] evm: security.capability\n[ 0.299555] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.302128] pinctrl core: initialized pinctrl subsystem\n[ 0.303649] RTC time: 1:48:22, date: 08/27/18\n[ 0.304968] NET: Registered protocol family 16\n[ 0.306331] cpuidle: using governor ladder\n[ 0.307494] cpuidle: using governor menu\n[ 0.308621] PCCT header not found.\n[ 0.309677] ACPI: bus type PCI registered\n[ 0.310809] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312542] PCI: Using configuration type 1 for base access\n[ 0.314744] ACPI: Added _OSI(Module Device)\n[ 0.315925] ACPI: Added _OSI(Processor Device)\n[ 0.317152] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318416] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320651] ACPI: Interpreter enabled\n[ 0.321734] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.324378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.327014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.332259] ACPI: (supports S0 S5)\n[ 0.333271] ACPI: Using IOAPIC for interrupt routing\n[ 0.334620] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340160] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341923] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343612] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346737] acpiphp: Slot [3] registered\n[ 0.347900] acpiphp: Slot [4] registered\n[ 0.349054] acpiphp: Slot [5] registered\n[ 0.350200] acpiphp: Slot [6] registered\n[ 0.351354] acpiphp: Slot [7] registered\n[ 0.352513] acpiphp: Slot [8] registered\n[ 0.353660] acpiphp: Slot [9] registered\n[ 0.354798] acpiphp: Slot [10] registered\n[ 0.355958] acpiphp: Slot [11] registered\n[ 0.357122] acpiphp: Slot [12] registered\n[ 0.358277] acpiphp: Slot [13] registered\n[ 0.359423] acpiphp: Slot [14] registered\n[ 0.360583] acpiphp: Slot [15] registered\n[ 0.375997] acpiphp: Slot [16] registered\n[ 0.377188] acpiphp: Slot [17] registered\n[ 0.378357] acpiphp: Slot [18] registered\n[ 0.379523] acpiphp: Slot [19] registered\n[ 0.380697] acpiphp: Slot [20] registered\n[ 0.381870] acpiphp: Slot [21] registered\n[ 0.383038] acpiphp: Slot [22] registered\n[ 0.384209] acpiphp: Slot [23] registered\n[ 0.385381] acpiphp: Slot [24] registered\n[ 0.386541] acpiphp: Slot [25] registered\n[ 0.387702] acpiphp: Slot [26] registered\n[ 0.388863] acpiphp: Slot [27] registered\n[ 0.390053] acpiphp: Slot [28] registered\n[ 0.391214] acpiphp: Slot [29] registered\n[ 0.392369] acpiphp: Slot [30] registered\n[ 0.393530] acpiphp: Slot [31] registered\n[ 0.394709] PCI host bridge to bus 0000:00\n[ 0.395868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399309] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401401] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403483] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405623] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409757] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411587] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413280] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.415082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419400] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421477] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.442615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.444712] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.446740] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448722] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.450836] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452620] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454458] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.455949] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458145] vgaarb: loaded\n[ 0.459004] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460706] SCSI subsystem initialized\n[ 0.461999] ACPI: bus type USB registered\n[ 0.463176] usbcore: registered new interface driver usbfs\n[ 0.464640] usbcore: registered new interface driver hub\n[ 0.466062] usbcore: registered new device driver usb\n[ 0.467616] PCI: Using ACPI for IRQ routing\n[ 0.469177] NetLabel: Initializing\n[ 0.470201] NetLabel: domain hash size = 128\n[ 0.471410] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472800] NetLabel: unlabeled traffic allowed by default\n[ 0.474378] clocksource: Switched to clocksource kvm-clock\n[ 0.484631] AppArmor: AppArmor Filesystem Enabled\n[ 0.485930] pnp: PnP ACPI init\n[ 0.487171] pnp: PnP ACPI: found 5 devices\n[ 0.493980] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.496321] NET: Registered protocol family 2\n[ 0.497735] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.501123] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504226] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505809] NET: Registered protocol family 1\n[ 0.507015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508512] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509972] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524771] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539426] Trying to unpack rootfs image as initramfs...\n[ 0.601940] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606744] Scanning for low memory corruption every 60 seconds\n[ 0.608963] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610559] audit: initializing netlink subsys (disabled)\n[ 0.612012] audit: type=2000 audit(1535334503.849:1): initialized\n[ 0.613893] Initialise system trusted keyring\n[ 0.615284] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619581] zbud: loaded\n[ 0.620579] VFS: Disk quotas dquot_6.6.0\n[ 0.621702] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623849] fuse init (API version 7.23)\n[ 0.625098] Key type big_key registered\n[ 0.626190] Allocating IMA MOK and blacklist keyrings.\n[ 0.627875] Key type asymmetric registered\n[ 0.629010] Asymmetric key parser 'x509' registered\n[ 0.630321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632392] io scheduler noop registered\n[ 0.633482] io scheduler deadline registered (default)\n[ 0.634861] io scheduler cfq registered\n[ 0.636036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637454] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.639226] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.641232] ACPI: Power Button [PWRF]\n[ 0.642451] GHES: HEST is not enabled!\n[ 0.656582] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688380] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712015] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715037] Linux agpgart interface v0.103\n[ 0.718447] brd: module loaded\n[ 0.720736] loop: module loaded\n[ 0.725630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.727647] GPT:90111 != 2097151\n[ 0.728587] GPT:Alternate GPT header not at the end of the disk.\n[ 0.730088] GPT:90111 != 2097151\n[ 0.731034] GPT: Use GNU Parted to correct GPT errors.\n[ 0.732358] vda: vda1 vda15\n[ 0.733994] scsi host0: ata_piix\n[ 0.735079] scsi host1: ata_piix\n[ 0.736076] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.737736] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.739719] libphy: Fixed MDIO Bus: probed\n[ 0.740847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.742158] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.745116] PPP generic driver version 2.4.2\n[ 0.746384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.748013] ehci-pci: EHCI PCI platform driver\n[ 0.749217] ehci-platform: EHCI generic platform driver\n[ 0.750588] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.752137] ohci-pci: OHCI PCI platform driver\n[ 0.753339] ohci-platform: OHCI generic platform driver\n[ 0.754710] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.769358] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.770743] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.772765] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.774132] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.775697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.777374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.779334] usb usb1: Product: UHCI Host Controller\n[ 0.780602] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.782157] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.783485] hub 1-0:1.0: USB hub found\n[ 0.784611] hub 1-0:1.0: 2 ports detected\n[ 0.785876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788769] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.790068] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791460] mousedev: PS/2 mouse device common for all mice\n[ 0.793151] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798801] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800421] i2c /dev entries driver\n[ 0.801471] device-mapper: uevent: version 1.0.3\n[ 0.802778] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805020] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.806895] NET: Registered protocol family 10\n[ 0.808439] NET: Registered protocol family 17\n[ 0.809660] Key type dns_resolver registered\n[ 0.810969] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.812466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.814890] registered taskstats version 1\n[ 0.816035] Loading compiled-in X.509 certificates\n[ 0.817845] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.820373] zswap: loaded using pool lzo/zbud\n[ 0.822447] Key type trusted registered\n[ 0.824596] Key type encrypted registered\n[ 0.825723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.827141] ima: No TPM chip found, activating TPM-bypass!\n[ 0.828567] evm: HMAC attrs: 0x1\n[ 0.829870] Magic number: 14:930:812\n[ 0.831069] rtc_cmos 00:00: setting system clock to 2018-08-27 01:48:23 UTC (1535334503)\n[ 0.833314] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.834837] EDD information not available.\n[ 0.899933] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.916325] Write protecting the kernel read-only data: 14336k\n[ 0.919295] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.921756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.968708] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.98. iid=i-00000011\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-08-27 01:48:26,756 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5/action used request id req-f935b03f-d60d-428f-b1f9-1ac20f5af603 2018-08-27 01:48:26,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0675768852234s 2018-08-27 01:48:26,756 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5/action used request id req-f935b03f-d60d-428f-b1f9-1ac20f5af603 2018-08-27 01:48:26,757 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 487861276 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189071] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191442] pid_max: default: 32768 minimum: 301 [ 0.192730] ACPI: Core revision 20150930 [ 0.194433] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196302] Security Framework initialized [ 0.197457] Yama: becoming mindful. [ 0.198498] AppArmor: AppArmor initialized [ 0.199714] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.201559] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.203350] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207008] Initializing cgroup subsys io [ 0.208186] Initializing cgroup subsys memory [ 0.209423] Initializing cgroup subsys devices [ 0.210667] Initializing cgroup subsys freezer [ 0.211919] Initializing cgroup subsys net_cls [ 0.213158] Initializing cgroup subsys perf_event [ 0.214452] Initializing cgroup subsys net_prio [ 0.215722] Initializing cgroup subsys hugetlb [ 0.216947] Initializing cgroup subsys pids [ 0.218167] CPU: Physical Processor ID: 0 [ 0.220031] mce: CPU supports 10 MCE banks [ 0.221222] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.222638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.239435] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.246104] ftrace: allocating 31920 entries in 125 pages [ 0.271689] smpboot: Max logical packages: 1 [ 0.272890] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.274803] x2apic enabled [ 0.275958] Switched APIC routing to physical x2apic. [ 0.278442] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.280024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.282823] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.285336] KVM setup paravirtual spinlock [ 0.286965] x86: Booted up 1 node, 1 CPUs [ 0.288096] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.290019] devtmpfs: initialized [ 0.292342] evm: security.selinux [ 0.293329] evm: security.SMACK64 [ 0.294308] evm: security.SMACK64EXEC [ 0.295359] evm: security.SMACK64TRANSMUTE [ 0.296492] evm: security.SMACK64MMAP [ 0.297536] evm: security.ima [ 0.298448] evm: security.capability [ 0.299555] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.302128] pinctrl core: initialized pinctrl subsystem [ 0.303649] RTC time: 1:48:22, date: 08/27/18 [ 0.304968] NET: Registered protocol family 16 [ 0.306331] cpuidle: using governor ladder [ 0.307494] cpuidle: using governor menu [ 0.308621] PCCT header not found. [ 0.309677] ACPI: bus type PCI registered [ 0.310809] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312542] PCI: Using configuration type 1 for base access [ 0.314744] ACPI: Added _OSI(Module Device) [ 0.315925] ACPI: Added _OSI(Processor Device) [ 0.317152] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.318416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320651] ACPI: Interpreter enabled [ 0.321734] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.324378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.327014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.332259] ACPI: (supports S0 S5) [ 0.333271] ACPI: Using IOAPIC for interrupt routing [ 0.334620] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340160] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341923] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343612] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346737] acpiphp: Slot [3] registered [ 0.347900] acpiphp: Slot [4] registered [ 0.349054] acpiphp: Slot [5] registered [ 0.350200] acpiphp: Slot [6] registered [ 0.351354] acpiphp: Slot [7] registered [ 0.352513] acpiphp: Slot [8] registered [ 0.353660] acpiphp: Slot [9] registered [ 0.354798] acpiphp: Slot [10] registered [ 0.355958] acpiphp: Slot [11] registered [ 0.357122] acpiphp: Slot [12] registered [ 0.358277] acpiphp: Slot [13] registered [ 0.359423] acpiphp: Slot [14] registered [ 0.360583] acpiphp: Slot [15] registered [ 0.375997] acpiphp: Slot [16] registered [ 0.377188] acpiphp: Slot [17] registered [ 0.378357] acpiphp: Slot [18] registered [ 0.379523] acpiphp: Slot [19] registered [ 0.380697] acpiphp: Slot [20] registered [ 0.381870] acpiphp: Slot [21] registered [ 0.383038] acpiphp: Slot [22] registered [ 0.384209] acpiphp: Slot [23] registered [ 0.385381] acpiphp: Slot [24] registered [ 0.386541] acpiphp: Slot [25] registered [ 0.387702] acpiphp: Slot [26] registered [ 0.388863] acpiphp: Slot [27] registered [ 0.390053] acpiphp: Slot [28] registered [ 0.391214] acpiphp: Slot [29] registered [ 0.392369] acpiphp: Slot [30] registered [ 0.393530] acpiphp: Slot [31] registered [ 0.394709] PCI host bridge to bus 0000:00 [ 0.395868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.399309] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.401401] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.403483] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.405623] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409757] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411587] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413280] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.415082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419400] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421477] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.442615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.444712] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.446740] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.448722] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.450836] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.452620] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.454458] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.455949] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.458145] vgaarb: loaded [ 0.459004] vgaarb: bridge control possible 0000:00:02.0 [ 0.460706] SCSI subsystem initialized [ 0.461999] ACPI: bus type USB registered [ 0.463176] usbcore: registered new interface driver usbfs [ 0.464640] usbcore: registered new interface driver hub [ 0.466062] usbcore: registered new device driver usb [ 0.467616] PCI: Using ACPI for IRQ routing [ 0.469177] NetLabel: Initializing [ 0.470201] NetLabel: domain hash size = 128 [ 0.471410] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.472800] NetLabel: unlabeled traffic allowed by default [ 0.474378] clocksource: Switched to clocksource kvm-clock [ 0.484631] AppArmor: AppArmor Filesystem Enabled [ 0.485930] pnp: PnP ACPI init [ 0.487171] pnp: PnP ACPI: found 5 devices [ 0.493980] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.496321] NET: Registered protocol family 2 [ 0.497735] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.499486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.501123] TCP: Hash tables configured (established 4096 bind 4096) [ 0.502758] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.504226] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.505809] NET: Registered protocol family 1 [ 0.507015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508512] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.509972] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.524771] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539426] Trying to unpack rootfs image as initramfs... [ 0.601940] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.606744] Scanning for low memory corruption every 60 seconds [ 0.608963] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.610559] audit: initializing netlink subsys (disabled) [ 0.612012] audit: type=2000 audit(1535334503.849:1): initialized [ 0.613893] Initialise system trusted keyring [ 0.615284] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.616862] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.619581] zbud: loaded [ 0.620579] VFS: Disk quotas dquot_6.6.0 [ 0.621702] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.623849] fuse init (API version 7.23) [ 0.625098] Key type big_key registered [ 0.626190] Allocating IMA MOK and blacklist keyrings. [ 0.627875] Key type asymmetric registered [ 0.629010] Asymmetric key parser 'x509' registered [ 0.630321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.632392] io scheduler noop registered [ 0.633482] io scheduler deadline registered (default) [ 0.634861] io scheduler cfq registered [ 0.636036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.637454] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.639226] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.641232] ACPI: Power Button [PWRF] [ 0.642451] GHES: HEST is not enabled! [ 0.656582] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.685579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.688380] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.712015] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.715037] Linux agpgart interface v0.103 [ 0.718447] brd: module loaded [ 0.720736] loop: module loaded [ 0.725630] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.727647] GPT:90111 != 2097151 [ 0.728587] GPT:Alternate GPT header not at the end of the disk. [ 0.730088] GPT:90111 != 2097151 [ 0.731034] GPT: Use GNU Parted to correct GPT errors. [ 0.732358] vda: vda1 vda15 [ 0.733994] scsi host0: ata_piix [ 0.735079] scsi host1: ata_piix [ 0.736076] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.737736] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.739719] libphy: Fixed MDIO Bus: probed [ 0.740847] tun: Universal TUN/TAP device driver, 1.6 [ 0.742158] tun: (C) 1999-2004 Max Krasnyansky [ 0.745116] PPP generic driver version 2.4.2 [ 0.746384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.748013] ehci-pci: EHCI PCI platform driver [ 0.749217] ehci-platform: EHCI generic platform driver [ 0.750588] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.752137] ohci-pci: OHCI PCI platform driver [ 0.753339] ohci-platform: OHCI generic platform driver [ 0.754710] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769358] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.770743] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.772765] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.774132] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.775697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.777374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.779334] usb usb1: Product: UHCI Host Controller [ 0.780602] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.782157] usb usb1: SerialNumber: 0000:00:01.2 [ 0.783485] hub 1-0:1.0: USB hub found [ 0.784611] hub 1-0:1.0: 2 ports detected [ 0.785876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.788769] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.790068] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.791460] mousedev: PS/2 mouse device common for all mice [ 0.793151] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795646] rtc_cmos 00:00: RTC can wake from S4 [ 0.797173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798801] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800421] i2c /dev entries driver [ 0.801471] device-mapper: uevent: version 1.0.3 [ 0.802778] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.805020] ledtrig-cpu: registered to indicate activity on CPUs [ 0.806895] NET: Registered protocol family 10 [ 0.808439] NET: Registered protocol family 17 [ 0.809660] Key type dns_resolver registered [ 0.810969] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.812466] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.814890] registered taskstats version 1 [ 0.816035] Loading compiled-in X.509 certificates [ 0.817845] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.820373] zswap: loaded using pool lzo/zbud [ 0.822447] Key type trusted registered [ 0.824596] Key type encrypted registered [ 0.825723] AppArmor: AppArmor sha1 policy hashing enabled [ 0.827141] ima: No TPM chip found, activating TPM-bypass! [ 0.828567] evm: HMAC attrs: 0x1 [ 0.829870] Magic number: 14:930:812 [ 0.831069] rtc_cmos 00:00: setting system clock to 2018-08-27 01:48:23 UTC (1535334503) [ 0.833314] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.834837] EDD information not available. [ 0.899933] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.916325] Write protecting the kernel read-only data: 14336k [ 0.919295] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.921756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.968708] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.88 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.98. iid=i-00000011 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-08-27 01:48:26,758 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.9. Waiting for response... 2018-08-27 01:48:27,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:27,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:28,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b092bc48-7519-4ced-b1cf-4115de8b2f93 x-compute-request-id: req-b092bc48-7519-4ced-b1cf-4115de8b2f93 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:a1:7b", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:23.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "7b8738e8-444a-442f-8239-5722ac1631a5", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:23Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:48:13Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:b1:b5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:06.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:06Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:47:58Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:28,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b092bc48-7519-4ced-b1cf-4115de8b2f93 2018-08-27 01:48:28,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.949330091476s 2018-08-27 01:48:28,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b092bc48-7519-4ced-b1cf-4115de8b2f93 2018-08-27 01:48:28,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 01:48:28,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 01:48:28,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04c58534-ed1d-454f-84a1-341957f4fa0d x-compute-request-id: req-04c58534-ed1d-454f-84a1-341957f4fa0d Content-Encoding: gzip Content-Length: 9553 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487861276 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189071] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191442] pid_max: default: 32768 minimum: 301\n[ 0.192730] ACPI: Core revision 20150930\n[ 0.194433] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196302] Security Framework initialized\n[ 0.197457] Yama: becoming mindful.\n[ 0.198498] AppArmor: AppArmor initialized\n[ 0.199714] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.201559] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203350] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207008] Initializing cgroup subsys io\n[ 0.208186] Initializing cgroup subsys memory\n[ 0.209423] Initializing cgroup subsys devices\n[ 0.210667] Initializing cgroup subsys freezer\n[ 0.211919] Initializing cgroup subsys net_cls\n[ 0.213158] Initializing cgroup subsys perf_event\n[ 0.214452] Initializing cgroup subsys net_prio\n[ 0.215722] Initializing cgroup subsys hugetlb\n[ 0.216947] Initializing cgroup subsys pids\n[ 0.218167] CPU: Physical Processor ID: 0\n[ 0.220031] mce: CPU supports 10 MCE banks\n[ 0.221222] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.239435] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.246104] ftrace: allocating 31920 entries in 125 pages\n[ 0.271689] smpboot: Max logical packages: 1\n[ 0.272890] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.274803] x2apic enabled\n[ 0.275958] Switched APIC routing to physical x2apic.\n[ 0.278442] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.280024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.282823] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.285336] KVM setup paravirtual spinlock\n[ 0.286965] x86: Booted up 1 node, 1 CPUs\n[ 0.288096] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.290019] devtmpfs: initialized\n[ 0.292342] evm: security.selinux\n[ 0.293329] evm: security.SMACK64\n[ 0.294308] evm: security.SMACK64EXEC\n[ 0.295359] evm: security.SMACK64TRANSMUTE\n[ 0.296492] evm: security.SMACK64MMAP\n[ 0.297536] evm: security.ima\n[ 0.298448] evm: security.capability\n[ 0.299555] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.302128] pinctrl core: initialized pinctrl subsystem\n[ 0.303649] RTC time: 1:48:22, date: 08/27/18\n[ 0.304968] NET: Registered protocol family 16\n[ 0.306331] cpuidle: using governor ladder\n[ 0.307494] cpuidle: using governor menu\n[ 0.308621] PCCT header not found.\n[ 0.309677] ACPI: bus type PCI registered\n[ 0.310809] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312542] PCI: Using configuration type 1 for base access\n[ 0.314744] ACPI: Added _OSI(Module Device)\n[ 0.315925] ACPI: Added _OSI(Processor Device)\n[ 0.317152] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318416] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320651] ACPI: Interpreter enabled\n[ 0.321734] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.324378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.327014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.332259] ACPI: (supports S0 S5)\n[ 0.333271] ACPI: Using IOAPIC for interrupt routing\n[ 0.334620] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340160] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341923] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343612] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346737] acpiphp: Slot [3] registered\n[ 0.347900] acpiphp: Slot [4] registered\n[ 0.349054] acpiphp: Slot [5] registered\n[ 0.350200] acpiphp: Slot [6] registered\n[ 0.351354] acpiphp: Slot [7] registered\n[ 0.352513] acpiphp: Slot [8] registered\n[ 0.353660] acpiphp: Slot [9] registered\n[ 0.354798] acpiphp: Slot [10] registered\n[ 0.355958] acpiphp: Slot [11] registered\n[ 0.357122] acpiphp: Slot [12] registered\n[ 0.358277] acpiphp: Slot [13] registered\n[ 0.359423] acpiphp: Slot [14] registered\n[ 0.360583] acpiphp: Slot [15] registered\n[ 0.375997] acpiphp: Slot [16] registered\n[ 0.377188] acpiphp: Slot [17] registered\n[ 0.378357] acpiphp: Slot [18] registered\n[ 0.379523] acpiphp: Slot [19] registered\n[ 0.380697] acpiphp: Slot [20] registered\n[ 0.381870] acpiphp: Slot [21] registered\n[ 0.383038] acpiphp: Slot [22] registered\n[ 0.384209] acpiphp: Slot [23] registered\n[ 0.385381] acpiphp: Slot [24] registered\n[ 0.386541] acpiphp: Slot [25] registered\n[ 0.387702] acpiphp: Slot [26] registered\n[ 0.388863] acpiphp: Slot [27] registered\n[ 0.390053] acpiphp: Slot [28] registered\n[ 0.391214] acpiphp: Slot [29] registered\n[ 0.392369] acpiphp: Slot [30] registered\n[ 0.393530] acpiphp: Slot [31] registered\n[ 0.394709] PCI host bridge to bus 0000:00\n[ 0.395868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399309] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401401] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403483] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405623] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409757] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411587] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413280] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.415082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419400] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421477] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.442615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.444712] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.446740] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448722] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.450836] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452620] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454458] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.455949] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458145] vgaarb: loaded\n[ 0.459004] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460706] SCSI subsystem initialized\n[ 0.461999] ACPI: bus type USB registered\n[ 0.463176] usbcore: registered new interface driver usbfs\n[ 0.464640] usbcore: registered new interface driver hub\n[ 0.466062] usbcore: registered new device driver usb\n[ 0.467616] PCI: Using ACPI for IRQ routing\n[ 0.469177] NetLabel: Initializing\n[ 0.470201] NetLabel: domain hash size = 128\n[ 0.471410] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472800] NetLabel: unlabeled traffic allowed by default\n[ 0.474378] clocksource: Switched to clocksource kvm-clock\n[ 0.484631] AppArmor: AppArmor Filesystem Enabled\n[ 0.485930] pnp: PnP ACPI init\n[ 0.487171] pnp: PnP ACPI: found 5 devices\n[ 0.493980] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.496321] NET: Registered protocol family 2\n[ 0.497735] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.501123] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502758] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504226] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505809] NET: Registered protocol family 1\n[ 0.507015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508512] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509972] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524771] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539426] Trying to unpack rootfs image as initramfs...\n[ 0.601940] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606744] Scanning for low memory corruption every 60 seconds\n[ 0.608963] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610559] audit: initializing netlink subsys (disabled)\n[ 0.612012] audit: type=2000 audit(1535334503.849:1): initialized\n[ 0.613893] Initialise system trusted keyring\n[ 0.615284] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619581] zbud: loaded\n[ 0.620579] VFS: Disk quotas dquot_6.6.0\n[ 0.621702] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623849] fuse init (API version 7.23)\n[ 0.625098] Key type big_key registered\n[ 0.626190] Allocating IMA MOK and blacklist keyrings.\n[ 0.627875] Key type asymmetric registered\n[ 0.629010] Asymmetric key parser 'x509' registered\n[ 0.630321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632392] io scheduler noop registered\n[ 0.633482] io scheduler deadline registered (default)\n[ 0.634861] io scheduler cfq registered\n[ 0.636036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637454] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.639226] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.641232] ACPI: Power Button [PWRF]\n[ 0.642451] GHES: HEST is not enabled!\n[ 0.656582] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688380] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712015] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715037] Linux agpgart interface v0.103\n[ 0.718447] brd: module loaded\n[ 0.720736] loop: module loaded\n[ 0.725630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.727647] GPT:90111 != 2097151\n[ 0.728587] GPT:Alternate GPT header not at the end of the disk.\n[ 0.730088] GPT:90111 != 2097151\n[ 0.731034] GPT: Use GNU Parted to correct GPT errors.\n[ 0.732358] vda: vda1 vda15\n[ 0.733994] scsi host0: ata_piix\n[ 0.735079] scsi host1: ata_piix\n[ 0.736076] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.737736] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.739719] libphy: Fixed MDIO Bus: probed\n[ 0.740847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.742158] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.745116] PPP generic driver version 2.4.2\n[ 0.746384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.748013] ehci-pci: EHCI PCI platform driver\n[ 0.749217] ehci-platform: EHCI generic platform driver\n[ 0.750588] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.752137] ohci-pci: OHCI PCI platform driver\n[ 0.753339] ohci-platform: OHCI generic platform driver\n[ 0.754710] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.769358] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.770743] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.772765] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.774132] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.775697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.777374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.779334] usb usb1: Product: UHCI Host Controller\n[ 0.780602] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.782157] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.783485] hub 1-0:1.0: USB hub found\n[ 0.784611] hub 1-0:1.0: 2 ports detected\n[ 0.785876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788769] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.790068] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791460] mousedev: PS/2 mouse device common for all mice\n[ 0.793151] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798801] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800421] i2c /dev entries driver\n[ 0.801471] device-mapper: uevent: version 1.0.3\n[ 0.802778] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805020] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.806895] NET: Registered protocol family 10\n[ 0.808439] NET: Registered protocol family 17\n[ 0.809660] Key type dns_resolver registered\n[ 0.810969] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.812466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.814890] registered taskstats version 1\n[ 0.816035] Loading compiled-in X.509 certificates\n[ 0.817845] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.820373] zswap: loaded using pool lzo/zbud\n[ 0.822447] Key type trusted registered\n[ 0.824596] Key type encrypted registered\n[ 0.825723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.827141] ima: No TPM chip found, activating TPM-bypass!\n[ 0.828567] evm: HMAC attrs: 0x1\n[ 0.829870] Magic number: 14:930:812\n[ 0.831069] rtc_cmos 00:00: setting system clock to 2018-08-27 01:48:23 UTC (1535334503)\n[ 0.833314] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.834837] EDD information not available.\n[ 0.899933] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.916325] Write protecting the kernel read-only data: 14336k\n[ 0.919295] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.921756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.968708] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.98. iid=i-00000011\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgAp8KDPKcUCy3N05+A6vmHMtXeFR/uEuOqRYqaoA5NsBn/CBo4kIW5aY3weSvuCPMLfFQh7RMAPV7xoa0C75KGMsvTeJVkQ+XH3vfnX74G3lGBkjckhWm4IVq6HiGr2PMCWP+BOVawdeQhqrlEZFD/RKraTTFLinRsYMEUHRu4ckuQarKU4N3ch2Ui/FqnTB9+/97HRzqgkAk6Dg5anOZOte9QROHSmpxyfM97Dnqm0RO8Zjtwr24agAzIaZjZPLmDm70qX2hyS1TTt2HaZnXD6pvYCiC9pQC+2Bi9pZMhIQqiGWbow2lFNKh74F9YNVgcx3i1flmtibKhCpuz9k3 root@vping-userdata-vm2-9b844167-3cfc-437c-9221-4e6731ad4437\nssh-dss AAAAB3NzaC1kc3MAAACBANYopwts6Pnz7hpKaQa6NrQtd5VgVrDb2CNgBkztBHuZtR0VO+C2bWK6mrcKYq3lGs9TvGoA51zQcWyAb0mvrgSUbfNkgZ8EOmI4XpSUj+0pNObQVs12hsRu3apGtfsI+8WWs8UBw3ntQQXKCK/UB3V/MNNmSkmgXei2dwIwcEQtAAAAFQC0R7KxetH+RNdfcihKy3HYyLwGaQAAAIAUsqRTQwtXtmJ9d4NlveTa3WLJpDr8v5jqz673jzQAmQV1RuSkzY5LrJ2ihXafNbN3cpNmbnw1s3jIN7oaFn/OK4shna3DsRm0R51FJwourkKXXN9U1CFZEbqmqJLnyokDxT6zjgHtn+boG/yywedK1WTlcOyGU7pBYydNoJCxLgAAAIEAnioYLFE/K1gOPsIiBoV5iG0xgO7Gq6h4/KnE4R3ikd20j9Qa0p02FnfQEv1LnP3aRN44ehwQYF04hPI29ew2RVBr5v4W20jXkGBiPwjk+HXcAqlsYP2l85Fj3w1eg6l572fkuvgDw4fFlLaSNC3SF56jpys8BgHcNLnNRghOugo= root@vping-userdata-vm2-9b844167-3cfc-437c-9221-4e6731ad4437\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.23s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe1c:a17b/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-9b844167-3cfc-437c-9221-4e6731ad4437\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.89 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-9b844167-3cfc-437c-9221-4e6731ad4437 login: "} 2018-08-27 01:48:28,840 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5/action used request id req-04c58534-ed1d-454f-84a1-341957f4fa0d 2018-08-27 01:48:28,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.128669023514s 2018-08-27 01:48:28,841 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5/action used request id req-04c58534-ed1d-454f-84a1-341957f4fa0d 2018-08-27 01:48:28,842 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 487861276 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189071] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191442] pid_max: default: 32768 minimum: 301 [ 0.192730] ACPI: Core revision 20150930 [ 0.194433] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196302] Security Framework initialized [ 0.197457] Yama: becoming mindful. [ 0.198498] AppArmor: AppArmor initialized [ 0.199714] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.201559] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.203350] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207008] Initializing cgroup subsys io [ 0.208186] Initializing cgroup subsys memory [ 0.209423] Initializing cgroup subsys devices [ 0.210667] Initializing cgroup subsys freezer [ 0.211919] Initializing cgroup subsys net_cls [ 0.213158] Initializing cgroup subsys perf_event [ 0.214452] Initializing cgroup subsys net_prio [ 0.215722] Initializing cgroup subsys hugetlb [ 0.216947] Initializing cgroup subsys pids [ 0.218167] CPU: Physical Processor ID: 0 [ 0.220031] mce: CPU supports 10 MCE banks [ 0.221222] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.222638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.239435] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.246104] ftrace: allocating 31920 entries in 125 pages [ 0.271689] smpboot: Max logical packages: 1 [ 0.272890] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.274803] x2apic enabled [ 0.275958] Switched APIC routing to physical x2apic. [ 0.278442] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.280024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.282823] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.285336] KVM setup paravirtual spinlock [ 0.286965] x86: Booted up 1 node, 1 CPUs [ 0.288096] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.290019] devtmpfs: initialized [ 0.292342] evm: security.selinux [ 0.293329] evm: security.SMACK64 [ 0.294308] evm: security.SMACK64EXEC [ 0.295359] evm: security.SMACK64TRANSMUTE [ 0.296492] evm: security.SMACK64MMAP [ 0.297536] evm: security.ima [ 0.298448] evm: security.capability [ 0.299555] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.302128] pinctrl core: initialized pinctrl subsystem [ 0.303649] RTC time: 1:48:22, date: 08/27/18 [ 0.304968] NET: Registered protocol family 16 [ 0.306331] cpuidle: using governor ladder [ 0.307494] cpuidle: using governor menu [ 0.308621] PCCT header not found. [ 0.309677] ACPI: bus type PCI registered [ 0.310809] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312542] PCI: Using configuration type 1 for base access [ 0.314744] ACPI: Added _OSI(Module Device) [ 0.315925] ACPI: Added _OSI(Processor Device) [ 0.317152] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.318416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320651] ACPI: Interpreter enabled [ 0.321734] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.324378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.327014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.332259] ACPI: (supports S0 S5) [ 0.333271] ACPI: Using IOAPIC for interrupt routing [ 0.334620] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340160] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341923] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343612] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346737] acpiphp: Slot [3] registered [ 0.347900] acpiphp: Slot [4] registered [ 0.349054] acpiphp: Slot [5] registered [ 0.350200] acpiphp: Slot [6] registered [ 0.351354] acpiphp: Slot [7] registered [ 0.352513] acpiphp: Slot [8] registered [ 0.353660] acpiphp: Slot [9] registered [ 0.354798] acpiphp: Slot [10] registered [ 0.355958] acpiphp: Slot [11] registered [ 0.357122] acpiphp: Slot [12] registered [ 0.358277] acpiphp: Slot [13] registered [ 0.359423] acpiphp: Slot [14] registered [ 0.360583] acpiphp: Slot [15] registered [ 0.375997] acpiphp: Slot [16] registered [ 0.377188] acpiphp: Slot [17] registered [ 0.378357] acpiphp: Slot [18] registered [ 0.379523] acpiphp: Slot [19] registered [ 0.380697] acpiphp: Slot [20] registered [ 0.381870] acpiphp: Slot [21] registered [ 0.383038] acpiphp: Slot [22] registered [ 0.384209] acpiphp: Slot [23] registered [ 0.385381] acpiphp: Slot [24] registered [ 0.386541] acpiphp: Slot [25] registered [ 0.387702] acpiphp: Slot [26] registered [ 0.388863] acpiphp: Slot [27] registered [ 0.390053] acpiphp: Slot [28] registered [ 0.391214] acpiphp: Slot [29] registered [ 0.392369] acpiphp: Slot [30] registered [ 0.393530] acpiphp: Slot [31] registered [ 0.394709] PCI host bridge to bus 0000:00 [ 0.395868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.399309] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.401401] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.403483] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.405623] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409757] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411587] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413280] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.415082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419400] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421477] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.442615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.444712] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.446740] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.448722] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.450836] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.452620] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.454458] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.455949] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.458145] vgaarb: loaded [ 0.459004] vgaarb: bridge control possible 0000:00:02.0 [ 0.460706] SCSI subsystem initialized [ 0.461999] ACPI: bus type USB registered [ 0.463176] usbcore: registered new interface driver usbfs [ 0.464640] usbcore: registered new interface driver hub [ 0.466062] usbcore: registered new device driver usb [ 0.467616] PCI: Using ACPI for IRQ routing [ 0.469177] NetLabel: Initializing [ 0.470201] NetLabel: domain hash size = 128 [ 0.471410] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.472800] NetLabel: unlabeled traffic allowed by default [ 0.474378] clocksource: Switched to clocksource kvm-clock [ 0.484631] AppArmor: AppArmor Filesystem Enabled [ 0.485930] pnp: PnP ACPI init [ 0.487171] pnp: PnP ACPI: found 5 devices [ 0.493980] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.496321] NET: Registered protocol family 2 [ 0.497735] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.499486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.501123] TCP: Hash tables configured (established 4096 bind 4096) [ 0.502758] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.504226] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.505809] NET: Registered protocol family 1 [ 0.507015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508512] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.509972] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.524771] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539426] Trying to unpack rootfs image as initramfs... [ 0.601940] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.606744] Scanning for low memory corruption every 60 seconds [ 0.608963] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.610559] audit: initializing netlink subsys (disabled) [ 0.612012] audit: type=2000 audit(1535334503.849:1): initialized [ 0.613893] Initialise system trusted keyring [ 0.615284] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.616862] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.619581] zbud: loaded [ 0.620579] VFS: Disk quotas dquot_6.6.0 [ 0.621702] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.623849] fuse init (API version 7.23) [ 0.625098] Key type big_key registered [ 0.626190] Allocating IMA MOK and blacklist keyrings. [ 0.627875] Key type asymmetric registered [ 0.629010] Asymmetric key parser 'x509' registered [ 0.630321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.632392] io scheduler noop registered [ 0.633482] io scheduler deadline registered (default) [ 0.634861] io scheduler cfq registered [ 0.636036] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.637454] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.639226] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.641232] ACPI: Power Button [PWRF] [ 0.642451] GHES: HEST is not enabled! [ 0.656582] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.685579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.688380] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.712015] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.715037] Linux agpgart interface v0.103 [ 0.718447] brd: module loaded [ 0.720736] loop: module loaded [ 0.725630] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.727647] GPT:90111 != 2097151 [ 0.728587] GPT:Alternate GPT header not at the end of the disk. [ 0.730088] GPT:90111 != 2097151 [ 0.731034] GPT: Use GNU Parted to correct GPT errors. [ 0.732358] vda: vda1 vda15 [ 0.733994] scsi host0: ata_piix [ 0.735079] scsi host1: ata_piix [ 0.736076] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.737736] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.739719] libphy: Fixed MDIO Bus: probed [ 0.740847] tun: Universal TUN/TAP device driver, 1.6 [ 0.742158] tun: (C) 1999-2004 Max Krasnyansky [ 0.745116] PPP generic driver version 2.4.2 [ 0.746384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.748013] ehci-pci: EHCI PCI platform driver [ 0.749217] ehci-platform: EHCI generic platform driver [ 0.750588] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.752137] ohci-pci: OHCI PCI platform driver [ 0.753339] ohci-platform: OHCI generic platform driver [ 0.754710] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769358] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.770743] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.772765] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.774132] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.775697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.777374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.779334] usb usb1: Product: UHCI Host Controller [ 0.780602] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.782157] usb usb1: SerialNumber: 0000:00:01.2 [ 0.783485] hub 1-0:1.0: USB hub found [ 0.784611] hub 1-0:1.0: 2 ports detected [ 0.785876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.788769] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.790068] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.791460] mousedev: PS/2 mouse device common for all mice [ 0.793151] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795646] rtc_cmos 00:00: RTC can wake from S4 [ 0.797173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798801] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800421] i2c /dev entries driver [ 0.801471] device-mapper: uevent: version 1.0.3 [ 0.802778] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.805020] ledtrig-cpu: registered to indicate activity on CPUs [ 0.806895] NET: Registered protocol family 10 [ 0.808439] NET: Registered protocol family 17 [ 0.809660] Key type dns_resolver registered [ 0.810969] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.812466] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.814890] registered taskstats version 1 [ 0.816035] Loading compiled-in X.509 certificates [ 0.817845] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.820373] zswap: loaded using pool lzo/zbud [ 0.822447] Key type trusted registered [ 0.824596] Key type encrypted registered [ 0.825723] AppArmor: AppArmor sha1 policy hashing enabled [ 0.827141] ima: No TPM chip found, activating TPM-bypass! [ 0.828567] evm: HMAC attrs: 0x1 [ 0.829870] Magic number: 14:930:812 [ 0.831069] rtc_cmos 00:00: setting system clock to 2018-08-27 01:48:23 UTC (1535334503) [ 0.833314] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.834837] EDD information not available. [ 0.899933] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.916325] Write protecting the kernel read-only data: 14336k [ 0.919295] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.921756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.968708] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.88 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.98. iid=i-00000011 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgAp8KDPKcUCy3N05+A6vmHMtXeFR/uEuOqRYqaoA5NsBn/CBo4kIW5aY3weSvuCPMLfFQh7RMAPV7xoa0C75KGMsvTeJVkQ+XH3vfnX74G3lGBkjckhWm4IVq6HiGr2PMCWP+BOVawdeQhqrlEZFD/RKraTTFLinRsYMEUHRu4ckuQarKU4N3ch2Ui/FqnTB9+/97HRzqgkAk6Dg5anOZOte9QROHSmpxyfM97Dnqm0RO8Zjtwr24agAzIaZjZPLmDm70qX2hyS1TTt2HaZnXD6pvYCiC9pQC+2Bi9pZMhIQqiGWbow2lFNKh74F9YNVgcx3i1flmtibKhCpuz9k3 root@vping-userdata-vm2-9b844167-3cfc-437c-9221-4e6731ad4437 ssh-dss AAAAB3NzaC1kc3MAAACBANYopwts6Pnz7hpKaQa6NrQtd5VgVrDb2CNgBkztBHuZtR0VO+C2bWK6mrcKYq3lGs9TvGoA51zQcWyAb0mvrgSUbfNkgZ8EOmI4XpSUj+0pNObQVs12hsRu3apGtfsI+8WWs8UBw3ntQQXKCK/UB3V/MNNmSkmgXei2dwIwcEQtAAAAFQC0R7KxetH+RNdfcihKy3HYyLwGaQAAAIAUsqRTQwtXtmJ9d4NlveTa3WLJpDr8v5jqz673jzQAmQV1RuSkzY5LrJ2ihXafNbN3cpNmbnw1s3jIN7oaFn/OK4shna3DsRm0R51FJwourkKXXN9U1CFZEbqmqJLnyokDxT6zjgHtn+boG/yywedK1WTlcOyGU7pBYydNoJCxLgAAAIEAnioYLFE/K1gOPsIiBoV5iG0xgO7Gq6h4/KnE4R3ikd20j9Qa0p02FnfQEv1LnP3aRN44ehwQYF04hPI29ew2RVBr5v4W20jXkGBiPwjk+HXcAqlsYP2l85Fj3w1eg6l572fkuvgDw4fFlLaSNC3SF56jpys8BgHcNLnNRghOugo= root@vping-userdata-vm2-9b844167-3cfc-437c-9221-4e6731ad4437 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.23s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe1c:a17b/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-9b844167-3cfc-437c-9221-4e6731ad4437 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.89 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-9b844167-3cfc-437c-9221-4e6731ad4437 login: 2018-08-27 01:48:28,843 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-27 01:48:28,953 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:48:28,954 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:47 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-27 01:48:28,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 01:48:28,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:29,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:48:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c6b105f3-6edd-48bc-ab3e-2d2bce570aac x-compute-request-id: req-c6b105f3-6edd-48bc-ab3e-2d2bce570aac Content-Type: application/json 2018-08-27 01:48:29,160 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d used request id req-c6b105f3-6edd-48bc-ab3e-2d2bce570aac 2018-08-27 01:48:29,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.200956821442s 2018-08-27 01:48:29,160 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d used request id req-c6b105f3-6edd-48bc-ab3e-2d2bce570aac 2018-08-27 01:48:29,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:29,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:29,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03213f3b-ff4e-47fb-9573-93e8c0c12256 x-compute-request-id: req-03213f3b-ff4e-47fb-9573-93e8c0c12256 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:a1:7b", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:23.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "7b8738e8-444a-442f-8239-5722ac1631a5", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:23Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:48:13Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:b1:b5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:06.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "495ba5a4-24f9-4aa4-8d1a-9ce84bdcc53d", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:29Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:47:58Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:29,627 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-03213f3b-ff4e-47fb-9573-93e8c0c12256 2018-08-27 01:48:29,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.466736078262s 2018-08-27 01:48:29,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-03213f3b-ff4e-47fb-9573-93e8c0c12256 2018-08-27 01:48:29,630 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:48:31,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:31,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:31,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fc4b936-ff64-421b-9675-326eadf0d758 x-compute-request-id: req-5fc4b936-ff64-421b-9675-326eadf0d758 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:a1:7b", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:23.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "7b8738e8-444a-442f-8239-5722ac1631a5", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:23Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:48:13Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:31,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5fc4b936-ff64-421b-9675-326eadf0d758 2018-08-27 01:48:31,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.182933807373s 2018-08-27 01:48:31,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5fc4b936-ff64-421b-9675-326eadf0d758 2018-08-27 01:48:31,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 01:48:31,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:31,998 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:48:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b6a0de0-348b-4b24-9ccd-833fa9413d28 x-compute-request-id: req-2b6a0de0-348b-4b24-9ccd-833fa9413d28 Content-Type: application/json 2018-08-27 01:48:31,998 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5 used request id req-2b6a0de0-348b-4b24-9ccd-833fa9413d28 2018-08-27 01:48:31,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.180291891098s 2018-08-27 01:48:31,999 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5 used request id req-2b6a0de0-348b-4b24-9ccd-833fa9413d28 2018-08-27 01:48:31,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:32,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:32,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5baca536-1ad1-4f93-9c99-0696e474567a x-compute-request-id: req-5baca536-1ad1-4f93-9c99-0696e474567a Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:a1:7b", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7b8738e8-444a-442f-8239-5722ac1631a5", "rel": "bookmark"}], "image": {"id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "links": [{"href": "http://172.30.9.26:8774/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:48:23.000000", "flavor": {"id": "bdc06280-432f-47f5-bd11-84b470ee8813", "links": [{"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}]}, "id": "7b8738e8-444a-442f-8239-5722ac1631a5", "security_groups": [{"name": "default"}], "user_id": "f542dc492ac44a3fb8bfa0645145517d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:48:31Z", "hostId": "69b1f84924080857ab250c4cd79ba37d876c28985c1c8722b775395e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b844167-3cfc-437c-9221-4e6731ad4437", "created": "2018-08-27T01:48:13Z", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:48:32,747 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5baca536-1ad1-4f93-9c99-0696e474567a 2018-08-27 01:48:32,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.747565984726s 2018-08-27 01:48:32,747 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5baca536-1ad1-4f93-9c99-0696e474567a 2018-08-27 01:48:32,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:48:34,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:48:34,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:34,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6e5992e0-1054-42fc-9b70-22e1b9b6ac85 x-compute-request-id: req-6e5992e0-1054-42fc-9b70-22e1b9b6ac85 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 01:48:34,864 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6e5992e0-1054-42fc-9b70-22e1b9b6ac85 2018-08-27 01:48:34,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.112104892731s 2018-08-27 01:48:34,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6e5992e0-1054-42fc-9b70-22e1b9b6ac85 2018-08-27 01:48:34,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 01:48:34,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/a58e8905-b3a4-4552-a812-eabfcc8e3510/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" -d '{"subnet_id": "f41cb78a-941e-4b5d-976f-7a5377b53886"}' 2018-08-27 01:48:37,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8d742a6c-bad6-46e7-9ae9-17dc4b8e4f75 Date: Mon, 27 Aug 2018 01:48:37 GMT RESP BODY: {"network_id": "4c0e895d-d73c-4737-804a-83b42775eade", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "subnet_id": "f41cb78a-941e-4b5d-976f-7a5377b53886", "subnet_ids": ["f41cb78a-941e-4b5d-976f-7a5377b53886"], "port_id": "0bac5720-ddfb-4833-a58e-863d01fd7d86", "id": "a58e8905-b3a4-4552-a812-eabfcc8e3510"} 2018-08-27 01:48:37,049 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a58e8905-b3a4-4552-a812-eabfcc8e3510/remove_router_interface.json used request id req-8d742a6c-bad6-46e7-9ae9-17dc4b8e4f75 2018-08-27 01:48:37,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.1839568615s 2018-08-27 01:48:37,049 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a58e8905-b3a4-4552-a812-eabfcc8e3510/remove_router_interface.json used request id req-8d742a6c-bad6-46e7-9ae9-17dc4b8e4f75 returning object a58e8905-b3a4-4552-a812-eabfcc8e3510 2018-08-27 01:48:37,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 01:48:37,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:37,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0a4dca56-125b-46cb-a316-53d80f8c6655 Date: Mon, 27 Aug 2018 01:48:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "created_at": "2018-08-27T01:47:45Z", "admin_state_up": true, "updated_at": "2018-08-27T01:48:36Z", "revision_number": 4, "routes": [], "project_id": "2297c17ecdd64a0ea654eaf43869f4f6", "id": "a58e8905-b3a4-4552-a812-eabfcc8e3510", "name": "vping_userdata-router_9b844167-3cfc-437c-9221-4e6731ad4437"}]} 2018-08-27 01:48:37,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-0a4dca56-125b-46cb-a316-53d80f8c6655 2018-08-27 01:48:37,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.393463850021s 2018-08-27 01:48:37,444 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-0a4dca56-125b-46cb-a316-53d80f8c6655 2018-08-27 01:48:37,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 01:48:37,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/a58e8905-b3a4-4552-a812-eabfcc8e3510.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:39,040 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-546a6e87-94e6-4e5c-bb7f-6bfba63b304d Content-Length: 0 Date: Mon, 27 Aug 2018 01:48:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:48:39,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a58e8905-b3a4-4552-a812-eabfcc8e3510.json used request id req-546a6e87-94e6-4e5c-bb7f-6bfba63b304d 2018-08-27 01:48:39,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.5951499939s 2018-08-27 01:48:39,040 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a58e8905-b3a4-4552-a812-eabfcc8e3510.json used request id req-546a6e87-94e6-4e5c-bb7f-6bfba63b304d 2018-08-27 01:48:39,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:48:39,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:39,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-98a27492-21ad-41a8-ac8e-2954b5b59c88 Date: Mon, 27 Aug 2018 01:48:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c0e895d-d73c-4737-804a-83b42775eade","tenant_id":"2297c17ecdd64a0ea654eaf43869f4f6","created_at":"2018-08-27T01:47:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:47:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2297c17ecdd64a0ea654eaf43869f4f6","id":"f41cb78a-941e-4b5d-976f-7a5377b53886","subnetpool_id":null,"name":"vping_userdata-subnet_9b844167-3cfc-437c-9221-4e6731ad4437"}]} 2018-08-27 01:48:39,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-98a27492-21ad-41a8-ac8e-2954b5b59c88 2018-08-27 01:48:39,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0418310165405s 2018-08-27 01:48:39,083 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-98a27492-21ad-41a8-ac8e-2954b5b59c88 2018-08-27 01:48:39,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 01:48:39,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/f41cb78a-941e-4b5d-976f-7a5377b53886.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:41,435 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-958551ea-b5a8-4385-b072-faa984b7286f Date: Mon, 27 Aug 2018 01:48:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:48:41,435 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/f41cb78a-941e-4b5d-976f-7a5377b53886.json used request id req-958551ea-b5a8-4385-b072-faa984b7286f 2018-08-27 01:48:41,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.35048103333s 2018-08-27 01:48:41,435 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/f41cb78a-941e-4b5d-976f-7a5377b53886.json used request id req-958551ea-b5a8-4385-b072-faa984b7286f 2018-08-27 01:48:41,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:48:41,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:41,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-34e13adf-3d44-493d-b44d-d5909afbc444 Date: Mon, 27 Aug 2018 01:48:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:48:41Z","tenant_id":"2297c17ecdd64a0ea654eaf43869f4f6","created_at":"2018-08-27T01:47:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2297c17ecdd64a0ea654eaf43869f4f6","id":"4c0e895d-d73c-4737-804a-83b42775eade","name":"vping_userdata-net_9b844167-3cfc-437c-9221-4e6731ad4437"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:48:41,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-34e13adf-3d44-493d-b44d-d5909afbc444 2018-08-27 01:48:41,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0905191898346s 2018-08-27 01:48:41,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-34e13adf-3d44-493d-b44d-d5909afbc444 2018-08-27 01:48:41,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 01:48:41,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/4c0e895d-d73c-4737-804a-83b42775eade.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:43,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d69ea462-8e83-4d84-a83a-7a2dfc696aaa Date: Mon, 27 Aug 2018 01:48:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:48:43,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4c0e895d-d73c-4737-804a-83b42775eade.json used request id req-d69ea462-8e83-4d84-a83a-7a2dfc696aaa 2018-08-27 01:48:43,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.15153598785s 2018-08-27 01:48:43,680 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4c0e895d-d73c-4737-804a-83b42775eade.json used request id req-d69ea462-8e83-4d84-a83a-7a2dfc696aaa 2018-08-27 01:48:43,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:48:43,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:44,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-743c60fb-05a6-40d7-9cb1-261a907d2390 Date: Mon, 27 Aug 2018 01:48:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:47:51Z", "file": "/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/file", "owner": "2297c17ecdd64a0ea654eaf43869f4f6", "id": "665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "size": 12716032, "self": "/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9b844167-3cfc-437c-9221-4e6731ad4437", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:47:49Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:48:44,022 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-743c60fb-05a6-40d7-9cb1-261a907d2390 2018-08-27 01:48:44,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.337887048721s 2018-08-27 01:48:44,022 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-743c60fb-05a6-40d7-9cb1-261a907d2390 2018-08-27 01:48:44,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 01:48:44,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}30b6e15fe3d673824f1b923a5a89f3ca6146db84" 2018-08-27 01:48:45,556 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-21175491-76ff-4758-a36c-5ef6b6ca418c Date: Mon, 27 Aug 2018 01:48:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:48:45,557 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1 used request id req-21175491-76ff-4758-a36c-5ef6b6ca418c 2018-08-27 01:48:45,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.53303098679s 2018-08-27 01:48:45,557 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/665c36a6-6729-4a1f-a2ab-47f2fb87f4b1 used request id req-21175491-76ff-4758-a36c-5ef6b6ca418c 2018-08-27 01:48:45,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:48:45,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:48:45,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e177b87f-096c-4de6-a4aa-73f92dd0cca8 x-compute-request-id: req-e177b87f-096c-4de6-a4aa-73f92dd0cca8 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_9b844167-3cfc-437c-9221-4e6731ad4437", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bdc06280-432f-47f5-bd11-84b470ee8813", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "bdc06280-432f-47f5-bd11-84b470ee8813"}]} 2018-08-27 01:48:45,606 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-e177b87f-096c-4de6-a4aa-73f92dd0cca8 2018-08-27 01:48:45,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0482637882233s 2018-08-27 01:48:45,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-e177b87f-096c-4de6-a4aa-73f92dd0cca8 2018-08-27 01:48:45,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 01:48:45,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/bdc06280-432f-47f5-bd11-84b470ee8813 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:48:45,650 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:48:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0dd6440-97a3-4f6c-9f52-179bf1310b4c x-compute-request-id: req-a0dd6440-97a3-4f6c-9f52-179bf1310b4c Content-Length: 0 Content-Type: application/json 2018-08-27 01:48:45,651 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/bdc06280-432f-47f5-bd11-84b470ee8813 used request id req-a0dd6440-97a3-4f6c-9f52-179bf1310b4c 2018-08-27 01:48:45,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0433671474457s 2018-08-27 01:48:45,651 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/bdc06280-432f-47f5-bd11-84b470ee8813 used request id req-a0dd6440-97a3-4f6c-9f52-179bf1310b4c 2018-08-27 01:48:45,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:48:45,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:48:45,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49beb6eb-55cd-49a7-917a-e855155c2695 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_9b844167-3cfc-437c-9221-4e6731ad4437", "links": {"self": "http://172.30.9.26:5000/v3/users/f542dc492ac44a3fb8bfa0645145517d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f542dc492ac44a3fb8bfa0645145517d", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:48:45,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-49beb6eb-55cd-49a7-917a-e855155c2695 2018-08-27 01:48:45,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.246515035629s 2018-08-27 01:48:45,898 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-49beb6eb-55cd-49a7-917a-e855155c2695 2018-08-27 01:48:45,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:48:45,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/f542dc492ac44a3fb8bfa0645145517d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:48:46,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ddb7423-5d23-4553-9230-3937b52f730c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_9b844167-3cfc-437c-9221-4e6731ad4437", "links": {"self": "http://172.30.9.26:5000/v3/users/f542dc492ac44a3fb8bfa0645145517d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f542dc492ac44a3fb8bfa0645145517d", "description": null}} 2018-08-27 01:48:46,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/f542dc492ac44a3fb8bfa0645145517d used request id req-9ddb7423-5d23-4553-9230-3937b52f730c 2018-08-27 01:48:46,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.196945905685s 2018-08-27 01:48:46,101 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/f542dc492ac44a3fb8bfa0645145517d used request id req-9ddb7423-5d23-4553-9230-3937b52f730c 2018-08-27 01:48:46,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 01:48:46,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/f542dc492ac44a3fb8bfa0645145517d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:48:46,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:48:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5de33c01-abdf-4719-949d-cc0b5dd6e3d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:48:46,549 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/f542dc492ac44a3fb8bfa0645145517d used request id req-5de33c01-abdf-4719-949d-cc0b5dd6e3d2 2018-08-27 01:48:46,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.447193145752s 2018-08-27 01:48:46,550 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/f542dc492ac44a3fb8bfa0645145517d used request id req-5de33c01-abdf-4719-949d-cc0b5dd6e3d2 2018-08-27 01:48:46,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:48:46,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:48:46,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4453731-f070-4872-b4c3-6d44dd2e176b Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.26:5000/v3/projects/2297c17ecdd64a0ea654eaf43869f4f6"}, "tags": [], "enabled": true, "id": "2297c17ecdd64a0ea654eaf43869f4f6", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9b844167-3cfc-437c-9221-4e6731ad4437"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 01:48:46,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-f4453731-f070-4872-b4c3-6d44dd2e176b 2018-08-27 01:48:46,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198107004166s 2018-08-27 01:48:46,754 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-f4453731-f070-4872-b4c3-6d44dd2e176b 2018-08-27 01:48:46,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 01:48:46,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/2297c17ecdd64a0ea654eaf43869f4f6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77f0df7699103fbbfbcaac94869e8e827d7154f1" 2018-08-27 01:48:47,042 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:48:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a255f99-65d9-4774-96f4-ca058811d252 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:48:47,042 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/2297c17ecdd64a0ea654eaf43869f4f6 used request id req-4a255f99-65d9-4774-96f4-ca058811d252 2018-08-27 01:48:47,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.283452987671s 2018-08-27 01:48:47,042 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/2297c17ecdd64a0ea654eaf43869f4f6 used request id req-4a255f99-65d9-4774-96f4-ca058811d252 2018-08-27 01:48:47,097 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-27 01:48:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:48:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:48:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:48:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:48:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:48:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:48:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:48:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:48:47,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:48:47,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:48:47,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:48:47,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d94842-0dec-4d22-91d0-392505ac25d1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:48:47,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-88d94842-0dec-4d22-91d0-392505ac25d1 2018-08-27 01:48:47,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:48:47,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:48:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["7U_Cfpg0QRGAUyhu6DWwcw"], "issued_at": "2018-08-27T01:48:47.000000Z"}} 2018-08-27 01:48:47,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:48:47,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:48:47,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4b403b00-0ad9-4d7c-8d06-1b0f4f13c0b3 Date: Mon, 27 Aug 2018 01:48:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:48:47,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4b403b00-0ad9-4d7c-8d06-1b0f4f13c0b3 2018-08-27 01:48:47,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34258389473s 2018-08-27 01:48:47,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4b403b00-0ad9-4d7c-8d06-1b0f4f13c0b3 2018-08-27 01:48:47,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:48:47,899 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01438742-5aa0-4835-adf7-76249280515b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 01:48:47,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-01438742-5aa0-4835-adf7-76249280515b 2018-08-27 01:48:47,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:48:47,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:48:48,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80b6ffa-8fc5-4529-8f51-5b4e747e26de Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 01:48:48,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-a80b6ffa-8fc5-4529-8f51-5b4e747e26de 2018-08-27 01:48:48,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.214074134827s 2018-08-27 01:48:48,115 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-a80b6ffa-8fc5-4529-8f51-5b4e747e26de 2018-08-27 01:48:48,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 01:48:48,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}}' 2018-08-27 01:48:48,381 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5e611f0-674e-493d-aa04-8163293eb1e4 Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.26:5000/v3/projects/16f42a6324d94bbd96c0850db3dcf067"}, "tags": [], "enabled": true, "id": "16f42a6324d94bbd96c0850db3dcf067", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}} 2018-08-27 01:48:48,381 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-f5e611f0-674e-493d-aa04-8163293eb1e4 2018-08-27 01:48:48,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.26002407074s 2018-08-27 01:48:48,382 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-f5e611f0-674e-493d-aa04-8163293eb1e4 2018-08-27 01:48:48,382 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'16f42a6324d94bbd96c0850db3dcf067', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26'}) 2018-08-27 01:48:48,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 01:48:48,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ed884072-7204-4bbb-88dd-59cb822571a2", "email": null, "name": "cinder_test-user_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}}' 2018-08-27 01:48:48,831 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 01:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0055b603-f85d-428a-9abb-a633cdd0b3e6 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "links": {"self": "http://172.30.9.26:5000/v3/users/4081fa6250624cdfbeff7ee41cd7442b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4081fa6250624cdfbeff7ee41cd7442b", "domain_id": "default", "password_expires_at": null}} 2018-08-27 01:48:48,831 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-0055b603-f85d-428a-9abb-a633cdd0b3e6 2018-08-27 01:48:48,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.441731929779s 2018-08-27 01:48:48,831 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-0055b603-f85d-428a-9abb-a633cdd0b3e6 2018-08-27 01:48:48,832 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4081fa6250624cdfbeff7ee41cd7442b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_1bad8d5f-d943-4fb7-bda8-64dc8f052c26'}) 2018-08-27 01:48:48,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:48:48,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:48:49,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dcee0cf-1597-4c89-8e47-28ccb6fa0da6 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:48:49,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1dcee0cf-1597-4c89-8e47-28ccb6fa0da6 2018-08-27 01:48:49,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.233654022217s 2018-08-27 01:48:49,069 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1dcee0cf-1597-4c89-8e47-28ccb6fa0da6 2018-08-27 01:48:49,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:48:49,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:48:49,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41fc7905-997a-4b5d-8084-a29b6279f664 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:48:49,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-41fc7905-997a-4b5d-8084-a29b6279f664 2018-08-27 01:48:49,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109960794449s 2018-08-27 01:48:49,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-41fc7905-997a-4b5d-8084-a29b6279f664 2018-08-27 01:48:49,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:48:49,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:48:49,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8afba6c8-209b-45c0-b994-bd5fea1f384d Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 01:48:49,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8afba6c8-209b-45c0-b994-bd5fea1f384d 2018-08-27 01:48:49,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.1886241436s 2018-08-27 01:48:49,379 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8afba6c8-209b-45c0-b994-bd5fea1f384d 2018-08-27 01:48:49,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 01:48:49,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:48:49,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-490824db-5c0f-4034-8eae-1559c3bb96f7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 01:48:49,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-490824db-5c0f-4034-8eae-1559c3bb96f7 2018-08-27 01:48:49,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.20884013176s 2018-08-27 01:48:49,593 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-490824db-5c0f-4034-8eae-1559c3bb96f7 2018-08-27 01:48:49,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:48:49,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:48:49,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14bbc1ee-40b2-4843-9af7-78f7b028a767 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder_test-user_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "links": {"self": "http://172.30.9.26:5000/v3/users/4081fa6250624cdfbeff7ee41cd7442b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4081fa6250624cdfbeff7ee41cd7442b", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:48:49,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-14bbc1ee-40b2-4843-9af7-78f7b028a767 2018-08-27 01:48:49,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.129779815674s 2018-08-27 01:48:49,724 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-14bbc1ee-40b2-4843-9af7-78f7b028a767 2018-08-27 01:48:49,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:48:49,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:48:49,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c698dbe2-42d4-40a8-8d58-ae3eac9d39c7 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.26:5000/v3/projects/16f42a6324d94bbd96c0850db3dcf067"}, "tags": [], "enabled": true, "id": "16f42a6324d94bbd96c0850db3dcf067", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 01:48:49,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c698dbe2-42d4-40a8-8d58-ae3eac9d39c7 2018-08-27 01:48:49,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10973405838s 2018-08-27 01:48:49,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c698dbe2-42d4-40a8-8d58-ae3eac9d39c7 2018-08-27 01:48:49,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 01:48:49,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=4081fa6250624cdfbeff7ee41cd7442b&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=16f42a6324d94bbd96c0850db3dcf067" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:48:50,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12e309be-1b61-4736-850f-d3aeb921a94a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=4081fa6250624cdfbeff7ee41cd7442b&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=16f42a6324d94bbd96c0850db3dcf067", "previous": null, "next": null}} 2018-08-27 01:48:50,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=4081fa6250624cdfbeff7ee41cd7442b&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=16f42a6324d94bbd96c0850db3dcf067 used request id req-12e309be-1b61-4736-850f-d3aeb921a94a 2018-08-27 01:48:50,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.211327075958s 2018-08-27 01:48:50,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=4081fa6250624cdfbeff7ee41cd7442b&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=16f42a6324d94bbd96c0850db3dcf067 used request id req-12e309be-1b61-4736-850f-d3aeb921a94a 2018-08-27 01:48:50,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 01:48:50,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/16f42a6324d94bbd96c0850db3dcf067/users/4081fa6250624cdfbeff7ee41cd7442b/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:48:50,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:48:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07db6c21-effc-4b12-aa9d-fbb3cd8907f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:48:50,357 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/16f42a6324d94bbd96c0850db3dcf067/users/4081fa6250624cdfbeff7ee41cd7442b/roles/565edadc366246ae845471a412ad99ed used request id req-07db6c21-effc-4b12-aa9d-fbb3cd8907f3 2018-08-27 01:48:50,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.289495944977s 2018-08-27 01:48:50,358 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/16f42a6324d94bbd96c0850db3dcf067/users/4081fa6250624cdfbeff7ee41cd7442b/roles/565edadc366246ae845471a412ad99ed used request id req-07db6c21-effc-4b12-aa9d-fbb3cd8907f3 2018-08-27 01:48:50,358 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'16f42a6324d94bbd96c0850db3dcf067', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ed884072-7204-4bbb-88dd-59cb822571a2', 'username': u'cinder_test-user_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 01:48:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:48:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:48:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:48:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:48:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:48:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:48:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:48:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:48:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:48:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:48:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:48:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:48:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:48:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:48:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:48:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:48:50,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:48:50,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:48:50,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:48:50,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:48:50,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:48:50,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:48:50,364 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'password': 'ed884072-7204-4bbb-88dd-59cb822571a2', 'project_name': 'cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '16f42a6324d94bbd96c0850db3dcf067', 'project_domain_name': 'Default'} 2018-08-27 01:48:50,364 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-27 01:48:50,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:48:50,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38bb4175-3582-4d86-bb50-daed5f490835 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:48:50,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-38bb4175-3582-4d86-bb50-daed5f490835 2018-08-27 01:48:50,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:48:50,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:48:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16f42a6324d94bbd96c0850db3dcf067", "name": "cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/16f42a6324d94bbd96c0850db3dcf067", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/16f42a6324d94bbd96c0850db3dcf067", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_16f42a6324d94bbd96c0850db3dcf067", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_16f42a6324d94bbd96c0850db3dcf067", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/16f42a6324d94bbd96c0850db3dcf067", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/16f42a6324d94bbd96c0850db3dcf067", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/16f42a6324d94bbd96c0850db3dcf067", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/16f42a6324d94bbd96c0850db3dcf067", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/16f42a6324d94bbd96c0850db3dcf067", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/16f42a6324d94bbd96c0850db3dcf067", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/16f42a6324d94bbd96c0850db3dcf067", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/16f42a6324d94bbd96c0850db3dcf067", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/16f42a6324d94bbd96c0850db3dcf067", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "id": "4081fa6250624cdfbeff7ee41cd7442b"}, "audit_ids": ["c_NdFm0TQve8q22ivrTbkg"], "issued_at": "2018-08-27T01:48:50.000000Z"}} 2018-08-27 01:48:50,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 01:48:50,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"network": {"name": "cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "admin_state_up": true}}' 2018-08-27 01:48:51,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-700c3b9e-b982-41a9-b658-abf27dddbda0 Date: Mon, 27 Aug 2018 01:48:51 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:48:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T01:48:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"16f42a6324d94bbd96c0850db3dcf067","id":"c122845f-9663-4583-b283-33f3a35b3a13","name":"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}} 2018-08-27 01:48:51,459 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-700c3b9e-b982-41a9-b658-abf27dddbda0 2018-08-27 01:48:51,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.690191030502s 2018-08-27 01:48:51,459 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-700c3b9e-b982-41a9-b658-abf27dddbda0 2018-08-27 01:48:51,459 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:48:51Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c122845f-9663-4583-b283-33f3a35b3a13', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', u'admin_state_up': True, u'tenant_id': u'16f42a6324d94bbd96c0850db3dcf067', u'created_at': u'2018-08-27T01:48:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'16f42a6324d94bbd96c0850db3dcf067'}) 2018-08-27 01:48:51,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:48:51,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:48:51,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-d03a97b6-79f7-4015-a0c8-87e601624887 Date: Mon, 27 Aug 2018 01:48:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:48:51Z","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:48:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"16f42a6324d94bbd96c0850db3dcf067","id":"c122845f-9663-4583-b283-33f3a35b3a13","name":"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:48:51,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d03a97b6-79f7-4015-a0c8-87e601624887 2018-08-27 01:48:51,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375509977341s 2018-08-27 01:48:51,836 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d03a97b6-79f7-4015-a0c8-87e601624887 2018-08-27 01:48:51,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 01:48:51,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"subnet": {"name": "cinder_test-subnet_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "enable_dhcp": true, "network_id": "c122845f-9663-4583-b283-33f3a35b3a13", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 01:48:53,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-208f03a3-c828-491a-b740-0c1722d40ff7 Date: Mon, 27 Aug 2018 01:48:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c122845f-9663-4583-b283-33f3a35b3a13","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:48:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:48:52Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"16f42a6324d94bbd96c0850db3dcf067","id":"48e28ccf-2455-47fe-af24-ad386e7b43a8","subnetpool_id":null,"name":"cinder_test-subnet_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}} 2018-08-27 01:48:53,027 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-208f03a3-c828-491a-b740-0c1722d40ff7 2018-08-27 01:48:53,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.18949198723s 2018-08-27 01:48:53,028 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-208f03a3-c828-491a-b740-0c1722d40ff7 2018-08-27 01:48:53,028 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:48:52Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'48e28ccf-2455-47fe-af24-ad386e7b43a8', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', u'enable_dhcp': True, u'network_id': u'c122845f-9663-4583-b283-33f3a35b3a13', u'tenant_id': u'16f42a6324d94bbd96c0850db3dcf067', u'created_at': u'2018-08-27T01:48:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'16f42a6324d94bbd96c0850db3dcf067'}) 2018-08-27 01:48:53,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 01:48:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "cinder_test-router_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "admin_state_up": true}}' 2018-08-27 01:48:54,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-545cba58-412e-4e35-a7d9-39be7895e6d4 Date: Mon, 27 Aug 2018 01:48:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:48:53Z", "admin_state_up": true, "updated_at": "2018-08-27T01:48:54Z", "revision_number": 2, "routes": [], "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "68fb1d25-5240-49d4-8996-8dc7027323ce", "name": "cinder_test-router_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}} 2018-08-27 01:48:54,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-545cba58-412e-4e35-a7d9-39be7895e6d4 2018-08-27 01:48:54,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42599201202s 2018-08-27 01:48:54,455 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-545cba58-412e-4e35-a7d9-39be7895e6d4 2018-08-27 01:48:54,455 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'16f42a6324d94bbd96c0850db3dcf067', u'created_at': u'2018-08-27T01:48:53Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T01:48:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'16f42a6324d94bbd96c0850db3dcf067', u'id': u'68fb1d25-5240-49d4-8996-8dc7027323ce', u'name': u'cinder_test-router_1bad8d5f-d943-4fb7-bda8-64dc8f052c26'}) 2018-08-27 01:48:54,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 01:48:54,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/68fb1d25-5240-49d4-8996-8dc7027323ce/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"subnet_id": "48e28ccf-2455-47fe-af24-ad386e7b43a8"}' 2018-08-27 01:48:57,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b7ef84e2-2497-427b-9793-94896d192a0a Date: Mon, 27 Aug 2018 01:48:57 GMT RESP BODY: {"network_id": "c122845f-9663-4583-b283-33f3a35b3a13", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "subnet_id": "48e28ccf-2455-47fe-af24-ad386e7b43a8", "subnet_ids": ["48e28ccf-2455-47fe-af24-ad386e7b43a8"], "port_id": "677f6034-c4f5-4910-a2be-5027a0669ffa", "id": "68fb1d25-5240-49d4-8996-8dc7027323ce"} 2018-08-27 01:48:57,042 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/68fb1d25-5240-49d4-8996-8dc7027323ce/add_router_interface.json used request id req-b7ef84e2-2497-427b-9793-94896d192a0a 2018-08-27 01:48:57,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.58616900444s 2018-08-27 01:48:57,042 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/68fb1d25-5240-49d4-8996-8dc7027323ce/add_router_interface.json used request id req-b7ef84e2-2497-427b-9793-94896d192a0a returning object 68fb1d25-5240-49d4-8996-8dc7027323ce 2018-08-27 01:48:57,043 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 01:48:57,175 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 01:48:57,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:48:57,182 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 01:48:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 01:48:57,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:48:57,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:48:57,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f8d6999b-a536-4931-997d-a466d248111e Date: Mon, 27 Aug 2018 01:48:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:48:57,626 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f8d6999b-a536-4931-997d-a466d248111e 2018-08-27 01:48:57,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.438966035843s 2018-08-27 01:48:57,627 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f8d6999b-a536-4931-997d-a466d248111e 2018-08-27 01:48:57,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 01:48:57,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}' 2018-08-27 01:48:58,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-07e5c149-aa3a-4172-a483-49cb68a9e3c2 Date: Mon, 27 Aug 2018 01:48:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:48:57Z", "file": "/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61/file", "owner": "16f42a6324d94bbd96c0850db3dcf067", "id": "7a603035-86a2-4572-87cc-68cb0f009c61", "size": null, "self": "/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "checksum": null, "created_at": "2018-08-27T01:48:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 01:48:58,001 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-07e5c149-aa3a-4172-a483-49cb68a9e3c2 2018-08-27 01:48:58,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.367082118988s 2018-08-27 01:48:58,001 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-07e5c149-aa3a-4172-a483-49cb68a9e3c2 returning object 7a603035-86a2-4572-87cc-68cb0f009c61 2018-08-27 01:48:58,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 01:48:58,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '' 2018-08-27 01:48:59,220 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c0123947-48c5-4521-a25d-2d3a2bb2aac6 Date: Mon, 27 Aug 2018 01:48:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:48:59,220 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61/file used request id req-c0123947-48c5-4521-a25d-2d3a2bb2aac6 2018-08-27 01:48:59,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.21821093559s 2018-08-27 01:48:59,220 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61/file used request id req-c0123947-48c5-4521-a25d-2d3a2bb2aac6 2018-08-27 01:48:59,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:48:59,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:48:59,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-f95f2764-9928-430f-baeb-bc1b0feb0cd8 Date: Mon, 27 Aug 2018 01:48:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:48:59Z", "file": "/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61/file", "owner": "16f42a6324d94bbd96c0850db3dcf067", "id": "7a603035-86a2-4572-87cc-68cb0f009c61", "size": 12716032, "self": "/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/7a603035-86a2-4572-87cc-68cb0f009c61/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/7a603035-86a2-4572-87cc-68cb0f009c61/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:48:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:48:59,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f95f2764-9928-430f-baeb-bc1b0feb0cd8 2018-08-27 01:48:59,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298826932907s 2018-08-27 01:48:59,524 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f95f2764-9928-430f-baeb-bc1b0feb0cd8 2018-08-27 01:48:59,526 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/7a603035-86a2-4572-87cc-68cb0f009c61/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61/file', 'owner': u'16f42a6324d94bbd96c0850db3dcf067', 'id': u'7a603035-86a2-4572-87cc-68cb0f009c61', 'size': 12716032, u'self': u'/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16f42a6324d94bbd96c0850db3dcf067', 'name': 'cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/7a603035-86a2-4572-87cc-68cb0f009c61/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T01:48:59Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T01:48:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'created': u'2018-08-27T01:48:57Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T01:48:57Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 01:48:59,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 01:48:59,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 01:48:59,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9a84518-ddd5-48d3-abe5-74a7ad00e104 x-compute-request-id: req-c9a84518-ddd5-48d3-abe5-74a7ad00e104 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a"}} 2018-08-27 01:48:59,858 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c9a84518-ddd5-48d3-abe5-74a7ad00e104 2018-08-27 01:48:59,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.331804990768s 2018-08-27 01:48:59,859 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c9a84518-ddd5-48d3-abe5-74a7ad00e104 2018-08-27 01:48:59,859 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'99a48d6f-058b-4f52-92b6-fcf75dfdd24a', 'swap': 0}) 2018-08-27 01:48:59,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 01:48:59,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" -d '{"extra_specs": {}}' 2018-08-27 01:49:00,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:48:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0766dde1-b25d-424e-a3fe-830cddd37a1e x-compute-request-id: req-0766dde1-b25d-424e-a3fe-830cddd37a1e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 01:49:00,008 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a/os-extra_specs used request id req-0766dde1-b25d-424e-a3fe-830cddd37a1e 2018-08-27 01:49:00,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.147542953491s 2018-08-27 01:49:00,008 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a/os-extra_specs used request id req-0766dde1-b25d-424e-a3fe-830cddd37a1e 2018-08-27 01:49:00,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 01:49:00,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"keypair": {"name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}}' 2018-08-27 01:49:00,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6de8e251-6009-4787-8499-c744d9faf145 x-compute-request-id: req-6de8e251-6009-4787-8499-c744d9faf145 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRk+rnRC2tKQVrqmDvlGSCz/w88+pS6zorlSVlGsGXK26VE+ZFov7XnTs7r3noyxusPUrT6MNkH+78Bh4qXprZogCSFnKchTbtShazcaYrVW3EkVqp9Kn3AXCZCV9vnOJL6E/yEyQJ5Nc0mwWmBGwlwjG4lmOR7krn2iWj66XHzD3AvjvBnPdgV3slE7/e52LTbuGPIbgW/Tb2YbTImVeGChKpsmEc+4Sckp0ljgMTuF1CwzMF0XHyE7/PKncwqNe2IDqfQ+t/oZi38nk/h1szwYSMG1VOd9FSe9b2yrNvanhibapi2RPk/VCtX+zZxEud70mTUkdLBy4W7uIRVtOJ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0ZPq50QtrSkFa6pg75Rkgs/8PPPqUus6K5UlZRrBlytulRPm\nRaL+1507O6956MsbrD1K0+jDZB/u/AYeKl6a2aIAkhZynIU27UoWs3GmK1VtxJFa\nqfSp9wFwmQlfb5ziS+hP8hMkCeTXNJsFpgRsJcIxuJZjke5K59olo+ulx8w9wL47\nwZz3YFd7JRO/3udi027hjyG4Fv029mG0yJlXhgoSqbJhHPuEnJKdJY4DE7hdQsMz\nBdFx8hO/zyp3MKjXtiA6n0Prf6GYt/J5P4dbM8GEjBtVTnfRUnvW9sqzb2p4Ym2q\nYtkT5P1QrV/s2cRLne9Jk1JHSwcuFu7iEVbTiQIDAQABAoIBAQCX6gGfK6N0XkTI\nm1Lytvz4eWycfi3/dvTOfKkDlZZ4Too005zaI2FYx2cVR4g1v2xKuI8R9ioT3LXt\nxz18duEGGlERk+X2IPYEoOy9nAbYaG9NyhMPGQNOwaNtuwaLsAu0/CtfDJLV/SQl\nxK0efxwpbo99/r0kHbf8QfuAy6J6pPiIKPRKYU7tL5itseiTqyXjsq0Bn93o9QrC\n00pt8PyU25PyzSWSHcFReCDeaL+EjW20qOKSFEffJ4dZNQL84FOKJtM/Ba969rNx\nfEchBQB3FgKmtUMGWoh+3hOn9V7k9q+upn9pL/EJzio2IebukTOSJCpA2LcVrNvx\n+V3mTMaFAoGBAPIqWUlk+Gdlk4dZeLrgTLCcOx47+Ahdx7Enf5Z/Ynld/U8M9Vrc\nzwHcnViHBHZq7hBkjlNroClmLOC+gemhyobYPqFahtLUD9Cer1Lg6VtAYpTlnNKt\ns/P7dEDQ6OzqlL1WQMaPNayJdKf0t6ob9VxGez3lJ57nZ4RgYIymE+Z7AoGBAN2M\n+i9GunHzLM92NbOC3D0I4aoir1bVm97NHu5FA53RsnlZ4LELllBuskQVOCD8xA77\nN5wZ32eUMBUS+URW8M7xaJ755z2EGwNp0pPkYqNtlVKIbhCUSWnOFsvsdoa3wybQ\nJxoYPhiycexVlkWuZpa63+nKGPYCRJvPhWepiDDLAoGBANh6JPDoMupzMgtnXvZn\nNgcW0f44C4SnGLDzpymI3CW0cJGu+tHr251Fct7Fa6bT9dZvnY9TAYygivOpOYb5\nm4spWetxel6TNUP/5qiG5/QrvTRvgd4Pa3NqUET0u5O2K5qJtUQKlyeShNbzew+1\nCIQheWAeLmntYGtEoGp6uAVrAoGBAMHAoqNptXAl/JBKjtg4nyb5d3D0+GZ2VORa\neqxhyrHgS7b4tRngSkp5JImKDRY8N7HqXU21Cr1oyUwE1d3AMsSoNpihcGtJ9t3b\nU/9mgiTuluIg0jDJnhJb22/nkhhq6M4ux6N4hAXROPQ4PT0fMjSrpVquFXo/rYSd\nzctEZghVAoGAIaChZvssEn46bAKO0a4vWTzd0wgjxb1Hh/Kd7hEGrGEwVaOAgJt+\nkSbGFhiK2HVTE/ZbH2AWjWZngrHt0CNo6BYz+rBiDXTKa0OiXmFExAdULbRK+G6p\nROOPD6QBVOqc+Gzkep05PdtsS6YOJZlnTij/cZqbHSEhCCnmbMCMKEM=\n-----END RSA PRIVATE KEY-----\n", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "fingerprint": "61:6e:60:6e:77:cd:0d:ae:1f:e5:77:61:98:a3:d2:3e"}} 2018-08-27 01:49:00,625 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-6de8e251-6009-4787-8499-c744d9faf145 2018-08-27 01:49:00,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.615980148315s 2018-08-27 01:49:00,625 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-6de8e251-6009-4787-8499-c744d9faf145 2018-08-27 01:49:00,626 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRk+rnRC2tKQVrqmDvlGSCz/w88+pS6zorlSVlGsGXK26VE+ZFov7XnTs7r3noyxusPUrT6MNkH+78Bh4qXprZogCSFnKchTbtShazcaYrVW3EkVqp9Kn3AXCZCV9vnOJL6E/yEyQJ5Nc0mwWmBGwlwjG4lmOR7krn2iWj66XHzD3AvjvBnPdgV3slE7/e52LTbuGPIbgW/Tb2YbTImVeGChKpsmEc+4Sckp0ljgMTuF1CwzMF0XHyE7/PKncwqNe2IDqfQ+t/oZi38nk/h1szwYSMG1VOd9FSe9b2yrNvanhibapi2RPk/VCtX+zZxEud70mTUkdLBy4W7uIRVtOJ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0ZPq50QtrSkFa6pg75Rkgs/8PPPqUus6K5UlZRrBlytulRPm\nRaL+1507O6956MsbrD1K0+jDZB/u/AYeKl6a2aIAkhZynIU27UoWs3GmK1VtxJFa\nqfSp9wFwmQlfb5ziS+hP8hMkCeTXNJsFpgRsJcIxuJZjke5K59olo+ulx8w9wL47\nwZz3YFd7JRO/3udi027hjyG4Fv029mG0yJlXhgoSqbJhHPuEnJKdJY4DE7hdQsMz\nBdFx8hO/zyp3MKjXtiA6n0Prf6GYt/J5P4dbM8GEjBtVTnfRUnvW9sqzb2p4Ym2q\nYtkT5P1QrV/s2cRLne9Jk1JHSwcuFu7iEVbTiQIDAQABAoIBAQCX6gGfK6N0XkTI\nm1Lytvz4eWycfi3/dvTOfKkDlZZ4Too005zaI2FYx2cVR4g1v2xKuI8R9ioT3LXt\nxz18duEGGlERk+X2IPYEoOy9nAbYaG9NyhMPGQNOwaNtuwaLsAu0/CtfDJLV/SQl\nxK0efxwpbo99/r0kHbf8QfuAy6J6pPiIKPRKYU7tL5itseiTqyXjsq0Bn93o9QrC\n00pt8PyU25PyzSWSHcFReCDeaL+EjW20qOKSFEffJ4dZNQL84FOKJtM/Ba969rNx\nfEchBQB3FgKmtUMGWoh+3hOn9V7k9q+upn9pL/EJzio2IebukTOSJCpA2LcVrNvx\n+V3mTMaFAoGBAPIqWUlk+Gdlk4dZeLrgTLCcOx47+Ahdx7Enf5Z/Ynld/U8M9Vrc\nzwHcnViHBHZq7hBkjlNroClmLOC+gemhyobYPqFahtLUD9Cer1Lg6VtAYpTlnNKt\ns/P7dEDQ6OzqlL1WQMaPNayJdKf0t6ob9VxGez3lJ57nZ4RgYIymE+Z7AoGBAN2M\n+i9GunHzLM92NbOC3D0I4aoir1bVm97NHu5FA53RsnlZ4LELllBuskQVOCD8xA77\nN5wZ32eUMBUS+URW8M7xaJ755z2EGwNp0pPkYqNtlVKIbhCUSWnOFsvsdoa3wybQ\nJxoYPhiycexVlkWuZpa63+nKGPYCRJvPhWepiDDLAoGBANh6JPDoMupzMgtnXvZn\nNgcW0f44C4SnGLDzpymI3CW0cJGu+tHr251Fct7Fa6bT9dZvnY9TAYygivOpOYb5\nm4spWetxel6TNUP/5qiG5/QrvTRvgd4Pa3NqUET0u5O2K5qJtUQKlyeShNbzew+1\nCIQheWAeLmntYGtEoGp6uAVrAoGBAMHAoqNptXAl/JBKjtg4nyb5d3D0+GZ2VORa\neqxhyrHgS7b4tRngSkp5JImKDRY8N7HqXU21Cr1oyUwE1d3AMsSoNpihcGtJ9t3b\nU/9mgiTuluIg0jDJnhJb22/nkhhq6M4ux6N4hAXROPQ4PT0fMjSrpVquFXo/rYSd\nzctEZghVAoGAIaChZvssEn46bAKO0a4vWTzd0wgjxb1Hh/Kd7hEGrGEwVaOAgJt+\nkSbGFhiK2HVTE/ZbH2AWjWZngrHt0CNo6BYz+rBiDXTKa0OiXmFExAdULbRK+G6p\nROOPD6QBVOqc+Gzkep05PdtsS6YOJZlnTij/cZqbHSEhCCnmbMCMKEM=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4081fa6250624cdfbeff7ee41cd7442b', 'name': u'cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'created_at': '2018-08-27T01:49:00.626660', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16f42a6324d94bbd96c0850db3dcf067', 'name': 'cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'61:6e:60:6e:77:cd:0d:ae:1f:e5:77:61:98:a3:d2:3e', 'type': 'ssh', 'id': u'cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26'}) 2018-08-27 01:49:00,627 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA0ZPq50QtrSkFa6pg75Rkgs/8PPPqUus6K5UlZRrBlytulRPm RaL+1507O6956MsbrD1K0+jDZB/u/AYeKl6a2aIAkhZynIU27UoWs3GmK1VtxJFa qfSp9wFwmQlfb5ziS+hP8hMkCeTXNJsFpgRsJcIxuJZjke5K59olo+ulx8w9wL47 wZz3YFd7JRO/3udi027hjyG4Fv029mG0yJlXhgoSqbJhHPuEnJKdJY4DE7hdQsMz BdFx8hO/zyp3MKjXtiA6n0Prf6GYt/J5P4dbM8GEjBtVTnfRUnvW9sqzb2p4Ym2q YtkT5P1QrV/s2cRLne9Jk1JHSwcuFu7iEVbTiQIDAQABAoIBAQCX6gGfK6N0XkTI m1Lytvz4eWycfi3/dvTOfKkDlZZ4Too005zaI2FYx2cVR4g1v2xKuI8R9ioT3LXt xz18duEGGlERk+X2IPYEoOy9nAbYaG9NyhMPGQNOwaNtuwaLsAu0/CtfDJLV/SQl xK0efxwpbo99/r0kHbf8QfuAy6J6pPiIKPRKYU7tL5itseiTqyXjsq0Bn93o9QrC 00pt8PyU25PyzSWSHcFReCDeaL+EjW20qOKSFEffJ4dZNQL84FOKJtM/Ba969rNx fEchBQB3FgKmtUMGWoh+3hOn9V7k9q+upn9pL/EJzio2IebukTOSJCpA2LcVrNvx +V3mTMaFAoGBAPIqWUlk+Gdlk4dZeLrgTLCcOx47+Ahdx7Enf5Z/Ynld/U8M9Vrc zwHcnViHBHZq7hBkjlNroClmLOC+gemhyobYPqFahtLUD9Cer1Lg6VtAYpTlnNKt s/P7dEDQ6OzqlL1WQMaPNayJdKf0t6ob9VxGez3lJ57nZ4RgYIymE+Z7AoGBAN2M +i9GunHzLM92NbOC3D0I4aoir1bVm97NHu5FA53RsnlZ4LELllBuskQVOCD8xA77 N5wZ32eUMBUS+URW8M7xaJ755z2EGwNp0pPkYqNtlVKIbhCUSWnOFsvsdoa3wybQ JxoYPhiycexVlkWuZpa63+nKGPYCRJvPhWepiDDLAoGBANh6JPDoMupzMgtnXvZn NgcW0f44C4SnGLDzpymI3CW0cJGu+tHr251Fct7Fa6bT9dZvnY9TAYygivOpOYb5 m4spWetxel6TNUP/5qiG5/QrvTRvgd4Pa3NqUET0u5O2K5qJtUQKlyeShNbzew+1 CIQheWAeLmntYGtEoGp6uAVrAoGBAMHAoqNptXAl/JBKjtg4nyb5d3D0+GZ2VORa eqxhyrHgS7b4tRngSkp5JImKDRY8N7HqXU21Cr1oyUwE1d3AMsSoNpihcGtJ9t3b U/9mgiTuluIg0jDJnhJb22/nkhhq6M4ux6N4hAXROPQ4PT0fMjSrpVquFXo/rYSd zctEZghVAoGAIaChZvssEn46bAKO0a4vWTzd0wgjxb1Hh/Kd7hEGrGEwVaOAgJt+ kSbGFhiK2HVTE/ZbH2AWjWZngrHt0CNo6BYz+rBiDXTKa0OiXmFExAdULbRK+G6p ROOPD6QBVOqc+Gzkep05PdtsS6YOJZlnTij/cZqbHSEhCCnmbMCMKEM= -----END RSA PRIVATE KEY----- 2018-08-27 01:49:00,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 01:49:00,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"security_group": {"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-27 01:49:00,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-8503cbbc-104f-4530-92f7-9cb0d530e468 Date: Mon, 27 Aug 2018 01:49:00 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:00Z", "updated_at": "2018-08-27T01:49:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:49:00Z", "revision_number": 0, "id": "6e25148f-f699-4012-a82f-26b3e11e33c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:49:00Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:49:00Z", "revision_number": 0, "id": "fef51e86-230f-4a08-8a33-bff730ed4fb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:49:00Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}], "revision_number": 1, "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}} 2018-08-27 01:49:00,821 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8503cbbc-104f-4530-92f7-9cb0d530e468 2018-08-27 01:49:00,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.191031932831s 2018-08-27 01:49:00,821 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8503cbbc-104f-4530-92f7-9cb0d530e468 2018-08-27 01:49:00,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:49:00,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:00,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-43eee0cb-ac96-456f-9671-653132f394c2 Date: Mon, 27 Aug 2018 01:49:01 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:00Z", "updated_at": "2018-08-27T01:49:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:49:00Z", "revision_number": 0, "id": "6e25148f-f699-4012-a82f-26b3e11e33c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:49:00Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:49:00Z", "revision_number": 0, "id": "fef51e86-230f-4a08-8a33-bff730ed4fb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:49:00Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}], "revision_number": 1, "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}, {"description": "Default security group", "tags": [], "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:48:51Z", "updated_at": "2018-08-27T01:48:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "5fe14de6-6ca6-4c4f-8b46-273616eb8208", "remote_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "96f8d84d-79ef-4da2-8800-c31eef5e8bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "cc8d7ed2-0dd8-41ed-b8d7-d2c602239007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "fe32d838-a9a2-46ec-abbc-386023677231", "remote_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}], "revision_number": 1, "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "name": "default"}]} 2018-08-27 01:49:00,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-43eee0cb-ac96-456f-9671-653132f394c2 2018-08-27 01:49:00,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0769798755646s 2018-08-27 01:49:00,903 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-43eee0cb-ac96-456f-9671-653132f394c2 2018-08-27 01:49:00,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 01:49:00,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189"}}' 2018-08-27 01:49:01,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2da64159-ea11-4fb6-9c4f-9de400ce88bd Date: Mon, 27 Aug 2018 01:49:01 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-27T01:49:01Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "port_range_min": 22, "revision_number": 0, "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:01Z", "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "b9f27de9-a7c9-4bdc-9fde-6a0dd5534e8e"}} 2018-08-27 01:49:01,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-2da64159-ea11-4fb6-9c4f-9de400ce88bd 2018-08-27 01:49:01,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.325637817383s 2018-08-27 01:49:01,233 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-2da64159-ea11-4fb6-9c4f-9de400ce88bd 2018-08-27 01:49:01,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:49:01,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:01,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-76f95a52-25fe-40bc-9767-216aea1be3f7 Date: Mon, 27 Aug 2018 01:49:01 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:00Z", "updated_at": "2018-08-27T01:49:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:49:00Z", "revision_number": 0, "id": "6e25148f-f699-4012-a82f-26b3e11e33c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:49:00Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T01:49:01Z", "revision_number": 0, "id": "b9f27de9-a7c9-4bdc-9fde-6a0dd5534e8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:49:01Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": 22, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:49:00Z", "revision_number": 0, "id": "fef51e86-230f-4a08-8a33-bff730ed4fb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:49:00Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}], "revision_number": 2, "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}, {"description": "Default security group", "tags": [], "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:48:51Z", "updated_at": "2018-08-27T01:48:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "5fe14de6-6ca6-4c4f-8b46-273616eb8208", "remote_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "96f8d84d-79ef-4da2-8800-c31eef5e8bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "cc8d7ed2-0dd8-41ed-b8d7-d2c602239007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "fe32d838-a9a2-46ec-abbc-386023677231", "remote_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}], "revision_number": 1, "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "name": "default"}]} 2018-08-27 01:49:01,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-76f95a52-25fe-40bc-9767-216aea1be3f7 2018-08-27 01:49:01,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.305912017822s 2018-08-27 01:49:01,543 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-76f95a52-25fe-40bc-9767-216aea1be3f7 2018-08-27 01:49:01,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 01:49:01,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189"}}' 2018-08-27 01:49:02,100 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-e3fc865a-1cc2-40ca-a1bd-bccc021526b6 Date: Mon, 27 Aug 2018 01:49:02 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-27T01:49:02Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "port_range_min": null, "revision_number": 0, "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:02Z", "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "35ba7611-4974-462d-bcc6-2f500729b824"}} 2018-08-27 01:49:02,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-e3fc865a-1cc2-40ca-a1bd-bccc021526b6 2018-08-27 01:49:02,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.554728031158s 2018-08-27 01:49:02,101 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-e3fc865a-1cc2-40ca-a1bd-bccc021526b6 2018-08-27 01:49:02,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:49:02,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:02,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-611ac1bb-08d0-4dea-80d8-ff0c1c48e71d Date: Mon, 27 Aug 2018 01:49:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["48e28ccf-2455-47fe-af24-ad386e7b43a8"],"updated_at":"2018-08-27T01:48:52Z","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:48:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"16f42a6324d94bbd96c0850db3dcf067","id":"c122845f-9663-4583-b283-33f3a35b3a13","name":"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:49:02,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-611ac1bb-08d0-4dea-80d8-ff0c1c48e71d 2018-08-27 01:49:02,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.365669965744s 2018-08-27 01:49:02,469 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-611ac1bb-08d0-4dea-80d8-ff0c1c48e71d 2018-08-27 01:49:02,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:49:02,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:02,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-539b30aa-b154-4aab-9869-77fcd066dfe1 Date: Mon, 27 Aug 2018 01:49:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:48:59Z", "file": "/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61/file", "owner": "16f42a6324d94bbd96c0850db3dcf067", "id": "7a603035-86a2-4572-87cc-68cb0f009c61", "size": 12716032, "self": "/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/7a603035-86a2-4572-87cc-68cb0f009c61/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/7a603035-86a2-4572-87cc-68cb0f009c61/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:48:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:49:02,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-539b30aa-b154-4aab-9869-77fcd066dfe1 2018-08-27 01:49:02,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.294984817505s 2018-08-27 01:49:02,768 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-539b30aa-b154-4aab-9869-77fcd066dfe1 2018-08-27 01:49:02,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:49:02,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:02,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c800d30-c31b-46e1-8624-ab86bef0d2e3 x-compute-request-id: req-3c800d30-c31b-46e1-8624-ab86bef0d2e3 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a"}]} 2018-08-27 01:49:02,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3c800d30-c31b-46e1-8624-ab86bef0d2e3 2018-08-27 01:49:02,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.163290977478s 2018-08-27 01:49:02,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3c800d30-c31b-46e1-8624-ab86bef0d2e3 2018-08-27 01:49:02,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 01:49:02,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"server": {"name": "cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "imageRef": "7a603035-86a2-4572-87cc-68cb0f009c61", "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "flavorRef": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c122845f-9663-4583-b283-33f3a35b3a13"}], "security_groups": [{"name": "ace12ed1-c10d-4ecf-8c7e-00db0df62189"}]}}' 2018-08-27 01:49:07,449 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:49:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-200a1279-e284-48af-b72f-d1db65a63dbd x-compute-request-id: req-200a1279-e284-48af-b72f-d1db65a63dbd Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ace12ed1-c10d-4ecf-8c7e-00db0df62189"}], "OS-DCF:diskConfig": "MANUAL", "id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "bookmark"}], "adminPass": "zDcn3rz8CvKq"}} 2018-08-27 01:49:07,449 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-200a1279-e284-48af-b72f-d1db65a63dbd 2018-08-27 01:49:07,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.51419496536s 2018-08-27 01:49:07,450 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-200a1279-e284-48af-b72f-d1db65a63dbd 2018-08-27 01:49:07,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:49:07,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:07,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac61765c-2efe-49ea-96a2-aa9680f35382 x-compute-request-id: req-ac61765c-2efe-49ea-96a2-aa9680f35382 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:49:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:07Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:49:07,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ac61765c-2efe-49ea-96a2-aa9680f35382 2018-08-27 01:49:07,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.395379066467s 2018-08-27 01:49:07,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ac61765c-2efe-49ea-96a2-aa9680f35382 2018-08-27 01:49:07,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:49:07,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:07,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-47d6c787-f9b0-4059-a299-2d8f530d6add Date: Mon, 27 Aug 2018 01:49:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["48e28ccf-2455-47fe-af24-ad386e7b43a8"],"updated_at":"2018-08-27T01:48:52Z","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:48:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"16f42a6324d94bbd96c0850db3dcf067","id":"c122845f-9663-4583-b283-33f3a35b3a13","name":"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:49:07,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-47d6c787-f9b0-4059-a299-2d8f530d6add 2018-08-27 01:49:07,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0917239189148s 2018-08-27 01:49:07,947 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-47d6c787-f9b0-4059-a299-2d8f530d6add 2018-08-27 01:49:07,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:49:07,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:07,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b03f039b-d0b5-457c-9fe2-f5215d393f5a Date: Mon, 27 Aug 2018 01:49:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c122845f-9663-4583-b283-33f3a35b3a13","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:48:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:48:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"16f42a6324d94bbd96c0850db3dcf067","id":"48e28ccf-2455-47fe-af24-ad386e7b43a8","subnetpool_id":null,"name":"cinder_test-subnet_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}]} 2018-08-27 01:49:07,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b03f039b-d0b5-457c-9fe2-f5215d393f5a 2018-08-27 01:49:07,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0447299480438s 2018-08-27 01:49:07,993 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b03f039b-d0b5-457c-9fe2-f5215d393f5a 2018-08-27 01:49:07,993 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:49:09,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:49:09,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:10,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8e94cdd-211f-4079-af1e-009046cf5ee6 x-compute-request-id: req-c8e94cdd-211f-4079-af1e-009046cf5ee6 Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:49:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:07Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:49:10,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c8e94cdd-211f-4079-af1e-009046cf5ee6 2018-08-27 01:49:10,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624977111816s 2018-08-27 01:49:10,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c8e94cdd-211f-4079-af1e-009046cf5ee6 2018-08-27 01:49:10,626 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:49:12,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:49:12,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:13,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51b8ed5d-263d-4e68-8366-20222842f43e x-compute-request-id: req-51b8ed5d-263d-4e68-8366-20222842f43e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:49:10Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:07Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:49:13,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-51b8ed5d-263d-4e68-8366-20222842f43e 2018-08-27 01:49:13,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06309294701s 2018-08-27 01:49:13,692 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-51b8ed5d-263d-4e68-8366-20222842f43e 2018-08-27 01:49:13,696 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:49:15,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:49:15,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:16,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cb15a72-08d2-46b4-86d2-35748e8bbf35 x-compute-request-id: req-2cb15a72-08d2-46b4-86d2-35748e8bbf35 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:49:10Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:07Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:49:16,999 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2cb15a72-08d2-46b4-86d2-35748e8bbf35 2018-08-27 01:49:16,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.30065202713s 2018-08-27 01:49:17,000 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2cb15a72-08d2-46b4-86d2-35748e8bbf35 2018-08-27 01:49:17,003 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:49:19,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:49:19,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:20,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eeab2603-99e5-4f1b-9e97-3565071cd139 x-compute-request-id: req-eeab2603-99e5-4f1b-9e97-3565071cd139 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:7c:78", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:49:15.000000", "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:49:16Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:07Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:49:20,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eeab2603-99e5-4f1b-9e97-3565071cd139 2018-08-27 01:49:20,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.28512382507s 2018-08-27 01:49:20,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eeab2603-99e5-4f1b-9e97-3565071cd139 2018-08-27 01:49:20,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:49:20,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=8a310899-fa0f-40c6-b27a-7361a1c05dad" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:20,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-67722ae8-180c-4604-a07e-aafd22f86648 Date: Mon, 27 Aug 2018 01:49:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c122845f-9663-4583-b283-33f3a35b3a13","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:49:12Z","admin_state_up":true,"updated_at":"2018-08-27T01:49:15Z","binding:vnic_type":"normal","device_id":"8a310899-fa0f-40c6-b27a-7361a1c05dad","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5e:7c:78","id":"108e6619-e5f3-481b-9fdc-96987875c467","port_security_enabled":true,"project_id":"16f42a6324d94bbd96c0850db3dcf067","fixed_ips":[{"subnet_id":"48e28ccf-2455-47fe-af24-ad386e7b43a8","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["ace12ed1-c10d-4ecf-8c7e-00db0df62189"],"name":""}]} 2018-08-27 01:49:20,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8a310899-fa0f-40c6-b27a-7361a1c05dad used request id req-67722ae8-180c-4604-a07e-aafd22f86648 2018-08-27 01:49:20,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0698118209839s 2018-08-27 01:49:20,366 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8a310899-fa0f-40c6-b27a-7361a1c05dad used request id req-67722ae8-180c-4604-a07e-aafd22f86648 2018-08-27 01:49:20,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:49:20,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=108e6619-e5f3-481b-9fdc-96987875c467" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:20,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c8b94ee1-904a-45a7-8c72-02d9ab67906a Date: Mon, 27 Aug 2018 01:49:20 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:49:20,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=108e6619-e5f3-481b-9fdc-96987875c467 used request id req-c8b94ee1-904a-45a7-8c72-02d9ab67906a 2018-08-27 01:49:20,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0463440418243s 2018-08-27 01:49:20,418 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=108e6619-e5f3-481b-9fdc-96987875c467 used request id req-c8b94ee1-904a-45a7-8c72-02d9ab67906a 2018-08-27 01:49:20,418 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5e:7c:78', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'7a603035-86a2-4572-87cc-68cb0f009c61'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:49:15.000000', 'flavor': Munch({u'id': u'99a48d6f-058b-4f52-92b6-fcf75dfdd24a'}), 'az': u'nova', 'id': u'8a310899-fa0f-40c6-b27a-7361a1c05dad', 'security_groups': [Munch({u'name': u'cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4081fa6250624cdfbeff7ee41cd7442b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16f42a6324d94bbd96c0850db3dcf067', 'name': 'cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T01:49:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T01:49:16Z', 'hostId': u'0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:49:15.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'16f42a6324d94bbd96c0850db3dcf067', 'name': u'cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'adminPass': u'zDcn3rz8CvKq', 'tenant_id': u'16f42a6324d94bbd96c0850db3dcf067', 'created_at': u'2018-08-27T01:49:07Z', 'created': u'2018-08-27T01:49:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 01:49:20,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:49:20,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:20,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-fab9c855-3717-4eb5-9ac8-f56196aa8892 Date: Mon, 27 Aug 2018 01:49:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["48e28ccf-2455-47fe-af24-ad386e7b43a8"],"updated_at":"2018-08-27T01:48:52Z","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:48:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"16f42a6324d94bbd96c0850db3dcf067","id":"c122845f-9663-4583-b283-33f3a35b3a13","name":"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:49:20,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fab9c855-3717-4eb5-9ac8-f56196aa8892 2018-08-27 01:49:20,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.451385974884s 2018-08-27 01:49:20,873 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fab9c855-3717-4eb5-9ac8-f56196aa8892 2018-08-27 01:49:20,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:49:20,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=8a310899-fa0f-40c6-b27a-7361a1c05dad" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:21,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-831eb06d-d88f-4285-b9af-e2331e355f9d Date: Mon, 27 Aug 2018 01:49:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c122845f-9663-4583-b283-33f3a35b3a13","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:49:12Z","admin_state_up":true,"updated_at":"2018-08-27T01:49:15Z","binding:vnic_type":"normal","device_id":"8a310899-fa0f-40c6-b27a-7361a1c05dad","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5e:7c:78","id":"108e6619-e5f3-481b-9fdc-96987875c467","port_security_enabled":true,"project_id":"16f42a6324d94bbd96c0850db3dcf067","fixed_ips":[{"subnet_id":"48e28ccf-2455-47fe-af24-ad386e7b43a8","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["ace12ed1-c10d-4ecf-8c7e-00db0df62189"],"name":""}]} 2018-08-27 01:49:21,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8a310899-fa0f-40c6-b27a-7361a1c05dad used request id req-831eb06d-d88f-4285-b9af-e2331e355f9d 2018-08-27 01:49:21,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.322160959244s 2018-08-27 01:49:21,197 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8a310899-fa0f-40c6-b27a-7361a1c05dad used request id req-831eb06d-d88f-4285-b9af-e2331e355f9d 2018-08-27 01:49:21,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 01:49:21,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"floatingip": {"floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.6", "port_id": "108e6619-e5f3-481b-9fdc-96987875c467"}}' 2018-08-27 01:49:22,949 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-72a8e4c5-8984-4b61-96ec-0ab87dc8a1fa Date: Mon, 27 Aug 2018 01:49:22 GMT RESP BODY: {"floatingip": {"router_id": "68fb1d25-5240-49d4-8996-8dc7027323ce", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:49:21Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "108e6619-e5f3-481b-9fdc-96987875c467", "id": "872bcc58-a28f-4145-93c6-da740c3da57e", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:21Z", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}} 2018-08-27 01:49:22,949 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-72a8e4c5-8984-4b61-96ec-0ab87dc8a1fa 2018-08-27 01:49:22,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.75141787529s 2018-08-27 01:49:22,950 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-72a8e4c5-8984-4b61-96ec-0ab87dc8a1fa 2018-08-27 01:49:22,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:49:22,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:23,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-42d8bb5d-cee8-4323-a26e-148d2e851d19 Date: Mon, 27 Aug 2018 01:49:23 GMT RESP BODY: {"floatingips": [{"router_id": "68fb1d25-5240-49d4-8996-8dc7027323ce", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:49:21Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "108e6619-e5f3-481b-9fdc-96987875c467", "id": "872bcc58-a28f-4145-93c6-da740c3da57e", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:21Z", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}]} 2018-08-27 01:49:23,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-42d8bb5d-cee8-4323-a26e-148d2e851d19 2018-08-27 01:49:23,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0617091655731s 2018-08-27 01:49:23,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-42d8bb5d-cee8-4323-a26e-148d2e851d19 2018-08-27 01:49:23,023 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'68fb1d25-5240-49d4-8996-8dc7027323ce', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'16f42a6324d94bbd96c0850db3dcf067', 'created_at': u'2018-08-27T01:49:21Z', 'attached': True, 'updated_at': u'2018-08-27T01:49:21Z', 'id': u'872bcc58-a28f-4145-93c6-da740c3da57e', 'floating_network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16f42a6324d94bbd96c0850db3dcf067', 'name': 'cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'68fb1d25-5240-49d4-8996-8dc7027323ce', 'project_id': u'16f42a6324d94bbd96c0850db3dcf067', 'port_id': u'108e6619-e5f3-481b-9fdc-96987875c467', 'port': u'108e6619-e5f3-481b-9fdc-96987875c467', 'network': u'ecff2169-f0a1-4e87-90bc-3c582067cb09'}) 2018-08-27 01:49:23,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 01:49:23,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 01:49:23,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ec586e0-a135-4654-9021-66d3c9535b64 x-compute-request-id: req-3ec586e0-a135-4654-9021-66d3c9535b64 Content-Encoding: gzip Content-Length: 9578 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 516553921 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.205661] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.208431] pid_max: default: 32768 minimum: 301\n[ 0.209940] ACPI: Core revision 20150930\n[ 0.211841] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.214074] Security Framework initialized\n[ 0.215540] Yama: becoming mindful.\n[ 0.216842] AppArmor: AppArmor initialized\n[ 0.218328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.220736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.225151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.227575] Initializing cgroup subsys io\n[ 0.229009] Initializing cgroup subsys memory\n[ 0.230515] Initializing cgroup subsys devices\n[ 0.232032] Initializing cgroup subsys freezer\n[ 0.233558] Initializing cgroup subsys net_cls\n[ 0.235060] Initializing cgroup subsys perf_event\n[ 0.236719] Initializing cgroup subsys net_prio\n[ 0.238283] Initializing cgroup subsys hugetlb\n[ 0.239845] Initializing cgroup subsys pids\n[ 0.241394] CPU: Physical Processor ID: 0\n[ 0.243503] mce: CPU supports 10 MCE banks\n[ 0.244994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.246746] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.261863] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.269068] ftrace: allocating 31920 entries in 125 pages\n[ 0.294491] smpboot: Max logical packages: 1\n[ 0.296010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.298375] x2apic enabled\n[ 0.299692] Switched APIC routing to physical x2apic.\n[ 0.302500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.304460] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.307943] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.311067] KVM setup paravirtual spinlock\n[ 0.312976] x86: Booted up 1 node, 1 CPUs\n[ 0.314394] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.316740] devtmpfs: initialized\n[ 0.318924] evm: security.selinux\n[ 0.320136] evm: security.SMACK64\n[ 0.321312] evm: security.SMACK64EXEC\n[ 0.322647] evm: security.SMACK64TRANSMUTE\n[ 0.324107] evm: security.SMACK64MMAP\n[ 0.325411] evm: security.ima\n[ 0.326501] evm: security.capability\n[ 0.327821] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.331053] pinctrl core: initialized pinctrl subsystem\n[ 0.332883] RTC time: 1:49:15, date: 08/27/18\n[ 0.334516] NET: Registered protocol family 16\n[ 0.336128] cpuidle: using governor ladder\n[ 0.337583] cpuidle: using governor menu\n[ 0.338961] PCCT header not found.\n[ 0.340223] ACPI: bus type PCI registered\n[ 0.341653] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.343807] PCI: Using configuration type 1 for base access\n[ 0.346337] ACPI: Added _OSI(Module Device)\n[ 0.347818] ACPI: Added _OSI(Processor Device)\n[ 0.349316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.350894] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.353440] ACPI: Interpreter enabled\n[ 0.354764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.358030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.361278] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.364536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.367707] ACPI: (supports S0 S5)\n[ 0.368927] ACPI: Using IOAPIC for interrupt routing\n[ 0.370613] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.375163] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.377152] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.379315] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.381452] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.385309] acpiphp: Slot [3] registered\n[ 0.386721] acpiphp: Slot [4] registered\n[ 0.388133] acpiphp: Slot [5] registered\n[ 0.389513] acpiphp: Slot [6] registered\n[ 0.390882] acpiphp: Slot [7] registered\n[ 0.392251] acpiphp: Slot [8] registered\n[ 0.393678] acpiphp: Slot [9] registered\n[ 0.395086] acpiphp: Slot [10] registered\n[ 0.396481] acpiphp: Slot [11] registered\n[ 0.397866] acpiphp: Slot [12] registered\n[ 0.399287] acpiphp: Slot [13] registered\n[ 0.400712] acpiphp: Slot [14] registered\n[ 0.402108] acpiphp: Slot [15] registered\n[ 0.417345] acpiphp: Slot [16] registered\n[ 0.418776] acpiphp: Slot [17] registered\n[ 0.420149] acpiphp: Slot [18] registered\n[ 0.421539] acpiphp: Slot [19] registered\n[ 0.422945] acpiphp: Slot [20] registered\n[ 0.424350] acpiphp: Slot [21] registered\n[ 0.425724] acpiphp: Slot [22] registered\n[ 0.427131] acpiphp: Slot [23] registered\n[ 0.428508] acpiphp: Slot [24] registered\n[ 0.429933] acpiphp: Slot [25] registered\n[ 0.431330] acpiphp: Slot [26] registered\n[ 0.432751] acpiphp: Slot [27] registered\n[ 0.434178] acpiphp: Slot [28] registered\n[ 0.435614] acpiphp: Slot [29] registered\n[ 0.437033] acpiphp: Slot [30] registered\n[ 0.438480] acpiphp: Slot [31] registered\n[ 0.439830] PCI host bridge to bus 0000:00\n[ 0.441236] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.443393] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.445543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.448098] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.450670] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.453267] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.457715] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.459961] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.461991] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.464249] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.468424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.470884] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.492105] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.494492] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.496812] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.499390] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.501740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.503795] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.505900] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.507810] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.510563] vgaarb: loaded\n[ 0.511585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.513704] SCSI subsystem initialized\n[ 0.515246] ACPI: bus type USB registered\n[ 0.516652] usbcore: registered new interface driver usbfs\n[ 0.518345] usbcore: registered new interface driver hub\n[ 0.519998] usbcore: registered new device driver usb\n[ 0.521769] PCI: Using ACPI for IRQ routing\n[ 0.523589] NetLabel: Initializing\n[ 0.524569] NetLabel: domain hash size = 128\n[ 0.525722] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.527026] NetLabel: unlabeled traffic allowed by default\n[ 0.528590] clocksource: Switched to clocksource kvm-clock\n[ 0.539578] AppArmor: AppArmor Filesystem Enabled\n[ 0.540880] pnp: PnP ACPI init\n[ 0.542138] pnp: PnP ACPI: found 5 devices\n[ 0.550821] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.553499] NET: Registered protocol family 2\n[ 0.555242] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.557201] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.558841] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.560685] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.562133] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.563732] NET: Registered protocol family 1\n[ 0.564949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.566464] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.567905] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.582548] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.597448] Trying to unpack rootfs image as initramfs...\n[ 0.660489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.662992] Scanning for low memory corruption every 60 seconds\n[ 0.664888] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.666452] audit: initializing netlink subsys (disabled)\n[ 0.667832] audit: type=2000 audit(1535334556.598:1): initialized\n[ 0.669703] Initialise system trusted keyring\n[ 0.671009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.672559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.675215] zbud: loaded\n[ 0.676199] VFS: Disk quotas dquot_6.6.0\n[ 0.677323] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.679425] fuse init (API version 7.23)\n[ 0.680667] Key type big_key registered\n[ 0.682146] Allocating IMA MOK and blacklist keyrings.\n[ 0.683771] Key type asymmetric registered\n[ 0.684896] Asymmetric key parser 'x509' registered\n[ 0.686192] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.688487] io scheduler noop registered\n[ 0.689572] io scheduler deadline registered (default)\n[ 0.690915] io scheduler cfq registered\n[ 0.692085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.693492] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.695208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.697183] ACPI: Power Button [PWRF]\n[ 0.698351] GHES: HEST is not enabled!\n[ 0.712966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.742124] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.744944] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.768833] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.771810] Linux agpgart interface v0.103\n[ 0.775143] brd: module loaded\n[ 0.777333] loop: module loaded\n[ 0.782333] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.784267] GPT:90111 != 2097151\n[ 0.785179] GPT:Alternate GPT header not at the end of the disk.\n[ 0.786622] GPT:90111 != 2097151\n[ 0.787738] GPT: Use GNU Parted to correct GPT errors.\n[ 0.789021] vda: vda1 vda15\n[ 0.790624] scsi host0: ata_piix\n[ 0.791654] scsi host1: ata_piix\n[ 0.792623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.794222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.796138] libphy: Fixed MDIO Bus: probed\n[ 0.797459] tun: Universal TUN/TAP device driver, 1.6\n[ 0.798722] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.801704] PPP generic driver version 2.4.2\n[ 0.803180] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.805113] ehci-pci: EHCI PCI platform driver\n[ 0.806403] ehci-platform: EHCI generic platform driver\n[ 0.807747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.809300] ohci-pci: OHCI PCI platform driver\n[ 0.810513] ohci-platform: OHCI generic platform driver\n[ 0.811884] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.826594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.827995] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.830044] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.831462] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.833128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.834823] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.836819] usb usb1: Product: UHCI Host Controller\n[ 0.838119] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.839688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.841109] hub 1-0:1.0: USB hub found\n[ 0.842219] hub 1-0:1.0: 2 ports detected\n[ 0.843587] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.846573] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.847905] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.849335] mousedev: PS/2 mouse device common for all mice\n[ 0.851093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.853605] rtc_cmos 00:00: RTC can wake from S4\n[ 0.855181] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.856820] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.858465] i2c /dev entries driver\n[ 0.859550] device-mapper: uevent: version 1.0.3\n[ 0.860893] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.863198] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.865176] NET: Registered protocol family 10\n[ 0.866929] NET: Registered protocol family 17\n[ 0.868188] Key type dns_resolver registered\n[ 0.869569] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.871076] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.873570] registered taskstats version 1\n[ 0.874799] Loading compiled-in X.509 certificates\n[ 0.876727] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.879278] zswap: loaded using pool lzo/zbud\n[ 0.881617] Key type trusted registered\n[ 0.883809] Key type encrypted registered\n[ 0.884984] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.886429] ima: No TPM chip found, activating TPM-bypass!\n[ 0.887854] evm: HMAC attrs: 0x1\n[ 0.889205] Magic number: 14:930:812\n[ 0.890413] rtc_cmos 00:00: setting system clock to 2018-08-27 01:49:16 UTC (1535334556)\n[ 0.892704] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.894208] EDD information not available.\n[ 0.955149] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.971438] Write protecting the kernel read-only data: 14336k\n[ 0.976345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.978977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.73\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.026675] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.96. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8edvlYuw3oz/WRkqBHDmgGQRirUVCy8KC/Qnnf7bX2oRaIoATgtliSC7Z3jV/WJmvhQli8cTaBvYRzyLk4au9RPHJUcVMTE8UL3Lgyg6tpRHU3RmF1B3JJZWLyZHSG1wZd5QGqsIwRu3BWjSekI0t1sKLsxNHYmjtpozPCRrWYCQ1wLkoVq0IXr9Gy6sJ2gT60CqB77u/ibtACR4+cJ1de9Pth2BCKE4ATwFXuuVe38Dpru3xkBNKZmwvaqV0/cB35Z10mXX7CshhxJSbq5yejFMI81ufZ/tnCGYX3WWQ/khYHamfXV9s47NuCB6yNJCEZ2yWSQx/q6sMmq+d/Tjt root@cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26\nssh-dss AAAAB3NzaC1kc3MAAACBAOEoEbLfNsU+OE5WZ2d0iKomYNAS1ldB1DJH+aPXpjx3s9X0EQzNYs6kljXVBU0IjJ+gmeislCIqCYxPcp1Z5Pjq8Pejb7ibcpFX73UldlxJd2esbwRq1TiyabywXEW9UADxRbimk//RCiuTPlAccn08KNqQ5Njn0k9OAt0UX9cVAAAAFQCZa5bFWue3b7SQcvXXGKZH8ooteQAAAIAI/OvVc9lGpe/LeOqEgD2agCRB4qAvgH2U5m4Zt0w17M5RG8PY2GtOcxlaNGw6dEKchu1MMP8XsX12OckSZ6XdUW+4kiNc/g6TTb0qz3rmSsOIiTMWovPFZgUQi+/usVOzKP8CYTeSeNlV/fZ8o7xlIjb4vgdoqmhxH2aIwtBSZwAAAIAMKQIZROaU8y8l4SU9iczLl4iNiT5rDTu644lxIX6Wg1fDZlsxmibNQV722DBWRWd+ryu1q7uTa6SFjs4HlYOfYGAqVe6lx5OPtk5DyOzaP0N9x+nYly1Q9KyuZ3fx0GuOYwJKelSDZ6Q0zmvNFt+5wC+ORYyOP7ucnNWoU0JPCA== root@cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe5e:7c78/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.74 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 login: "} 2018-08-27 01:49:23,145 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/action used request id req-3ec586e0-a135-4654-9021-66d3c9535b64 2018-08-27 01:49:23,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.12138915062s 2018-08-27 01:49:23,146 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/action used request id req-3ec586e0-a135-4654-9021-66d3c9535b64 2018-08-27 01:49:23,146 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 516553921 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.205661] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.208431] pid_max: default: 32768 minimum: 301 [ 0.209940] ACPI: Core revision 20150930 [ 0.211841] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.214074] Security Framework initialized [ 0.215540] Yama: becoming mindful. [ 0.216842] AppArmor: AppArmor initialized [ 0.218328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.220736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.223012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.225151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.227575] Initializing cgroup subsys io [ 0.229009] Initializing cgroup subsys memory [ 0.230515] Initializing cgroup subsys devices [ 0.232032] Initializing cgroup subsys freezer [ 0.233558] Initializing cgroup subsys net_cls [ 0.235060] Initializing cgroup subsys perf_event [ 0.236719] Initializing cgroup subsys net_prio [ 0.238283] Initializing cgroup subsys hugetlb [ 0.239845] Initializing cgroup subsys pids [ 0.241394] CPU: Physical Processor ID: 0 [ 0.243503] mce: CPU supports 10 MCE banks [ 0.244994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.246746] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.261863] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.269068] ftrace: allocating 31920 entries in 125 pages [ 0.294491] smpboot: Max logical packages: 1 [ 0.296010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.298375] x2apic enabled [ 0.299692] Switched APIC routing to physical x2apic. [ 0.302500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.304460] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.307943] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.311067] KVM setup paravirtual spinlock [ 0.312976] x86: Booted up 1 node, 1 CPUs [ 0.314394] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.316740] devtmpfs: initialized [ 0.318924] evm: security.selinux [ 0.320136] evm: security.SMACK64 [ 0.321312] evm: security.SMACK64EXEC [ 0.322647] evm: security.SMACK64TRANSMUTE [ 0.324107] evm: security.SMACK64MMAP [ 0.325411] evm: security.ima [ 0.326501] evm: security.capability [ 0.327821] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.331053] pinctrl core: initialized pinctrl subsystem [ 0.332883] RTC time: 1:49:15, date: 08/27/18 [ 0.334516] NET: Registered protocol family 16 [ 0.336128] cpuidle: using governor ladder [ 0.337583] cpuidle: using governor menu [ 0.338961] PCCT header not found. [ 0.340223] ACPI: bus type PCI registered [ 0.341653] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.343807] PCI: Using configuration type 1 for base access [ 0.346337] ACPI: Added _OSI(Module Device) [ 0.347818] ACPI: Added _OSI(Processor Device) [ 0.349316] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.350894] ACPI: Added _OSI(Processor Aggregator Device) [ 0.353440] ACPI: Interpreter enabled [ 0.354764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.358030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.361278] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.364536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.367707] ACPI: (supports S0 S5) [ 0.368927] ACPI: Using IOAPIC for interrupt routing [ 0.370613] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.375163] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.377152] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.379315] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.381452] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.385309] acpiphp: Slot [3] registered [ 0.386721] acpiphp: Slot [4] registered [ 0.388133] acpiphp: Slot [5] registered [ 0.389513] acpiphp: Slot [6] registered [ 0.390882] acpiphp: Slot [7] registered [ 0.392251] acpiphp: Slot [8] registered [ 0.393678] acpiphp: Slot [9] registered [ 0.395086] acpiphp: Slot [10] registered [ 0.396481] acpiphp: Slot [11] registered [ 0.397866] acpiphp: Slot [12] registered [ 0.399287] acpiphp: Slot [13] registered [ 0.400712] acpiphp: Slot [14] registered [ 0.402108] acpiphp: Slot [15] registered [ 0.417345] acpiphp: Slot [16] registered [ 0.418776] acpiphp: Slot [17] registered [ 0.420149] acpiphp: Slot [18] registered [ 0.421539] acpiphp: Slot [19] registered [ 0.422945] acpiphp: Slot [20] registered [ 0.424350] acpiphp: Slot [21] registered [ 0.425724] acpiphp: Slot [22] registered [ 0.427131] acpiphp: Slot [23] registered [ 0.428508] acpiphp: Slot [24] registered [ 0.429933] acpiphp: Slot [25] registered [ 0.431330] acpiphp: Slot [26] registered [ 0.432751] acpiphp: Slot [27] registered [ 0.434178] acpiphp: Slot [28] registered [ 0.435614] acpiphp: Slot [29] registered [ 0.437033] acpiphp: Slot [30] registered [ 0.438480] acpiphp: Slot [31] registered [ 0.439830] PCI host bridge to bus 0000:00 [ 0.441236] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.443393] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.445543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.448098] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.450670] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.453267] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.457715] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.459961] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.461991] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.464249] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.468424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.470884] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.492105] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.494492] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.496812] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.499390] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.501740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.503795] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.505900] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.507810] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.510563] vgaarb: loaded [ 0.511585] vgaarb: bridge control possible 0000:00:02.0 [ 0.513704] SCSI subsystem initialized [ 0.515246] ACPI: bus type USB registered [ 0.516652] usbcore: registered new interface driver usbfs [ 0.518345] usbcore: registered new interface driver hub [ 0.519998] usbcore: registered new device driver usb [ 0.521769] PCI: Using ACPI for IRQ routing [ 0.523589] NetLabel: Initializing [ 0.524569] NetLabel: domain hash size = 128 [ 0.525722] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.527026] NetLabel: unlabeled traffic allowed by default [ 0.528590] clocksource: Switched to clocksource kvm-clock [ 0.539578] AppArmor: AppArmor Filesystem Enabled [ 0.540880] pnp: PnP ACPI init [ 0.542138] pnp: PnP ACPI: found 5 devices [ 0.550821] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.553499] NET: Registered protocol family 2 [ 0.555242] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.557201] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.558841] TCP: Hash tables configured (established 4096 bind 4096) [ 0.560685] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.562133] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.563732] NET: Registered protocol family 1 [ 0.564949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.566464] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.567905] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.582548] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.597448] Trying to unpack rootfs image as initramfs... [ 0.660489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.662992] Scanning for low memory corruption every 60 seconds [ 0.664888] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.666452] audit: initializing netlink subsys (disabled) [ 0.667832] audit: type=2000 audit(1535334556.598:1): initialized [ 0.669703] Initialise system trusted keyring [ 0.671009] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.672559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.675215] zbud: loaded [ 0.676199] VFS: Disk quotas dquot_6.6.0 [ 0.677323] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.679425] fuse init (API version 7.23) [ 0.680667] Key type big_key registered [ 0.682146] Allocating IMA MOK and blacklist keyrings. [ 0.683771] Key type asymmetric registered [ 0.684896] Asymmetric key parser 'x509' registered [ 0.686192] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.688487] io scheduler noop registered [ 0.689572] io scheduler deadline registered (default) [ 0.690915] io scheduler cfq registered [ 0.692085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.693492] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.695208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.697183] ACPI: Power Button [PWRF] [ 0.698351] GHES: HEST is not enabled! [ 0.712966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.742124] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.744944] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.768833] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.771810] Linux agpgart interface v0.103 [ 0.775143] brd: module loaded [ 0.777333] loop: module loaded [ 0.782333] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.784267] GPT:90111 != 2097151 [ 0.785179] GPT:Alternate GPT header not at the end of the disk. [ 0.786622] GPT:90111 != 2097151 [ 0.787738] GPT: Use GNU Parted to correct GPT errors. [ 0.789021] vda: vda1 vda15 [ 0.790624] scsi host0: ata_piix [ 0.791654] scsi host1: ata_piix [ 0.792623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.794222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.796138] libphy: Fixed MDIO Bus: probed [ 0.797459] tun: Universal TUN/TAP device driver, 1.6 [ 0.798722] tun: (C) 1999-2004 Max Krasnyansky [ 0.801704] PPP generic driver version 2.4.2 [ 0.803180] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.805113] ehci-pci: EHCI PCI platform driver [ 0.806403] ehci-platform: EHCI generic platform driver [ 0.807747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.809300] ohci-pci: OHCI PCI platform driver [ 0.810513] ohci-platform: OHCI generic platform driver [ 0.811884] uhci_hcd: USB Universal Host Controller Interface driver [ 0.826594] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.827995] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.830044] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.831462] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.833128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.834823] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.836819] usb usb1: Product: UHCI Host Controller [ 0.838119] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.839688] usb usb1: SerialNumber: 0000:00:01.2 [ 0.841109] hub 1-0:1.0: USB hub found [ 0.842219] hub 1-0:1.0: 2 ports detected [ 0.843587] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.846573] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.847905] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.849335] mousedev: PS/2 mouse device common for all mice [ 0.851093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.853605] rtc_cmos 00:00: RTC can wake from S4 [ 0.855181] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.856820] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.858465] i2c /dev entries driver [ 0.859550] device-mapper: uevent: version 1.0.3 [ 0.860893] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.863198] ledtrig-cpu: registered to indicate activity on CPUs [ 0.865176] NET: Registered protocol family 10 [ 0.866929] NET: Registered protocol family 17 [ 0.868188] Key type dns_resolver registered [ 0.869569] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.871076] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.873570] registered taskstats version 1 [ 0.874799] Loading compiled-in X.509 certificates [ 0.876727] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.879278] zswap: loaded using pool lzo/zbud [ 0.881617] Key type trusted registered [ 0.883809] Key type encrypted registered [ 0.884984] AppArmor: AppArmor sha1 policy hashing enabled [ 0.886429] ima: No TPM chip found, activating TPM-bypass! [ 0.887854] evm: HMAC attrs: 0x1 [ 0.889205] Magic number: 14:930:812 [ 0.890413] rtc_cmos 00:00: setting system clock to 2018-08-27 01:49:16 UTC (1535334556) [ 0.892704] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.894208] EDD information not available. [ 0.955149] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.971438] Write protecting the kernel read-only data: 14336k [ 0.976345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.978977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.73 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 1.026675] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.86 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.96. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8edvlYuw3oz/WRkqBHDmgGQRirUVCy8KC/Qnnf7bX2oRaIoATgtliSC7Z3jV/WJmvhQli8cTaBvYRzyLk4au9RPHJUcVMTE8UL3Lgyg6tpRHU3RmF1B3JJZWLyZHSG1wZd5QGqsIwRu3BWjSekI0t1sKLsxNHYmjtpozPCRrWYCQ1wLkoVq0IXr9Gy6sJ2gT60CqB77u/ibtACR4+cJ1de9Pth2BCKE4ATwFXuuVe38Dpru3xkBNKZmwvaqV0/cB35Z10mXX7CshhxJSbq5yejFMI81ufZ/tnCGYX3WWQ/khYHamfXV9s47NuCB6yNJCEZ2yWSQx/q6sMmq+d/Tjt root@cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 ssh-dss AAAAB3NzaC1kc3MAAACBAOEoEbLfNsU+OE5WZ2d0iKomYNAS1ldB1DJH+aPXpjx3s9X0EQzNYs6kljXVBU0IjJ+gmeislCIqCYxPcp1Z5Pjq8Pejb7ibcpFX73UldlxJd2esbwRq1TiyabywXEW9UADxRbimk//RCiuTPlAccn08KNqQ5Njn0k9OAt0UX9cVAAAAFQCZa5bFWue3b7SQcvXXGKZH8ooteQAAAIAI/OvVc9lGpe/LeOqEgD2agCRB4qAvgH2U5m4Zt0w17M5RG8PY2GtOcxlaNGw6dEKchu1MMP8XsX12OckSZ6XdUW+4kiNc/g6TTb0qz3rmSsOIiTMWovPFZgUQi+/usVOzKP8CYTeSeNlV/fZ8o7xlIjb4vgdoqmhxH2aIwtBSZwAAAIAMKQIZROaU8y8l4SU9iczLl4iNiT5rDTu644lxIX6Wg1fDZlsxmibNQV722DBWRWd+ryu1q7uTa6SFjs4HlYOfYGAqVe6lx5OPtk5DyOzaP0N9x+nYly1Q9KyuZ3fx0GuOYwJKelSDZ6Q0zmvNFt+5wC+ORYyOP7ucnNWoU0JPCA== root@cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe5e:7c78/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.74 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 login: 2018-08-27 01:49:24,149 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.207: timed out 2018-08-27 01:49:33,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 01:49:33,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 01:49:33,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8a915d2-7ad6-4da1-b688-e75dbca04618 x-compute-request-id: req-d8a915d2-7ad6-4da1-b688-e75dbca04618 Content-Encoding: gzip Content-Length: 9578 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 516553921 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.205661] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.208431] pid_max: default: 32768 minimum: 301\n[ 0.209940] ACPI: Core revision 20150930\n[ 0.211841] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.214074] Security Framework initialized\n[ 0.215540] Yama: becoming mindful.\n[ 0.216842] AppArmor: AppArmor initialized\n[ 0.218328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.220736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.225151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.227575] Initializing cgroup subsys io\n[ 0.229009] Initializing cgroup subsys memory\n[ 0.230515] Initializing cgroup subsys devices\n[ 0.232032] Initializing cgroup subsys freezer\n[ 0.233558] Initializing cgroup subsys net_cls\n[ 0.235060] Initializing cgroup subsys perf_event\n[ 0.236719] Initializing cgroup subsys net_prio\n[ 0.238283] Initializing cgroup subsys hugetlb\n[ 0.239845] Initializing cgroup subsys pids\n[ 0.241394] CPU: Physical Processor ID: 0\n[ 0.243503] mce: CPU supports 10 MCE banks\n[ 0.244994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.246746] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.261863] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.269068] ftrace: allocating 31920 entries in 125 pages\n[ 0.294491] smpboot: Max logical packages: 1\n[ 0.296010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.298375] x2apic enabled\n[ 0.299692] Switched APIC routing to physical x2apic.\n[ 0.302500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.304460] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.307943] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.311067] KVM setup paravirtual spinlock\n[ 0.312976] x86: Booted up 1 node, 1 CPUs\n[ 0.314394] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.316740] devtmpfs: initialized\n[ 0.318924] evm: security.selinux\n[ 0.320136] evm: security.SMACK64\n[ 0.321312] evm: security.SMACK64EXEC\n[ 0.322647] evm: security.SMACK64TRANSMUTE\n[ 0.324107] evm: security.SMACK64MMAP\n[ 0.325411] evm: security.ima\n[ 0.326501] evm: security.capability\n[ 0.327821] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.331053] pinctrl core: initialized pinctrl subsystem\n[ 0.332883] RTC time: 1:49:15, date: 08/27/18\n[ 0.334516] NET: Registered protocol family 16\n[ 0.336128] cpuidle: using governor ladder\n[ 0.337583] cpuidle: using governor menu\n[ 0.338961] PCCT header not found.\n[ 0.340223] ACPI: bus type PCI registered\n[ 0.341653] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.343807] PCI: Using configuration type 1 for base access\n[ 0.346337] ACPI: Added _OSI(Module Device)\n[ 0.347818] ACPI: Added _OSI(Processor Device)\n[ 0.349316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.350894] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.353440] ACPI: Interpreter enabled\n[ 0.354764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.358030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.361278] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.364536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.367707] ACPI: (supports S0 S5)\n[ 0.368927] ACPI: Using IOAPIC for interrupt routing\n[ 0.370613] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.375163] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.377152] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.379315] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.381452] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.385309] acpiphp: Slot [3] registered\n[ 0.386721] acpiphp: Slot [4] registered\n[ 0.388133] acpiphp: Slot [5] registered\n[ 0.389513] acpiphp: Slot [6] registered\n[ 0.390882] acpiphp: Slot [7] registered\n[ 0.392251] acpiphp: Slot [8] registered\n[ 0.393678] acpiphp: Slot [9] registered\n[ 0.395086] acpiphp: Slot [10] registered\n[ 0.396481] acpiphp: Slot [11] registered\n[ 0.397866] acpiphp: Slot [12] registered\n[ 0.399287] acpiphp: Slot [13] registered\n[ 0.400712] acpiphp: Slot [14] registered\n[ 0.402108] acpiphp: Slot [15] registered\n[ 0.417345] acpiphp: Slot [16] registered\n[ 0.418776] acpiphp: Slot [17] registered\n[ 0.420149] acpiphp: Slot [18] registered\n[ 0.421539] acpiphp: Slot [19] registered\n[ 0.422945] acpiphp: Slot [20] registered\n[ 0.424350] acpiphp: Slot [21] registered\n[ 0.425724] acpiphp: Slot [22] registered\n[ 0.427131] acpiphp: Slot [23] registered\n[ 0.428508] acpiphp: Slot [24] registered\n[ 0.429933] acpiphp: Slot [25] registered\n[ 0.431330] acpiphp: Slot [26] registered\n[ 0.432751] acpiphp: Slot [27] registered\n[ 0.434178] acpiphp: Slot [28] registered\n[ 0.435614] acpiphp: Slot [29] registered\n[ 0.437033] acpiphp: Slot [30] registered\n[ 0.438480] acpiphp: Slot [31] registered\n[ 0.439830] PCI host bridge to bus 0000:00\n[ 0.441236] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.443393] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.445543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.448098] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.450670] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.453267] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.457715] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.459961] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.461991] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.464249] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.468424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.470884] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.492105] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.494492] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.496812] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.499390] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.501740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.503795] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.505900] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.507810] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.510563] vgaarb: loaded\n[ 0.511585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.513704] SCSI subsystem initialized\n[ 0.515246] ACPI: bus type USB registered\n[ 0.516652] usbcore: registered new interface driver usbfs\n[ 0.518345] usbcore: registered new interface driver hub\n[ 0.519998] usbcore: registered new device driver usb\n[ 0.521769] PCI: Using ACPI for IRQ routing\n[ 0.523589] NetLabel: Initializing\n[ 0.524569] NetLabel: domain hash size = 128\n[ 0.525722] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.527026] NetLabel: unlabeled traffic allowed by default\n[ 0.528590] clocksource: Switched to clocksource kvm-clock\n[ 0.539578] AppArmor: AppArmor Filesystem Enabled\n[ 0.540880] pnp: PnP ACPI init\n[ 0.542138] pnp: PnP ACPI: found 5 devices\n[ 0.550821] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.553499] NET: Registered protocol family 2\n[ 0.555242] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.557201] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.558841] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.560685] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.562133] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.563732] NET: Registered protocol family 1\n[ 0.564949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.566464] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.567905] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.582548] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.597448] Trying to unpack rootfs image as initramfs...\n[ 0.660489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.662992] Scanning for low memory corruption every 60 seconds\n[ 0.664888] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.666452] audit: initializing netlink subsys (disabled)\n[ 0.667832] audit: type=2000 audit(1535334556.598:1): initialized\n[ 0.669703] Initialise system trusted keyring\n[ 0.671009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.672559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.675215] zbud: loaded\n[ 0.676199] VFS: Disk quotas dquot_6.6.0\n[ 0.677323] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.679425] fuse init (API version 7.23)\n[ 0.680667] Key type big_key registered\n[ 0.682146] Allocating IMA MOK and blacklist keyrings.\n[ 0.683771] Key type asymmetric registered\n[ 0.684896] Asymmetric key parser 'x509' registered\n[ 0.686192] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.688487] io scheduler noop registered\n[ 0.689572] io scheduler deadline registered (default)\n[ 0.690915] io scheduler cfq registered\n[ 0.692085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.693492] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.695208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.697183] ACPI: Power Button [PWRF]\n[ 0.698351] GHES: HEST is not enabled!\n[ 0.712966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.742124] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.744944] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.768833] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.771810] Linux agpgart interface v0.103\n[ 0.775143] brd: module loaded\n[ 0.777333] loop: module loaded\n[ 0.782333] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.784267] GPT:90111 != 2097151\n[ 0.785179] GPT:Alternate GPT header not at the end of the disk.\n[ 0.786622] GPT:90111 != 2097151\n[ 0.787738] GPT: Use GNU Parted to correct GPT errors.\n[ 0.789021] vda: vda1 vda15\n[ 0.790624] scsi host0: ata_piix\n[ 0.791654] scsi host1: ata_piix\n[ 0.792623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.794222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.796138] libphy: Fixed MDIO Bus: probed\n[ 0.797459] tun: Universal TUN/TAP device driver, 1.6\n[ 0.798722] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.801704] PPP generic driver version 2.4.2\n[ 0.803180] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.805113] ehci-pci: EHCI PCI platform driver\n[ 0.806403] ehci-platform: EHCI generic platform driver\n[ 0.807747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.809300] ohci-pci: OHCI PCI platform driver\n[ 0.810513] ohci-platform: OHCI generic platform driver\n[ 0.811884] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.826594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.827995] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.830044] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.831462] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.833128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.834823] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.836819] usb usb1: Product: UHCI Host Controller\n[ 0.838119] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.839688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.841109] hub 1-0:1.0: USB hub found\n[ 0.842219] hub 1-0:1.0: 2 ports detected\n[ 0.843587] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.846573] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.847905] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.849335] mousedev: PS/2 mouse device common for all mice\n[ 0.851093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.853605] rtc_cmos 00:00: RTC can wake from S4\n[ 0.855181] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.856820] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.858465] i2c /dev entries driver\n[ 0.859550] device-mapper: uevent: version 1.0.3\n[ 0.860893] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.863198] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.865176] NET: Registered protocol family 10\n[ 0.866929] NET: Registered protocol family 17\n[ 0.868188] Key type dns_resolver registered\n[ 0.869569] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.871076] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.873570] registered taskstats version 1\n[ 0.874799] Loading compiled-in X.509 certificates\n[ 0.876727] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.879278] zswap: loaded using pool lzo/zbud\n[ 0.881617] Key type trusted registered\n[ 0.883809] Key type encrypted registered\n[ 0.884984] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.886429] ima: No TPM chip found, activating TPM-bypass!\n[ 0.887854] evm: HMAC attrs: 0x1\n[ 0.889205] Magic number: 14:930:812\n[ 0.890413] rtc_cmos 00:00: setting system clock to 2018-08-27 01:49:16 UTC (1535334556)\n[ 0.892704] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.894208] EDD information not available.\n[ 0.955149] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.971438] Write protecting the kernel read-only data: 14336k\n[ 0.976345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.978977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.73\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.026675] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.96. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8edvlYuw3oz/WRkqBHDmgGQRirUVCy8KC/Qnnf7bX2oRaIoATgtliSC7Z3jV/WJmvhQli8cTaBvYRzyLk4au9RPHJUcVMTE8UL3Lgyg6tpRHU3RmF1B3JJZWLyZHSG1wZd5QGqsIwRu3BWjSekI0t1sKLsxNHYmjtpozPCRrWYCQ1wLkoVq0IXr9Gy6sJ2gT60CqB77u/ibtACR4+cJ1de9Pth2BCKE4ATwFXuuVe38Dpru3xkBNKZmwvaqV0/cB35Z10mXX7CshhxJSbq5yejFMI81ufZ/tnCGYX3WWQ/khYHamfXV9s47NuCB6yNJCEZ2yWSQx/q6sMmq+d/Tjt root@cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26\nssh-dss AAAAB3NzaC1kc3MAAACBAOEoEbLfNsU+OE5WZ2d0iKomYNAS1ldB1DJH+aPXpjx3s9X0EQzNYs6kljXVBU0IjJ+gmeislCIqCYxPcp1Z5Pjq8Pejb7ibcpFX73UldlxJd2esbwRq1TiyabywXEW9UADxRbimk//RCiuTPlAccn08KNqQ5Njn0k9OAt0UX9cVAAAAFQCZa5bFWue3b7SQcvXXGKZH8ooteQAAAIAI/OvVc9lGpe/LeOqEgD2agCRB4qAvgH2U5m4Zt0w17M5RG8PY2GtOcxlaNGw6dEKchu1MMP8XsX12OckSZ6XdUW+4kiNc/g6TTb0qz3rmSsOIiTMWovPFZgUQi+/usVOzKP8CYTeSeNlV/fZ8o7xlIjb4vgdoqmhxH2aIwtBSZwAAAIAMKQIZROaU8y8l4SU9iczLl4iNiT5rDTu644lxIX6Wg1fDZlsxmibNQV722DBWRWd+ryu1q7uTa6SFjs4HlYOfYGAqVe6lx5OPtk5DyOzaP0N9x+nYly1Q9KyuZ3fx0GuOYwJKelSDZ6Q0zmvNFt+5wC+ORYyOP7ucnNWoU0JPCA== root@cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe5e:7c78/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.74 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 login: "} 2018-08-27 01:49:33,258 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/action used request id req-d8a915d2-7ad6-4da1-b688-e75dbca04618 2018-08-27 01:49:33,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0994791984558s 2018-08-27 01:49:33,259 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/action used request id req-d8a915d2-7ad6-4da1-b688-e75dbca04618 2018-08-27 01:49:33,259 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 516553921 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.205661] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.208431] pid_max: default: 32768 minimum: 301 [ 0.209940] ACPI: Core revision 20150930 [ 0.211841] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.214074] Security Framework initialized [ 0.215540] Yama: becoming mindful. [ 0.216842] AppArmor: AppArmor initialized [ 0.218328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.220736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.223012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.225151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.227575] Initializing cgroup subsys io [ 0.229009] Initializing cgroup subsys memory [ 0.230515] Initializing cgroup subsys devices [ 0.232032] Initializing cgroup subsys freezer [ 0.233558] Initializing cgroup subsys net_cls [ 0.235060] Initializing cgroup subsys perf_event [ 0.236719] Initializing cgroup subsys net_prio [ 0.238283] Initializing cgroup subsys hugetlb [ 0.239845] Initializing cgroup subsys pids [ 0.241394] CPU: Physical Processor ID: 0 [ 0.243503] mce: CPU supports 10 MCE banks [ 0.244994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.246746] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.261863] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.269068] ftrace: allocating 31920 entries in 125 pages [ 0.294491] smpboot: Max logical packages: 1 [ 0.296010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.298375] x2apic enabled [ 0.299692] Switched APIC routing to physical x2apic. [ 0.302500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.304460] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.307943] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.311067] KVM setup paravirtual spinlock [ 0.312976] x86: Booted up 1 node, 1 CPUs [ 0.314394] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.316740] devtmpfs: initialized [ 0.318924] evm: security.selinux [ 0.320136] evm: security.SMACK64 [ 0.321312] evm: security.SMACK64EXEC [ 0.322647] evm: security.SMACK64TRANSMUTE [ 0.324107] evm: security.SMACK64MMAP [ 0.325411] evm: security.ima [ 0.326501] evm: security.capability [ 0.327821] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.331053] pinctrl core: initialized pinctrl subsystem [ 0.332883] RTC time: 1:49:15, date: 08/27/18 [ 0.334516] NET: Registered protocol family 16 [ 0.336128] cpuidle: using governor ladder [ 0.337583] cpuidle: using governor menu [ 0.338961] PCCT header not found. [ 0.340223] ACPI: bus type PCI registered [ 0.341653] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.343807] PCI: Using configuration type 1 for base access [ 0.346337] ACPI: Added _OSI(Module Device) [ 0.347818] ACPI: Added _OSI(Processor Device) [ 0.349316] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.350894] ACPI: Added _OSI(Processor Aggregator Device) [ 0.353440] ACPI: Interpreter enabled [ 0.354764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.358030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.361278] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.364536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.367707] ACPI: (supports S0 S5) [ 0.368927] ACPI: Using IOAPIC for interrupt routing [ 0.370613] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.375163] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.377152] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.379315] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.381452] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.385309] acpiphp: Slot [3] registered [ 0.386721] acpiphp: Slot [4] registered [ 0.388133] acpiphp: Slot [5] registered [ 0.389513] acpiphp: Slot [6] registered [ 0.390882] acpiphp: Slot [7] registered [ 0.392251] acpiphp: Slot [8] registered [ 0.393678] acpiphp: Slot [9] registered [ 0.395086] acpiphp: Slot [10] registered [ 0.396481] acpiphp: Slot [11] registered [ 0.397866] acpiphp: Slot [12] registered [ 0.399287] acpiphp: Slot [13] registered [ 0.400712] acpiphp: Slot [14] registered [ 0.402108] acpiphp: Slot [15] registered [ 0.417345] acpiphp: Slot [16] registered [ 0.418776] acpiphp: Slot [17] registered [ 0.420149] acpiphp: Slot [18] registered [ 0.421539] acpiphp: Slot [19] registered [ 0.422945] acpiphp: Slot [20] registered [ 0.424350] acpiphp: Slot [21] registered [ 0.425724] acpiphp: Slot [22] registered [ 0.427131] acpiphp: Slot [23] registered [ 0.428508] acpiphp: Slot [24] registered [ 0.429933] acpiphp: Slot [25] registered [ 0.431330] acpiphp: Slot [26] registered [ 0.432751] acpiphp: Slot [27] registered [ 0.434178] acpiphp: Slot [28] registered [ 0.435614] acpiphp: Slot [29] registered [ 0.437033] acpiphp: Slot [30] registered [ 0.438480] acpiphp: Slot [31] registered [ 0.439830] PCI host bridge to bus 0000:00 [ 0.441236] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.443393] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.445543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.448098] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.450670] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.453267] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.457715] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.459961] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.461991] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.464249] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.468424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.470884] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.492105] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.494492] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.496812] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.499390] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.501740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.503795] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.505900] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.507810] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.510563] vgaarb: loaded [ 0.511585] vgaarb: bridge control possible 0000:00:02.0 [ 0.513704] SCSI subsystem initialized [ 0.515246] ACPI: bus type USB registered [ 0.516652] usbcore: registered new interface driver usbfs [ 0.518345] usbcore: registered new interface driver hub [ 0.519998] usbcore: registered new device driver usb [ 0.521769] PCI: Using ACPI for IRQ routing [ 0.523589] NetLabel: Initializing [ 0.524569] NetLabel: domain hash size = 128 [ 0.525722] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.527026] NetLabel: unlabeled traffic allowed by default [ 0.528590] clocksource: Switched to clocksource kvm-clock [ 0.539578] AppArmor: AppArmor Filesystem Enabled [ 0.540880] pnp: PnP ACPI init [ 0.542138] pnp: PnP ACPI: found 5 devices [ 0.550821] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.553499] NET: Registered protocol family 2 [ 0.555242] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.557201] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.558841] TCP: Hash tables configured (established 4096 bind 4096) [ 0.560685] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.562133] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.563732] NET: Registered protocol family 1 [ 0.564949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.566464] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.567905] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.582548] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.597448] Trying to unpack rootfs image as initramfs... [ 0.660489] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.662992] Scanning for low memory corruption every 60 seconds [ 0.664888] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.666452] audit: initializing netlink subsys (disabled) [ 0.667832] audit: type=2000 audit(1535334556.598:1): initialized [ 0.669703] Initialise system trusted keyring [ 0.671009] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.672559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.675215] zbud: loaded [ 0.676199] VFS: Disk quotas dquot_6.6.0 [ 0.677323] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.679425] fuse init (API version 7.23) [ 0.680667] Key type big_key registered [ 0.682146] Allocating IMA MOK and blacklist keyrings. [ 0.683771] Key type asymmetric registered [ 0.684896] Asymmetric key parser 'x509' registered [ 0.686192] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.688487] io scheduler noop registered [ 0.689572] io scheduler deadline registered (default) [ 0.690915] io scheduler cfq registered [ 0.692085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.693492] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.695208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.697183] ACPI: Power Button [PWRF] [ 0.698351] GHES: HEST is not enabled! [ 0.712966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.742124] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.744944] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.768833] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.771810] Linux agpgart interface v0.103 [ 0.775143] brd: module loaded [ 0.777333] loop: module loaded [ 0.782333] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.784267] GPT:90111 != 2097151 [ 0.785179] GPT:Alternate GPT header not at the end of the disk. [ 0.786622] GPT:90111 != 2097151 [ 0.787738] GPT: Use GNU Parted to correct GPT errors. [ 0.789021] vda: vda1 vda15 [ 0.790624] scsi host0: ata_piix [ 0.791654] scsi host1: ata_piix [ 0.792623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.794222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.796138] libphy: Fixed MDIO Bus: probed [ 0.797459] tun: Universal TUN/TAP device driver, 1.6 [ 0.798722] tun: (C) 1999-2004 Max Krasnyansky [ 0.801704] PPP generic driver version 2.4.2 [ 0.803180] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.805113] ehci-pci: EHCI PCI platform driver [ 0.806403] ehci-platform: EHCI generic platform driver [ 0.807747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.809300] ohci-pci: OHCI PCI platform driver [ 0.810513] ohci-platform: OHCI generic platform driver [ 0.811884] uhci_hcd: USB Universal Host Controller Interface driver [ 0.826594] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.827995] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.830044] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.831462] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.833128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.834823] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.836819] usb usb1: Product: UHCI Host Controller [ 0.838119] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.839688] usb usb1: SerialNumber: 0000:00:01.2 [ 0.841109] hub 1-0:1.0: USB hub found [ 0.842219] hub 1-0:1.0: 2 ports detected [ 0.843587] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.846573] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.847905] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.849335] mousedev: PS/2 mouse device common for all mice [ 0.851093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.853605] rtc_cmos 00:00: RTC can wake from S4 [ 0.855181] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.856820] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.858465] i2c /dev entries driver [ 0.859550] device-mapper: uevent: version 1.0.3 [ 0.860893] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.863198] ledtrig-cpu: registered to indicate activity on CPUs [ 0.865176] NET: Registered protocol family 10 [ 0.866929] NET: Registered protocol family 17 [ 0.868188] Key type dns_resolver registered [ 0.869569] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.871076] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.873570] registered taskstats version 1 [ 0.874799] Loading compiled-in X.509 certificates [ 0.876727] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.879278] zswap: loaded using pool lzo/zbud [ 0.881617] Key type trusted registered [ 0.883809] Key type encrypted registered [ 0.884984] AppArmor: AppArmor sha1 policy hashing enabled [ 0.886429] ima: No TPM chip found, activating TPM-bypass! [ 0.887854] evm: HMAC attrs: 0x1 [ 0.889205] Magic number: 14:930:812 [ 0.890413] rtc_cmos 00:00: setting system clock to 2018-08-27 01:49:16 UTC (1535334556) [ 0.892704] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.894208] EDD information not available. [ 0.955149] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.971438] Write protecting the kernel read-only data: 14336k [ 0.976345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.978977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.73 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 1.026675] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.86 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.96. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8edvlYuw3oz/WRkqBHDmgGQRirUVCy8KC/Qnnf7bX2oRaIoATgtliSC7Z3jV/WJmvhQli8cTaBvYRzyLk4au9RPHJUcVMTE8UL3Lgyg6tpRHU3RmF1B3JJZWLyZHSG1wZd5QGqsIwRu3BWjSekI0t1sKLsxNHYmjtpozPCRrWYCQ1wLkoVq0IXr9Gy6sJ2gT60CqB77u/ibtACR4+cJ1de9Pth2BCKE4ATwFXuuVe38Dpru3xkBNKZmwvaqV0/cB35Z10mXX7CshhxJSbq5yejFMI81ufZ/tnCGYX3WWQ/khYHamfXV9s47NuCB6yNJCEZ2yWSQx/q6sMmq+d/Tjt root@cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 ssh-dss AAAAB3NzaC1kc3MAAACBAOEoEbLfNsU+OE5WZ2d0iKomYNAS1ldB1DJH+aPXpjx3s9X0EQzNYs6kljXVBU0IjJ+gmeislCIqCYxPcp1Z5Pjq8Pejb7ibcpFX73UldlxJd2esbwRq1TiyabywXEW9UADxRbimk//RCiuTPlAccn08KNqQ5Njn0k9OAt0UX9cVAAAAFQCZa5bFWue3b7SQcvXXGKZH8ooteQAAAIAI/OvVc9lGpe/LeOqEgD2agCRB4qAvgH2U5m4Zt0w17M5RG8PY2GtOcxlaNGw6dEKchu1MMP8XsX12OckSZ6XdUW+4kiNc/g6TTb0qz3rmSsOIiTMWovPFZgUQi+/usVOzKP8CYTeSeNlV/fZ8o7xlIjb4vgdoqmhxH2aIwtBSZwAAAIAMKQIZROaU8y8l4SU9iczLl4iNiT5rDTu644lxIX6Wg1fDZlsxmibNQV722DBWRWd+ryu1q7uTa6SFjs4HlYOfYGAqVe6lx5OPtk5DyOzaP0N9x+nYly1Q9KyuZ3fx0GuOYwJKelSDZ6Q0zmvNFt+5wC+ORYyOP7ucnNWoU0JPCA== root@cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe5e:7c78/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.74 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 login: 2018-08-27 01:49:33,261 - paramiko.transport - DEBUG - starting thread (client mode): 0x52308f90L 2018-08-27 01:49:33,262 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 01:49:33,262 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-27 01:49:33,262 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-27 01:49:33,263 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 01:49:33,263 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 01:49:33,264 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-27 01:49:33,264 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 01:49:33,264 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 01:49:33,264 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 01:49:33,281 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 01:49:33,281 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 01:49:33,294 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.207: e4b710370e3f77d97e3f87f67bc2b2eb 2018-08-27 01:49:33,295 - paramiko.transport - DEBUG - Trying discovered key 616e606e77cd0dae1fe5776198a3d23e in /tmp/tmpyxTxHc 2018-08-27 01:49:33,318 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 01:49:33,324 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 01:49:33,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-27 01:49:33,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"volume": {"display_name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "size": "2"}}' 2018-08-27 01:49:34,832 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:49:33 GMT Server: Apache x-compute-request-id: req-c6f59da6-d34c-4247-a973-03104d784c42 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c6f59da6-d34c-4247-a973-03104d784c42 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}} 2018-08-27 01:49:34,832 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes used request id req-c6f59da6-d34c-4247-a973-03104d784c42 2018-08-27 01:49:34,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.50252199173s 2018-08-27 01:49:34,832 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes used request id req-c6f59da6-d34c-4247-a973-03104d784c42 2018-08-27 01:49:34,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:49:34,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:35,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:34 GMT Server: Apache x-compute-request-id: req-ff746484-144a-4b69-8bbb-6702e4ee50ac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ff746484-144a-4b69-8bbb-6702e4ee50ac Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:49:35.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:49:35,923 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-ff746484-144a-4b69-8bbb-6702e4ee50ac 2018-08-27 01:49:35,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.08944606781s 2018-08-27 01:49:35,923 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-ff746484-144a-4b69-8bbb-6702e4ee50ac 2018-08-27 01:49:35,925 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:49:37,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:49:37,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:38,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:38 GMT Server: Apache x-compute-request-id: req-d4f97a48-dfbc-4430-906f-93787dd53dce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d4f97a48-dfbc-4430-906f-93787dd53dce Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:49:36.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:49:38,860 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-d4f97a48-dfbc-4430-906f-93787dd53dce 2018-08-27 01:49:38,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.932625055313s 2018-08-27 01:49:38,860 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-d4f97a48-dfbc-4430-906f-93787dd53dce 2018-08-27 01:49:38,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:49:38,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:39,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-69d11dde-bf99-4b40-93ee-d3b45dd550b0 Date: Mon, 27 Aug 2018 01:49:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["48e28ccf-2455-47fe-af24-ad386e7b43a8"],"updated_at":"2018-08-27T01:48:52Z","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:48:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"16f42a6324d94bbd96c0850db3dcf067","id":"c122845f-9663-4583-b283-33f3a35b3a13","name":"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:49:39,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-69d11dde-bf99-4b40-93ee-d3b45dd550b0 2018-08-27 01:49:39,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354460954666s 2018-08-27 01:49:39,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-69d11dde-bf99-4b40-93ee-d3b45dd550b0 2018-08-27 01:49:39,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:49:39,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:39,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-28f3ae23-9a28-431a-8c29-c705182272f0 Date: Mon, 27 Aug 2018 01:49:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:48:59Z", "file": "/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61/file", "owner": "16f42a6324d94bbd96c0850db3dcf067", "id": "7a603035-86a2-4572-87cc-68cb0f009c61", "size": 12716032, "self": "/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/7a603035-86a2-4572-87cc-68cb0f009c61/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/7a603035-86a2-4572-87cc-68cb0f009c61/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:48:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:49:39,512 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-28f3ae23-9a28-431a-8c29-c705182272f0 2018-08-27 01:49:39,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.291226863861s 2018-08-27 01:49:39,513 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-28f3ae23-9a28-431a-8c29-c705182272f0 2018-08-27 01:49:39,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:49:39,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:39,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61b3b745-c232-4da4-bca7-a57a015302aa x-compute-request-id: req-61b3b745-c232-4da4-bca7-a57a015302aa Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a"}]} 2018-08-27 01:49:39,543 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-61b3b745-c232-4da4-bca7-a57a015302aa 2018-08-27 01:49:39,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0284459590912s 2018-08-27 01:49:39,543 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-61b3b745-c232-4da4-bca7-a57a015302aa 2018-08-27 01:49:39,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 01:49:39,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"server": {"name": "cinder_test-vm_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "imageRef": "7a603035-86a2-4572-87cc-68cb0f009c61", "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "flavorRef": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c122845f-9663-4583-b283-33f3a35b3a13"}], "security_groups": [{"name": "ace12ed1-c10d-4ecf-8c7e-00db0df62189"}]}}' 2018-08-27 01:49:43,486 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:49:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-577408b1-4500-473d-9bc7-a7170b13fa28 x-compute-request-id: req-577408b1-4500-473d-9bc7-a7170b13fa28 Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ace12ed1-c10d-4ecf-8c7e-00db0df62189"}], "OS-DCF:diskConfig": "MANUAL", "id": "da26c66b-ccfb-42ec-bacb-2433c44b55d4", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "bookmark"}], "adminPass": "G9hETpbR2kw8"}} 2018-08-27 01:49:43,486 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-577408b1-4500-473d-9bc7-a7170b13fa28 2018-08-27 01:49:43,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.94176602364s 2018-08-27 01:49:43,487 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-577408b1-4500-473d-9bc7-a7170b13fa28 2018-08-27 01:49:43,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:49:43,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:44,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ed63424-ab2a-4f06-918e-27950eac4522 x-compute-request-id: req-2ed63424-ab2a-4f06-918e-27950eac4522 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "da26c66b-ccfb-42ec-bacb-2433c44b55d4", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:49:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:43Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:7c:78", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:7c:78", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:49:15.000000", "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:49:16Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:07Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:49:44,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2ed63424-ab2a-4f06-918e-27950eac4522 2018-08-27 01:49:44,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.873864889145s 2018-08-27 01:49:44,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2ed63424-ab2a-4f06-918e-27950eac4522 2018-08-27 01:49:44,367 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:49:46,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:49:46,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:47,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-129c4ef1-41e5-412d-a28d-13a457d4d0d2 x-compute-request-id: req-129c4ef1-41e5-412d-a28d-13a457d4d0d2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "da26c66b-ccfb-42ec-bacb-2433c44b55d4", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:49:45Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:43Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:7c:78", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:7c:78", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:49:15.000000", "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:49:16Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:07Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:49:47,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-129c4ef1-41e5-412d-a28d-13a457d4d0d2 2018-08-27 01:49:47,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.69139289856s 2018-08-27 01:49:47,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-129c4ef1-41e5-412d-a28d-13a457d4d0d2 2018-08-27 01:49:47,066 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:49:49,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:49:49,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:49,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84100d88-ab62-4708-8585-2794ef7f2df6 x-compute-request-id: req-84100d88-ab62-4708-8585-2794ef7f2df6 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "da26c66b-ccfb-42ec-bacb-2433c44b55d4", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T01:49:46Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:43Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:7c:78", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:7c:78", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:49:15.000000", "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:49:16Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:07Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:49:49,532 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-84100d88-ab62-4708-8585-2794ef7f2df6 2018-08-27 01:49:49,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463758945465s 2018-08-27 01:49:49,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-84100d88-ab62-4708-8585-2794ef7f2df6 2018-08-27 01:49:49,537 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:49:51,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:49:51,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:52,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94631d26-2e72-4238-9ce4-a1ceea98e83f x-compute-request-id: req-94631d26-2e72-4238-9ce4-a1ceea98e83f Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:89:4f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:49:49.000000", "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "da26c66b-ccfb-42ec-bacb-2433c44b55d4", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:49:50Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:43Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:7c:78", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:7c:78", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:49:15.000000", "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:49:16Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:07Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:49:52,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-94631d26-2e72-4238-9ce4-a1ceea98e83f 2018-08-27 01:49:52,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713963031769s 2018-08-27 01:49:52,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-94631d26-2e72-4238-9ce4-a1ceea98e83f 2018-08-27 01:49:52,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:49:52,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=da26c66b-ccfb-42ec-bacb-2433c44b55d4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:52,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bd403192-c851-49ab-94a3-7e56673f94fb Date: Mon, 27 Aug 2018 01:49:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c122845f-9663-4583-b283-33f3a35b3a13","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:49:47Z","admin_state_up":true,"updated_at":"2018-08-27T01:49:49Z","binding:vnic_type":"normal","device_id":"da26c66b-ccfb-42ec-bacb-2433c44b55d4","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:54:89:4f","id":"6c4f561a-d384-49a7-98b8-f560b00c4976","port_security_enabled":true,"project_id":"16f42a6324d94bbd96c0850db3dcf067","fixed_ips":[{"subnet_id":"48e28ccf-2455-47fe-af24-ad386e7b43a8","ip_address":"192.168.120.20"}],"extra_dhcp_opts":[],"security_groups":["ace12ed1-c10d-4ecf-8c7e-00db0df62189"],"name":""}]} 2018-08-27 01:49:52,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=da26c66b-ccfb-42ec-bacb-2433c44b55d4 used request id req-bd403192-c851-49ab-94a3-7e56673f94fb 2018-08-27 01:49:52,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0492920875549s 2018-08-27 01:49:52,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=da26c66b-ccfb-42ec-bacb-2433c44b55d4 used request id req-bd403192-c851-49ab-94a3-7e56673f94fb 2018-08-27 01:49:52,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:49:52,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=6c4f561a-d384-49a7-98b8-f560b00c4976" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:52,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-143638a9-98b2-4502-afbc-e1364080ab95 Date: Mon, 27 Aug 2018 01:49:52 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:49:52,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=6c4f561a-d384-49a7-98b8-f560b00c4976 used request id req-143638a9-98b2-4502-afbc-e1364080ab95 2018-08-27 01:49:52,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0473389625549s 2018-08-27 01:49:52,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=6c4f561a-d384-49a7-98b8-f560b00c4976 used request id req-143638a9-98b2-4502-afbc-e1364080ab95 2018-08-27 01:49:52,363 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:54:89:4f', u'version': 4, u'addr': u'192.168.120.20', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'7a603035-86a2-4572-87cc-68cb0f009c61'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:49:49.000000', 'flavor': Munch({u'id': u'99a48d6f-058b-4f52-92b6-fcf75dfdd24a'}), 'az': u'nova', 'id': u'da26c66b-ccfb-42ec-bacb-2433c44b55d4', 'security_groups': [Munch({u'name': u'cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4081fa6250624cdfbeff7ee41cd7442b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16f42a6324d94bbd96c0850db3dcf067', 'name': 'cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T01:49:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T01:49:50Z', 'hostId': u'0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'public_v6': '', 'private_v4': u'192.168.120.20', 'cloud': 'envvars', 'host_id': u'0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T01:49:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'16f42a6324d94bbd96c0850db3dcf067', 'name': u'cinder_test-vm_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'adminPass': u'G9hETpbR2kw8', 'tenant_id': u'16f42a6324d94bbd96c0850db3dcf067', 'created_at': u'2018-08-27T01:49:43Z', 'created': u'2018-08-27T01:49:43Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 01:49:52,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:49:52,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:52,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-4bd6eed5-9e2f-4eae-bc96-c732cd012eba Date: Mon, 27 Aug 2018 01:49:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["48e28ccf-2455-47fe-af24-ad386e7b43a8"],"updated_at":"2018-08-27T01:48:52Z","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:48:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"16f42a6324d94bbd96c0850db3dcf067","id":"c122845f-9663-4583-b283-33f3a35b3a13","name":"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:49:52,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4bd6eed5-9e2f-4eae-bc96-c732cd012eba 2018-08-27 01:49:52,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0964231491089s 2018-08-27 01:49:52,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4bd6eed5-9e2f-4eae-bc96-c732cd012eba 2018-08-27 01:49:52,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 01:49:52,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=da26c66b-ccfb-42ec-bacb-2433c44b55d4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:52,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-cb41bacf-4bec-4bdb-b163-f8fe41e2d50e Date: Mon, 27 Aug 2018 01:49:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c122845f-9663-4583-b283-33f3a35b3a13","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:49:47Z","admin_state_up":true,"updated_at":"2018-08-27T01:49:49Z","binding:vnic_type":"normal","device_id":"da26c66b-ccfb-42ec-bacb-2433c44b55d4","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:54:89:4f","id":"6c4f561a-d384-49a7-98b8-f560b00c4976","port_security_enabled":true,"project_id":"16f42a6324d94bbd96c0850db3dcf067","fixed_ips":[{"subnet_id":"48e28ccf-2455-47fe-af24-ad386e7b43a8","ip_address":"192.168.120.20"}],"extra_dhcp_opts":[],"security_groups":["ace12ed1-c10d-4ecf-8c7e-00db0df62189"],"name":""}]} 2018-08-27 01:49:52,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=da26c66b-ccfb-42ec-bacb-2433c44b55d4 used request id req-cb41bacf-4bec-4bdb-b163-f8fe41e2d50e 2018-08-27 01:49:52,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0484759807587s 2018-08-27 01:49:52,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=da26c66b-ccfb-42ec-bacb-2433c44b55d4 used request id req-cb41bacf-4bec-4bdb-b163-f8fe41e2d50e 2018-08-27 01:49:52,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 01:49:52,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"floatingip": {"floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.20", "port_id": "6c4f561a-d384-49a7-98b8-f560b00c4976"}}' 2018-08-27 01:49:54,482 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-87fa9b89-fb2d-43c4-b118-35a4e4127703 Date: Mon, 27 Aug 2018 01:49:54 GMT RESP BODY: {"floatingip": {"router_id": "68fb1d25-5240-49d4-8996-8dc7027323ce", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:49:53Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "6c4f561a-d384-49a7-98b8-f560b00c4976", "id": "8e0a8d3c-458c-4db0-89fe-00af3c4892d3", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:53Z", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}} 2018-08-27 01:49:54,482 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-87fa9b89-fb2d-43c4-b118-35a4e4127703 2018-08-27 01:49:54,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.9688770771s 2018-08-27 01:49:54,483 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-87fa9b89-fb2d-43c4-b118-35a4e4127703 2018-08-27 01:49:54,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:49:54,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:54,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1096 X-Openstack-Request-Id: req-8ca05e90-5159-4af7-971b-b50af333cb20 Date: Mon, 27 Aug 2018 01:49:54 GMT RESP BODY: {"floatingips": [{"router_id": "68fb1d25-5240-49d4-8996-8dc7027323ce", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:49:21Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "108e6619-e5f3-481b-9fdc-96987875c467", "id": "872bcc58-a28f-4145-93c6-da740c3da57e", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:21Z", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"router_id": "68fb1d25-5240-49d4-8996-8dc7027323ce", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:49:53Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "6c4f561a-d384-49a7-98b8-f560b00c4976", "id": "8e0a8d3c-458c-4db0-89fe-00af3c4892d3", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:53Z", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}]} 2018-08-27 01:49:54,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-8ca05e90-5159-4af7-971b-b50af333cb20 2018-08-27 01:49:54,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.259393930435s 2018-08-27 01:49:54,751 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-8ca05e90-5159-4af7-971b-b50af333cb20 2018-08-27 01:49:54,758 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'68fb1d25-5240-49d4-8996-8dc7027323ce', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'16f42a6324d94bbd96c0850db3dcf067', 'created_at': u'2018-08-27T01:49:53Z', 'attached': True, 'updated_at': u'2018-08-27T01:49:53Z', 'id': u'8e0a8d3c-458c-4db0-89fe-00af3c4892d3', 'floating_network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', 'fixed_ip_address': u'192.168.120.20', 'floating_ip_address': u'172.30.9.218', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16f42a6324d94bbd96c0850db3dcf067', 'name': 'cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'68fb1d25-5240-49d4-8996-8dc7027323ce', 'project_id': u'16f42a6324d94bbd96c0850db3dcf067', 'port_id': u'6c4f561a-d384-49a7-98b8-f560b00c4976', 'port': u'6c4f561a-d384-49a7-98b8-f560b00c4976', 'network': u'ecff2169-f0a1-4e87-90bc-3c582067cb09'}) 2018-08-27 01:49:54,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 01:49:54,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 01:49:54,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be86efe9-ac53-4a59-9a7b-769dc5e89c71 x-compute-request-id: req-be86efe9-ac53-4a59-9a7b-769dc5e89c71 Content-Encoding: gzip Content-Length: 9576 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488010909 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.183052] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185291] pid_max: default: 32768 minimum: 301\n[ 0.186505] ACPI: Core revision 20150930\n[ 0.188151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189941] Security Framework initialized\n[ 0.191049] Yama: becoming mindful.\n[ 0.192032] AppArmor: AppArmor initialized\n[ 0.193174] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194960] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196663] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198288] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200181] Initializing cgroup subsys io\n[ 0.201268] Initializing cgroup subsys memory\n[ 0.202460] Initializing cgroup subsys devices\n[ 0.203650] Initializing cgroup subsys freezer\n[ 0.204807] Initializing cgroup subsys net_cls\n[ 0.205976] Initializing cgroup subsys perf_event\n[ 0.207194] Initializing cgroup subsys net_prio\n[ 0.208386] Initializing cgroup subsys hugetlb\n[ 0.209567] Initializing cgroup subsys pids\n[ 0.210739] CPU: Physical Processor ID: 0\n[ 0.212517] mce: CPU supports 10 MCE banks\n[ 0.213639] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214989] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229823] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236419] ftrace: allocating 31920 entries in 125 pages\n[ 0.261808] smpboot: Max logical packages: 1\n[ 0.262970] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264795] x2apic enabled\n[ 0.265908] Switched APIC routing to physical x2apic.\n[ 0.268327] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.269809] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272490] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.274906] KVM setup paravirtual spinlock\n[ 0.276497] x86: Booted up 1 node, 1 CPUs\n[ 0.277578] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279414] devtmpfs: initialized\n[ 0.281374] evm: security.selinux\n[ 0.282324] evm: security.SMACK64\n[ 0.283262] evm: security.SMACK64EXEC\n[ 0.284267] evm: security.SMACK64TRANSMUTE\n[ 0.285348] evm: security.SMACK64MMAP\n[ 0.286342] evm: security.ima\n[ 0.287208] evm: security.capability\n[ 0.288265] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.290730] pinctrl core: initialized pinctrl subsystem\n[ 0.292172] RTC time: 1:49:49, date: 08/27/18\n[ 0.293448] NET: Registered protocol family 16\n[ 0.294746] cpuidle: using governor ladder\n[ 0.295848] cpuidle: using governor menu\n[ 0.296916] PCCT header not found.\n[ 0.297915] ACPI: bus type PCI registered\n[ 0.298989] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.300644] PCI: Using configuration type 1 for base access\n[ 0.302802] ACPI: Added _OSI(Module Device)\n[ 0.303928] ACPI: Added _OSI(Processor Device)\n[ 0.305087] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.306299] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.308436] ACPI: Interpreter enabled\n[ 0.309457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.311895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.314347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.316816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.319257] ACPI: (supports S0 S5)\n[ 0.320206] ACPI: Using IOAPIC for interrupt routing\n[ 0.321445] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325178] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326681] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328293] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329870] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332745] acpiphp: Slot [3] registered\n[ 0.333811] acpiphp: Slot [4] registered\n[ 0.334867] acpiphp: Slot [5] registered\n[ 0.335938] acpiphp: Slot [6] registered\n[ 0.336995] acpiphp: Slot [7] registered\n[ 0.338068] acpiphp: Slot [8] registered\n[ 0.339129] acpiphp: Slot [9] registered\n[ 0.340185] acpiphp: Slot [10] registered\n[ 0.341257] acpiphp: Slot [11] registered\n[ 0.342331] acpiphp: Slot [12] registered\n[ 0.343400] acpiphp: Slot [13] registered\n[ 0.344487] acpiphp: Slot [14] registered\n[ 0.345570] acpiphp: Slot [15] registered\n[ 0.360953] acpiphp: Slot [16] registered\n[ 0.362071] acpiphp: Slot [17] registered\n[ 0.363176] acpiphp: Slot [18] registered\n[ 0.364274] acpiphp: Slot [19] registered\n[ 0.365386] acpiphp: Slot [20] registered\n[ 0.366503] acpiphp: Slot [21] registered\n[ 0.367584] acpiphp: Slot [22] registered\n[ 0.368661] acpiphp: Slot [23] registered\n[ 0.369756] acpiphp: Slot [24] registered\n[ 0.370841] acpiphp: Slot [25] registered\n[ 0.371921] acpiphp: Slot [26] registered\n[ 0.372997] acpiphp: Slot [27] registered\n[ 0.374076] acpiphp: Slot [28] registered\n[ 0.375151] acpiphp: Slot [29] registered\n[ 0.376223] acpiphp: Slot [30] registered\n[ 0.377310] acpiphp: Slot [31] registered\n[ 0.378373] PCI host bridge to bus 0000:00\n[ 0.379445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.381037] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.382640] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.384567] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.386506] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.388463] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392374] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.394036] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.395578] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.397221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.401769] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.403684] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.425158] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.427165] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.429138] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.431062] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.433140] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.434821] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.436558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.437969] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.440028] vgaarb: loaded\n[ 0.440847] vgaarb: bridge control possible 0000:00:02.0\n[ 0.442432] SCSI subsystem initialized\n[ 0.443660] ACPI: bus type USB registered\n[ 0.444762] usbcore: registered new interface driver usbfs\n[ 0.446120] usbcore: registered new interface driver hub\n[ 0.447440] usbcore: registered new device driver usb\n[ 0.448940] PCI: Using ACPI for IRQ routing\n[ 0.450412] NetLabel: Initializing\n[ 0.451374] NetLabel: domain hash size = 128\n[ 0.452514] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453779] NetLabel: unlabeled traffic allowed by default\n[ 0.455304] clocksource: Switched to clocksource kvm-clock\n[ 0.465298] AppArmor: AppArmor Filesystem Enabled\n[ 0.466584] pnp: PnP ACPI init\n[ 0.467782] pnp: PnP ACPI: found 5 devices\n[ 0.474594] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.476917] NET: Registered protocol family 2\n[ 0.478321] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.480058] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.481695] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.483344] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.484821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486398] NET: Registered protocol family 1\n[ 0.487613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.489086] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.490538] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.505081] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.519709] Trying to unpack rootfs image as initramfs...\n[ 0.582314] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587040] Scanning for low memory corruption every 60 seconds\n[ 0.589171] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.590718] audit: initializing netlink subsys (disabled)\n[ 0.592166] audit: type=2000 audit(1535334590.684:1): initialized\n[ 0.593988] Initialise system trusted keyring\n[ 0.595325] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.596881] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599571] zbud: loaded\n[ 0.600579] VFS: Disk quotas dquot_6.6.0\n[ 0.601697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.603863] fuse init (API version 7.23)\n[ 0.605074] Key type big_key registered\n[ 0.606172] Allocating IMA MOK and blacklist keyrings.\n[ 0.607839] Key type asymmetric registered\n[ 0.608972] Asymmetric key parser 'x509' registered\n[ 0.610295] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612279] io scheduler noop registered\n[ 0.613323] io scheduler deadline registered (default)\n[ 0.614609] io scheduler cfq registered\n[ 0.615746] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.617083] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.618740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.620653] ACPI: Power Button [PWRF]\n[ 0.621830] GHES: HEST is not enabled!\n[ 0.635891] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664848] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667602] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.691127] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.693993] Linux agpgart interface v0.103\n[ 0.697333] brd: module loaded\n[ 0.699510] loop: module loaded\n[ 0.704640] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.706553] GPT:90111 != 2097151\n[ 0.707458] GPT:Alternate GPT header not at the end of the disk.\n[ 0.708881] GPT:90111 != 2097151\n[ 0.709782] GPT: Use GNU Parted to correct GPT errors.\n[ 0.711040] vda: vda1 vda15\n[ 0.712645] scsi host0: ata_piix\n[ 0.713666] scsi host1: ata_piix\n[ 0.714618] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.716209] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.718114] libphy: Fixed MDIO Bus: probed\n[ 0.719191] tun: Universal TUN/TAP device driver, 1.6\n[ 0.720434] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.723267] PPP generic driver version 2.4.2\n[ 0.724482] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.726014] ehci-pci: EHCI PCI platform driver\n[ 0.727155] ehci-platform: EHCI generic platform driver\n[ 0.728443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.729906] ohci-pci: OHCI PCI platform driver\n[ 0.731044] ohci-platform: OHCI generic platform driver\n[ 0.732346] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.746827] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.748133] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.750061] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.751388] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.752890] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.754491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.756362] usb usb1: Product: UHCI Host Controller\n[ 0.757584] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.759058] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.760320] hub 1-0:1.0: USB hub found\n[ 0.761346] hub 1-0:1.0: 2 ports detected\n[ 0.762586] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.765492] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.766735] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.768072] mousedev: PS/2 mouse device common for all mice\n[ 0.769692] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.772066] rtc_cmos 00:00: RTC can wake from S4\n[ 0.773536] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.775069] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.776623] i2c /dev entries driver\n[ 0.777637] device-mapper: uevent: version 1.0.3\n[ 0.778884] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.781012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.782776] NET: Registered protocol family 10\n[ 0.784271] NET: Registered protocol family 17\n[ 0.785430] Key type dns_resolver registered\n[ 0.786675] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788112] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.790416] registered taskstats version 1\n[ 0.791562] Loading compiled-in X.509 certificates\n[ 0.793384] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795807] zswap: loaded using pool lzo/zbud\n[ 0.797826] Key type trusted registered\n[ 0.799926] Key type encrypted registered\n[ 0.801009] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802349] ima: No TPM chip found, activating TPM-bypass!\n[ 0.803737] evm: HMAC attrs: 0x1\n[ 0.805008] Magic number: 14:930:812\n[ 0.806132] rtc_cmos 00:00: setting system clock to 2018-08-27 01:49:50 UTC (1535334590)\n[ 0.808267] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.809719] EDD information not available.\n[ 0.876860] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.892846] Write protecting the kernel read-only data: 14336k\n[ 0.895701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.898051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944785] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.20...\nLease of 192.168.120.20 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClNsAyVitc25kL2CAA9MM06kwopp5QB5BrzogzGPMPJxjBuD+8+HLeVVOSTQbxSmj7BXfRc9aDK8csoi/abQrcIo9ps3W3ONdIldMtC3ZUjCMQvN7na9K5bTOU39Lwce4qIWVcMAhtobd+uO0wfL+56I3YZyU43gLsoEYBVAImWijy83VAXAVxWH4QK4Tcilyn4dqO4fucXpdB2YZ7D6tjDNQybit25Of9lD8vfOAluQFlYue/oLGzCcEHHB9NUMWROtMXfWlSjteD8R47v8CAa465MEbGl1r6/eElDMtlW0eyrLnKvTUnhlVNUdl2FxKvX5pQGK1Su7e3rZYsB5dl root@cinder-test-vm-1bad8d5f-d943-4fb7-bda8-64dc8f052c26\nssh-dss AAAAB3NzaC1kc3MAAACBANLZ7lm1nmW9vdYWZrmP4ef8KGdTXuzi33q6Dte7fPbgwwAkCysCjB9iKd+P4yDF7yRSwon/TZSZLG+ealCpnqUc+yhiqo0QwzrRrsKVdjsOy9Ljq9+Z1+Ln+HSzvbjDUYui9P+gSYUrRDhgBFw85wl0owI1ei0A5P9rwHNEEPcDAAAAFQDKENadYSeO7WUTm0OTjd645THhFwAAAIBKAlVNk+ANv2xuyC9EGIf70o/qdr0e9Bzw+U9OiXBxZl0ldJ/GFVMDLvvohMS4Bsa7ZROQ/TsQcUoPibEqencTi9Ty8PrqjFA4Q/Z593IW4xig1ikGOe4zOfi80S97dHHtRn7+q/c8B7Vc1A9utD8DixccZZOj0u5iD0SRlrS+IwAAAIEA0P8paKgzZL7rZDMiJffBjbYS4ZEARGhY/pMwtL4DxzVBzu5ze+pjdRLRRilAw98QYPPyBS3IT9drqWlU4TPQhmFzWFBrw8pXZCjFwQmqLLzZoNxySJHrQQLHB0Agz8L7VRCqGgnuFKo9BJQitmQTYUs/2nyci0J2Jys1KtJGGw8= root@cinder-test-vm-1bad8d5f-d943-4fb7-bda8-64dc8f052c26\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.22s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.20,24,fe80::f816:3eff:fe54:894f/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.20 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-1bad8d5f-d943-4fb7-bda8-64dc8f052c26\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.37 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 login: "} 2018-08-27 01:49:54,878 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4/action used request id req-be86efe9-ac53-4a59-9a7b-769dc5e89c71 2018-08-27 01:49:54,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.120288133621s 2018-08-27 01:49:54,879 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4/action used request id req-be86efe9-ac53-4a59-9a7b-769dc5e89c71 2018-08-27 01:49:54,880 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 488010909 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.183052] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185291] pid_max: default: 32768 minimum: 301 [ 0.186505] ACPI: Core revision 20150930 [ 0.188151] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189941] Security Framework initialized [ 0.191049] Yama: becoming mindful. [ 0.192032] AppArmor: AppArmor initialized [ 0.193174] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194960] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196663] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198288] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200181] Initializing cgroup subsys io [ 0.201268] Initializing cgroup subsys memory [ 0.202460] Initializing cgroup subsys devices [ 0.203650] Initializing cgroup subsys freezer [ 0.204807] Initializing cgroup subsys net_cls [ 0.205976] Initializing cgroup subsys perf_event [ 0.207194] Initializing cgroup subsys net_prio [ 0.208386] Initializing cgroup subsys hugetlb [ 0.209567] Initializing cgroup subsys pids [ 0.210739] CPU: Physical Processor ID: 0 [ 0.212517] mce: CPU supports 10 MCE banks [ 0.213639] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214989] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229823] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236419] ftrace: allocating 31920 entries in 125 pages [ 0.261808] smpboot: Max logical packages: 1 [ 0.262970] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.264795] x2apic enabled [ 0.265908] Switched APIC routing to physical x2apic. [ 0.268327] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.269809] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.272490] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.274906] KVM setup paravirtual spinlock [ 0.276497] x86: Booted up 1 node, 1 CPUs [ 0.277578] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.279414] devtmpfs: initialized [ 0.281374] evm: security.selinux [ 0.282324] evm: security.SMACK64 [ 0.283262] evm: security.SMACK64EXEC [ 0.284267] evm: security.SMACK64TRANSMUTE [ 0.285348] evm: security.SMACK64MMAP [ 0.286342] evm: security.ima [ 0.287208] evm: security.capability [ 0.288265] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.290730] pinctrl core: initialized pinctrl subsystem [ 0.292172] RTC time: 1:49:49, date: 08/27/18 [ 0.293448] NET: Registered protocol family 16 [ 0.294746] cpuidle: using governor ladder [ 0.295848] cpuidle: using governor menu [ 0.296916] PCCT header not found. [ 0.297915] ACPI: bus type PCI registered [ 0.298989] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.300644] PCI: Using configuration type 1 for base access [ 0.302802] ACPI: Added _OSI(Module Device) [ 0.303928] ACPI: Added _OSI(Processor Device) [ 0.305087] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.306299] ACPI: Added _OSI(Processor Aggregator Device) [ 0.308436] ACPI: Interpreter enabled [ 0.309457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.311895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.314347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.316816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.319257] ACPI: (supports S0 S5) [ 0.320206] ACPI: Using IOAPIC for interrupt routing [ 0.321445] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325178] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326681] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328293] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329870] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332745] acpiphp: Slot [3] registered [ 0.333811] acpiphp: Slot [4] registered [ 0.334867] acpiphp: Slot [5] registered [ 0.335938] acpiphp: Slot [6] registered [ 0.336995] acpiphp: Slot [7] registered [ 0.338068] acpiphp: Slot [8] registered [ 0.339129] acpiphp: Slot [9] registered [ 0.340185] acpiphp: Slot [10] registered [ 0.341257] acpiphp: Slot [11] registered [ 0.342331] acpiphp: Slot [12] registered [ 0.343400] acpiphp: Slot [13] registered [ 0.344487] acpiphp: Slot [14] registered [ 0.345570] acpiphp: Slot [15] registered [ 0.360953] acpiphp: Slot [16] registered [ 0.362071] acpiphp: Slot [17] registered [ 0.363176] acpiphp: Slot [18] registered [ 0.364274] acpiphp: Slot [19] registered [ 0.365386] acpiphp: Slot [20] registered [ 0.366503] acpiphp: Slot [21] registered [ 0.367584] acpiphp: Slot [22] registered [ 0.368661] acpiphp: Slot [23] registered [ 0.369756] acpiphp: Slot [24] registered [ 0.370841] acpiphp: Slot [25] registered [ 0.371921] acpiphp: Slot [26] registered [ 0.372997] acpiphp: Slot [27] registered [ 0.374076] acpiphp: Slot [28] registered [ 0.375151] acpiphp: Slot [29] registered [ 0.376223] acpiphp: Slot [30] registered [ 0.377310] acpiphp: Slot [31] registered [ 0.378373] PCI host bridge to bus 0000:00 [ 0.379445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.381037] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.382640] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.384567] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.386506] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.388463] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.392374] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.394036] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.395578] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.397221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.401769] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.403684] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.425158] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.427165] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.429138] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.431062] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.433140] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.434821] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.436558] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.437969] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.440028] vgaarb: loaded [ 0.440847] vgaarb: bridge control possible 0000:00:02.0 [ 0.442432] SCSI subsystem initialized [ 0.443660] ACPI: bus type USB registered [ 0.444762] usbcore: registered new interface driver usbfs [ 0.446120] usbcore: registered new interface driver hub [ 0.447440] usbcore: registered new device driver usb [ 0.448940] PCI: Using ACPI for IRQ routing [ 0.450412] NetLabel: Initializing [ 0.451374] NetLabel: domain hash size = 128 [ 0.452514] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.453779] NetLabel: unlabeled traffic allowed by default [ 0.455304] clocksource: Switched to clocksource kvm-clock [ 0.465298] AppArmor: AppArmor Filesystem Enabled [ 0.466584] pnp: PnP ACPI init [ 0.467782] pnp: PnP ACPI: found 5 devices [ 0.474594] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.476917] NET: Registered protocol family 2 [ 0.478321] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.480058] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.481695] TCP: Hash tables configured (established 4096 bind 4096) [ 0.483344] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.484821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.486398] NET: Registered protocol family 1 [ 0.487613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.489086] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.490538] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.505081] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.519709] Trying to unpack rootfs image as initramfs... [ 0.582314] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.587040] Scanning for low memory corruption every 60 seconds [ 0.589171] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.590718] audit: initializing netlink subsys (disabled) [ 0.592166] audit: type=2000 audit(1535334590.684:1): initialized [ 0.593988] Initialise system trusted keyring [ 0.595325] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.596881] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.599571] zbud: loaded [ 0.600579] VFS: Disk quotas dquot_6.6.0 [ 0.601697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.603863] fuse init (API version 7.23) [ 0.605074] Key type big_key registered [ 0.606172] Allocating IMA MOK and blacklist keyrings. [ 0.607839] Key type asymmetric registered [ 0.608972] Asymmetric key parser 'x509' registered [ 0.610295] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.612279] io scheduler noop registered [ 0.613323] io scheduler deadline registered (default) [ 0.614609] io scheduler cfq registered [ 0.615746] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.617083] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.618740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.620653] ACPI: Power Button [PWRF] [ 0.621830] GHES: HEST is not enabled! [ 0.635891] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.664848] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.667602] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.691127] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.693993] Linux agpgart interface v0.103 [ 0.697333] brd: module loaded [ 0.699510] loop: module loaded [ 0.704640] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.706553] GPT:90111 != 2097151 [ 0.707458] GPT:Alternate GPT header not at the end of the disk. [ 0.708881] GPT:90111 != 2097151 [ 0.709782] GPT: Use GNU Parted to correct GPT errors. [ 0.711040] vda: vda1 vda15 [ 0.712645] scsi host0: ata_piix [ 0.713666] scsi host1: ata_piix [ 0.714618] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.716209] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.718114] libphy: Fixed MDIO Bus: probed [ 0.719191] tun: Universal TUN/TAP device driver, 1.6 [ 0.720434] tun: (C) 1999-2004 Max Krasnyansky [ 0.723267] PPP generic driver version 2.4.2 [ 0.724482] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.726014] ehci-pci: EHCI PCI platform driver [ 0.727155] ehci-platform: EHCI generic platform driver [ 0.728443] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.729906] ohci-pci: OHCI PCI platform driver [ 0.731044] ohci-platform: OHCI generic platform driver [ 0.732346] uhci_hcd: USB Universal Host Controller Interface driver [ 0.746827] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.748133] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.750061] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.751388] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.752890] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.754491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.756362] usb usb1: Product: UHCI Host Controller [ 0.757584] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.759058] usb usb1: SerialNumber: 0000:00:01.2 [ 0.760320] hub 1-0:1.0: USB hub found [ 0.761346] hub 1-0:1.0: 2 ports detected [ 0.762586] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.765492] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.766735] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.768072] mousedev: PS/2 mouse device common for all mice [ 0.769692] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.772066] rtc_cmos 00:00: RTC can wake from S4 [ 0.773536] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.775069] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.776623] i2c /dev entries driver [ 0.777637] device-mapper: uevent: version 1.0.3 [ 0.778884] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.781012] ledtrig-cpu: registered to indicate activity on CPUs [ 0.782776] NET: Registered protocol family 10 [ 0.784271] NET: Registered protocol family 17 [ 0.785430] Key type dns_resolver registered [ 0.786675] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788112] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.790416] registered taskstats version 1 [ 0.791562] Loading compiled-in X.509 certificates [ 0.793384] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795807] zswap: loaded using pool lzo/zbud [ 0.797826] Key type trusted registered [ 0.799926] Key type encrypted registered [ 0.801009] AppArmor: AppArmor sha1 policy hashing enabled [ 0.802349] ima: No TPM chip found, activating TPM-bypass! [ 0.803737] evm: HMAC attrs: 0x1 [ 0.805008] Magic number: 14:930:812 [ 0.806132] rtc_cmos 00:00: setting system clock to 2018-08-27 01:49:50 UTC (1535334590) [ 0.808267] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.809719] EDD information not available. [ 0.876860] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.892846] Write protecting the kernel read-only data: 14336k [ 0.895701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.898051] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.944785] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.20... Lease of 192.168.120.20 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClNsAyVitc25kL2CAA9MM06kwopp5QB5BrzogzGPMPJxjBuD+8+HLeVVOSTQbxSmj7BXfRc9aDK8csoi/abQrcIo9ps3W3ONdIldMtC3ZUjCMQvN7na9K5bTOU39Lwce4qIWVcMAhtobd+uO0wfL+56I3YZyU43gLsoEYBVAImWijy83VAXAVxWH4QK4Tcilyn4dqO4fucXpdB2YZ7D6tjDNQybit25Of9lD8vfOAluQFlYue/oLGzCcEHHB9NUMWROtMXfWlSjteD8R47v8CAa465MEbGl1r6/eElDMtlW0eyrLnKvTUnhlVNUdl2FxKvX5pQGK1Su7e3rZYsB5dl root@cinder-test-vm-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 ssh-dss AAAAB3NzaC1kc3MAAACBANLZ7lm1nmW9vdYWZrmP4ef8KGdTXuzi33q6Dte7fPbgwwAkCysCjB9iKd+P4yDF7yRSwon/TZSZLG+ealCpnqUc+yhiqo0QwzrRrsKVdjsOy9Ljq9+Z1+Ln+HSzvbjDUYui9P+gSYUrRDhgBFw85wl0owI1ei0A5P9rwHNEEPcDAAAAFQDKENadYSeO7WUTm0OTjd645THhFwAAAIBKAlVNk+ANv2xuyC9EGIf70o/qdr0e9Bzw+U9OiXBxZl0ldJ/GFVMDLvvohMS4Bsa7ZROQ/TsQcUoPibEqencTi9Ty8PrqjFA4Q/Z593IW4xig1ikGOe4zOfi80S97dHHtRn7+q/c8B7Vc1A9utD8DixccZZOj0u5iD0SRlrS+IwAAAIEA0P8paKgzZL7rZDMiJffBjbYS4ZEARGhY/pMwtL4DxzVBzu5ze+pjdRLRRilAw98QYPPyBS3IT9drqWlU4TPQhmFzWFBrw8pXZCjFwQmqLLzZoNxySJHrQQLHB0Agz8L7VRCqGgnuFKo9BJQitmQTYUs/2nyci0J2Jys1KtJGGw8= root@cinder-test-vm-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.22s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.20,24,fe80::f816:3eff:fe54:894f/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.20 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.37 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-1bad8d5f-d943-4fb7-bda8-64dc8f052c26 login: 2018-08-27 01:49:54,883 - paramiko.transport - DEBUG - starting thread (client mode): 0x522af250L 2018-08-27 01:49:54,884 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 01:49:54,884 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-27 01:49:54,885 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-27 01:49:54,886 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 01:49:54,886 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 01:49:54,886 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-27 01:49:54,887 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 01:49:54,887 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 01:49:54,887 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 01:49:54,904 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 01:49:54,905 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 01:49:54,916 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.218: 88b19c92159342fcbc8fe52fa622b8d6 2018-08-27 01:49:54,917 - paramiko.transport - DEBUG - Trying discovered key 616e606e77cd0dae1fe5776198a3d23e in /tmp/tmpyxTxHc 2018-08-27 01:49:54,942 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 01:49:54,948 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 01:49:54,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-27 01:49:54,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"volumeAttachment": {"volumeId": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07"}}' 2018-08-27 01:49:58,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cebca2a-7062-421a-8d82-a7f48c9b680d x-compute-request-id: req-5cebca2a-7062-421a-8d82-a7f48c9b680d Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "da26c66b-ccfb-42ec-bacb-2433c44b55d4", "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "volumeId": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07"}} 2018-08-27 01:49:58,547 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4/os-volume_attachments used request id req-5cebca2a-7062-421a-8d82-a7f48c9b680d 2018-08-27 01:49:58,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 3.59731817245s 2018-08-27 01:49:58,547 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4/os-volume_attachments used request id req-5cebca2a-7062-421a-8d82-a7f48c9b680d 2018-08-27 01:49:58,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:49:58,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:49:59,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:49:58 GMT Server: Apache x-compute-request-id: req-7fa0eac3-9122-4e0e-9390-56a2e92f636b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7fa0eac3-9122-4e0e-9390-56a2e92f636b Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:49:58.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:49:59,598 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-7fa0eac3-9122-4e0e-9390-56a2e92f636b 2018-08-27 01:49:59,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.05017113686s 2018-08-27 01:49:59,598 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-7fa0eac3-9122-4e0e-9390-56a2e92f636b 2018-08-27 01:49:59,600 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:50:01,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:50:01,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:02,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:01 GMT Server: Apache x-compute-request-id: req-17205c8c-724d-44e1-8837-260552d731e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-17205c8c-724d-44e1-8837-260552d731e1 Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [{"server_id": "da26c66b-ccfb-42ec-bacb-2433c44b55d4", "attachment_id": "845e89ab-f3cc-44ba-8979-ee723e4e97ed", "attached_at": "2018-08-27T01:50:02.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "device": "/dev/vdb", "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07"}], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:50:02.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:50:02,641 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-17205c8c-724d-44e1-8837-260552d731e1 2018-08-27 01:50:02,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03850603104s 2018-08-27 01:50:02,642 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-17205c8c-724d-44e1-8837-260552d731e1 2018-08-27 01:50:02,644 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 01:50:02,646 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-27 01:50:02,646 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 01:50:02,648 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 01:50:02,716 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 01:50:02,716 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-27 01:50:02,718 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 01:50:02,718 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-27 01:50:02,754 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-27 01:50:02,754 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-27 01:50:02,783 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-27 01:50:03,173 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-27 01:50:03,173 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: 7006fdd8-f55a-4370-a4f5-6e5fbffab7cf Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-08-27 01:50:03,174 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-27 01:50:03,174 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-27 01:50:03,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-27 01:50:03,175 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-27 01:50:03,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4/os-volume_attachments/817cc6f6-a5dd-4b22-804a-84f4bebcfa07 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:04,839 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:50:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81217342-dc56-4fc2-bf69-0af9cd6a2113 x-compute-request-id: req-81217342-dc56-4fc2-bf69-0af9cd6a2113 Content-Length: 0 Content-Type: application/json 2018-08-27 01:50:04,839 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4/os-volume_attachments/817cc6f6-a5dd-4b22-804a-84f4bebcfa07 used request id req-81217342-dc56-4fc2-bf69-0af9cd6a2113 2018-08-27 01:50:04,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.66466784477s 2018-08-27 01:50:04,840 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4/os-volume_attachments/817cc6f6-a5dd-4b22-804a-84f4bebcfa07 used request id req-81217342-dc56-4fc2-bf69-0af9cd6a2113 2018-08-27 01:50:04,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:50:04,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:05,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:05 GMT Server: Apache x-compute-request-id: req-6ebe9f82-129d-41a0-b50f-a86d30b6d30c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6ebe9f82-129d-41a0-b50f-a86d30b6d30c Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [{"server_id": "da26c66b-ccfb-42ec-bacb-2433c44b55d4", "attachment_id": "845e89ab-f3cc-44ba-8979-ee723e4e97ed", "attached_at": "2018-08-27T01:50:02.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "device": "/dev/vdb", "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07"}], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:50:04.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:50:05,866 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-6ebe9f82-129d-41a0-b50f-a86d30b6d30c 2018-08-27 01:50:05,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02539300919s 2018-08-27 01:50:05,866 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-6ebe9f82-129d-41a0-b50f-a86d30b6d30c 2018-08-27 01:50:05,868 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:50:07,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:50:07,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:08,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:07 GMT Server: Apache x-compute-request-id: req-115043a3-928f-4034-8507-40180e95af6f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-115043a3-928f-4034-8507-40180e95af6f Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:50:06.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:50:08,877 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-115043a3-928f-4034-8507-40180e95af6f 2018-08-27 01:50:08,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00691008568s 2018-08-27 01:50:08,877 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-115043a3-928f-4034-8507-40180e95af6f 2018-08-27 01:50:08,879 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-27 01:50:08,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-27 01:50:08,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"volumeAttachment": {"volumeId": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07"}}' 2018-08-27 01:50:10,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c40872b-e5b5-45dc-95a3-62e3e2989920 x-compute-request-id: req-6c40872b-e5b5-45dc-95a3-62e3e2989920 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "volumeId": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07"}} 2018-08-27 01:50:10,822 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/os-volume_attachments used request id req-6c40872b-e5b5-45dc-95a3-62e3e2989920 2018-08-27 01:50:10,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.94281888008s 2018-08-27 01:50:10,823 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/os-volume_attachments used request id req-6c40872b-e5b5-45dc-95a3-62e3e2989920 2018-08-27 01:50:10,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:50:10,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:10,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:10 GMT Server: Apache x-compute-request-id: req-9fc9c27f-51d1-4c73-a3b1-0acaf34e1d33 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9fc9c27f-51d1-4c73-a3b1-0acaf34e1d33 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:50:10.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:50:10,898 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-9fc9c27f-51d1-4c73-a3b1-0acaf34e1d33 2018-08-27 01:50:10,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0746970176697s 2018-08-27 01:50:10,898 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-9fc9c27f-51d1-4c73-a3b1-0acaf34e1d33 2018-08-27 01:50:10,900 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:50:12,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:50:12,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:12,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:13 GMT Server: Apache x-compute-request-id: req-97bd6493-9efa-4709-b68e-cb8134d9c0db OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97bd6493-9efa-4709-b68e-cb8134d9c0db Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:50:10.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:50:12,954 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-97bd6493-9efa-4709-b68e-cb8134d9c0db 2018-08-27 01:50:12,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0522527694702s 2018-08-27 01:50:12,955 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-97bd6493-9efa-4709-b68e-cb8134d9c0db 2018-08-27 01:50:12,956 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:50:14,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:50:14,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:15,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:14 GMT Server: Apache x-compute-request-id: req-8bbe8378-5378-4110-8aa6-98ecc7affeb4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8bbe8378-5378-4110-8aa6-98ecc7affeb4 Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [{"server_id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "attachment_id": "03496d79-c5b0-4759-bd76-ffa86c0e17d2", "attached_at": "2018-08-27T01:50:13.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "device": "/dev/vdb", "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07"}], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:50:14.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:50:15,975 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-8bbe8378-5378-4110-8aa6-98ecc7affeb4 2018-08-27 01:50:15,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01592683792s 2018-08-27 01:50:15,975 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-8bbe8378-5378-4110-8aa6-98ecc7affeb4 2018-08-27 01:50:15,977 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 01:50:15,979 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-27 01:50:15,979 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 01:50:15,982 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 01:50:16,051 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 01:50:16,052 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-27 01:50:16,053 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-27 01:50:16,053 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 01:50:16,091 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-27 01:50:16,091 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-27 01:50:16,118 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-27 01:50:16,142 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-27 01:50:16,142 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-08-27 01:50:16,143 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-27 01:50:16,143 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-27 01:50:16,143 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-27 01:50:16,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-27 01:50:16,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/os-volume_attachments/817cc6f6-a5dd-4b22-804a-84f4bebcfa07 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:18,204 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:50:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01a8d499-01c5-4d94-94f5-441294b92ecb x-compute-request-id: req-01a8d499-01c5-4d94-94f5-441294b92ecb Content-Length: 0 Content-Type: application/json 2018-08-27 01:50:18,204 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/os-volume_attachments/817cc6f6-a5dd-4b22-804a-84f4bebcfa07 used request id req-01a8d499-01c5-4d94-94f5-441294b92ecb 2018-08-27 01:50:18,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.05978083611s 2018-08-27 01:50:18,204 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad/os-volume_attachments/817cc6f6-a5dd-4b22-804a-84f4bebcfa07 used request id req-01a8d499-01c5-4d94-94f5-441294b92ecb 2018-08-27 01:50:18,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:50:18,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:19,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:18 GMT Server: Apache x-compute-request-id: req-dbac095b-b54c-46d3-b618-a10031fe186b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dbac095b-b54c-46d3-b618-a10031fe186b Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [{"server_id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "attachment_id": "03496d79-c5b0-4759-bd76-ffa86c0e17d2", "attached_at": "2018-08-27T01:50:13.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "device": "/dev/vdb", "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07"}], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:50:18.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:50:19,237 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-dbac095b-b54c-46d3-b618-a10031fe186b 2018-08-27 01:50:19,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03212714195s 2018-08-27 01:50:19,237 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-dbac095b-b54c-46d3-b618-a10031fe186b 2018-08-27 01:50:19,239 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:50:21,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:50:21,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:22,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:21 GMT Server: Apache x-compute-request-id: req-d44fc50b-17bd-4e18-aef3-b44f35adad5f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d44fc50b-17bd-4e18-aef3-b44f35adad5f Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:50:19.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:50:22,282 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-d44fc50b-17bd-4e18-aef3-b44f35adad5f 2018-08-27 01:50:22,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.0413441658s 2018-08-27 01:50:22,283 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-d44fc50b-17bd-4e18-aef3-b44f35adad5f 2018-08-27 01:50:22,409 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:50:22,410 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:32 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-27 01:50:22,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 01:50:22,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:22,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:50:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b965104a-5f76-4655-97c7-b746529d53a1 x-compute-request-id: req-b965104a-5f76-4655-97c7-b746529d53a1 Content-Type: application/json 2018-08-27 01:50:22,579 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad used request id req-b965104a-5f76-4655-97c7-b746529d53a1 2018-08-27 01:50:22,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.164358854294s 2018-08-27 01:50:22,579 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad used request id req-b965104a-5f76-4655-97c7-b746529d53a1 2018-08-27 01:50:22,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:50:22,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:23,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6af9583-7085-4de9-a70d-5cac947e95eb x-compute-request-id: req-a6af9583-7085-4de9-a70d-5cac947e95eb Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:89:4f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:89:4f", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:49:49.000000", "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "da26c66b-ccfb-42ec-bacb-2433c44b55d4", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:49:50Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:43Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:7c:78", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:7c:78", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a310899-fa0f-40c6-b27a-7361a1c05dad", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:49:15.000000", "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "8a310899-fa0f-40c6-b27a-7361a1c05dad", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:50:22Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm2_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:07Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:50:23,534 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a6af9583-7085-4de9-a70d-5cac947e95eb 2018-08-27 01:50:23,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.954143047333s 2018-08-27 01:50:23,535 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a6af9583-7085-4de9-a70d-5cac947e95eb 2018-08-27 01:50:23,537 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:50:25,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:50:25,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:26,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1afb3279-ed9f-49dc-b6cc-f154192b5928 x-compute-request-id: req-1afb3279-ed9f-49dc-b6cc-f154192b5928 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:89:4f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:89:4f", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:49:49.000000", "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "da26c66b-ccfb-42ec-bacb-2433c44b55d4", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:49:50Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:43Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:50:26,367 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1afb3279-ed9f-49dc-b6cc-f154192b5928 2018-08-27 01:50:26,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.826858043671s 2018-08-27 01:50:26,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1afb3279-ed9f-49dc-b6cc-f154192b5928 2018-08-27 01:50:26,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 01:50:26,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/872bcc58-a28f-4145-93c6-da740c3da57e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:27,162 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc77325d-885f-4010-a85c-efd9e2166c2c Content-Length: 0 Date: Mon, 27 Aug 2018 01:50:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:50:27,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/872bcc58-a28f-4145-93c6-da740c3da57e.json used request id req-dc77325d-885f-4010-a85c-efd9e2166c2c 2018-08-27 01:50:27,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.790194034576s 2018-08-27 01:50:27,162 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/872bcc58-a28f-4145-93c6-da740c3da57e.json used request id req-dc77325d-885f-4010-a85c-efd9e2166c2c 2018-08-27 01:50:27,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:50:27,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:27,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-c6c599b2-1fc7-4794-bfff-c823392cd0df Date: Mon, 27 Aug 2018 01:50:27 GMT RESP BODY: {"floatingips": [{"router_id": "68fb1d25-5240-49d4-8996-8dc7027323ce", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T01:49:53Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "6c4f561a-d384-49a7-98b8-f560b00c4976", "id": "8e0a8d3c-458c-4db0-89fe-00af3c4892d3", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:53Z", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}]} 2018-08-27 01:50:27,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-c6c599b2-1fc7-4794-bfff-c823392cd0df 2018-08-27 01:50:27,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0578858852386s 2018-08-27 01:50:27,225 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-c6c599b2-1fc7-4794-bfff-c823392cd0df 2018-08-27 01:50:27,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:50:27,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:28,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:27 GMT Server: Apache x-compute-request-id: req-672f32f4-8dbd-4c5b-9587-ea260b868af2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-672f32f4-8dbd-4c5b-9587-ea260b868af2 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:50:19.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:50:28,238 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-672f32f4-8dbd-4c5b-9587-ea260b868af2 2018-08-27 01:50:28,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00817298889s 2018-08-27 01:50:28,238 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-672f32f4-8dbd-4c5b-9587-ea260b868af2 2018-08-27 01:50:28,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-27 01:50:28,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:29,356 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:50:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7336efbb-65e1-4827-995c-e8bd016b4aee Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:50:29,356 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07 used request id req-7336efbb-65e1-4827-995c-e8bd016b4aee 2018-08-27 01:50:29,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 1.11642789841s 2018-08-27 01:50:29,357 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07 used request id req-7336efbb-65e1-4827-995c-e8bd016b4aee 2018-08-27 01:50:29,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:50:29,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:29,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:29 GMT Server: Apache x-compute-request-id: req-bc341e69-e455-454e-9bba-ee811f5f2d41 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bc341e69-e455-454e-9bba-ee811f5f2d41 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "self"}, {"href": "http://172.30.9.26:8776/16f42a6324d94bbd96c0850db3dcf067/volumes/817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T01:49:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "updated_at": "2018-08-27T01:50:29.000000", "volume_type": null, "name": "cinder_test-volume_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "817cc6f6-a5dd-4b22-804a-84f4bebcfa07", "size": 2}]} 2018-08-27 01:50:29,407 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-bc341e69-e455-454e-9bba-ee811f5f2d41 2018-08-27 01:50:29,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0503571033478s 2018-08-27 01:50:29,408 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-bc341e69-e455-454e-9bba-ee811f5f2d41 2018-08-27 01:50:29,409 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:50:31,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 01:50:31,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:32,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:31 GMT Server: Apache x-compute-request-id: req-ca3dc40e-1f97-4866-b806-94a3719ea855 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ca3dc40e-1f97-4866-b806-94a3719ea855 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 01:50:32,427 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-ca3dc40e-1f97-4866-b806-94a3719ea855 2018-08-27 01:50:32,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01450109482s 2018-08-27 01:50:32,427 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/16f42a6324d94bbd96c0850db3dcf067/volumes/detail used request id req-ca3dc40e-1f97-4866-b806-94a3719ea855 2018-08-27 01:50:32,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 01:50:32,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/8e0a8d3c-458c-4db0-89fe-00af3c4892d3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:33,471 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-facea9ed-ef48-47cc-bf26-c8ad19fa8ec2 Content-Length: 0 Date: Mon, 27 Aug 2018 01:50:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:50:33,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/8e0a8d3c-458c-4db0-89fe-00af3c4892d3.json used request id req-facea9ed-ef48-47cc-bf26-c8ad19fa8ec2 2018-08-27 01:50:33,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.04099011421s 2018-08-27 01:50:33,471 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/8e0a8d3c-458c-4db0-89fe-00af3c4892d3.json used request id req-facea9ed-ef48-47cc-bf26-c8ad19fa8ec2 2018-08-27 01:50:33,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 01:50:33,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:33,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6b26d557-a937-4397-bfd0-66548c1f68eb Date: Mon, 27 Aug 2018 01:50:33 GMT RESP BODY: {"floatingips": []} 2018-08-27 01:50:33,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-6b26d557-a937-4397-bfd0-66548c1f68eb 2018-08-27 01:50:33,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.400267839432s 2018-08-27 01:50:33,877 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-6b26d557-a937-4397-bfd0-66548c1f68eb 2018-08-27 01:50:33,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 01:50:33,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:34,064 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:50:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d84afdf-5249-4f05-8851-40b16d0c0a92 x-compute-request-id: req-6d84afdf-5249-4f05-8851-40b16d0c0a92 Content-Type: application/json 2018-08-27 01:50:34,064 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4 used request id req-6d84afdf-5249-4f05-8851-40b16d0c0a92 2018-08-27 01:50:34,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.186265945435s 2018-08-27 01:50:34,065 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4 used request id req-6d84afdf-5249-4f05-8851-40b16d0c0a92 2018-08-27 01:50:34,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:50:34,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:34,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6835b1c4-87bb-49b0-ac67-8f8d109cb0ae x-compute-request-id: req-6835b1c4-87bb-49b0-ac67-8f8d109cb0ae Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:89:4f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:89:4f", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/da26c66b-ccfb-42ec-bacb-2433c44b55d4", "rel": "bookmark"}], "image": {"id": "7a603035-86a2-4572-87cc-68cb0f009c61", "links": [{"href": "http://172.30.9.26:8774/images/7a603035-86a2-4572-87cc-68cb0f009c61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T01:49:49.000000", "flavor": {"id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "links": [{"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}]}, "id": "da26c66b-ccfb-42ec-bacb-2433c44b55d4", "security_groups": [{"name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}], "user_id": "4081fa6250624cdfbeff7ee41cd7442b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T01:50:34Z", "hostId": "0f37e8cbcbc35e6166b031103a28a33bee39d6776397eb13c4cb9d81", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "name": "cinder_test-vm_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "created": "2018-08-27T01:49:43Z", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 01:50:34,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6835b1c4-87bb-49b0-ac67-8f8d109cb0ae 2018-08-27 01:50:34,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.691504001617s 2018-08-27 01:50:34,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6835b1c4-87bb-49b0-ac67-8f8d109cb0ae 2018-08-27 01:50:34,759 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 01:50:36,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 01:50:36,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:36,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67010ca2-6f66-4313-9071-9bc0afbfbdb2 x-compute-request-id: req-67010ca2-6f66-4313-9071-9bc0afbfbdb2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 01:50:36,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-67010ca2-6f66-4313-9071-9bc0afbfbdb2 2018-08-27 01:50:36,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.231317043304s 2018-08-27 01:50:36,993 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-67010ca2-6f66-4313-9071-9bc0afbfbdb2 2018-08-27 01:50:36,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 01:50:36,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:37,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-833067f6-4b3c-4008-856e-ae0d8af985a7 Date: Mon, 27 Aug 2018 01:50:37 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:49:00Z", "updated_at": "2018-08-27T01:49:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:49:02Z", "revision_number": 0, "id": "35ba7611-4974-462d-bcc6-2f500729b824", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:49:02Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:49:00Z", "revision_number": 0, "id": "6e25148f-f699-4012-a82f-26b3e11e33c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:49:00Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T01:49:01Z", "revision_number": 0, "id": "b9f27de9-a7c9-4bdc-9fde-6a0dd5534e8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:49:01Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": 22, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:49:00Z", "revision_number": 0, "id": "fef51e86-230f-4a08-8a33-bff730ed4fb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:49:00Z", "security_group_id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}], "revision_number": 3, "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "ace12ed1-c10d-4ecf-8c7e-00db0df62189", "name": "cinder_test-sg_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}, {"description": "Default security group", "tags": [], "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:48:51Z", "updated_at": "2018-08-27T01:48:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "5fe14de6-6ca6-4c4f-8b46-273616eb8208", "remote_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "96f8d84d-79ef-4da2-8800-c31eef5e8bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "cc8d7ed2-0dd8-41ed-b8d7-d2c602239007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "fe32d838-a9a2-46ec-abbc-386023677231", "remote_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}], "revision_number": 1, "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "name": "default"}]} 2018-08-27 01:50:37,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-833067f6-4b3c-4008-856e-ae0d8af985a7 2018-08-27 01:50:37,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0561048984528s 2018-08-27 01:50:37,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-833067f6-4b3c-4008-856e-ae0d8af985a7 2018-08-27 01:50:37,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 01:50:37,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/ace12ed1-c10d-4ecf-8c7e-00db0df62189.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:37,241 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07e4713c-0c0f-414f-98fb-41ce0f540b29 Content-Length: 0 Date: Mon, 27 Aug 2018 01:50:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:50:37,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/ace12ed1-c10d-4ecf-8c7e-00db0df62189.json used request id req-07e4713c-0c0f-414f-98fb-41ce0f540b29 2018-08-27 01:50:37,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.184888124466s 2018-08-27 01:50:37,241 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/ace12ed1-c10d-4ecf-8c7e-00db0df62189.json used request id req-07e4713c-0c0f-414f-98fb-41ce0f540b29 2018-08-27 01:50:37,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 01:50:37,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:37,353 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62118a86-65f0-49e8-9a2f-0ec61bad2647 x-compute-request-id: req-62118a86-65f0-49e8-9a2f-0ec61bad2647 Content-Length: 0 Content-Type: application/json 2018-08-27 01:50:37,353 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26 used request id req-62118a86-65f0-49e8-9a2f-0ec61bad2647 2018-08-27 01:50:37,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.111492156982s 2018-08-27 01:50:37,354 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/cinder_test-kp_1bad8d5f-d943-4fb7-bda8-64dc8f052c26 used request id req-62118a86-65f0-49e8-9a2f-0ec61bad2647 2018-08-27 01:50:37,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 01:50:37,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/68fb1d25-5240-49d4-8996-8dc7027323ce/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" -d '{"subnet_id": "48e28ccf-2455-47fe-af24-ad386e7b43a8"}' 2018-08-27 01:50:38,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-94051631-edc8-46c9-865c-a72bf14d5588 Date: Mon, 27 Aug 2018 01:50:38 GMT RESP BODY: {"network_id": "c122845f-9663-4583-b283-33f3a35b3a13", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "subnet_id": "48e28ccf-2455-47fe-af24-ad386e7b43a8", "subnet_ids": ["48e28ccf-2455-47fe-af24-ad386e7b43a8"], "port_id": "677f6034-c4f5-4910-a2be-5027a0669ffa", "id": "68fb1d25-5240-49d4-8996-8dc7027323ce"} 2018-08-27 01:50:38,867 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/68fb1d25-5240-49d4-8996-8dc7027323ce/remove_router_interface.json used request id req-94051631-edc8-46c9-865c-a72bf14d5588 2018-08-27 01:50:38,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.51246881485s 2018-08-27 01:50:38,867 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/68fb1d25-5240-49d4-8996-8dc7027323ce/remove_router_interface.json used request id req-94051631-edc8-46c9-865c-a72bf14d5588 returning object 68fb1d25-5240-49d4-8996-8dc7027323ce 2018-08-27 01:50:38,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 01:50:38,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:38,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-4de3f935-310a-4e76-a311-c72297afd4a7 Date: Mon, 27 Aug 2018 01:50:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:48:53Z", "admin_state_up": true, "updated_at": "2018-08-27T01:50:38Z", "revision_number": 4, "routes": [], "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "68fb1d25-5240-49d4-8996-8dc7027323ce", "name": "cinder_test-router_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}]} 2018-08-27 01:50:38,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-4de3f935-310a-4e76-a311-c72297afd4a7 2018-08-27 01:50:38,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122139930725s 2018-08-27 01:50:38,990 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-4de3f935-310a-4e76-a311-c72297afd4a7 2018-08-27 01:50:38,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 01:50:38,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/68fb1d25-5240-49d4-8996-8dc7027323ce.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:41,009 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3a0c5ddd-ea03-4dcd-9925-6724211b4fce Content-Length: 0 Date: Mon, 27 Aug 2018 01:50:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:50:41,010 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/68fb1d25-5240-49d4-8996-8dc7027323ce.json used request id req-3a0c5ddd-ea03-4dcd-9925-6724211b4fce 2018-08-27 01:50:41,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.01812005043s 2018-08-27 01:50:41,010 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/68fb1d25-5240-49d4-8996-8dc7027323ce.json used request id req-3a0c5ddd-ea03-4dcd-9925-6724211b4fce 2018-08-27 01:50:41,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:50:41,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:41,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6daa6b6a-ef6d-4f70-85f6-b373304d94b3 Date: Mon, 27 Aug 2018 01:50:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c122845f-9663-4583-b283-33f3a35b3a13","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:48:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:48:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"16f42a6324d94bbd96c0850db3dcf067","id":"48e28ccf-2455-47fe-af24-ad386e7b43a8","subnetpool_id":null,"name":"cinder_test-subnet_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}]} 2018-08-27 01:50:41,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-6daa6b6a-ef6d-4f70-85f6-b373304d94b3 2018-08-27 01:50:41,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.241219043732s 2018-08-27 01:50:41,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-6daa6b6a-ef6d-4f70-85f6-b373304d94b3 2018-08-27 01:50:41,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 01:50:41,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/48e28ccf-2455-47fe-af24-ad386e7b43a8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:43,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0374d8b9-d35e-468d-9c6a-d65cf0b931c6 Date: Mon, 27 Aug 2018 01:50:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:50:43,881 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/48e28ccf-2455-47fe-af24-ad386e7b43a8.json used request id req-0374d8b9-d35e-468d-9c6a-d65cf0b931c6 2018-08-27 01:50:43,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.62693691254s 2018-08-27 01:50:43,881 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/48e28ccf-2455-47fe-af24-ad386e7b43a8.json used request id req-0374d8b9-d35e-468d-9c6a-d65cf0b931c6 2018-08-27 01:50:43,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:50:43,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:43,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-d380b055-97f1-42ee-8025-ecd56f81b972 Date: Mon, 27 Aug 2018 01:50:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T01:50:44Z","tenant_id":"16f42a6324d94bbd96c0850db3dcf067","created_at":"2018-08-27T01:48:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"16f42a6324d94bbd96c0850db3dcf067","id":"c122845f-9663-4583-b283-33f3a35b3a13","name":"cinder_test-net_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T01:39:17Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 01:50:43,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d380b055-97f1-42ee-8025-ecd56f81b972 2018-08-27 01:50:43,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115633010864s 2018-08-27 01:50:43,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d380b055-97f1-42ee-8025-ecd56f81b972 2018-08-27 01:50:44,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 01:50:44,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/c122845f-9663-4583-b283-33f3a35b3a13.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:46,475 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c7bec1be-72be-4556-9d93-0ceb6b9847b8 Date: Mon, 27 Aug 2018 01:50:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:50:46,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c122845f-9663-4583-b283-33f3a35b3a13.json used request id req-c7bec1be-72be-4556-9d93-0ceb6b9847b8 2018-08-27 01:50:46,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.47603702545s 2018-08-27 01:50:46,476 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c122845f-9663-4583-b283-33f3a35b3a13.json used request id req-c7bec1be-72be-4556-9d93-0ceb6b9847b8 2018-08-27 01:50:46,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:50:46,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:46,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-3667a11a-6114-4939-b193-bf05634f0265 Date: Mon, 27 Aug 2018 01:50:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:48:59Z", "file": "/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61/file", "owner": "16f42a6324d94bbd96c0850db3dcf067", "id": "7a603035-86a2-4572-87cc-68cb0f009c61", "size": 12716032, "self": "/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/7a603035-86a2-4572-87cc-68cb0f009c61/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/7a603035-86a2-4572-87cc-68cb0f009c61/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:48:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:50:46,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3667a11a-6114-4939-b193-bf05634f0265 2018-08-27 01:50:46,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.37844991684s 2018-08-27 01:50:46,859 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3667a11a-6114-4939-b193-bf05634f0265 2018-08-27 01:50:46,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 01:50:46,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d60601fa93056d29f3c49217cae7eaf6ae6ca05" 2018-08-27 01:50:47,538 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6007b545-9bbf-4412-9bef-79fbbe5c29c5 Date: Mon, 27 Aug 2018 01:50:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:50:47,539 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61 used request id req-6007b545-9bbf-4412-9bef-79fbbe5c29c5 2018-08-27 01:50:47,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.677456140518s 2018-08-27 01:50:47,539 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/7a603035-86a2-4572-87cc-68cb0f009c61 used request id req-6007b545-9bbf-4412-9bef-79fbbe5c29c5 2018-08-27 01:50:47,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:50:47,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:50:47,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22f352f9-f27f-4fc8-aa2d-f28599575b53 x-compute-request-id: req-22f352f9-f27f-4fc8-aa2d-f28599575b53 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "99a48d6f-058b-4f52-92b6-fcf75dfdd24a"}]} 2018-08-27 01:50:47,563 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-22f352f9-f27f-4fc8-aa2d-f28599575b53 2018-08-27 01:50:47,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0229051113129s 2018-08-27 01:50:47,563 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-22f352f9-f27f-4fc8-aa2d-f28599575b53 2018-08-27 01:50:47,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 01:50:47,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:50:47,603 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:50:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-32fd9912-b125-437a-a65f-e63c65c5d8a4 x-compute-request-id: req-32fd9912-b125-437a-a65f-e63c65c5d8a4 Content-Length: 0 Content-Type: application/json 2018-08-27 01:50:47,603 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a used request id req-32fd9912-b125-437a-a65f-e63c65c5d8a4 2018-08-27 01:50:47,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.038253068924s 2018-08-27 01:50:47,603 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/99a48d6f-058b-4f52-92b6-fcf75dfdd24a used request id req-32fd9912-b125-437a-a65f-e63c65c5d8a4 2018-08-27 01:50:47,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:50:47,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:50:47,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1d2f55d-e34f-4237-ae82-016475b0cba1 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder_test-user_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "links": {"self": "http://172.30.9.26:5000/v3/users/4081fa6250624cdfbeff7ee41cd7442b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4081fa6250624cdfbeff7ee41cd7442b", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 01:50:47,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c1d2f55d-e34f-4237-ae82-016475b0cba1 2018-08-27 01:50:47,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216462135315s 2018-08-27 01:50:47,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c1d2f55d-e34f-4237-ae82-016475b0cba1 2018-08-27 01:50:47,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 01:50:47,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/4081fa6250624cdfbeff7ee41cd7442b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:50:48,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea11587f-7961-4bb7-8e01-97a41e70a2f4 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_1bad8d5f-d943-4fb7-bda8-64dc8f052c26", "links": {"self": "http://172.30.9.26:5000/v3/users/4081fa6250624cdfbeff7ee41cd7442b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "4081fa6250624cdfbeff7ee41cd7442b", "description": null}} 2018-08-27 01:50:48,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/4081fa6250624cdfbeff7ee41cd7442b used request id req-ea11587f-7961-4bb7-8e01-97a41e70a2f4 2018-08-27 01:50:48,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20598077774s 2018-08-27 01:50:48,033 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/4081fa6250624cdfbeff7ee41cd7442b used request id req-ea11587f-7961-4bb7-8e01-97a41e70a2f4 2018-08-27 01:50:48,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 01:50:48,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/4081fa6250624cdfbeff7ee41cd7442b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:50:48,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:50:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6450c118-75e9-4e0a-9f5d-ef290958f3f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:50:48,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/4081fa6250624cdfbeff7ee41cd7442b used request id req-6450c118-75e9-4e0a-9f5d-ef290958f3f5 2018-08-27 01:50:48,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.312707185745s 2018-08-27 01:50:48,347 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/4081fa6250624cdfbeff7ee41cd7442b used request id req-6450c118-75e9-4e0a-9f5d-ef290958f3f5 2018-08-27 01:50:48,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 01:50:48,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:50:48,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc2c44c-b5c8-4741-bdd9-7c2631e7acfc Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.26:5000/v3/projects/16f42a6324d94bbd96c0850db3dcf067"}, "tags": [], "enabled": true, "id": "16f42a6324d94bbd96c0850db3dcf067", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1bad8d5f-d943-4fb7-bda8-64dc8f052c26"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 01:50:48,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1dc2c44c-b5c8-4741-bdd9-7c2631e7acfc 2018-08-27 01:50:48,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.202148914337s 2018-08-27 01:50:48,555 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1dc2c44c-b5c8-4741-bdd9-7c2631e7acfc 2018-08-27 01:50:48,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 01:50:48,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/16f42a6324d94bbd96c0850db3dcf067 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad5db733a5849e4e8b684bada5ac62c105a41ce9" 2018-08-27 01:50:48,810 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 01:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7906fef6-9c5f-4fc9-9396-ba3f52388254 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 01:50:48,810 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/16f42a6324d94bbd96c0850db3dcf067 used request id req-7906fef6-9c5f-4fc9-9396-ba3f52388254 2018-08-27 01:50:48,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.25044798851s 2018-08-27 01:50:48,811 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/16f42a6324d94bbd96c0850db3dcf067 used request id req-7906fef6-9c5f-4fc9-9396-ba3f52388254 2018-08-27 01:50:48,863 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-27 01:50:49,068 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-27 01:50:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:50:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:50:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:50:49,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:50:49,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:50:49,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:50:49,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:50:49,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:50:49,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:50:49,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:50:49,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:50:49,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:50:49,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73b2972c-35e5-4a24-bef2-9469646364d9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:50:49,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-73b2972c-35e5-4a24-bef2-9469646364d9 2018-08-27 01:50:49,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:50:49,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:50:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["D-YEGfKcRga2qgKWtbTKnA"], "issued_at": "2018-08-27T01:50:49.000000Z"}} 2018-08-27 01:50:49,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:50:49,494 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57d6c935-edb6-4929-9520-04bb2b53fc4c Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 01:50:49,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-57d6c935-edb6-4929-9520-04bb2b53fc4c 2018-08-27 01:50:49,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 01:50:49,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:50:49,507 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-809177fb-1218-41a2-8dcf-bece776c0d48 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-27 01:50:49,507 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-809177fb-1218-41a2-8dcf-bece776c0d48 2018-08-27 01:50:49,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5c27453d7e90a624aa09582898cfbd46eb935e3" 2018-08-27 01:50:49,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2f5624c-143f-4728-9095-d676369fa55f Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0c62d1a2eb9c4877a3aa8dcb681a60a5"}, "enabled": true, "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2d57212723554a81875eb54be2d9c71b"}, "enabled": true, "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/364f45865d2a472dbb1c17ec432dd442"}, "enabled": true, "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3a19b451b215401e9f3d62999ca779bf"}, "enabled": true, "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/4db680f9113b4a10bba97a69cba7dff9"}, "enabled": true, "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/56f6845a92454ced93c356b353215c58"}, "enabled": true, "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7d2dc95fdcb84a3bbabdf3fae7f05788"}, "enabled": true, "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/857a3547b3624035b08154c86e4b7056"}, "enabled": true, "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/85be768eef834e4e81e3ea286909240c"}, "enabled": true, "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9029bb8abda8485fb94aa849fce44487"}, "enabled": true, "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aa60adff497c48c6bda33da763d92bf2"}, "enabled": true, "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aba3aba927cf497b89d31b4472dd03d3"}, "enabled": true, "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/bcf9f08e73ed44fe9f6353aa05a1c564"}, "enabled": true, "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c980a1a85c7f4daabb41999679a5aff0"}, "enabled": true, "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f73baa7f18b743a89f10719e06527d49"}, "enabled": true, "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-27 01:50:49,692 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-a2f5624c-143f-4728-9095-d676369fa55f 2018-08-27 01:50:49,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.194922924042s 2018-08-27 01:50:49,693 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-a2f5624c-143f-4728-9095-d676369fa55f 2018-08-27 01:50:49,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 01:50:49,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5c27453d7e90a624aa09582898cfbd46eb935e3" 2018-08-27 01:50:49,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-504d063e-647d-41c9-940d-ef7d62926288 Content-Encoding: gzip Content-Length: 1973 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/09baa6674c494d0d8497c6133cd0d1bb"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/106184d025434c069c4e5bb20ec8917e"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "106184d025434c069c4e5bb20ec8917e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/153006273f694a66940f23226ef55273"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "153006273f694a66940f23226ef55273"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1655b6496b9b4e9f80c5be269bbdd135"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/17ba54e453a844e3b6329f98636233f4"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "17ba54e453a844e3b6329f98636233f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1894feff0e944370b2a3a8124b2499ee"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/21ccd947710a4b0c9c5ca57b9c593052"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/24bd650d53d64173a3e2a5ce1e8757fa"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3708c51ca0df447990594d0313721f1d"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "3708c51ca0df447990594d0313721f1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/376bcee08e5d4f56bc317cf16e1cbf4a"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3b9316c7f553424ba9aa858365766565"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "3b9316c7f553424ba9aa858365766565"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/424c7a314d474fbb97d4183f7f70f936"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4a45ee754d584ccd88adc91f20d765fe"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "4a45ee754d584ccd88adc91f20d765fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4d8122c8794b4dcdb1fb157eff814dad"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4fc00b6523f84a24b191f02775eba3e7"}, "url": "http://172.30.9.26:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/55db8cdea87c4a6cb127b94aab2fecd5"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5b5cc0d0bc594f1cb15f7afb74aaed2c"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/775e63e79ed14bf8a9ef51f75cc0489c"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/868dc005a20f4593bcc9b044497e1652"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "868dc005a20f4593bcc9b044497e1652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8cda5639ba2a4d57ae1e57520e0b09eb"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8f0a17b843fa4cd8a3b27515df9469e2"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/97a2bc89fcc44b59938bc262e8251eb1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/98442d47818b4e8ba4d0c3e23ae29ea8"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a90b414a8bad4c45aaf58c60715ff5cb"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a9c8b8f6d7cf46cbba7ddbcd8876beae"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ab222d40264243c8b4238872615ef978"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "ab222d40264243c8b4238872615ef978"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3002b2b44314878973591fff296647f"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "b3002b2b44314878973591fff296647f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3866f1efd034780b903b72f14c42587"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "b3866f1efd034780b903b72f14c42587"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b581b6dcb94d4bccae73a1f30672fecb"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "b581b6dcb94d4bccae73a1f30672fecb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b87855abbd3b4f429bac9a8702923ee2"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b9211a5c91214bfb8a53a017e61e23f0"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "b9211a5c91214bfb8a53a017e61e23f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/bb9c503d5175423688ccd8a7147f154b"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "bb9c503d5175423688ccd8a7147f154b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c95ff878f2d04682be0682b3ba89e87c"}, "url": "http://172.30.9.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "c95ff878f2d04682be0682b3ba89e87c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d5bfbe7d86fe44cc83931055110b523b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dc2b6cb14ab5497b931fbd7549cc2e63"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e499ac9caf2f47258ee56dbf0b877e32"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e7b8c232cf204bc4aab09523bcb67072"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "e7b8c232cf204bc4aab09523bcb67072"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea5bfc1452384334b702e65e81fb9128"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "ea5bfc1452384334b702e65e81fb9128"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea6cf437692a484abb2273d167d2dae1"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "ea6cf437692a484abb2273d167d2dae1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ecc741fd949b4de19640330f7c04a3cf"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "ecc741fd949b4de19640330f7c04a3cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ee797cda68c042c5968595c8a2cbe1b7"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "ee797cda68c042c5968595c8a2cbe1b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/eefcb7bdf54f4097a98d16672b108fc0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 01:50:49,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-504d063e-647d-41c9-940d-ef7d62926288 2018-08-27 01:50:49,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.211708068848s 2018-08-27 01:50:49,914 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-504d063e-647d-41c9-940d-ef7d62926288 2018-08-27 01:51:11,207 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-08-27 01:51:11,236 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-27 01:51:11,356 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-27 01:51:11,477 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:51:11,478 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 01:51:11,534 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-27 01:51:17,927 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-27 01:51:17,928 - openstack_tests - INFO - OS Credentials = > 2018-08-27 01:51:19,037 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-27 01:51:19,732 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-27 01:51:19,733 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-27 01:51:19,789 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-27 01:51:25,009 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-27 01:51:25,010 - openstack_tests - INFO - OS Credentials = > 2018-08-27 01:51:26,208 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-27 01:51:26,883 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-27 01:51:26,883 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-27 01:51:26,889 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | tenantnetwork1 | functest | healthcheck | 00:10 | PASS | | tenantnetwork2 | functest | healthcheck | 00:09 | PASS | | vmready1 | functest | healthcheck | 00:14 | PASS | | vmready2 | functest | healthcheck | 00:11 | PASS | | singlevm1 | functest | healthcheck | 00:42 | PASS | | singlevm2 | functest | healthcheck | 00:40 | PASS | | vping_ssh | functest | healthcheck | 01:00 | PASS | | vping_userdata | functest | healthcheck | 00:47 | PASS | | cinder_test | functest | healthcheck | 01:32 | PASS | | odl | functest | healthcheck | 00:21 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-27 01:51:26,902 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-27 01:51:29,957 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-249 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-27 01:51:29,962 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.26,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Kcp8ixoszHHOQTzEmjMIO9tKe export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=5785a4ec7e274272b18e396a3b5ede5b export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=FgxMojezvLOSrPmgQXt87YWYu export OS_REGION_NAME=regionOne 2018-08-27 01:51:29,962 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-27 01:51:29,964 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke neutron-tempest-plugin-api | | | | validate the OPNFV scenarios. | rally_sanity refstack_defcore patrole | | | | | vmtp shaker snaps_smoke neutron_trunk | | | | | networking-bgpvpn networking-sfc | | | | | barbican | +---------------+---------------+------------------------------------------+--------------------------------------------------+ 2018-08-27 01:51:30,005 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:51:30,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:51:30,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:51:30,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:51:30,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:51:30,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:51:30,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:51:30,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:51:30,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:51:30,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:51:30,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:51:30,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 01:51:30,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 01:51:30,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:51:30,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f22fa5b4-a460-4dd7-b60a-c4afdbb504f2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:51:30,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f22fa5b4-a460-4dd7-b60a-c4afdbb504f2 2018-08-27 01:51:30,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:51:31,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["RO19dUQASxC_LNW9xVKGMQ"], "issued_at": "2018-08-27T01:51:31.000000Z"}} 2018-08-27 01:51:31,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:51:31,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:51:31,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-78e5bd74-1765-4e75-b6d8-807e0c673640 Date: Mon, 27 Aug 2018 01:51:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:51:31,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-78e5bd74-1765-4e75-b6d8-807e0c673640 2018-08-27 01:51:31,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355120182037s 2018-08-27 01:51:31,775 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-78e5bd74-1765-4e75-b6d8-807e0c673640 2018-08-27 01:51:31,776 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 01:51:37,277 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 19c67173-df90-48c7-8af7-671a6ba9fb6d | 2018-08-27T01:51:36.876036 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 19c67173-df90-48c7-8af7-671a6ba9fb6d ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-27 01:51:41,133 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-27 01:51:41,134 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 01:51:47,249 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=6937b17a-1a17-4996-b163-d7ad83e774c8) as the default verifier for the future CLI operations. 2018-08-27 01:51:50,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 01:51:50,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:51:50,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-47a8d635-bde6-4128-b2f4-f1d3e226f38e Date: Mon, 27 Aug 2018 01:51:50 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-27 01:51:50,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-47a8d635-bde6-4128-b2f4-f1d3e226f38e 2018-08-27 01:51:50,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.281445980072s 2018-08-27 01:51:50,835 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-47a8d635-bde6-4128-b2f4-f1d3e226f38e 2018-08-27 01:51:50,843 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-27 01:51:50,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 01:51:50,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '{"network": {"shared": true, "name": "tempest_smoke-net_39dddf50-5368-40b1-9285-74d4e9d0712f", "admin_state_up": true}}' 2018-08-27 01:51:51,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e8342417-f229-4bf5-995e-a8cc5620bd7d Date: Mon, 27 Aug 2018 01:51:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c6ecfa10-2e6e-49d8-963d-a6aedefb3934","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:51:51Z","is_default":false,"provider:segmentation_id":73,"name":"tempest_smoke-net_39dddf50-5368-40b1-9285-74d4e9d0712f","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:51:51Z","mtu":1450}} 2018-08-27 01:51:51,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e8342417-f229-4bf5-995e-a8cc5620bd7d 2018-08-27 01:51:51,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.519356966019s 2018-08-27 01:51:51,363 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e8342417-f229-4bf5-995e-a8cc5620bd7d 2018-08-27 01:51:51,364 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T01:51:51Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c6ecfa10-2e6e-49d8-963d-a6aedefb3934', u'provider:segmentation_id': 73, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_39dddf50-5368-40b1-9285-74d4e9d0712f', u'admin_state_up': True, u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:51:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 01:51:51,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:51:51,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:51:51,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-20869f0c-ba89-4a06-8dce-1c46124c9282 Date: Mon, 27 Aug 2018 01:51:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"c6ecfa10-2e6e-49d8-963d-a6aedefb3934","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:51:51Z","provider:segmentation_id":73,"name":"tempest_smoke-net_39dddf50-5368-40b1-9285-74d4e9d0712f","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:51:51Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:51:51,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-20869f0c-ba89-4a06-8dce-1c46124c9282 2018-08-27 01:51:51,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356384992599s 2018-08-27 01:51:51,721 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-20869f0c-ba89-4a06-8dce-1c46124c9282 2018-08-27 01:51:51,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 01:51:51,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '{"subnet": {"name": "tempest_smoke-subnet_39dddf50-5368-40b1-9285-74d4e9d0712f", "enable_dhcp": true, "network_id": "c6ecfa10-2e6e-49d8-963d-a6aedefb3934", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 01:51:52,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-bb02535a-c12d-445e-9f99-46a1b5345a8c Date: Mon, 27 Aug 2018 01:51:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6ecfa10-2e6e-49d8-963d-a6aedefb3934","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:51:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:51:52Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"6cb15fa5-232c-443f-af62-a9769ffb3a70","subnetpool_id":null,"name":"tempest_smoke-subnet_39dddf50-5368-40b1-9285-74d4e9d0712f"}} 2018-08-27 01:51:52,479 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-bb02535a-c12d-445e-9f99-46a1b5345a8c 2018-08-27 01:51:52,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.755923986435s 2018-08-27 01:51:52,480 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-bb02535a-c12d-445e-9f99-46a1b5345a8c 2018-08-27 01:51:52,480 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:51:52Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'6cb15fa5-232c-443f-af62-a9769ffb3a70', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_39dddf50-5368-40b1-9285-74d4e9d0712f', u'enable_dhcp': True, u'network_id': u'c6ecfa10-2e6e-49d8-963d-a6aedefb3934', u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:51:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 01:51:52,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 01:51:52,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "tempest_smoke-router_39dddf50-5368-40b1-9285-74d4e9d0712f", "admin_state_up": true}}' 2018-08-27 01:51:54,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-76d1a3d5-153b-4e56-96ac-ec4d47900fa4 Date: Mon, 27 Aug 2018 01:51:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:51:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T01:51:54Z", "revision_number": 2, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "d487d185-8f42-45a0-baa4-f2a7234e37e4", "name": "tempest_smoke-router_39dddf50-5368-40b1-9285-74d4e9d0712f"}} 2018-08-27 01:51:54,085 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-76d1a3d5-153b-4e56-96ac-ec4d47900fa4 2018-08-27 01:51:54,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.60411310196s 2018-08-27 01:51:54,085 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-76d1a3d5-153b-4e56-96ac-ec4d47900fa4 2018-08-27 01:51:54,085 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:51:53Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T01:51:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'id': u'd487d185-8f42-45a0-baa4-f2a7234e37e4', u'name': u'tempest_smoke-router_39dddf50-5368-40b1-9285-74d4e9d0712f'}) 2018-08-27 01:51:54,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 01:51:54,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/d487d185-8f42-45a0-baa4-f2a7234e37e4/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '{"subnet_id": "6cb15fa5-232c-443f-af62-a9769ffb3a70"}' 2018-08-27 01:51:56,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6d28d058-01f8-43a1-9435-1ada69ff3191 Date: Mon, 27 Aug 2018 01:51:56 GMT RESP BODY: {"network_id": "c6ecfa10-2e6e-49d8-963d-a6aedefb3934", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "6cb15fa5-232c-443f-af62-a9769ffb3a70", "subnet_ids": ["6cb15fa5-232c-443f-af62-a9769ffb3a70"], "port_id": "e5fdfc67-cfbf-4ce9-95cc-52d1e6c2e069", "id": "d487d185-8f42-45a0-baa4-f2a7234e37e4"} 2018-08-27 01:51:56,246 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/d487d185-8f42-45a0-baa4-f2a7234e37e4/add_router_interface.json used request id req-6d28d058-01f8-43a1-9435-1ada69ff3191 2018-08-27 01:51:56,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.15973711014s 2018-08-27 01:51:56,246 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/d487d185-8f42-45a0-baa4-f2a7234e37e4/add_router_interface.json used request id req-6d28d058-01f8-43a1-9435-1ada69ff3191 returning object d487d185-8f42-45a0-baa4-f2a7234e37e4 2018-08-27 01:51:56,247 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 01:51:56,378 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 01:51:56,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:51:56,385 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 01:51:56 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 01:51:56,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:51:56,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:51:56,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-24ce9e01-80d3-4944-ac7c-7874a74d095a Date: Mon, 27 Aug 2018 01:51:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:51:56,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-24ce9e01-80d3-4944-ac7c-7874a74d095a 2018-08-27 01:51:56,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301120996475s 2018-08-27 01:51:56,689 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-24ce9e01-80d3-4944-ac7c-7874a74d095a 2018-08-27 01:51:56,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 01:51:56,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f"}' 2018-08-27 01:51:57,522 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-01af736a-1863-4bf1-9d78-f0c0a6241029 Date: Mon, 27 Aug 2018 01:51:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:51:57Z", "file": "/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "ca8710db-467c-46ef-ba8d-56a4f03653c9", "size": null, "self": "/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f", "checksum": null, "created_at": "2018-08-27T01:51:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 01:51:57,522 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-01af736a-1863-4bf1-9d78-f0c0a6241029 2018-08-27 01:51:57,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.825366973877s 2018-08-27 01:51:57,523 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-01af736a-1863-4bf1-9d78-f0c0a6241029 returning object ca8710db-467c-46ef-ba8d-56a4f03653c9 2018-08-27 01:51:57,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 01:51:57,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '' 2018-08-27 01:51:58,631 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04a81dc9-4f9c-4d5d-8046-a91485b72957 Date: Mon, 27 Aug 2018 01:51:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:51:58,631 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/file used request id req-04a81dc9-4f9c-4d5d-8046-a91485b72957 2018-08-27 01:51:58,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.10782384872s 2018-08-27 01:51:58,632 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/file used request id req-04a81dc9-4f9c-4d5d-8046-a91485b72957 2018-08-27 01:51:58,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:51:58,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:51:59,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-7ca763bc-0b56-4dce-bb35-c024cf50a22b Date: Mon, 27 Aug 2018 01:51:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:51:58Z", "file": "/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "ca8710db-467c-46ef-ba8d-56a4f03653c9", "size": 12716032, "self": "/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:51:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:51:59,059 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7ca763bc-0b56-4dce-bb35-c024cf50a22b 2018-08-27 01:51:59,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.42325091362s 2018-08-27 01:51:59,059 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7ca763bc-0b56-4dce-bb35-c024cf50a22b 2018-08-27 01:51:59,061 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'ca8710db-467c-46ef-ba8d-56a4f03653c9', 'size': 12716032, u'self': u'/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T01:51:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T01:51:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f', 'created': u'2018-08-27T01:51:57Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T01:51:57Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 01:51:59,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 01:51:59,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_39dddf50-5368-40b1-9285-74d4e9d0712f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 01:51:59,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a49de0bd-668c-42c5-877e-7465bcece974 x-compute-request-id: req-a49de0bd-668c-42c5-877e-7465bcece974 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_39dddf50-5368-40b1-9285-74d4e9d0712f", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5a44e4a9-a914-4230-b199-416e2efe1d23"}} 2018-08-27 01:51:59,367 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a49de0bd-668c-42c5-877e-7465bcece974 2018-08-27 01:51:59,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.304426908493s 2018-08-27 01:51:59,367 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a49de0bd-668c-42c5-877e-7465bcece974 2018-08-27 01:51:59,368 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_39dddf50-5368-40b1-9285-74d4e9d0712f', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'5a44e4a9-a914-4230-b199-416e2efe1d23', 'swap': 0}) 2018-08-27 01:51:59,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 01:51:59,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '{"extra_specs": {}}' 2018-08-27 01:51:59,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-622b8bbc-4bcf-42ef-a2a4-ae8a86b8fe32 x-compute-request-id: req-622b8bbc-4bcf-42ef-a2a4-ae8a86b8fe32 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 01:51:59,392 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23/os-extra_specs used request id req-622b8bbc-4bcf-42ef-a2a4-ae8a86b8fe32 2018-08-27 01:51:59,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236167907715s 2018-08-27 01:51:59,392 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23/os-extra_specs used request id req-622b8bbc-4bcf-42ef-a2a4-ae8a86b8fe32 2018-08-27 01:51:59,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:51:59,403 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:51:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-945907fa-1d2c-4a4b-912c-99343e857629 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 01:51:59,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-945907fa-1d2c-4a4b-912c-99343e857629 2018-08-27 01:51:59,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:51:59,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:51:59,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1997d4e-8f27-430a-a8ab-101c610981d7 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 01:51:59,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e1997d4e-8f27-430a-a8ab-101c610981d7 2018-08-27 01:51:59,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195400953293s 2018-08-27 01:51:59,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e1997d4e-8f27-430a-a8ab-101c610981d7 2018-08-27 01:51:59,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:51:59,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:51:59,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba77c546-ef6b-42e9-8a15-f014428483d4 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 01:51:59,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ba77c546-ef6b-42e9-8a15-f014428483d4 2018-08-27 01:51:59,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187981843948s 2018-08-27 01:51:59,796 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ba77c546-ef6b-42e9-8a15-f014428483d4 2018-08-27 01:51:59,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 01:51:59,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:51:59,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1802f51c-c403-402e-811e-a1c9e1ac66ab x-compute-request-id: req-1802f51c-c403-402e-811e-a1c9e1ac66ab Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 266}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 263}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-27 01:51:59,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-1802f51c-c403-402e-811e-a1c9e1ac66ab 2018-08-27 01:51:59,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0385239124298s 2018-08-27 01:51:59,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-1802f51c-c403-402e-811e-a1c9e1ac66ab 2018-08-27 01:51:59,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:51:59,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:52:00,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-3acaaedb-66c1-412b-b460-2eab8b568916 Date: Mon, 27 Aug 2018 01:52:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:51:58Z", "file": "/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "ca8710db-467c-46ef-ba8d-56a4f03653c9", "size": 12716032, "self": "/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:51:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:52:00,156 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3acaaedb-66c1-412b-b460-2eab8b568916 2018-08-27 01:52:00,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301693916321s 2018-08-27 01:52:00,157 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3acaaedb-66c1-412b-b460-2eab8b568916 2018-08-27 01:52:00,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 01:52:00,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_39dddf50-5368-40b1-9285-74d4e9d0712f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_39dddf50-5368-40b1-9285-74d4e9d0712f"}' 2018-08-27 01:52:00,487 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4be5b844-59f0-41c5-9373-7ed101bd5668 Date: Mon, 27 Aug 2018 01:52:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:52:00Z", "file": "/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "07d0e116-cea2-4ade-83e7-319ff572e4a3", "size": null, "self": "/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_39dddf50-5368-40b1-9285-74d4e9d0712f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_39dddf50-5368-40b1-9285-74d4e9d0712f", "checksum": null, "created_at": "2018-08-27T01:52:00Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 01:52:00,487 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4be5b844-59f0-41c5-9373-7ed101bd5668 2018-08-27 01:52:00,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.321793079376s 2018-08-27 01:52:00,488 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4be5b844-59f0-41c5-9373-7ed101bd5668 returning object 07d0e116-cea2-4ade-83e7-319ff572e4a3 2018-08-27 01:52:00,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 01:52:00,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '' 2018-08-27 01:52:01,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8d127779-c4cc-40cf-b43d-6c19bd312a16 Date: Mon, 27 Aug 2018 01:52:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:52:01,548 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3/file used request id req-8d127779-c4cc-40cf-b43d-6c19bd312a16 2018-08-27 01:52:01,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.05916690826s 2018-08-27 01:52:01,548 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3/file used request id req-8d127779-c4cc-40cf-b43d-6c19bd312a16 2018-08-27 01:52:01,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:52:01,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:52:01,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-9170b745-aa52-4a87-b8e9-2d5b013a5c17 Date: Mon, 27 Aug 2018 01:52:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:52:01Z", "file": "/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "07d0e116-cea2-4ade-83e7-319ff572e4a3", "size": 12716032, "self": "/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/07d0e116-cea2-4ade-83e7-319ff572e4a3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/07d0e116-cea2-4ade-83e7-319ff572e4a3/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_39dddf50-5368-40b1-9285-74d4e9d0712f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_39dddf50-5368-40b1-9285-74d4e9d0712f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:52:00Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:51:58Z", "file": "/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "ca8710db-467c-46ef-ba8d-56a4f03653c9", "size": 12716032, "self": "/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:51:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:52:01,581 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9170b745-aa52-4a87-b8e9-2d5b013a5c17 2018-08-27 01:52:01,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0294899940491s 2018-08-27 01:52:01,582 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9170b745-aa52-4a87-b8e9-2d5b013a5c17 2018-08-27 01:52:01,584 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/07d0e116-cea2-4ade-83e7-319ff572e4a3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'07d0e116-cea2-4ade-83e7-319ff572e4a3', 'size': 12716032, u'self': u'/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/07d0e116-cea2-4ade-83e7-319ff572e4a3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T01:52:01Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T01:52:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_39dddf50-5368-40b1-9285-74d4e9d0712f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_39dddf50-5368-40b1-9285-74d4e9d0712f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_39dddf50-5368-40b1-9285-74d4e9d0712f', 'created': u'2018-08-27T01:52:00Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T01:52:00Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_39dddf50-5368-40b1-9285-74d4e9d0712f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 01:52:01,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 01:52:01,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_39dddf50-5368-40b1-9285-74d4e9d0712f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 01:52:01,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:52:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23fa4a75-bd9a-4a1e-ba57-1a9b3a20c126 x-compute-request-id: req-23fa4a75-bd9a-4a1e-ba57-1a9b3a20c126 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_39dddf50-5368-40b1-9285-74d4e9d0712f", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/1cbbb90d-5cad-486c-a28a-788c3ccfbacc", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/1cbbb90d-5cad-486c-a28a-788c3ccfbacc", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1cbbb90d-5cad-486c-a28a-788c3ccfbacc"}} 2018-08-27 01:52:01,637 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-23fa4a75-bd9a-4a1e-ba57-1a9b3a20c126 2018-08-27 01:52:01,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0521748065948s 2018-08-27 01:52:01,638 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-23fa4a75-bd9a-4a1e-ba57-1a9b3a20c126 2018-08-27 01:52:01,638 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_39dddf50-5368-40b1-9285-74d4e9d0712f', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'1cbbb90d-5cad-486c-a28a-788c3ccfbacc', 'swap': 0}) 2018-08-27 01:52:01,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 01:52:01,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/1cbbb90d-5cad-486c-a28a-788c3ccfbacc/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '{"extra_specs": {}}' 2018-08-27 01:52:01,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:52:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0693965b-b56f-4591-99b9-8547610824d7 x-compute-request-id: req-0693965b-b56f-4591-99b9-8547610824d7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 01:52:01,660 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/1cbbb90d-5cad-486c-a28a-788c3ccfbacc/os-extra_specs used request id req-0693965b-b56f-4591-99b9-8547610824d7 2018-08-27 01:52:01,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213561058044s 2018-08-27 01:52:01,661 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/1cbbb90d-5cad-486c-a28a-788c3ccfbacc/os-extra_specs used request id req-0693965b-b56f-4591-99b9-8547610824d7 2018-08-27 01:52:01,661 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_39dddf50-5368-40b1-9285-74d4e9d0712f', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'1cbbb90d-5cad-486c-a28a-788c3ccfbacc', 'swap': 0}) 2018-08-27 01:52:05,538 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-27 01:52:05,539 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-27 01:52:05,539 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-27 01:52:05,542 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-27 01:52:05,545 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-27 01:52:09,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6937b17a-1a17-4996-b163-d7ad83e774c8/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-27 01:52:09,319 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-27 01:52:09,320 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-27 01:52:09,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke/test_list.txt', '--concurrency=4']'. 2018-08-27 01:52:17,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:17.614 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-27 01:52:20,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:20.471 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.300s] 2018-08-27 01:52:20,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:20.671 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.199s] 2018-08-27 01:52:24,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:24.082 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.843s] 2018-08-27 01:52:30,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:30.285 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.704s] 2018-08-27 01:52:31,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:31.502 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [8.532s] 2018-08-27 01:52:34,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:34.465 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.178s] 2018-08-27 01:52:35,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:35.349 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.105s] 2018-08-27 01:52:42,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:42.169 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.146s] 2018-08-27 01:52:51,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:51.671 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [6.796s] 2018-08-27 01:52:53,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:53.309 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.744s] 2018-08-27 01:52:53,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:52:53.317 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-27 01:53:01,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:01.269 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.957s] 2018-08-27 01:53:01,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:01.701 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.517s] 2018-08-27 01:53:08,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:08.883 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2018-08-27 01:53:08,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:08.884 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-27 01:53:11,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:11.488 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.422s] 2018-08-27 01:53:12,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:12.741 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [1.245s] 2018-08-27 01:53:19,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:19.503 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.239s] 2018-08-27 01:53:21,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:21.914 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.411s] 2018-08-27 01:53:23,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:23.536 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-08-27 01:53:23,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:23.538 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-27 01:53:24,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:24.162 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.247s] 2018-08-27 01:53:28,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:28.312 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.966s] 2018-08-27 01:53:35,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:35.646 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-27 01:53:35,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:35.755 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.122s] 2018-08-27 01:53:41,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:41.981 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [6.225s] 2018-08-27 01:53:52,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:52.583 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [10.602s] 2018-08-27 01:53:55,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:55.715 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [10.782s] 2018-08-27 01:53:56,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:56.369 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.654s] 2018-08-27 01:53:56,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:56.728 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.358s] 2018-08-27 01:53:56,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:56.774 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.046s] 2018-08-27 01:53:57,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:57.177 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.403s] 2018-08-27 01:53:57,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:53:57.482 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.304s] 2018-08-27 01:54:03,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:03.148 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-08-27 01:54:03,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:03.149 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-27 01:54:07,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:07.442 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.788s] 2018-08-27 01:54:10,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:10.550 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.106s] 2018-08-27 01:54:10,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:10.800 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.252s] 2018-08-27 01:54:19,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:19.535 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.232s] 2018-08-27 01:54:20,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:20.044 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.195s] 2018-08-27 01:54:20,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:20.054 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.520s] 2018-08-27 01:54:20,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:20.066 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.023s] 2018-08-27 01:54:20,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:20.150 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.095s] 2018-08-27 01:54:20,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:20.192 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.042s] 2018-08-27 01:54:20,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:20.212 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-27 01:54:20,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:20.296 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.103s] 2018-08-27 01:54:20,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:20.624 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.327s] 2018-08-27 01:54:23,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:23.066 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.203s] 2018-08-27 01:54:23,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:23.229 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.162s] 2018-08-27 01:54:23,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:23.406 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.177s] 2018-08-27 01:54:23,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:23.413 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-08-27 01:54:34,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:34.765 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [6.616s] 2018-08-27 01:54:42,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:42.849 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.199s] 2018-08-27 01:54:42,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:42.935 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.085s] 2018-08-27 01:54:43,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:43.027 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.091s] 2018-08-27 01:54:43,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:43.164 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.138s] 2018-08-27 01:54:45,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:45.036 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.817s] 2018-08-27 01:54:53,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:53.578 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.543s] 2018-08-27 01:54:53,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:53.760 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.244s] 2018-08-27 01:54:59,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:54:59.436 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.877s] 2018-08-27 01:55:00,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:00.380 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.618s] 2018-08-27 01:55:01,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:01.570 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.991s] 2018-08-27 01:55:06,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:06.393 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.822s] 2018-08-27 01:55:16,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:16.132 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.207s] 2018-08-27 01:55:21,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:21.240 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [5.108s] 2018-08-27 01:55:32,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:32.633 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [11.392s] 2018-08-27 01:55:34,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:34.795 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.175s] 2018-08-27 01:55:40,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:40.000 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [86.418s] 2018-08-27 01:55:43,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:43.291 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.641s] 2018-08-27 01:55:43,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:43.867 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... fail [0.567s] 2018-08-27 01:55:49,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:49.495 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [5.634s] 2018-08-27 01:55:51,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:51.573 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.324s] 2018-08-27 01:55:54,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:55:54.722 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-27 01:56:02,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:02.457 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [10.884s] 2018-08-27 01:56:05,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:05.020 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.562s] 2018-08-27 01:56:05,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:05.324 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.304s] 2018-08-27 01:56:05,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:05.391 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.068s] 2018-08-27 01:56:11,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:11.175 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON ... fail 2018-08-27 01:56:11,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:11.176 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-27 01:56:15,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:15.447 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.204s] 2018-08-27 01:56:25,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:25.562 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.299s] 2018-08-27 01:56:26,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:26.293 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [13.077s] 2018-08-27 01:56:33,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:33.996 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.702s] 2018-08-27 01:56:41,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:41.287 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.291s] 2018-08-27 01:56:43,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:43.158 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.466s] 2018-08-27 01:56:45,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:45.811 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.524s] 2018-08-27 01:56:51,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:51.781 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [8.622s] 2018-08-27 01:56:54,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:54.227 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.445s] 2018-08-27 01:56:54,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:54.303 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.076s] 2018-08-27 01:56:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:56:54.374 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.072s] 2018-08-27 01:57:03,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:57:03.890 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.653s] 2018-08-27 01:57:07,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:57:07.565 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.673s] 2018-08-27 01:57:07,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:57:07.874 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.312s] 2018-08-27 01:57:08,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:57:08.074 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-27 01:57:15,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:57:15.924 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [1.049s] 2018-08-27 01:57:16,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:57:16.098 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.175s] 2018-08-27 01:57:28,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:57:28.064 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.241s] 2018-08-27 01:57:30,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:57:30.529 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.464s] 2018-08-27 01:57:32,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:57:32.987 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.457s] 2018-08-27 01:57:34,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:57:34.781 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [20.812s] 2018-08-27 01:57:47,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:57:47.655 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.206s] 2018-08-27 01:58:04,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 01:58:04.215 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [16.556s] 2018-08-27 01:58:07,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 94fe3f85-0a6d-4da9-977b-570a92071bc9 2018-08-27 01:58:07,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '94fe3f85-0a6d-4da9-977b-570a92071bc9']'. 2018-08-27 01:58:08,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-27 01:58:08,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-27 01:58:08,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 01:58:08,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 94fe3f85-0a6d-4da9-977b-570a92071bc9 | 2018-08-27 01:58:08,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-27 01:58:08,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-27 01:52:11 | 2018-08-27 01:58:08,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-27 01:58:07 | 2018-08-27 01:58:08,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:56 | 2018-08-27 01:58:08,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-27 01:58:08,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-27 01:58:08,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-27 01:58:08,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6937b17a-1a17-4996-b163-d7ad83e774c8) | 2018-08-27 01:58:08,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-27 01:58:08,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 19c67173-df90-48c7-8af7-671a6ba9fb6d) | 2018-08-27 01:58:08,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-27 01:58:08,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 346.6 | 2018-08-27 01:58:08,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 98 | 2018-08-27 01:58:08,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-27 01:58:08,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-27 01:58:08,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-27 01:58:08,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-27 01:58:08,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 01:58:08,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-27 01:58:08,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-27 01:58:08,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 97.0297029703% 2018-08-27 01:58:08,893 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 01:58:08,893 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 06:18 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-27 01:58:08,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 01:58:08,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:09,822 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c00e0be-7502-47cf-a086-1660183b5b65 Date: Mon, 27 Aug 2018 01:58:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:58:09,822 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3 used request id req-7c00e0be-7502-47cf-a086-1660183b5b65 2018-08-27 01:58:09,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.922971010208s 2018-08-27 01:58:09,823 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/07d0e116-cea2-4ade-83e7-319ff572e4a3 used request id req-7c00e0be-7502-47cf-a086-1660183b5b65 2018-08-27 01:58:09,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:58:09,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:10,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:58:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73d807fd-554e-4721-a27e-f767b7d8e9d0 x-compute-request-id: req-73d807fd-554e-4721-a27e-f767b7d8e9d0 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_39dddf50-5368-40b1-9285-74d4e9d0712f", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/1cbbb90d-5cad-486c-a28a-788c3ccfbacc", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/1cbbb90d-5cad-486c-a28a-788c3ccfbacc", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1cbbb90d-5cad-486c-a28a-788c3ccfbacc"}, {"name": "tempest_smoke-flavor_39dddf50-5368-40b1-9285-74d4e9d0712f", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5a44e4a9-a914-4230-b199-416e2efe1d23"}]} 2018-08-27 01:58:10,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-73d807fd-554e-4721-a27e-f767b7d8e9d0 2018-08-27 01:58:10,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.278896808624s 2018-08-27 01:58:10,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-73d807fd-554e-4721-a27e-f767b7d8e9d0 2018-08-27 01:58:10,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 01:58:10,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/1cbbb90d-5cad-486c-a28a-788c3ccfbacc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:10,150 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:58:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea0834f6-5774-4162-aab8-90909b5ac359 x-compute-request-id: req-ea0834f6-5774-4162-aab8-90909b5ac359 Content-Length: 0 Content-Type: application/json 2018-08-27 01:58:10,150 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/1cbbb90d-5cad-486c-a28a-788c3ccfbacc used request id req-ea0834f6-5774-4162-aab8-90909b5ac359 2018-08-27 01:58:10,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.044853925705s 2018-08-27 01:58:10,150 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/1cbbb90d-5cad-486c-a28a-788c3ccfbacc used request id req-ea0834f6-5774-4162-aab8-90909b5ac359 2018-08-27 01:58:10,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 01:58:10,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/d487d185-8f42-45a0-baa4-f2a7234e37e4/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" -d '{"subnet_id": "6cb15fa5-232c-443f-af62-a9769ffb3a70"}' 2018-08-27 01:58:11,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a9aa7a38-30c6-427d-b9df-ea88b53c4c2a Date: Mon, 27 Aug 2018 01:58:11 GMT RESP BODY: {"network_id": "c6ecfa10-2e6e-49d8-963d-a6aedefb3934", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "6cb15fa5-232c-443f-af62-a9769ffb3a70", "subnet_ids": ["6cb15fa5-232c-443f-af62-a9769ffb3a70"], "port_id": "e5fdfc67-cfbf-4ce9-95cc-52d1e6c2e069", "id": "d487d185-8f42-45a0-baa4-f2a7234e37e4"} 2018-08-27 01:58:11,969 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/d487d185-8f42-45a0-baa4-f2a7234e37e4/remove_router_interface.json used request id req-a9aa7a38-30c6-427d-b9df-ea88b53c4c2a 2018-08-27 01:58:11,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.81811714172s 2018-08-27 01:58:11,969 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/d487d185-8f42-45a0-baa4-f2a7234e37e4/remove_router_interface.json used request id req-a9aa7a38-30c6-427d-b9df-ea88b53c4c2a returning object d487d185-8f42-45a0-baa4-f2a7234e37e4 2018-08-27 01:58:11,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 01:58:11,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:12,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-7642b0c0-d942-43a7-b02b-e4650c564bfb Date: Mon, 27 Aug 2018 01:58:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:51:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T01:58:11Z", "revision_number": 4, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "d487d185-8f42-45a0-baa4-f2a7234e37e4", "name": "tempest_smoke-router_39dddf50-5368-40b1-9285-74d4e9d0712f"}]} 2018-08-27 01:58:12,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-7642b0c0-d942-43a7-b02b-e4650c564bfb 2018-08-27 01:58:12,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.39935708046s 2018-08-27 01:58:12,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-7642b0c0-d942-43a7-b02b-e4650c564bfb 2018-08-27 01:58:12,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 01:58:12,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/d487d185-8f42-45a0-baa4-f2a7234e37e4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:14,281 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-273b0395-c830-4513-a145-76c554833db6 Content-Length: 0 Date: Mon, 27 Aug 2018 01:58:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:58:14,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/d487d185-8f42-45a0-baa4-f2a7234e37e4.json used request id req-273b0395-c830-4513-a145-76c554833db6 2018-08-27 01:58:14,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.91022706032s 2018-08-27 01:58:14,281 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/d487d185-8f42-45a0-baa4-f2a7234e37e4.json used request id req-273b0395-c830-4513-a145-76c554833db6 2018-08-27 01:58:14,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 01:58:14,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:14,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-6cdfb518-2ded-40c8-b169-732b66268654 Date: Mon, 27 Aug 2018 01:58:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6ecfa10-2e6e-49d8-963d-a6aedefb3934","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:51:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:51:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"6cb15fa5-232c-443f-af62-a9769ffb3a70","subnetpool_id":null,"name":"tempest_smoke-subnet_39dddf50-5368-40b1-9285-74d4e9d0712f"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 01:58:14,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-6cdfb518-2ded-40c8-b169-732b66268654 2018-08-27 01:58:14,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.243227958679s 2018-08-27 01:58:14,525 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-6cdfb518-2ded-40c8-b169-732b66268654 2018-08-27 01:58:14,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 01:58:14,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/6cb15fa5-232c-443f-af62-a9769ffb3a70.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:16,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-676025ff-f9e0-40c3-8d52-3e429ec8f8e6 Date: Mon, 27 Aug 2018 01:58:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:58:16,737 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/6cb15fa5-232c-443f-af62-a9769ffb3a70.json used request id req-676025ff-f9e0-40c3-8d52-3e429ec8f8e6 2018-08-27 01:58:16,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.20978116989s 2018-08-27 01:58:16,737 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/6cb15fa5-232c-443f-af62-a9769ffb3a70.json used request id req-676025ff-f9e0-40c3-8d52-3e429ec8f8e6 2018-08-27 01:58:16,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:58:16,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:17,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1356 X-Openstack-Request-Id: req-ac23c297-0c7b-408c-9c88-4f2fa6d84a06 Date: Mon, 27 Aug 2018 01:58:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c6ecfa10-2e6e-49d8-963d-a6aedefb3934","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:58:16Z","provider:segmentation_id":73,"name":"tempest_smoke-net_39dddf50-5368-40b1-9285-74d4e9d0712f","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:51:51Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:58:17,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ac23c297-0c7b-408c-9c88-4f2fa6d84a06 2018-08-27 01:58:17,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.398571014404s 2018-08-27 01:58:17,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ac23c297-0c7b-408c-9c88-4f2fa6d84a06 2018-08-27 01:58:17,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 01:58:17,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/c6ecfa10-2e6e-49d8-963d-a6aedefb3934.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:18,280 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-615070bf-9bf2-4a18-81b9-c44e12ba8a6d Date: Mon, 27 Aug 2018 01:58:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 01:58:18,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c6ecfa10-2e6e-49d8-963d-a6aedefb3934.json used request id req-615070bf-9bf2-4a18-81b9-c44e12ba8a6d 2018-08-27 01:58:18,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.1427500248s 2018-08-27 01:58:18,281 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c6ecfa10-2e6e-49d8-963d-a6aedefb3934.json used request id req-615070bf-9bf2-4a18-81b9-c44e12ba8a6d 2018-08-27 01:58:18,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:58:18,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:18,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-9a0170c7-ea8f-4408-a77e-f5c9ba367210 Date: Mon, 27 Aug 2018 01:58:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:51:58Z", "file": "/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "ca8710db-467c-46ef-ba8d-56a4f03653c9", "size": 12716032, "self": "/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/ca8710db-467c-46ef-ba8d-56a4f03653c9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_39dddf50-5368-40b1-9285-74d4e9d0712f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:51:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:58:18,600 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9a0170c7-ea8f-4408-a77e-f5c9ba367210 2018-08-27 01:58:18,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.315018177032s 2018-08-27 01:58:18,600 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9a0170c7-ea8f-4408-a77e-f5c9ba367210 2018-08-27 01:58:18,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 01:58:18,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:19,861 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d814f0e0-3b0a-4bac-aded-b842158e67ab Date: Mon, 27 Aug 2018 01:58:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:58:19,862 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9 used request id req-d814f0e0-3b0a-4bac-aded-b842158e67ab 2018-08-27 01:58:19,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.25973415375s 2018-08-27 01:58:19,862 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ca8710db-467c-46ef-ba8d-56a4f03653c9 used request id req-d814f0e0-3b0a-4bac-aded-b842158e67ab 2018-08-27 01:58:19,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 01:58:19,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:19,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:58:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cb1b374-4ade-4bab-9464-2b0f7d46b13f x-compute-request-id: req-3cb1b374-4ade-4bab-9464-2b0f7d46b13f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_39dddf50-5368-40b1-9285-74d4e9d0712f", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5a44e4a9-a914-4230-b199-416e2efe1d23"}]} 2018-08-27 01:58:19,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3cb1b374-4ade-4bab-9464-2b0f7d46b13f 2018-08-27 01:58:19,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0289039611816s 2018-08-27 01:58:19,892 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3cb1b374-4ade-4bab-9464-2b0f7d46b13f 2018-08-27 01:58:19,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 01:58:19,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6825d3594522eb6d3be07d91b8e1a907263dbd72" 2018-08-27 01:58:19,941 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 01:58:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6e7563f6-ea91-454f-ad35-01fa05d67263 x-compute-request-id: req-6e7563f6-ea91-454f-ad35-01fa05d67263 Content-Length: 0 Content-Type: application/json 2018-08-27 01:58:19,941 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23 used request id req-6e7563f6-ea91-454f-ad35-01fa05d67263 2018-08-27 01:58:19,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0471110343933s 2018-08-27 01:58:19,941 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5a44e4a9-a914-4230-b199-416e2efe1d23 used request id req-6e7563f6-ea91-454f-ad35-01fa05d67263 2018-08-27 01:58:19,941 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke' failed. 2018-08-27 01:58:20,003 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-27 01:58:20,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 01:58:20,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 01:58:20,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 01:58:20,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 01:58:20,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 01:58:20,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 01:58:20,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 01:58:20,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 01:58:20,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 01:58:20,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 01:58:20,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 01:58:20,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 01:58:20,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 01:58:20,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:58:20,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97cbdcb6-85eb-4cbb-9beb-b3fd31b8241f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 01:58:20,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-97cbdcb6-85eb-4cbb-9beb-b3fd31b8241f 2018-08-27 01:58:20,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 01:58:20,456 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T02:58:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["fMnkP1TGSCuLi0oBNFHVuA"], "issued_at": "2018-08-27T01:58:20.000000Z"}} 2018-08-27 01:58:20,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:58:20,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 01:58:20,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-89a8509e-f021-4c44-a7a4-d69bcf172255 Date: Mon, 27 Aug 2018 01:58:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:58:20,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-89a8509e-f021-4c44-a7a4-d69bcf172255 2018-08-27 01:58:20,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.384649038315s 2018-08-27 01:58:20,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-89a8509e-f021-4c44-a7a4-d69bcf172255 2018-08-27 01:58:20,845 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 01:58:23,759 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 01:58:26,665 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | f9401c7f-9ab3-4821-8c05-64804e4d966f | 2018-08-27T01:58:26.256071 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: f9401c7f-9ab3-4821-8c05-64804e4d966f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-27 01:58:30,667 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-27 01:58:30,667 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 01:58:33,375 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 01:58:36,857 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=d0fb373c-9188-47ff-b43d-aaa4859b70fd) as the default verifier for the future CLI operations. 2018-08-27 01:58:40,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 01:58:40,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 01:58:40,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-5d3b1a99-2eb0-4abd-888a-5dbea0269139 Date: Mon, 27 Aug 2018 01:58:40 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-27 01:58:40,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-5d3b1a99-2eb0-4abd-888a-5dbea0269139 2018-08-27 01:58:40,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.301995038986s 2018-08-27 01:58:40,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-5d3b1a99-2eb0-4abd-888a-5dbea0269139 2018-08-27 01:58:40,371 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-27 01:58:40,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 01:58:40,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '{"network": {"shared": true, "name": "neutron-tempest-plugin-api-net_4ba1b4e2-c237-493a-b362-265f677f49aa", "admin_state_up": true}}' 2018-08-27 01:58:41,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 697 X-Openstack-Request-Id: req-230450e0-ba65-4210-854f-ea8dff3a26e7 Date: Mon, 27 Aug 2018 01:58:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"34c98984-8f95-4947-8fb0-d98bb269a53f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:58:40Z","is_default":false,"provider:segmentation_id":4,"name":"neutron-tempest-plugin-api-net_4ba1b4e2-c237-493a-b362-265f677f49aa","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:58:40Z","mtu":1450}} 2018-08-27 01:58:41,150 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-230450e0-ba65-4210-854f-ea8dff3a26e7 2018-08-27 01:58:41,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.77823805809s 2018-08-27 01:58:41,150 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-230450e0-ba65-4210-854f-ea8dff3a26e7 2018-08-27 01:58:41,151 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T01:58:40Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'34c98984-8f95-4947-8fb0-d98bb269a53f', u'provider:segmentation_id': 4, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_4ba1b4e2-c237-493a-b362-265f677f49aa', u'admin_state_up': True, u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:58:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 01:58:41,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 01:58:41,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 01:58:41,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1362 X-Openstack-Request-Id: req-128b3ea2-237e-4969-bc2a-e1a7c71b2103 Date: Mon, 27 Aug 2018 01:58:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"34c98984-8f95-4947-8fb0-d98bb269a53f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T01:58:40Z","provider:segmentation_id":4,"name":"neutron-tempest-plugin-api-net_4ba1b4e2-c237-493a-b362-265f677f49aa","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:58:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T01:39:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 01:58:41,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-128b3ea2-237e-4969-bc2a-e1a7c71b2103 2018-08-27 01:58:41,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.350865840912s 2018-08-27 01:58:41,503 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-128b3ea2-237e-4969-bc2a-e1a7c71b2103 2018-08-27 01:58:41,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 01:58:41,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_4ba1b4e2-c237-493a-b362-265f677f49aa", "enable_dhcp": true, "network_id": "34c98984-8f95-4947-8fb0-d98bb269a53f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 01:58:42,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-4974ab21-4370-4942-922b-dc0216574bc5 Date: Mon, 27 Aug 2018 01:58:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34c98984-8f95-4947-8fb0-d98bb269a53f","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:58:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:58:41Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"627cb018-3d14-4062-b600-0fa92970ecbd","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_4ba1b4e2-c237-493a-b362-265f677f49aa"}} 2018-08-27 01:58:42,307 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4974ab21-4370-4942-922b-dc0216574bc5 2018-08-27 01:58:42,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.802828073502s 2018-08-27 01:58:42,308 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4974ab21-4370-4942-922b-dc0216574bc5 2018-08-27 01:58:42,308 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T01:58:41Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'627cb018-3d14-4062-b600-0fa92970ecbd', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_4ba1b4e2-c237-493a-b362-265f677f49aa', u'enable_dhcp': True, u'network_id': u'34c98984-8f95-4947-8fb0-d98bb269a53f', u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:58:41Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 01:58:42,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 01:58:42,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "neutron-tempest-plugin-api-router_4ba1b4e2-c237-493a-b362-265f677f49aa", "admin_state_up": true}}' 2018-08-27 01:58:43,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-3fe214f2-0ad6-4c41-baf2-d02a83602ce5 Date: Mon, 27 Aug 2018 01:58:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:58:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T01:58:43Z", "revision_number": 2, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "a66e594d-cacb-4daa-8589-dbafb8060f82", "name": "neutron-tempest-plugin-api-router_4ba1b4e2-c237-493a-b362-265f677f49aa"}} 2018-08-27 01:58:43,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-3fe214f2-0ad6-4c41-baf2-d02a83602ce5 2018-08-27 01:58:43,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.47515416145s 2018-08-27 01:58:43,784 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-3fe214f2-0ad6-4c41-baf2-d02a83602ce5 2018-08-27 01:58:43,785 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T01:58:42Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T01:58:43Z', u'revision_number': 2, u'routes': [], u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'id': u'a66e594d-cacb-4daa-8589-dbafb8060f82', u'name': u'neutron-tempest-plugin-api-router_4ba1b4e2-c237-493a-b362-265f677f49aa'}) 2018-08-27 01:58:43,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 01:58:43,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/a66e594d-cacb-4daa-8589-dbafb8060f82/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '{"subnet_id": "627cb018-3d14-4062-b600-0fa92970ecbd"}' 2018-08-27 01:58:45,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-29c9ab4a-6c85-4f9e-84c3-601ea2f7a839 Date: Mon, 27 Aug 2018 01:58:45 GMT RESP BODY: {"network_id": "34c98984-8f95-4947-8fb0-d98bb269a53f", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "627cb018-3d14-4062-b600-0fa92970ecbd", "subnet_ids": ["627cb018-3d14-4062-b600-0fa92970ecbd"], "port_id": "1232a7ae-e236-4dbf-a797-774f2a14dfb0", "id": "a66e594d-cacb-4daa-8589-dbafb8060f82"} 2018-08-27 01:58:45,595 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a66e594d-cacb-4daa-8589-dbafb8060f82/add_router_interface.json used request id req-29c9ab4a-6c85-4f9e-84c3-601ea2f7a839 2018-08-27 01:58:45,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.80955815315s 2018-08-27 01:58:45,595 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a66e594d-cacb-4daa-8589-dbafb8060f82/add_router_interface.json used request id req-29c9ab4a-6c85-4f9e-84c3-601ea2f7a839 returning object a66e594d-cacb-4daa-8589-dbafb8060f82 2018-08-27 01:58:45,596 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 01:58:45,724 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 01:58:45,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:58:45,730 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 01:58:45 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 01:58:45,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:58:45,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 01:58:46,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c5ab0b6c-eec0-4e78-a23b-5f5cbcaadd79 Date: Mon, 27 Aug 2018 01:58:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:58:46,024 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c5ab0b6c-eec0-4e78-a23b-5f5cbcaadd79 2018-08-27 01:58:46,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.29173707962s 2018-08-27 01:58:46,024 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c5ab0b6c-eec0-4e78-a23b-5f5cbcaadd79 2018-08-27 01:58:46,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 01:58:46,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa"}' 2018-08-27 01:58:46,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/49b02373-370d-4ffe-99be-646185497d20 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b1f9ce7a-2b62-4d54-ba1f-8f1e6d5f86d9 Date: Mon, 27 Aug 2018 01:58:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:58:46Z", "file": "/v2/images/49b02373-370d-4ffe-99be-646185497d20/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "49b02373-370d-4ffe-99be-646185497d20", "size": null, "self": "/v2/images/49b02373-370d-4ffe-99be-646185497d20", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa", "checksum": null, "created_at": "2018-08-27T01:58:46Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 01:58:46,376 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-b1f9ce7a-2b62-4d54-ba1f-8f1e6d5f86d9 2018-08-27 01:58:46,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.343802928925s 2018-08-27 01:58:46,377 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-b1f9ce7a-2b62-4d54-ba1f-8f1e6d5f86d9 returning object 49b02373-370d-4ffe-99be-646185497d20 2018-08-27 01:58:46,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 01:58:46,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/49b02373-370d-4ffe-99be-646185497d20/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '' 2018-08-27 01:58:47,741 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0fa39d0c-09be-480b-8081-5057f858030e Date: Mon, 27 Aug 2018 01:58:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:58:47,741 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/49b02373-370d-4ffe-99be-646185497d20/file used request id req-0fa39d0c-09be-480b-8081-5057f858030e 2018-08-27 01:58:47,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.36377000809s 2018-08-27 01:58:47,741 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/49b02373-370d-4ffe-99be-646185497d20/file used request id req-0fa39d0c-09be-480b-8081-5057f858030e 2018-08-27 01:58:47,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:58:47,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 01:58:48,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-dd4ae79f-0563-48eb-8925-a4c6fc2859ee Date: Mon, 27 Aug 2018 01:58:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:58:47Z", "file": "/v2/images/49b02373-370d-4ffe-99be-646185497d20/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "49b02373-370d-4ffe-99be-646185497d20", "size": 12716032, "self": "/v2/images/49b02373-370d-4ffe-99be-646185497d20", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49b02373-370d-4ffe-99be-646185497d20/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49b02373-370d-4ffe-99be-646185497d20/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:58:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:58:48,051 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dd4ae79f-0563-48eb-8925-a4c6fc2859ee 2018-08-27 01:58:48,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.305600881577s 2018-08-27 01:58:48,051 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dd4ae79f-0563-48eb-8925-a4c6fc2859ee 2018-08-27 01:58:48,053 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49b02373-370d-4ffe-99be-646185497d20/snap', u'metadata': Munch({})})], 'file': u'/v2/images/49b02373-370d-4ffe-99be-646185497d20/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'49b02373-370d-4ffe-99be-646185497d20', 'size': 12716032, u'self': u'/v2/images/49b02373-370d-4ffe-99be-646185497d20', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49b02373-370d-4ffe-99be-646185497d20/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T01:58:47Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T01:58:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/49b02373-370d-4ffe-99be-646185497d20', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa', 'created': u'2018-08-27T01:58:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T01:58:46Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/49b02373-370d-4ffe-99be-646185497d20', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 01:58:48,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 01:58:48,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_4ba1b4e2-c237-493a-b362-265f677f49aa", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 01:58:48,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:58:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b682efa9-103d-4199-aa6e-654bf6a6db32 x-compute-request-id: req-b682efa9-103d-4199-aa6e-654bf6a6db32 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_4ba1b4e2-c237-493a-b362-265f677f49aa", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e91b6048-b232-484b-b21b-099c9c88bd1d"}} 2018-08-27 01:58:48,344 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b682efa9-103d-4199-aa6e-654bf6a6db32 2018-08-27 01:58:48,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.289892911911s 2018-08-27 01:58:48,345 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b682efa9-103d-4199-aa6e-654bf6a6db32 2018-08-27 01:58:48,345 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_4ba1b4e2-c237-493a-b362-265f677f49aa', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'e91b6048-b232-484b-b21b-099c9c88bd1d', 'swap': 0}) 2018-08-27 01:58:48,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 01:58:48,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '{"extra_specs": {}}' 2018-08-27 01:58:48,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:58:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d8cde8a8-be10-4653-bbe5-38027d8576d5 x-compute-request-id: req-d8cde8a8-be10-4653-bbe5-38027d8576d5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 01:58:48,372 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d/os-extra_specs used request id req-d8cde8a8-be10-4653-bbe5-38027d8576d5 2018-08-27 01:58:48,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0263340473175s 2018-08-27 01:58:48,373 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d/os-extra_specs used request id req-d8cde8a8-be10-4653-bbe5-38027d8576d5 2018-08-27 01:58:48,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 01:58:48,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 01:58:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0beb5206-5959-43bc-bc3f-b8a979387a34 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 01:58:48,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-0beb5206-5959-43bc-bc3f-b8a979387a34 2018-08-27 01:58:48,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:58:48,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 01:58:48,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15515fbe-4c05-47dd-9a3e-2e6d31a4dffd Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 01:58:48,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-15515fbe-4c05-47dd-9a3e-2e6d31a4dffd 2018-08-27 01:58:48,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188379049301s 2018-08-27 01:58:48,574 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-15515fbe-4c05-47dd-9a3e-2e6d31a4dffd 2018-08-27 01:58:48,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 01:58:48,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 01:58:48,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7ee9e4e-d38c-4d9b-a8a2-14a6ce8c6b38 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 01:58:48,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e7ee9e4e-d38c-4d9b-a8a2-14a6ce8c6b38 2018-08-27 01:58:48,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193480968475s 2018-08-27 01:58:48,772 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e7ee9e4e-d38c-4d9b-a8a2-14a6ce8c6b38 2018-08-27 01:58:48,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 01:58:48,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 01:58:48,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:58:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37e3f303-fa5f-4c68-85d7-0e1b40fb5cf5 x-compute-request-id: req-37e3f303-fa5f-4c68-85d7-0e1b40fb5cf5 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 266}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2472, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 263}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-27 01:58:48,820 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-37e3f303-fa5f-4c68-85d7-0e1b40fb5cf5 2018-08-27 01:58:48,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0378398895264s 2018-08-27 01:58:48,821 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-37e3f303-fa5f-4c68-85d7-0e1b40fb5cf5 2018-08-27 01:58:48,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:58:48,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 01:58:49,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-4fabf196-cbc6-4fa5-a1fc-b4c1baf1460f Date: Mon, 27 Aug 2018 01:58:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:58:47Z", "file": "/v2/images/49b02373-370d-4ffe-99be-646185497d20/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "49b02373-370d-4ffe-99be-646185497d20", "size": 12716032, "self": "/v2/images/49b02373-370d-4ffe-99be-646185497d20", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49b02373-370d-4ffe-99be-646185497d20/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49b02373-370d-4ffe-99be-646185497d20/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:58:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:58:49,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4fabf196-cbc6-4fa5-a1fc-b4c1baf1460f 2018-08-27 01:58:49,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303234100342s 2018-08-27 01:58:49,128 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4fabf196-cbc6-4fa5-a1fc-b4c1baf1460f 2018-08-27 01:58:49,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 01:58:49,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_4ba1b4e2-c237-493a-b362-265f677f49aa", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_4ba1b4e2-c237-493a-b362-265f677f49aa"}' 2018-08-27 01:58:49,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-00a7db2d-0051-48ec-b967-b1e5b7d8d6a1 Date: Mon, 27 Aug 2018 01:58:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:58:49Z", "file": "/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "0f36f793-a246-48bd-82d7-127b22dbb870", "size": null, "self": "/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_4ba1b4e2-c237-493a-b362-265f677f49aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_4ba1b4e2-c237-493a-b362-265f677f49aa", "checksum": null, "created_at": "2018-08-27T01:58:49Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 01:58:49,457 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-00a7db2d-0051-48ec-b967-b1e5b7d8d6a1 2018-08-27 01:58:49,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.319569826126s 2018-08-27 01:58:49,457 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-00a7db2d-0051-48ec-b967-b1e5b7d8d6a1 returning object 0f36f793-a246-48bd-82d7-127b22dbb870 2018-08-27 01:58:49,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 01:58:49,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '' 2018-08-27 01:58:50,256 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de43df48-4b4d-4130-a0a4-4e79b0c44d07 Date: Mon, 27 Aug 2018 01:58:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 01:58:50,256 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870/file used request id req-de43df48-4b4d-4130-a0a4-4e79b0c44d07 2018-08-27 01:58:50,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.798609018326s 2018-08-27 01:58:50,257 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870/file used request id req-de43df48-4b4d-4130-a0a4-4e79b0c44d07 2018-08-27 01:58:50,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 01:58:50,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 01:58:50,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-609f0b39-f31c-4f0b-a691-e0a8cb97433b Date: Mon, 27 Aug 2018 01:58:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:58:50Z", "file": "/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "0f36f793-a246-48bd-82d7-127b22dbb870", "size": 12716032, "self": "/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/0f36f793-a246-48bd-82d7-127b22dbb870/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/0f36f793-a246-48bd-82d7-127b22dbb870/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_4ba1b4e2-c237-493a-b362-265f677f49aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_4ba1b4e2-c237-493a-b362-265f677f49aa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:58:49Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:58:47Z", "file": "/v2/images/49b02373-370d-4ffe-99be-646185497d20/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "49b02373-370d-4ffe-99be-646185497d20", "size": 12716032, "self": "/v2/images/49b02373-370d-4ffe-99be-646185497d20", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49b02373-370d-4ffe-99be-646185497d20/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49b02373-370d-4ffe-99be-646185497d20/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:58:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 01:58:50,567 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-609f0b39-f31c-4f0b-a691-e0a8cb97433b 2018-08-27 01:58:50,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.306749105453s 2018-08-27 01:58:50,568 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-609f0b39-f31c-4f0b-a691-e0a8cb97433b 2018-08-27 01:58:50,570 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/0f36f793-a246-48bd-82d7-127b22dbb870/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'0f36f793-a246-48bd-82d7-127b22dbb870', 'size': 12716032, u'self': u'/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/0f36f793-a246-48bd-82d7-127b22dbb870/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T01:58:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T01:58:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_4ba1b4e2-c237-493a-b362-265f677f49aa', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_4ba1b4e2-c237-493a-b362-265f677f49aa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_4ba1b4e2-c237-493a-b362-265f677f49aa', 'created': u'2018-08-27T01:58:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T01:58:49Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_4ba1b4e2-c237-493a-b362-265f677f49aa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 01:58:50,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 01:58:50,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_4ba1b4e2-c237-493a-b362-265f677f49aa", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 01:58:50,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:58:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ac204f8-faaf-4960-88ba-b22753044b7a x-compute-request-id: req-6ac204f8-faaf-4960-88ba-b22753044b7a Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_4ba1b4e2-c237-493a-b362-265f677f49aa", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2d2368d6-7d42-4124-ac92-09cb16c7ed63", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2d2368d6-7d42-4124-ac92-09cb16c7ed63", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2d2368d6-7d42-4124-ac92-09cb16c7ed63"}} 2018-08-27 01:58:50,627 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6ac204f8-faaf-4960-88ba-b22753044b7a 2018-08-27 01:58:50,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0557069778442s 2018-08-27 01:58:50,627 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6ac204f8-faaf-4960-88ba-b22753044b7a 2018-08-27 01:58:50,628 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_4ba1b4e2-c237-493a-b362-265f677f49aa', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'2d2368d6-7d42-4124-ac92-09cb16c7ed63', 'swap': 0}) 2018-08-27 01:58:50,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 01:58:50,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/2d2368d6-7d42-4124-ac92-09cb16c7ed63/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '{"extra_specs": {}}' 2018-08-27 01:58:50,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 01:58:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-39f7417a-9080-49c0-89db-bd64fcabfcb3 x-compute-request-id: req-39f7417a-9080-49c0-89db-bd64fcabfcb3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 01:58:50,652 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2d2368d6-7d42-4124-ac92-09cb16c7ed63/os-extra_specs used request id req-39f7417a-9080-49c0-89db-bd64fcabfcb3 2018-08-27 01:58:50,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0227751731873s 2018-08-27 01:58:50,652 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2d2368d6-7d42-4124-ac92-09cb16c7ed63/os-extra_specs used request id req-39f7417a-9080-49c0-89db-bd64fcabfcb3 2018-08-27 01:58:50,652 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_4ba1b4e2-c237-493a-b362-265f677f49aa', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'2d2368d6-7d42-4124-ac92-09cb16c7ed63', 'swap': 0}) 2018-08-27 01:58:54,385 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-27 01:58:54,385 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-27 01:58:54,386 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-27 01:58:54,389 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-27 01:58:54,392 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-27 01:58:57,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d0fb373c-9188-47ff-b43d-aaa4859b70fd/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-27 01:58:57,846 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-27 01:58:57,848 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-27 01:58:57,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt', u'--concurrency=4']'. 2018-08-27 02:13:05,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 964817ff-0259-4742-89fc-db8eb502b1cf 2018-08-27 02:13:05,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '964817ff-0259-4742-89fc-db8eb502b1cf']'. 2018-08-27 02:13:06,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-27 02:13:06,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-27 02:13:06,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 02:13:06,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 964817ff-0259-4742-89fc-db8eb502b1cf | 2018-08-27 02:13:06,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-27 02:13:06,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-27 01:59:00 | 2018-08-27 02:13:06,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-27 02:13:05 | 2018-08-27 02:13:06,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:05 | 2018-08-27 02:13:06,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-27 02:13:06,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-27 02:13:06,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-27 02:13:06,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d0fb373c-9188-47ff-b43d-aaa4859b70fd) | 2018-08-27 02:13:06,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-27 02:13:06,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f9401c7f-9ab3-4821-8c05-64804e4d966f) | 2018-08-27 02:13:06,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 547 | 2018-08-27 02:13:06,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 831.33 | 2018-08-27 02:13:06,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 371 | 2018-08-27 02:13:06,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 173 | 2018-08-27 02:13:06,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-27 02:13:06,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-27 02:13:06,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-27 02:13:06,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 02:13:06,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-27 02:13:06,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-27 02:13:06,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.1978609626% 2018-08-27 02:13:06,999 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 02:13:06,999 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 14:26 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-27 02:13:07,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 02:13:07,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:08,275 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4f79de7c-105b-4c74-8678-e30782e72bb3 Date: Mon, 27 Aug 2018 02:13:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:13:08,275 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870 used request id req-4f79de7c-105b-4c74-8678-e30782e72bb3 2018-08-27 02:13:08,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.27019286156s 2018-08-27 02:13:08,276 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/0f36f793-a246-48bd-82d7-127b22dbb870 used request id req-4f79de7c-105b-4c74-8678-e30782e72bb3 2018-08-27 02:13:08,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 02:13:08,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:08,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53559397-925e-4ff2-bb84-0cf113ba4601 x-compute-request-id: req-53559397-925e-4ff2-bb84-0cf113ba4601 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_alt_4ba1b4e2-c237-493a-b362-265f677f49aa", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2d2368d6-7d42-4124-ac92-09cb16c7ed63", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2d2368d6-7d42-4124-ac92-09cb16c7ed63", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2d2368d6-7d42-4124-ac92-09cb16c7ed63"}, {"name": "neutron-tempest-plugin-api-flavor_4ba1b4e2-c237-493a-b362-265f677f49aa", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e91b6048-b232-484b-b21b-099c9c88bd1d"}]} 2018-08-27 02:13:08,577 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-53559397-925e-4ff2-bb84-0cf113ba4601 2018-08-27 02:13:08,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.301065206528s 2018-08-27 02:13:08,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-53559397-925e-4ff2-bb84-0cf113ba4601 2018-08-27 02:13:08,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 02:13:08,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/2d2368d6-7d42-4124-ac92-09cb16c7ed63 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:08,632 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 02:13:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dff64f89-5131-46d6-a0ae-e044096d9b4b x-compute-request-id: req-dff64f89-5131-46d6-a0ae-e044096d9b4b Content-Length: 0 Content-Type: application/json 2018-08-27 02:13:08,633 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2d2368d6-7d42-4124-ac92-09cb16c7ed63 used request id req-dff64f89-5131-46d6-a0ae-e044096d9b4b 2018-08-27 02:13:08,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0524821281433s 2018-08-27 02:13:08,633 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2d2368d6-7d42-4124-ac92-09cb16c7ed63 used request id req-dff64f89-5131-46d6-a0ae-e044096d9b4b 2018-08-27 02:13:08,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 02:13:08,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/a66e594d-cacb-4daa-8589-dbafb8060f82/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" -d '{"subnet_id": "627cb018-3d14-4062-b600-0fa92970ecbd"}' 2018-08-27 02:13:10,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-234c6cad-4830-4e2a-a872-7a8441ea248e Date: Mon, 27 Aug 2018 02:13:10 GMT RESP BODY: {"network_id": "34c98984-8f95-4947-8fb0-d98bb269a53f", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "627cb018-3d14-4062-b600-0fa92970ecbd", "subnet_ids": ["627cb018-3d14-4062-b600-0fa92970ecbd"], "port_id": "1232a7ae-e236-4dbf-a797-774f2a14dfb0", "id": "a66e594d-cacb-4daa-8589-dbafb8060f82"} 2018-08-27 02:13:10,462 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a66e594d-cacb-4daa-8589-dbafb8060f82/remove_router_interface.json used request id req-234c6cad-4830-4e2a-a872-7a8441ea248e 2018-08-27 02:13:10,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.82882094383s 2018-08-27 02:13:10,463 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a66e594d-cacb-4daa-8589-dbafb8060f82/remove_router_interface.json used request id req-234c6cad-4830-4e2a-a872-7a8441ea248e returning object a66e594d-cacb-4daa-8589-dbafb8060f82 2018-08-27 02:13:10,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 02:13:10,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:10,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-27dfda2a-f21d-4216-aa72-ba3aa930ac68 Date: Mon, 27 Aug 2018 02:13:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:58:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T02:13:09Z", "revision_number": 4, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "a66e594d-cacb-4daa-8589-dbafb8060f82", "name": "neutron-tempest-plugin-api-router_4ba1b4e2-c237-493a-b362-265f677f49aa"}]} 2018-08-27 02:13:10,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-27dfda2a-f21d-4216-aa72-ba3aa930ac68 2018-08-27 02:13:10,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.389759063721s 2018-08-27 02:13:10,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-27dfda2a-f21d-4216-aa72-ba3aa930ac68 2018-08-27 02:13:10,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 02:13:10,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/a66e594d-cacb-4daa-8589-dbafb8060f82.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:12,502 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3c0b0e98-233a-42dc-8bdf-4bf36e8fdde4 Content-Length: 0 Date: Mon, 27 Aug 2018 02:13:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:13:12,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a66e594d-cacb-4daa-8589-dbafb8060f82.json used request id req-3c0b0e98-233a-42dc-8bdf-4bf36e8fdde4 2018-08-27 02:13:12,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.64731216431s 2018-08-27 02:13:12,502 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a66e594d-cacb-4daa-8589-dbafb8060f82.json used request id req-3c0b0e98-233a-42dc-8bdf-4bf36e8fdde4 2018-08-27 02:13:12,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 02:13:12,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:12,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-4a4c4cc0-5ca8-4d46-93ed-9013feaa25cb Date: Mon, 27 Aug 2018 02:13:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34c98984-8f95-4947-8fb0-d98bb269a53f","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:58:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T01:58:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"627cb018-3d14-4062-b600-0fa92970ecbd","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_4ba1b4e2-c237-493a-b362-265f677f49aa"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 02:13:12,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4a4c4cc0-5ca8-4d46-93ed-9013feaa25cb 2018-08-27 02:13:12,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.324101924896s 2018-08-27 02:13:12,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4a4c4cc0-5ca8-4d46-93ed-9013feaa25cb 2018-08-27 02:13:12,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 02:13:12,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/627cb018-3d14-4062-b600-0fa92970ecbd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:15,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62391ced-2a60-47e8-9fea-ad3a50d844c9 Date: Mon, 27 Aug 2018 02:13:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:13:15,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/627cb018-3d14-4062-b600-0fa92970ecbd.json used request id req-62391ced-2a60-47e8-9fea-ad3a50d844c9 2018-08-27 02:13:15,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.45591616631s 2018-08-27 02:13:15,285 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/627cb018-3d14-4062-b600-0fa92970ecbd.json used request id req-62391ced-2a60-47e8-9fea-ad3a50d844c9 2018-08-27 02:13:15,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 02:13:15,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:15,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1367 X-Openstack-Request-Id: req-235394a5-072e-40c8-a57a-67453586c806 Date: Mon, 27 Aug 2018 02:13:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"34c98984-8f95-4947-8fb0-d98bb269a53f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T02:13:15Z","provider:segmentation_id":4,"name":"neutron-tempest-plugin-api-net_4ba1b4e2-c237-493a-b362-265f677f49aa","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T01:58:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 02:13:15,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-235394a5-072e-40c8-a57a-67453586c806 2018-08-27 02:13:15,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0828280448914s 2018-08-27 02:13:15,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-235394a5-072e-40c8-a57a-67453586c806 2018-08-27 02:13:15,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 02:13:15,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/34c98984-8f95-4947-8fb0-d98bb269a53f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:17,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7599303-4781-4dea-abe5-3ec47e4bb671 Date: Mon, 27 Aug 2018 02:13:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:13:17,020 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/34c98984-8f95-4947-8fb0-d98bb269a53f.json used request id req-f7599303-4781-4dea-abe5-3ec47e4bb671 2018-08-27 02:13:17,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.65017914772s 2018-08-27 02:13:17,020 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/34c98984-8f95-4947-8fb0-d98bb269a53f.json used request id req-f7599303-4781-4dea-abe5-3ec47e4bb671 2018-08-27 02:13:17,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:13:17,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:17,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-e02dca62-8a37-4576-894a-79b002b5eded Date: Mon, 27 Aug 2018 02:13:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T01:58:47Z", "file": "/v2/images/49b02373-370d-4ffe-99be-646185497d20/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "49b02373-370d-4ffe-99be-646185497d20", "size": 12716032, "self": "/v2/images/49b02373-370d-4ffe-99be-646185497d20", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49b02373-370d-4ffe-99be-646185497d20/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49b02373-370d-4ffe-99be-646185497d20/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_4ba1b4e2-c237-493a-b362-265f677f49aa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T01:58:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:13:17,336 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e02dca62-8a37-4576-894a-79b002b5eded 2018-08-27 02:13:17,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.311444997787s 2018-08-27 02:13:17,336 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e02dca62-8a37-4576-894a-79b002b5eded 2018-08-27 02:13:17,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 02:13:17,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/49b02373-370d-4ffe-99be-646185497d20 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:18,318 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-90d1c09d-828c-4193-8a37-fea3ed521463 Date: Mon, 27 Aug 2018 02:13:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:13:18,318 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/49b02373-370d-4ffe-99be-646185497d20 used request id req-90d1c09d-828c-4193-8a37-fea3ed521463 2018-08-27 02:13:18,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.980144023895s 2018-08-27 02:13:18,318 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/49b02373-370d-4ffe-99be-646185497d20 used request id req-90d1c09d-828c-4193-8a37-fea3ed521463 2018-08-27 02:13:18,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 02:13:18,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:18,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-baedebca-09ee-44a2-83b3-b25beab2cd77 x-compute-request-id: req-baedebca-09ee-44a2-83b3-b25beab2cd77 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_4ba1b4e2-c237-493a-b362-265f677f49aa", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e91b6048-b232-484b-b21b-099c9c88bd1d"}]} 2018-08-27 02:13:18,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-baedebca-09ee-44a2-83b3-b25beab2cd77 2018-08-27 02:13:18,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244040489197s 2018-08-27 02:13:18,343 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-baedebca-09ee-44a2-83b3-b25beab2cd77 2018-08-27 02:13:18,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 02:13:18,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b9eca508633c4f06b9e0b263f661d46c29d341" 2018-08-27 02:13:18,375 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 02:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-28cc063f-7ffe-418e-b883-147007a30664 x-compute-request-id: req-28cc063f-7ffe-418e-b883-147007a30664 Content-Length: 0 Content-Type: application/json 2018-08-27 02:13:18,376 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d used request id req-28cc063f-7ffe-418e-b883-147007a30664 2018-08-27 02:13:18,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0308248996735s 2018-08-27 02:13:18,376 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e91b6048-b232-484b-b21b-099c9c88bd1d used request id req-28cc063f-7ffe-418e-b883-147007a30664 2018-08-27 02:13:18,376 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-27 02:13:18,423 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-27 02:13:18,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 02:13:18,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 02:13:18,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 02:13:18,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 02:13:18,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 02:13:18,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 02:13:18,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 02:13:18,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 02:13:18,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 02:13:18,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 02:13:18,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 02:13:18,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:13:18,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e6e8d7c-54a5-457e-ad21-68d285b02d87 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 02:13:18,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9e6e8d7c-54a5-457e-ad21-68d285b02d87 2018-08-27 02:13:18,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 02:13:18,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T03:13:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["_7L42GW2R1CVspyG3TG_0A"], "issued_at": "2018-08-27T02:13:18.000000Z"}} 2018-08-27 02:13:18,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 02:13:18,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:19,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a74eee3d-55fe-4b96-b5d2-2e72df28996d Date: Mon, 27 Aug 2018 02:13:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 02:13:19,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a74eee3d-55fe-4b96-b5d2-2e72df28996d 2018-08-27 02:13:19,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.38000702858s 2018-08-27 02:13:19,255 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a74eee3d-55fe-4b96-b5d2-2e72df28996d 2018-08-27 02:13:19,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:13:19,263 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 02:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2bc5add-cc7f-4af8-bf12-2d5eca8947a0 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 02:13:19,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-d2bc5add-cc7f-4af8-bf12-2d5eca8947a0 2018-08-27 02:13:19,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 02:13:19,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:19,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00d6f8ae-d648-47e4-961b-820e1d79c720 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 02:13:19,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-00d6f8ae-d648-47e4-961b-820e1d79c720 2018-08-27 02:13:19,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.202965974808s 2018-08-27 02:13:19,467 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-00d6f8ae-d648-47e4-961b-820e1d79c720 2018-08-27 02:13:19,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 02:13:19,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_7ac89d25-68b1-4068-96c4-6843e3cf545e"}}' 2018-08-27 02:13:19,700 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 02:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ffc6905-44d5-4d27-bc87-411d7277186a Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd"}, "tags": [], "enabled": true, "id": "7aa6dee64bcb46e98e278646a99251bd", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7ac89d25-68b1-4068-96c4-6843e3cf545e"}} 2018-08-27 02:13:19,700 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5ffc6905-44d5-4d27-bc87-411d7277186a 2018-08-27 02:13:19,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.225578784943s 2018-08-27 02:13:19,701 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5ffc6905-44d5-4d27-bc87-411d7277186a 2018-08-27 02:13:19,701 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: rally_sanity', u'tags': [], 'enabled': True, 'id': u'7aa6dee64bcb46e98e278646a99251bd', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'rally_sanity-project_7ac89d25-68b1-4068-96c4-6843e3cf545e'}) 2018-08-27 02:13:19,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 02:13:19,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b49ab981-c140-44f3-a8ef-8705a30a5d38", "email": null, "name": "rally_sanity-user_7ac89d25-68b1-4068-96c4-6843e3cf545e"}}' 2018-08-27 02:13:20,209 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 02:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-028378e6-d2fd-47db-a818-0eaf5a2dc244 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_7ac89d25-68b1-4068-96c4-6843e3cf545e", "links": {"self": "http://172.30.9.26:5000/v3/users/b08f5c7785724d898819957720303711"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b08f5c7785724d898819957720303711", "domain_id": "default", "password_expires_at": null}} 2018-08-27 02:13:20,209 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-028378e6-d2fd-47db-a818-0eaf5a2dc244 2018-08-27 02:13:20,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.502156972885s 2018-08-27 02:13:20,210 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-028378e6-d2fd-47db-a818-0eaf5a2dc244 2018-08-27 02:13:20,210 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b08f5c7785724d898819957720303711', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_7ac89d25-68b1-4068-96c4-6843e3cf545e'}) 2018-08-27 02:13:20,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:13:20,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:20,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f7ac393-89d6-488a-bb0a-c0b8895dccf4 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:13:20,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7f7ac393-89d6-488a-bb0a-c0b8895dccf4 2018-08-27 02:13:20,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204750061035s 2018-08-27 02:13:20,419 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7f7ac393-89d6-488a-bb0a-c0b8895dccf4 2018-08-27 02:13:20,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:13:20,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:20,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b67b978-fde2-4022-a9ea-9ac4bbdebf9e Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:13:20,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9b67b978-fde2-4022-a9ea-9ac4bbdebf9e 2018-08-27 02:13:20,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111387014389s 2018-08-27 02:13:20,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9b67b978-fde2-4022-a9ea-9ac4bbdebf9e 2018-08-27 02:13:20,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:13:20,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:20,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31330fcb-e97c-485d-980d-3d299ef77fdb Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:13:20,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-31330fcb-e97c-485d-980d-3d299ef77fdb 2018-08-27 02:13:20,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193886041641s 2018-08-27 02:13:20,734 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-31330fcb-e97c-485d-980d-3d299ef77fdb 2018-08-27 02:13:20,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 02:13:20,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:21,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5baee79a-045d-4f32-928f-215f4cc696b7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 02:13:21,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-5baee79a-045d-4f32-928f-215f4cc696b7 2018-08-27 02:13:21,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.307070970535s 2018-08-27 02:13:21,046 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-5baee79a-045d-4f32-928f-215f4cc696b7 2018-08-27 02:13:21,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 02:13:21,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:21,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e0d23d9-eddd-4dac-9643-e53345b6c280 Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_7ac89d25-68b1-4068-96c4-6843e3cf545e", "links": {"self": "http://172.30.9.26:5000/v3/users/b08f5c7785724d898819957720303711"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b08f5c7785724d898819957720303711", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 02:13:21,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8e0d23d9-eddd-4dac-9643-e53345b6c280 2018-08-27 02:13:21,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218162059784s 2018-08-27 02:13:21,265 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8e0d23d9-eddd-4dac-9643-e53345b6c280 2018-08-27 02:13:21,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 02:13:21,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:21,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed458ed8-8e9d-40b9-8c17-d37f4b33caab Content-Encoding: gzip Content-Length: 533 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd"}, "tags": [], "enabled": true, "id": "7aa6dee64bcb46e98e278646a99251bd", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7ac89d25-68b1-4068-96c4-6843e3cf545e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}]} 2018-08-27 02:13:21,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-ed458ed8-8e9d-40b9-8c17-d37f4b33caab 2018-08-27 02:13:21,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112766027451s 2018-08-27 02:13:21,390 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-ed458ed8-8e9d-40b9-8c17-d37f4b33caab 2018-08-27 02:13:21,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 02:13:21,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=b08f5c7785724d898819957720303711&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=7aa6dee64bcb46e98e278646a99251bd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:21,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07cfbf03-de14-4d14-80c7-8a3830bf5ddc Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=b08f5c7785724d898819957720303711&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=7aa6dee64bcb46e98e278646a99251bd", "previous": null, "next": null}} 2018-08-27 02:13:21,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b08f5c7785724d898819957720303711&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=7aa6dee64bcb46e98e278646a99251bd used request id req-07cfbf03-de14-4d14-80c7-8a3830bf5ddc 2018-08-27 02:13:21,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.193418979645s 2018-08-27 02:13:21,591 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b08f5c7785724d898819957720303711&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=7aa6dee64bcb46e98e278646a99251bd used request id req-07cfbf03-de14-4d14-80c7-8a3830bf5ddc 2018-08-27 02:13:21,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 02:13:21,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd/users/b08f5c7785724d898819957720303711/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:21,786 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 02:13:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba1853d6-ff63-4832-a6b7-64cb23d7e1cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 02:13:21,786 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd/users/b08f5c7785724d898819957720303711/roles/565edadc366246ae845471a412ad99ed used request id req-ba1853d6-ff63-4832-a6b7-64cb23d7e1cd 2018-08-27 02:13:21,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.192295074463s 2018-08-27 02:13:21,787 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd/users/b08f5c7785724d898819957720303711/roles/565edadc366246ae845471a412ad99ed used request id req-ba1853d6-ff63-4832-a6b7-64cb23d7e1cd 2018-08-27 02:13:21,788 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_7ac89d25-68b1-4068-96c4-6843e3cf545e', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'7aa6dee64bcb46e98e278646a99251bd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'b49ab981-c140-44f3-a8ef-8705a30a5d38', 'username': u'rally_sanity-user_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 02:13:21,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 02:13:21,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 02:13:21,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 02:13:21,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 02:13:21,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 02:13:21,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 02:13:21,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 02:13:21,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 02:13:21,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 02:13:21,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 02:13:21,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 02:13:21,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 02:13:21,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 02:13:21,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 02:13:21,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 02:13:21,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 02:13:21,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 02:13:21,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 02:13:21,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 02:13:21,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 02:13:21,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 02:13:21,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 02:13:21,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 02:13:21,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 02:13:21,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 02:13:21,793 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'password': 'b49ab981-c140-44f3-a8ef-8705a30a5d38', 'project_name': 'rally_sanity-project_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '7aa6dee64bcb46e98e278646a99251bd', 'project_domain_name': 'Default'} 2018-08-27 02:13:21,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:13:21,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:21,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38f323a1-22cc-4a33-b281-e0d0eb7c19d6 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:13:21,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-38f323a1-22cc-4a33-b281-e0d0eb7c19d6 2018-08-27 02:13:21,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.155788898468s 2018-08-27 02:13:21,953 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-38f323a1-22cc-4a33-b281-e0d0eb7c19d6 2018-08-27 02:13:21,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:13:21,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:22,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35277f6b-50b8-4f4b-acc5-1f1d03c7a79d Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:13:22,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-35277f6b-50b8-4f4b-acc5-1f1d03c7a79d 2018-08-27 02:13:22,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198212862015s 2018-08-27 02:13:22,157 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-35277f6b-50b8-4f4b-acc5-1f1d03c7a79d 2018-08-27 02:13:22,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 02:13:22,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:22,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d161497-7bcb-4a13-9edd-32e24d0ee513 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 02:13:22,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-9d161497-7bcb-4a13-9edd-32e24d0ee513 2018-08-27 02:13:22,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.186694145203s 2018-08-27 02:13:22,348 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-9d161497-7bcb-4a13-9edd-32e24d0ee513 2018-08-27 02:13:22,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 02:13:22,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:22,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-597812ae-ee0b-4214-b855-520f85d4bb40 Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_7ac89d25-68b1-4068-96c4-6843e3cf545e", "links": {"self": "http://172.30.9.26:5000/v3/users/b08f5c7785724d898819957720303711"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b08f5c7785724d898819957720303711", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 02:13:22,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-597812ae-ee0b-4214-b855-520f85d4bb40 2018-08-27 02:13:22,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.221246004105s 2018-08-27 02:13:22,571 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-597812ae-ee0b-4214-b855-520f85d4bb40 2018-08-27 02:13:22,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 02:13:22,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:22,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8de163a0-fbc9-48d7-be0e-556d7798f890 Content-Encoding: gzip Content-Length: 533 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd"}, "tags": [], "enabled": true, "id": "7aa6dee64bcb46e98e278646a99251bd", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7ac89d25-68b1-4068-96c4-6843e3cf545e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}]} 2018-08-27 02:13:22,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-8de163a0-fbc9-48d7-be0e-556d7798f890 2018-08-27 02:13:22,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.209619998932s 2018-08-27 02:13:22,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-8de163a0-fbc9-48d7-be0e-556d7798f890 2018-08-27 02:13:22,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 02:13:22,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=b08f5c7785724d898819957720303711&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=7aa6dee64bcb46e98e278646a99251bd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:22,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b671b43-add1-4ca7-abda-e0bcf4ef4768 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=b08f5c7785724d898819957720303711&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=7aa6dee64bcb46e98e278646a99251bd", "previous": null, "next": null}} 2018-08-27 02:13:22,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b08f5c7785724d898819957720303711&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=7aa6dee64bcb46e98e278646a99251bd used request id req-2b671b43-add1-4ca7-abda-e0bcf4ef4768 2018-08-27 02:13:22,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.192430973053s 2018-08-27 02:13:22,991 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b08f5c7785724d898819957720303711&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=7aa6dee64bcb46e98e278646a99251bd used request id req-2b671b43-add1-4ca7-abda-e0bcf4ef4768 2018-08-27 02:13:22,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 02:13:22,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd/users/b08f5c7785724d898819957720303711/roles/64b62be202324fec914229b8ba9e275d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:13:23,164 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 02:13:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81370efa-43a5-47af-b5e8-6dc7088d2292 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 02:13:23,165 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd/users/b08f5c7785724d898819957720303711/roles/64b62be202324fec914229b8ba9e275d used request id req-81370efa-43a5-47af-b5e8-6dc7088d2292 2018-08-27 02:13:23,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.17004609108s 2018-08-27 02:13:23,165 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd/users/b08f5c7785724d898819957720303711/roles/64b62be202324fec914229b8ba9e275d used request id req-81370efa-43a5-47af-b5e8-6dc7088d2292 2018-08-27 02:13:23,165 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-27 02:13:23,532 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-27 02:13:23,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:13:23,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb61901-14bd-485f-b0bb-336fba614c0c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 02:13:23,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6fb61901-14bd-485f-b0bb-336fba614c0c 2018-08-27 02:13:23,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 02:13:23,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T03:13:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7aa6dee64bcb46e98e278646a99251bd", "name": "rally_sanity-project_7ac89d25-68b1-4068-96c4-6843e3cf545e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7aa6dee64bcb46e98e278646a99251bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/7aa6dee64bcb46e98e278646a99251bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/7aa6dee64bcb46e98e278646a99251bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_7aa6dee64bcb46e98e278646a99251bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_7aa6dee64bcb46e98e278646a99251bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7aa6dee64bcb46e98e278646a99251bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/7aa6dee64bcb46e98e278646a99251bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/7aa6dee64bcb46e98e278646a99251bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7aa6dee64bcb46e98e278646a99251bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/7aa6dee64bcb46e98e278646a99251bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/7aa6dee64bcb46e98e278646a99251bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/7aa6dee64bcb46e98e278646a99251bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/7aa6dee64bcb46e98e278646a99251bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/7aa6dee64bcb46e98e278646a99251bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_7ac89d25-68b1-4068-96c4-6843e3cf545e", "id": "b08f5c7785724d898819957720303711"}, "audit_ids": ["07j9u1vDQla2cKzsIL6gvA"], "issued_at": "2018-08-27T02:13:23.000000Z"}} 2018-08-27 02:13:23,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 02:13:23,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" -d '{"network": {"shared": true, "name": "rally_sanity-net_7ac89d25-68b1-4068-96c4-6843e3cf545e", "admin_state_up": true}}' 2018-08-27 02:13:24,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fc32724f-5dd2-4308-8801-8bdab95e8e69 Date: Mon, 27 Aug 2018 02:13:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7965ff43-c081-4cdc-9313-a881592aab29","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"7aa6dee64bcb46e98e278646a99251bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T02:13:24Z","is_default":false,"provider:segmentation_id":30,"name":"rally_sanity-net_7ac89d25-68b1-4068-96c4-6843e3cf545e","admin_state_up":true,"tenant_id":"7aa6dee64bcb46e98e278646a99251bd","created_at":"2018-08-27T02:13:24Z","mtu":1450}} 2018-08-27 02:13:24,656 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fc32724f-5dd2-4308-8801-8bdab95e8e69 2018-08-27 02:13:24,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.715934038162s 2018-08-27 02:13:24,657 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fc32724f-5dd2-4308-8801-8bdab95e8e69 2018-08-27 02:13:24,657 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T02:13:24Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7965ff43-c081-4cdc-9313-a881592aab29', u'provider:segmentation_id': 30, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_7ac89d25-68b1-4068-96c4-6843e3cf545e', u'admin_state_up': True, u'tenant_id': u'7aa6dee64bcb46e98e278646a99251bd', u'created_at': u'2018-08-27T02:13:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'7aa6dee64bcb46e98e278646a99251bd'}) 2018-08-27 02:13:24,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 02:13:24,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:13:25,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-46aa2649-a15e-497c-aa89-5afe0cd03c29 Date: Mon, 27 Aug 2018 02:13:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"7965ff43-c081-4cdc-9313-a881592aab29","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"7aa6dee64bcb46e98e278646a99251bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T02:13:24Z","provider:segmentation_id":30,"name":"rally_sanity-net_7ac89d25-68b1-4068-96c4-6843e3cf545e","admin_state_up":true,"tenant_id":"7aa6dee64bcb46e98e278646a99251bd","created_at":"2018-08-27T02:13:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 02:13:25,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-46aa2649-a15e-497c-aa89-5afe0cd03c29 2018-08-27 02:13:25,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.374850988388s 2018-08-27 02:13:25,033 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-46aa2649-a15e-497c-aa89-5afe0cd03c29 2018-08-27 02:13:25,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 02:13:25,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" -d '{"subnet": {"name": "rally_sanity-subnet_7ac89d25-68b1-4068-96c4-6843e3cf545e", "enable_dhcp": true, "network_id": "7965ff43-c081-4cdc-9313-a881592aab29", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 02:13:25,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-27f11b0b-7fbf-4e79-83dc-5c31205472ea Date: Mon, 27 Aug 2018 02:13:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7965ff43-c081-4cdc-9313-a881592aab29","tenant_id":"7aa6dee64bcb46e98e278646a99251bd","created_at":"2018-08-27T02:13:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T02:13:25Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"7aa6dee64bcb46e98e278646a99251bd","id":"5a7db4fb-831e-416f-95e9-f9f288e23cba","subnetpool_id":null,"name":"rally_sanity-subnet_7ac89d25-68b1-4068-96c4-6843e3cf545e"}} 2018-08-27 02:13:25,994 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-27f11b0b-7fbf-4e79-83dc-5c31205472ea 2018-08-27 02:13:25,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.959476947784s 2018-08-27 02:13:25,995 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-27f11b0b-7fbf-4e79-83dc-5c31205472ea 2018-08-27 02:13:25,995 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T02:13:25Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'5a7db4fb-831e-416f-95e9-f9f288e23cba', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_7ac89d25-68b1-4068-96c4-6843e3cf545e', u'enable_dhcp': True, u'network_id': u'7965ff43-c081-4cdc-9313-a881592aab29', u'tenant_id': u'7aa6dee64bcb46e98e278646a99251bd', u'created_at': u'2018-08-27T02:13:25Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7aa6dee64bcb46e98e278646a99251bd'}) 2018-08-27 02:13:25,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 02:13:25,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "rally_sanity-router_7ac89d25-68b1-4068-96c4-6843e3cf545e", "admin_state_up": true}}' 2018-08-27 02:13:27,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0c190464-280f-4878-96b0-d03056fb45a5 Date: Mon, 27 Aug 2018 02:13:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "7aa6dee64bcb46e98e278646a99251bd", "created_at": "2018-08-27T02:13:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T02:13:27Z", "revision_number": 2, "routes": [], "project_id": "7aa6dee64bcb46e98e278646a99251bd", "id": "f9968930-3abc-4581-b1c9-be64be56c8a9", "name": "rally_sanity-router_7ac89d25-68b1-4068-96c4-6843e3cf545e"}} 2018-08-27 02:13:27,509 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-0c190464-280f-4878-96b0-d03056fb45a5 2018-08-27 02:13:27,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.51301193237s 2018-08-27 02:13:27,509 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-0c190464-280f-4878-96b0-d03056fb45a5 2018-08-27 02:13:27,510 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7aa6dee64bcb46e98e278646a99251bd', u'created_at': u'2018-08-27T02:13:26Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T02:13:27Z', u'revision_number': 2, u'routes': [], u'project_id': u'7aa6dee64bcb46e98e278646a99251bd', u'id': u'f9968930-3abc-4581-b1c9-be64be56c8a9', u'name': u'rally_sanity-router_7ac89d25-68b1-4068-96c4-6843e3cf545e'}) 2018-08-27 02:13:27,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 02:13:27,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/f9968930-3abc-4581-b1c9-be64be56c8a9/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" -d '{"subnet_id": "5a7db4fb-831e-416f-95e9-f9f288e23cba"}' 2018-08-27 02:13:29,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a6f22437-ff26-42f1-af3c-5bf05bf8636c Date: Mon, 27 Aug 2018 02:13:29 GMT RESP BODY: {"network_id": "7965ff43-c081-4cdc-9313-a881592aab29", "tenant_id": "7aa6dee64bcb46e98e278646a99251bd", "subnet_id": "5a7db4fb-831e-416f-95e9-f9f288e23cba", "subnet_ids": ["5a7db4fb-831e-416f-95e9-f9f288e23cba"], "port_id": "0ead38f6-7301-4b3d-a372-45e459f108c0", "id": "f9968930-3abc-4581-b1c9-be64be56c8a9"} 2018-08-27 02:13:29,435 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/f9968930-3abc-4581-b1c9-be64be56c8a9/add_router_interface.json used request id req-a6f22437-ff26-42f1-af3c-5bf05bf8636c 2018-08-27 02:13:29,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.92425990105s 2018-08-27 02:13:29,435 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/f9968930-3abc-4581-b1c9-be64be56c8a9/add_router_interface.json used request id req-a6f22437-ff26-42f1-af3c-5bf05bf8636c returning object f9968930-3abc-4581-b1c9-be64be56c8a9 2018-08-27 02:13:29,435 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 02:13:29,557 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 02:13:29,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:13:29,563 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 02:13:29 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 02:13:29,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:13:29,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:13:29,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e14e3c06-0bf6-4ee6-b3d7-f1b174b3e6c2 Date: Mon, 27 Aug 2018 02:13:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:13:29,922 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e14e3c06-0bf6-4ee6-b3d7-f1b174b3e6c2 2018-08-27 02:13:29,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.355622053146s 2018-08-27 02:13:29,922 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e14e3c06-0bf6-4ee6-b3d7-f1b174b3e6c2 2018-08-27 02:13:29,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 02:13:29,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e"}' 2018-08-27 02:13:30,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/888f4146-e2ef-49c5-a061-d423c509092b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d385772f-bbae-4f9c-bbec-ec20d5dbff0c Date: Mon, 27 Aug 2018 02:13:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:13:30Z", "file": "/v2/images/888f4146-e2ef-49c5-a061-d423c509092b/file", "owner": "7aa6dee64bcb46e98e278646a99251bd", "id": "888f4146-e2ef-49c5-a061-d423c509092b", "size": null, "self": "/v2/images/888f4146-e2ef-49c5-a061-d423c509092b", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e", "checksum": null, "created_at": "2018-08-27T02:13:30Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 02:13:30,286 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-d385772f-bbae-4f9c-bbec-ec20d5dbff0c 2018-08-27 02:13:30,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.358980894089s 2018-08-27 02:13:30,287 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-d385772f-bbae-4f9c-bbec-ec20d5dbff0c returning object 888f4146-e2ef-49c5-a061-d423c509092b 2018-08-27 02:13:30,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 02:13:30,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/888f4146-e2ef-49c5-a061-d423c509092b/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" -d '' 2018-08-27 02:13:31,140 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9942d77f-2e8c-4a0f-8490-bfc3ff55aada Date: Mon, 27 Aug 2018 02:13:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:13:31,141 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/888f4146-e2ef-49c5-a061-d423c509092b/file used request id req-9942d77f-2e8c-4a0f-8490-bfc3ff55aada 2018-08-27 02:13:31,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.853653907776s 2018-08-27 02:13:31,141 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/888f4146-e2ef-49c5-a061-d423c509092b/file used request id req-9942d77f-2e8c-4a0f-8490-bfc3ff55aada 2018-08-27 02:13:31,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:13:31,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:13:31,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-4e79ee6e-be00-4683-8801-3fc7c8ceda28 Date: Mon, 27 Aug 2018 02:13:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:13:31Z", "file": "/v2/images/888f4146-e2ef-49c5-a061-d423c509092b/file", "owner": "7aa6dee64bcb46e98e278646a99251bd", "id": "888f4146-e2ef-49c5-a061-d423c509092b", "size": 12716032, "self": "/v2/images/888f4146-e2ef-49c5-a061-d423c509092b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/888f4146-e2ef-49c5-a061-d423c509092b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/888f4146-e2ef-49c5-a061-d423c509092b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:13:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:13:31,499 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4e79ee6e-be00-4683-8801-3fc7c8ceda28 2018-08-27 02:13:31,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.353765010834s 2018-08-27 02:13:31,499 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4e79ee6e-be00-4683-8801-3fc7c8ceda28 2018-08-27 02:13:31,500 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/888f4146-e2ef-49c5-a061-d423c509092b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/888f4146-e2ef-49c5-a061-d423c509092b/file', 'owner': u'7aa6dee64bcb46e98e278646a99251bd', 'id': u'888f4146-e2ef-49c5-a061-d423c509092b', 'size': 12716032, u'self': u'/v2/images/888f4146-e2ef-49c5-a061-d423c509092b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7aa6dee64bcb46e98e278646a99251bd', 'name': 'rally_sanity-project_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/888f4146-e2ef-49c5-a061-d423c509092b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T02:13:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T02:13:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/888f4146-e2ef-49c5-a061-d423c509092b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'created': u'2018-08-27T02:13:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T02:13:30Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/888f4146-e2ef-49c5-a061-d423c509092b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 02:13:31,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 02:13:31,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 02:13:31,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bb915a2-d065-4beb-8c46-9412e363e863 x-compute-request-id: req-5bb915a2-d065-4beb-8c46-9412e363e863 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2d9ceb13-b61f-4d08-85ea-fc4fe1818b75"}} 2018-08-27 02:13:31,828 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5bb915a2-d065-4beb-8c46-9412e363e863 2018-08-27 02:13:31,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.327237129211s 2018-08-27 02:13:31,829 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5bb915a2-d065-4beb-8c46-9412e363e863 2018-08-27 02:13:31,829 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'2d9ceb13-b61f-4d08-85ea-fc4fe1818b75', 'swap': 0}) 2018-08-27 02:13:31,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 02:13:31,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" -d '{"extra_specs": {}}' 2018-08-27 02:13:31,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cbb1d8ca-8df3-4399-8edd-f078fce3f344 x-compute-request-id: req-cbb1d8ca-8df3-4399-8edd-f078fce3f344 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 02:13:31,852 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75/os-extra_specs used request id req-cbb1d8ca-8df3-4399-8edd-f078fce3f344 2018-08-27 02:13:31,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218389034271s 2018-08-27 02:13:31,852 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75/os-extra_specs used request id req-cbb1d8ca-8df3-4399-8edd-f078fce3f344 2018-08-27 02:13:31,853 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 02:13:34,815 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 02:13:37,509 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | bb24cdf5-2727-46f2-b82b-f49f42fa4090 | 2018-08-27T02:13:37.093546 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: bb24cdf5-2727-46f2-b82b-f49f42fa4090 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-27 02:13:41,324 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-27 02:13:41,324 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-27 02:13:41,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 02:13:41,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:13:41,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c78335ba-26fd-4aa5-be2a-350509e3a07b x-compute-request-id: req-c78335ba-26fd-4aa5-be2a-350509e3a07b Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 266}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 263}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-27 02:13:41,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-c78335ba-26fd-4aa5-be2a-350509e3a07b 2018-08-27 02:13:41,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.328738927841s 2018-08-27 02:13:41,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-c78335ba-26fd-4aa5-be2a-350509e3a07b 2018-08-27 02:13:41,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 02:13:41,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 02:13:41,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1794c37f-5cb1-441d-bdd0-480034ebff62 x-compute-request-id: req-1794c37f-5cb1-441d-bdd0-480034ebff62 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/b0a168a7-b24a-4f39-a05c-3517de011472", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/b0a168a7-b24a-4f39-a05c-3517de011472", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "b0a168a7-b24a-4f39-a05c-3517de011472"}} 2018-08-27 02:13:41,713 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1794c37f-5cb1-441d-bdd0-480034ebff62 2018-08-27 02:13:41,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0578019618988s 2018-08-27 02:13:41,714 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1794c37f-5cb1-441d-bdd0-480034ebff62 2018-08-27 02:13:41,715 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'b0a168a7-b24a-4f39-a05c-3517de011472', 'swap': 0}) 2018-08-27 02:13:41,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 02:13:41,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/b0a168a7-b24a-4f39-a05c-3517de011472/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" -d '{"extra_specs": {}}' 2018-08-27 02:13:41,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:13:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5bc285f-1989-4205-b16a-980b7074342b x-compute-request-id: req-d5bc285f-1989-4205-b16a-980b7074342b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 02:13:41,741 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/b0a168a7-b24a-4f39-a05c-3517de011472/os-extra_specs used request id req-d5bc285f-1989-4205-b16a-980b7074342b 2018-08-27 02:13:41,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0255680084229s 2018-08-27 02:13:41,742 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/b0a168a7-b24a-4f39-a05c-3517de011472/os-extra_specs used request id req-d5bc285f-1989-4205-b16a-980b7074342b 2018-08-27 02:13:41,742 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'b0a168a7-b24a-4f39-a05c-3517de011472', 'swap': 0}) 2018-08-27 02:13:41,742 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-27 02:13:41,743 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-08-27 02:13:41,744 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 02:13:41,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 02:13:41,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '7965ff43-c081-4cdc-9313-a881592aab29', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'flavor_name': 'rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-27 02:15:11,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 2018-08-27 02:15:11,633 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-27 02:15:11,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6812d4ce-84f9-437c-8e0c-2f9ec3d96095'] 2018-08-27 02:15:12,625 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 -------------------------------------------------------------------------------- Task 6812d4ce-84f9-437c-8e0c-2f9ec3d96095: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | total | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> duration | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.578692 Full duration: 10.37765 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | total | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 100.0% | 1 | | -> duration | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.077606 Full duration: 10.799787 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | total | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 100.0% | 1 | | -> duration | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.410602 Full duration: 11.672032 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 100.0% | 1 | | total | 2.144 | 2.144 | 2.144 | 2.144 | 2.144 | 2.144 | 100.0% | 1 | | -> duration | 2.144 | 2.144 | 2.144 | 2.144 | 2.144 | 2.144 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.14357 Full duration: 12.322033 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | total | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 100.0% | 1 | | -> duration | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.161044 Full duration: 11.027858 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791944 Full duration: 10.204546 HINTS: * To plot HTML graphics with this data, run: rally task report 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 --out output.html * To generate a JUnit report, run: rally task export 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 --json --out output.json 2018-08-27 02:15:12,625 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6812d4ce-84f9-437c-8e0c-2f9ec3d96095', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-27 02:15:15,225 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-27 02:15:15.128 766 INFO rally.api [-] Building 'json' report for the following task(s): '6812d4ce-84f9-437c-8e0c-2f9ec3d96095'. 2018-08-27 02:15:15.132 766 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:15:15,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6812d4ce-84f9-437c-8e0c-2f9ec3d96095', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-27 02:15:17,841 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6812d4ce-84f9-437c-8e0c-2f9ec3d96095 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-27 02:15:17.726 769 INFO rally.api [-] Building 'html' report for the following task(s): '6812d4ce-84f9-437c-8e0c-2f9ec3d96095'. 2018-08-27 02:15:17.748 769 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:15:17,849 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-27 02:15:17,849 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-27 02:15:17,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-08-27 02:15:17,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 02:15:17,862 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 02:15:17,863 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '7965ff43-c081-4cdc-9313-a881592aab29', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'flavor_name': 'rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-27 02:17:21,966 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ec2a1296-8e7a-4d5f-9077-5d5dbea8764d 2018-08-27 02:17:21,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ec2a1296-8e7a-4d5f-9077-5d5dbea8764d'] 2018-08-27 02:17:22,892 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ec2a1296-8e7a-4d5f-9077-5d5dbea8764d -------------------------------------------------------------------------------- Task ec2a1296-8e7a-4d5f-9077-5d5dbea8764d: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec2a1296-8e7a-4d5f-9077-5d5dbea8764d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.001 | 5.001 | 5.001 | 5.001 | 5.001 | 5.001 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | -> glance_v2.upload_data | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 100.0% | 1 | | glance_v2.delete_image | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | total | 5.856 | 5.856 | 5.856 | 5.856 | 5.856 | 5.856 | 100.0% | 1 | | -> duration | 5.856 | 5.856 | 5.856 | 5.856 | 5.856 | 5.856 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.856415 Full duration: 17.369038 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec2a1296-8e7a-4d5f-9077-5d5dbea8764d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.48 | 4.48 | 4.48 | 4.48 | 4.48 | 4.48 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | -> glance_v2.upload_data | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | glance_v2.list_images | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 4.698 | 4.698 | 4.698 | 4.698 | 4.698 | 4.698 | 100.0% | 1 | | -> duration | 4.698 | 4.698 | 4.698 | 4.698 | 4.698 | 4.698 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.697756 Full duration: 20.662059 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec2a1296-8e7a-4d5f-9077-5d5dbea8764d has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | total | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> duration | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.591785 Full duration: 11.710393 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 } } }, "args": { "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "container_format": "bare", "disk_format": "qcow2", "number_instances": 2, "nics": [ { "net-id": "7965ff43-c081-4cdc-9313-a881592aab29" } ], "flavor": { "name": "rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec2a1296-8e7a-4d5f-9077-5d5dbea8764d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.281 | 4.281 | 4.281 | 4.281 | 4.281 | 4.281 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | -> glance_v2.upload_data | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | nova.boot_servers | 22.914 | 22.914 | 22.914 | 22.914 | 22.914 | 22.914 | 100.0% | 1 | | total | 27.195 | 27.195 | 27.195 | 27.195 | 27.195 | 27.195 | 100.0% | 1 | | -> duration | 26.195 | 26.195 | 26.195 | 26.195 | 26.195 | 26.195 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.195485 Full duration: 52.358377 HINTS: * To plot HTML graphics with this data, run: rally task report ec2a1296-8e7a-4d5f-9077-5d5dbea8764d --out output.html * To generate a JUnit report, run: rally task export ec2a1296-8e7a-4d5f-9077-5d5dbea8764d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ec2a1296-8e7a-4d5f-9077-5d5dbea8764d --json --out output.json 2018-08-27 02:17:22,893 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ec2a1296-8e7a-4d5f-9077-5d5dbea8764d', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-27 02:17:25,294 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ec2a1296-8e7a-4d5f-9077-5d5dbea8764d --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-27 02:17:25.202 1322 INFO rally.api [-] Building 'json' report for the following task(s): 'ec2a1296-8e7a-4d5f-9077-5d5dbea8764d'. 2018-08-27 02:17:25.206 1322 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:17:25,295 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ec2a1296-8e7a-4d5f-9077-5d5dbea8764d', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-27 02:17:27,985 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ec2a1296-8e7a-4d5f-9077-5d5dbea8764d --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-27 02:17:27.869 1325 INFO rally.api [-] Building 'html' report for the following task(s): 'ec2a1296-8e7a-4d5f-9077-5d5dbea8764d'. 2018-08-27 02:17:27.890 1325 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:17:27,992 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-27 02:17:27,993 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-27 02:17:27,993 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-08-27 02:17:27,993 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 02:17:28,006 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 02:17:28,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '7965ff43-c081-4cdc-9313-a881592aab29', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'flavor_name': 'rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-27 02:21:25,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee 2018-08-27 02:21:25,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee'] 2018-08-27 02:21:26,779 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee -------------------------------------------------------------------------------- Task 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.912 | 3.912 | 3.912 | 3.912 | 3.912 | 3.912 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 100.0% | 1 | | total | 6.597 | 6.597 | 6.597 | 6.597 | 6.597 | 6.597 | 100.0% | 1 | | -> duration | 6.597 | 6.597 | 6.597 | 6.597 | 6.597 | 6.597 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.596932 Full duration: 26.495881 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 4.124 | 4.124 | 4.124 | 4.124 | 4.124 | 4.124 | 100.0% | 1 | | cinder_v2.delete_volume | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | total | 4.781 | 4.781 | 4.781 | 4.781 | 4.781 | 4.781 | 100.0% | 1 | | -> duration | 4.781 | 4.781 | 4.781 | 4.781 | 4.781 | 4.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.781194 Full duration: 18.301801 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "image": { "name": "rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.614 | 9.614 | 9.614 | 9.614 | 9.614 | 9.614 | 100.0% | 1 | | cinder_v2.delete_volume | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | total | 10.295 | 10.295 | 10.295 | 10.295 | 10.295 | 10.295 | 100.0% | 1 | | -> duration | 10.295 | 10.295 | 10.295 | 10.295 | 10.295 | 10.295 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.294755 Full duration: 25.227433 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 4.233 | 4.233 | 4.233 | 4.233 | 4.233 | 4.233 | 100.0% | 1 | | cinder_v2.delete_volume | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | total | 4.867 | 4.867 | 4.867 | 4.867 | 4.867 | 4.867 | 100.0% | 1 | | -> duration | 4.867 | 4.867 | 4.867 | 4.867 | 4.867 | 4.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.867342 Full duration: 19.387817 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.589 | 3.589 | 3.589 | 3.589 | 3.589 | 3.589 | 100.0% | 1 | | cinder_v2.extend_volume | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | cinder_v2.delete_volume | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | total | 5.026 | 5.026 | 5.026 | 5.026 | 5.026 | 5.026 | 100.0% | 1 | | -> duration | 5.026 | 5.026 | 5.026 | 5.026 | 5.026 | 5.026 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.026394 Full duration: 18.83441 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.738 | 3.738 | 3.738 | 3.738 | 3.738 | 3.738 | 100.0% | 1 | | cinder_v2.delete_volume | 3.051 | 3.051 | 3.051 | 3.051 | 3.051 | 3.051 | 100.0% | 1 | | total | 6.789 | 6.789 | 6.789 | 6.789 | 6.789 | 6.789 | 100.0% | 1 | | -> duration | 6.789 | 6.789 | 6.789 | 6.789 | 6.789 | 6.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.78914 Full duration: 26.734187 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "write_iops_sec": "10", "consumer": "both", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | cinder_v2.list_qos | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 100.0% | 1 | | total | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | -> duration | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.04862 Full duration: 17.110321 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "set_read_iops_sec": "1001", "set_consumer": "both", "read_iops_sec": "1000", "set_write_iops_sec": "11", "write_iops_sec": "10", "consumer": "back-end" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | cinder_v2.set_qos | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | -> duration | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.162006 Full duration: 16.856276 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | cinder_v2.list_types | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 100.0% | 1 | | total | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | -> duration | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.054348 Full duration: 17.034445 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "control_location": "front-end", "cipher": "aes-xts-plain64", "description": "rally tests creating types", "key_size": 512, "provider": "LuksEncryptor" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | -> duration | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.143093 Full duration: 17.142402 HINTS: * To plot HTML graphics with this data, run: rally task report 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee --out output.html * To generate a JUnit report, run: rally task export 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee --json --out output.json 2018-08-27 02:21:26,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-27 02:21:29,399 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-27 02:21:29.296 3114 INFO rally.api [-] Building 'json' report for the following task(s): '54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee'. 2018-08-27 02:21:29.306 3114 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:21:29,400 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-27 02:21:32,011 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-27 02:21:31.888 3117 INFO rally.api [-] Building 'html' report for the following task(s): '54de94eb-6ebd-4b54-80d2-f1c5dc7e64ee'. 2018-08-27 02:21:31.916 3117 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:21:32,025 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-27 02:21:32,025 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-27 02:21:32,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-gnocchi.yaml 2018-08-27 02:21:32,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 02:21:32,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 02:21:32,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['gnocchi'], 'concurrency': 4, 'netid': '7965ff43-c081-4cdc-9313-a881592aab29', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'flavor_name': 'rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-27 02:24:06,153 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2c4a53f8-1033-45c1-85f6-2179a0993bef 2018-08-27 02:24:06,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2c4a53f8-1033-45c1-85f6-2179a0993bef'] 2018-08-27 02:24:06,958 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2c4a53f8-1033-45c1-85f6-2179a0993bef -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef: finished -------------------------------------------------------------------------------- test scenario Gnocchi.list_capabilities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_capabilities | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | total | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.715983 Full duration: 10.850226 -------------------------------------------------------------------------------- test scenario Gnocchi.get_status args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "detailed": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.get_status | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.738094 Full duration: 10.411939 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.list_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy_rule | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | total | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> duration | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.702896 Full duration: 10.353317 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.create_delete_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "metric_pattern": "cpu_*", "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy_rule | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 100.0% | 1 | | total | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | -> duration | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.038953 Full duration: 11.498268 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.list_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724563 Full duration: 10.616068 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.create_delete_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "definition": [ { "timespan": "1:00:00", "granularity": "0:00:01" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | -> duration | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.112696 Full duration: 11.573596 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.list_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_resource_type | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | total | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> duration | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.683324 Full duration: 9.97704 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.create_delete_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "attributes": { "foo": { "required": false, "type": "string" }, "bar": { "required": true, "type": "number" } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource_type | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 100.0% | 1 | | total | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 100.0% | 1 | | -> duration | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.872323 Full duration: 12.14054 -------------------------------------------------------------------------------- test scenario GnocchiMetric.list_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "limit": 10000 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_metric | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.693629 Full duration: 10.449761 -------------------------------------------------------------------------------- test scenario GnocchiMetric.create_delete_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_metric | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | gnocchi.delete_metric | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 100.0% | 1 | | total | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 100.0% | 1 | | -> duration | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.340445 Full duration: 11.596917 -------------------------------------------------------------------------------- test scenario GnocchiResource.create_delete_resource args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c4a53f8-1033-45c1-85f6-2179a0993bef has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | gnocchi.delete_resource | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | total | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 100.0% | 1 | | -> duration | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.065334 Full duration: 11.616898 HINTS: * To plot HTML graphics with this data, run: rally task report 2c4a53f8-1033-45c1-85f6-2179a0993bef --out output.html * To generate a JUnit report, run: rally task export 2c4a53f8-1033-45c1-85f6-2179a0993bef --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2c4a53f8-1033-45c1-85f6-2179a0993bef --json --out output.json 2018-08-27 02:24:06,959 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2c4a53f8-1033-45c1-85f6-2179a0993bef', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-27 02:24:09,438 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2c4a53f8-1033-45c1-85f6-2179a0993bef --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-27 02:24:09.344 4252 INFO rally.api [-] Building 'json' report for the following task(s): '2c4a53f8-1033-45c1-85f6-2179a0993bef'. 2018-08-27 02:24:09.353 4252 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:24:09,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2c4a53f8-1033-45c1-85f6-2179a0993bef', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-27 02:24:11,920 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2c4a53f8-1033-45c1-85f6-2179a0993bef --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-27 02:24:11.805 4255 INFO rally.api [-] Building 'html' report for the following task(s): '2c4a53f8-1033-45c1-85f6-2179a0993bef'. 2018-08-27 02:24:11.832 4255 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:24:11,933 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-27 02:24:11,933 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-27 02:24:11,934 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-08-27 02:24:11,934 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 02:24:11,947 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 02:24:11,947 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '7965ff43-c081-4cdc-9313-a881592aab29', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'flavor_name': 'rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-27 02:26:42,819 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 915e0882-0b46-4584-be0a-a9a0ac515fe4 2018-08-27 02:26:42,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '915e0882-0b46-4584-be0a-a9a0ac515fe4'] 2018-08-27 02:26:43,756 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 915e0882-0b46-4584-be0a-a9a0ac515fe4 -------------------------------------------------------------------------------- Task 915e0882-0b46-4584-be0a-a9a0ac515fe4: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 915e0882-0b46-4584-be0a-a9a0ac515fe4 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 8.383 | 8.383 | 8.383 | 8.383 | 8.383 | 8.383 | 100.0% | 1 | | heat.update_stack | 6.31 | 6.31 | 6.31 | 6.31 | 6.31 | 6.31 | 100.0% | 1 | | heat.delete_stack | 3.933 | 3.933 | 3.933 | 3.933 | 3.933 | 3.933 | 100.0% | 1 | | total | 18.626 | 18.626 | 18.626 | 18.626 | 18.626 | 18.626 | 100.0% | 1 | | -> duration | 14.626 | 14.626 | 14.626 | 14.626 | 14.626 | 14.626 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.625572 Full duration: 34.857882 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 915e0882-0b46-4584-be0a-a9a0ac515fe4 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 8.492 | 8.492 | 8.492 | 8.492 | 8.492 | 8.492 | 100.0% | 1 | | heat.check_stack | 3.715 | 3.715 | 3.715 | 3.715 | 3.715 | 3.715 | 100.0% | 1 | | heat.delete_stack | 2.561 | 2.561 | 2.561 | 2.561 | 2.561 | 2.561 | 100.0% | 1 | | total | 14.768 | 14.768 | 14.768 | 14.768 | 14.768 | 14.768 | 100.0% | 1 | | -> duration | 12.768 | 12.768 | 12.768 | 12.768 | 12.768 | 12.768 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.768432 Full duration: 31.032176 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 915e0882-0b46-4584-be0a-a9a0ac515fe4 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 6.314 | 6.314 | 6.314 | 6.314 | 6.314 | 6.314 | 100.0% | 1 | | heat.suspend_stack | 1.693 | 1.693 | 1.693 | 1.693 | 1.693 | 1.693 | 100.0% | 1 | | heat.resume_stack | 1.918 | 1.918 | 1.918 | 1.918 | 1.918 | 1.918 | 100.0% | 1 | | heat.delete_stack | 2.866 | 2.866 | 2.866 | 2.866 | 2.866 | 2.866 | 100.0% | 1 | | total | 12.791 | 12.791 | 12.791 | 12.791 | 12.791 | 12.791 | 100.0% | 1 | | -> duration | 10.791 | 10.791 | 10.791 | 10.791 | 10.791 | 10.791 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.790793 Full duration: 28.668677 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 915e0882-0b46-4584-be0a-a9a0ac515fe4 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | total | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> duration | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.86643 Full duration: 16.757834 HINTS: * To plot HTML graphics with this data, run: rally task report 915e0882-0b46-4584-be0a-a9a0ac515fe4 --out output.html * To generate a JUnit report, run: rally task export 915e0882-0b46-4584-be0a-a9a0ac515fe4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 915e0882-0b46-4584-be0a-a9a0ac515fe4 --json --out output.json 2018-08-27 02:26:43,757 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '915e0882-0b46-4584-be0a-a9a0ac515fe4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-27 02:26:46,412 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 915e0882-0b46-4584-be0a-a9a0ac515fe4 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-27 02:26:46.314 5168 INFO rally.api [-] Building 'json' report for the following task(s): '915e0882-0b46-4584-be0a-a9a0ac515fe4'. 2018-08-27 02:26:46.318 5168 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:26:46,412 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '915e0882-0b46-4584-be0a-a9a0ac515fe4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-27 02:26:49,002 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 915e0882-0b46-4584-be0a-a9a0ac515fe4 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-27 02:26:48.887 5171 INFO rally.api [-] Building 'html' report for the following task(s): '915e0882-0b46-4584-be0a-a9a0ac515fe4'. 2018-08-27 02:26:48.908 5171 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:26:49,008 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-27 02:26:49,008 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-27 02:26:49,009 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-08-27 02:26:49,009 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 02:26:49,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 02:26:49,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '7965ff43-c081-4cdc-9313-a881592aab29', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'flavor_name': 'rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-27 02:31:16,960 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0d802e03-b171-4797-8ac0-7080b47cf1ac 2018-08-27 02:31:16,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0d802e03-b171-4797-8ac0-7080b47cf1ac'] 2018-08-27 02:31:17,989 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0d802e03-b171-4797-8ac0-7080b47cf1ac -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | keystone_v3.add_role | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | keystone_v3.revoke_role | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | total | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 100.0% | 1 | | -> duration | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.291358 Full duration: 20.570422 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | keystone_v3.add_role | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 100.0% | 1 | | keystone_v3.list_roles | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 1.361 | 1.361 | 1.361 | 1.361 | 1.361 | 1.361 | 100.0% | 1 | | -> duration | 1.361 | 1.361 | 1.361 | 1.361 | 1.361 | 1.361 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.360647 Full duration: 20.244796 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | keystone_v3.list_projects | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 100.0% | 1 | | -> duration | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.414995 Full duration: 20.44053 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | keystone_v3.delete_role | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928491 Full duration: 17.464863 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | keystone_v3.delete_service | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | -> duration | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.101485 Full duration: 17.582314 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | keystone_v3.create_user | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | -> keystone_v3.add_role | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | keystone_v3.create_role | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | keystone_v3.get_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.get_user | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 100.0% | 1 | | keystone_v3.get_role | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | keystone_v3.list_services | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | keystone_v3.get_services | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 3.277 | 3.277 | 3.277 | 3.277 | 3.277 | 3.277 | 100.0% | 1 | | -> duration | 3.277 | 3.277 | 3.277 | 3.277 | 3.277 | 3.277 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.276892 Full duration: 27.361042 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 100.0% | 1 | | keystone_v3.update_project | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | keystone_v3.delete_project | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 100.0% | 1 | | -> duration | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.630187 Full duration: 17.590689 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | total | 1.469 | 1.469 | 1.469 | 1.469 | 1.469 | 1.469 | 100.0% | 1 | | -> duration | 1.469 | 1.469 | 1.469 | 1.469 | 1.469 | 1.469 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.468921 Full duration: 20.822187 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 100.0% | 1 | | total | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 100.0% | 1 | | -> duration | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.3028 Full duration: 20.531362 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 100.0% | 1 | | keystone_v3.list_users | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 1.529 | 1.529 | 1.529 | 1.529 | 1.529 | 1.529 | 100.0% | 1 | | -> duration | 1.529 | 1.529 | 1.529 | 1.529 | 1.529 | 1.529 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.52915 Full duration: 20.648738 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0d802e03-b171-4797-8ac0-7080b47cf1ac has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.118 | 1.118 | 1.118 | 1.118 | 1.118 | 1.118 | 100.0% | 1 | | keystone_v3.create_users | 8.98 | 8.98 | 8.98 | 8.98 | 8.98 | 8.98 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 8.98 | 8.98 | 8.98 | 8.98 | 8.98 | 8.98 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.058 | 2.058 | 2.058 | 2.058 | 2.058 | 2.058 | 100.0% | 1 | | total | 11.954 | 11.954 | 11.954 | 11.954 | 11.954 | 11.954 | 100.0% | 1 | | -> duration | 11.954 | 11.954 | 11.954 | 11.954 | 11.954 | 11.954 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.954391 Full duration: 34.155564 HINTS: * To plot HTML graphics with this data, run: rally task report 0d802e03-b171-4797-8ac0-7080b47cf1ac --out output.html * To generate a JUnit report, run: rally task export 0d802e03-b171-4797-8ac0-7080b47cf1ac --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0d802e03-b171-4797-8ac0-7080b47cf1ac --json --out output.json 2018-08-27 02:31:17,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0d802e03-b171-4797-8ac0-7080b47cf1ac', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-27 02:31:20,552 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0d802e03-b171-4797-8ac0-7080b47cf1ac --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-27 02:31:20.447 7086 INFO rally.api [-] Building 'json' report for the following task(s): '0d802e03-b171-4797-8ac0-7080b47cf1ac'. 2018-08-27 02:31:20.457 7086 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:31:20,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0d802e03-b171-4797-8ac0-7080b47cf1ac', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-27 02:31:23,020 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0d802e03-b171-4797-8ac0-7080b47cf1ac --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-27 02:31:22.893 7089 INFO rally.api [-] Building 'html' report for the following task(s): '0d802e03-b171-4797-8ac0-7080b47cf1ac'. 2018-08-27 02:31:22.922 7089 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:31:23,035 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-27 02:31:23,035 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-27 02:31:23,036 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-08-27 02:31:23,036 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 02:31:23,047 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 02:31:23,048 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '7965ff43-c081-4cdc-9313-a881592aab29', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'flavor_name': 'rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-27 02:38:18,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3dee5d43-5833-4d0e-9cbc-0458c770e582 2018-08-27 02:38:18,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3dee5d43-5833-4d0e-9cbc-0458c770e582'] 2018-08-27 02:38:19,431 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3dee5d43-5833-4d0e-9cbc-0458c770e582 -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | neutron.delete_network | 1.057 | 1.057 | 1.057 | 1.057 | 1.057 | 1.057 | 100.0% | 1 | | total | 2.208 | 2.208 | 2.208 | 2.208 | 2.208 | 2.208 | 100.0% | 1 | | -> duration | 2.208 | 2.208 | 2.208 | 2.208 | 2.208 | 2.208 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.208067 Full duration: 19.949662 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 100.0% | 1 | | neutron.delete_port | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | total | 2.516 | 2.516 | 2.516 | 2.516 | 2.516 | 2.516 | 100.0% | 1 | | -> duration | 2.516 | 2.516 | 2.516 | 2.516 | 2.516 | 2.516 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.516002 Full duration: 40.011827 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "router": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | neutron.create_subnet | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 100.0% | 1 | | neutron.create_router | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | neutron.add_interface_router | 2.238 | 2.238 | 2.238 | 2.238 | 2.238 | 2.238 | 100.0% | 1 | | neutron.remove_interface_router | 1.824 | 1.824 | 1.824 | 1.824 | 1.824 | 1.824 | 100.0% | 1 | | neutron.delete_router | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | total | 7.601 | 7.601 | 7.601 | 7.601 | 7.601 | 7.601 | 100.0% | 1 | | -> duration | 7.601 | 7.601 | 7.601 | 7.601 | 7.601 | 7.601 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.600815 Full duration: 49.755431 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 100.0% | 1 | | neutron.delete_subnet | 1.919 | 1.919 | 1.919 | 1.919 | 1.919 | 1.919 | 100.0% | 1 | | total | 3.663 | 3.663 | 3.663 | 3.663 | 3.663 | 3.663 | 100.0% | 1 | | -> duration | 3.663 | 3.663 | 3.663 | 3.663 | 3.663 | 3.663 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.663308 Full duration: 41.461831 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | neutron.list_networks | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | total | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 100.0% | 1 | | -> duration | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.565938 Full duration: 21.693202 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 100.0% | 1 | | neutron.list_ports | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | total | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 100.0% | 1 | | -> duration | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.877752 Full duration: 41.743208 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1, "router": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 100.0% | 1 | | neutron.create_subnet | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | neutron.create_router | 0.452 | 0.452 | 0.452 | 0.452 | 0.452 | 0.452 | 100.0% | 1 | | neutron.add_interface_router | 1.963 | 1.963 | 1.963 | 1.963 | 1.963 | 1.963 | 100.0% | 1 | | neutron.list_routers | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 100.0% | 1 | | total | 4.849 | 4.849 | 4.849 | 4.849 | 4.849 | 4.849 | 100.0% | 1 | | -> duration | 4.849 | 4.849 | 4.849 | 4.849 | 4.849 | 4.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.849087 Full duration: 54.364742 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | neutron.create_subnet | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | neutron.list_subnets | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | total | 2.642 | 2.642 | 2.642 | 2.642 | 2.642 | 2.642 | 100.0% | 1 | | -> duration | 2.642 | 2.642 | 2.642 | 2.642 | 2.642 | 2.642 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.641945 Full duration: 45.610749 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | neutron.delete_security_group | 0.42 | 0.42 | 0.42 | 0.42 | 0.42 | 0.42 | 100.0% | 1 | | total | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 100.0% | 1 | | -> duration | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.365489 Full duration: 19.372372 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | neutron.create_security_group_rule | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | neutron.delete_security_group | 0.382 | 0.382 | 0.382 | 0.382 | 0.382 | 0.382 | 100.0% | 1 | | total | 2.238 | 2.238 | 2.238 | 2.238 | 2.238 | 2.238 | 100.0% | 1 | | -> duration | 2.238 | 2.238 | 2.238 | 2.238 | 2.238 | 2.238 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.237677 Full duration: 19.918262 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "admin" ], "quotas": { "neutron": { "router": -1, "network": -1 } } }, "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3dee5d43-5833-4d0e-9cbc-0458c770e582 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.172 | 1.172 | 1.172 | 1.172 | 1.172 | 1.172 | 100.0% | 1 | | neutron.create_router | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | neutron.add_gateway_router | 1.944 | 1.944 | 1.944 | 1.944 | 1.944 | 1.944 | 100.0% | 1 | | neutron.remove_gateway_router | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 100.0% | 1 | | total | 5.5 | 5.5 | 5.5 | 5.5 | 5.5 | 5.5 | 100.0% | 1 | | -> duration | 5.5 | 5.5 | 5.5 | 5.5 | 5.5 | 5.5 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.500356 Full duration: 33.831325 HINTS: * To plot HTML graphics with this data, run: rally task report 3dee5d43-5833-4d0e-9cbc-0458c770e582 --out output.html * To generate a JUnit report, run: rally task export 3dee5d43-5833-4d0e-9cbc-0458c770e582 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3dee5d43-5833-4d0e-9cbc-0458c770e582 --json --out output.json 2018-08-27 02:38:19,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3dee5d43-5833-4d0e-9cbc-0458c770e582', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-27 02:38:21,906 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3dee5d43-5833-4d0e-9cbc-0458c770e582 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-27 02:38:21.791 10384 INFO rally.api [-] Building 'json' report for the following task(s): '3dee5d43-5833-4d0e-9cbc-0458c770e582'. 2018-08-27 02:38:21.803 10384 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:38:21,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3dee5d43-5833-4d0e-9cbc-0458c770e582', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-27 02:38:24,410 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3dee5d43-5833-4d0e-9cbc-0458c770e582 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-27 02:38:24.276 10387 INFO rally.api [-] Building 'html' report for the following task(s): '3dee5d43-5833-4d0e-9cbc-0458c770e582'. 2018-08-27 02:38:24.308 10387 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:38:24,422 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-27 02:38:24,423 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-27 02:38:24,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-08-27 02:38:24,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 02:38:24,431 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 02:38:24,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '7965ff43-c081-4cdc-9313-a881592aab29', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'flavor_name': 'rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-27 02:40:00,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 675463d5-e7ec-4526-a72c-b35cdee89b09 2018-08-27 02:40:00,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '675463d5-e7ec-4526-a72c-b35cdee89b09'] 2018-08-27 02:40:00,991 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 675463d5-e7ec-4526-a72c-b35cdee89b09 -------------------------------------------------------------------------------- Task 675463d5-e7ec-4526-a72c-b35cdee89b09: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e" }, "image": { "name": "rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e" }, "nics": [ { "net-id": "7965ff43-c081-4cdc-9313-a881592aab29" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 675463d5-e7ec-4526-a72c-b35cdee89b09 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/servers.py", line 720, in run self._live_migrate(server, block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 91, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/utils.py", line 819, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 15.369 | 15.369 | 15.369 | 15.369 | 15.369 | 15.369 | 100.0% | 1 | | nova.live_migrate | 15.56 | 15.56 | 15.56 | 15.56 | 15.56 | 15.56 | 0.0% | 1 | | total | 30.93 | 30.93 | 30.93 | 30.93 | 30.93 | 30.93 | 0.0% | 1 | | -> duration | 29.93 | 29.93 | 29.93 | 29.93 | 29.93 | 29.93 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.929534 Full duration: 51.186196 HINTS: * To plot HTML graphics with this data, run: rally task report 675463d5-e7ec-4526-a72c-b35cdee89b09 --out output.html * To generate a JUnit report, run: rally task export 675463d5-e7ec-4526-a72c-b35cdee89b09 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 675463d5-e7ec-4526-a72c-b35cdee89b09 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-27 02:40:00,991 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '675463d5-e7ec-4526-a72c-b35cdee89b09', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-27 02:40:03,557 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 675463d5-e7ec-4526-a72c-b35cdee89b09 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-27 02:40:03.462 10622 INFO rally.api [-] Building 'json' report for the following task(s): '675463d5-e7ec-4526-a72c-b35cdee89b09'. 2018-08-27 02:40:03.464 10622 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:40:03,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '675463d5-e7ec-4526-a72c-b35cdee89b09', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-27 02:40:05,964 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 675463d5-e7ec-4526-a72c-b35cdee89b09 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-27 02:40:05.848 10625 INFO rally.api [-] Building 'html' report for the following task(s): '675463d5-e7ec-4526-a72c-b35cdee89b09'. 2018-08-27 02:40:05.865 10625 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:40:05,965 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-27 02:40:05,966 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-27 02:40:05,966 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-08-27 02:40:05,966 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 02:40:05,976 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 02:40:05,976 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '7965ff43-c081-4cdc-9313-a881592aab29', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'flavor_name': 'rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-27 02:41:18,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8827f6fb-3e00-46c2-b820-4e892a2a789d 2018-08-27 02:41:18,513 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '8827f6fb-3e00-46c2-b820-4e892a2a789d'] 2018-08-27 02:41:19,489 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 8827f6fb-3e00-46c2-b820-4e892a2a789d -------------------------------------------------------------------------------- Task 8827f6fb-3e00-46c2-b820-4e892a2a789d: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 8827f6fb-3e00-46c2-b820-4e892a2a789d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | quotas.delete_quotas | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | total | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 100.0% | 1 | | -> duration | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.12295 Full duration: 12.508295 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 8827f6fb-3e00-46c2-b820-4e892a2a789d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | total | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | -> duration | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.873037 Full duration: 12.555399 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 8827f6fb-3e00-46c2-b820-4e892a2a789d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | total | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> duration | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.932234 Full duration: 12.59907 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 8827f6fb-3e00-46c2-b820-4e892a2a789d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | total | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | -> duration | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.329892 Full duration: 12.706343 HINTS: * To plot HTML graphics with this data, run: rally task report 8827f6fb-3e00-46c2-b820-4e892a2a789d --out output.html * To generate a JUnit report, run: rally task export 8827f6fb-3e00-46c2-b820-4e892a2a789d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8827f6fb-3e00-46c2-b820-4e892a2a789d --json --out output.json 2018-08-27 02:41:19,490 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '8827f6fb-3e00-46c2-b820-4e892a2a789d', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-27 02:41:22,005 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 8827f6fb-3e00-46c2-b820-4e892a2a789d --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-27 02:41:21.918 11138 INFO rally.api [-] Building 'json' report for the following task(s): '8827f6fb-3e00-46c2-b820-4e892a2a789d'. 2018-08-27 02:41:21.922 11138 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:41:22,006 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '8827f6fb-3e00-46c2-b820-4e892a2a789d', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-27 02:41:24,481 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 8827f6fb-3e00-46c2-b820-4e892a2a789d --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-27 02:41:24.378 11141 INFO rally.api [-] Building 'html' report for the following task(s): '8827f6fb-3e00-46c2-b820-4e892a2a789d'. 2018-08-27 02:41:24.397 11141 INFO rally.api [-] The report has been successfully built. 2018-08-27 02:41:24,486 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-27 02:41:24,489 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 01:06 | 6 | 100.00% | | glance | 01:42 | 4 | 100.00% | | cinder | 03:23 | 10 | 100.00% | | gnocchi | 02:01 | 11 | 100.00% | | heat | 01:51 | 4 | 100.00% | | keystone | 03:57 | 11 | 100.00% | | neutron | 06:27 | 11 | 100.00% | | nova | 00:51 | 1 | 0.00% | | quotas | 00:50 | 4 | 100.00% | | | | | | | TOTAL: | 00:22:10 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-27 02:41:24,490 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-27 02:41:24,615 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 02:41:24,615 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 28:01 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-27 02:41:24,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 02:41:24,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:41:24,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:41:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6a42c86-afa6-4f8c-a65c-7b216bab22a6 x-compute-request-id: req-b6a42c86-afa6-4f8c-a65c-7b216bab22a6 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2d9ceb13-b61f-4d08-85ea-fc4fe1818b75"}, {"name": "rally_sanity-flavor_alt_7ac89d25-68b1-4068-96c4-6843e3cf545e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/b0a168a7-b24a-4f39-a05c-3517de011472", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/b0a168a7-b24a-4f39-a05c-3517de011472", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "b0a168a7-b24a-4f39-a05c-3517de011472"}]} 2018-08-27 02:41:24,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b6a42c86-afa6-4f8c-a65c-7b216bab22a6 2018-08-27 02:41:24,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.281996011734s 2018-08-27 02:41:24,901 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b6a42c86-afa6-4f8c-a65c-7b216bab22a6 2018-08-27 02:41:24,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 02:41:24,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/b0a168a7-b24a-4f39-a05c-3517de011472 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:41:24,939 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 02:41:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9fadbda7-6895-426f-b252-b2955787cd8d x-compute-request-id: req-9fadbda7-6895-426f-b252-b2955787cd8d Content-Length: 0 Content-Type: application/json 2018-08-27 02:41:24,939 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/b0a168a7-b24a-4f39-a05c-3517de011472 used request id req-9fadbda7-6895-426f-b252-b2955787cd8d 2018-08-27 02:41:24,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0365118980408s 2018-08-27 02:41:24,940 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/b0a168a7-b24a-4f39-a05c-3517de011472 used request id req-9fadbda7-6895-426f-b252-b2955787cd8d 2018-08-27 02:41:24,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 02:41:24,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/f9968930-3abc-4581-b1c9-be64be56c8a9/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" -d '{"subnet_id": "5a7db4fb-831e-416f-95e9-f9f288e23cba"}' 2018-08-27 02:41:26,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bc61ce76-a0ed-436f-b714-a9dee69096d9 Date: Mon, 27 Aug 2018 02:41:26 GMT RESP BODY: {"network_id": "7965ff43-c081-4cdc-9313-a881592aab29", "tenant_id": "7aa6dee64bcb46e98e278646a99251bd", "subnet_id": "5a7db4fb-831e-416f-95e9-f9f288e23cba", "subnet_ids": ["5a7db4fb-831e-416f-95e9-f9f288e23cba"], "port_id": "0ead38f6-7301-4b3d-a372-45e459f108c0", "id": "f9968930-3abc-4581-b1c9-be64be56c8a9"} 2018-08-27 02:41:26,847 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/f9968930-3abc-4581-b1c9-be64be56c8a9/remove_router_interface.json used request id req-bc61ce76-a0ed-436f-b714-a9dee69096d9 2018-08-27 02:41:26,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.9069340229s 2018-08-27 02:41:26,848 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/f9968930-3abc-4581-b1c9-be64be56c8a9/remove_router_interface.json used request id req-bc61ce76-a0ed-436f-b714-a9dee69096d9 returning object f9968930-3abc-4581-b1c9-be64be56c8a9 2018-08-27 02:41:26,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 02:41:26,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:41:27,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-754d7cc7-ab0a-433e-adde-14e11dab8594 Date: Mon, 27 Aug 2018 02:41:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "7aa6dee64bcb46e98e278646a99251bd", "created_at": "2018-08-27T02:13:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T02:41:26Z", "revision_number": 4, "routes": [], "project_id": "7aa6dee64bcb46e98e278646a99251bd", "id": "f9968930-3abc-4581-b1c9-be64be56c8a9", "name": "rally_sanity-router_7ac89d25-68b1-4068-96c4-6843e3cf545e"}]} 2018-08-27 02:41:27,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-754d7cc7-ab0a-433e-adde-14e11dab8594 2018-08-27 02:41:27,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.397078990936s 2018-08-27 02:41:27,245 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-754d7cc7-ab0a-433e-adde-14e11dab8594 2018-08-27 02:41:27,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 02:41:27,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/f9968930-3abc-4581-b1c9-be64be56c8a9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:41:29,238 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0eb42f15-2602-4fbc-b81d-c739d823a068 Content-Length: 0 Date: Mon, 27 Aug 2018 02:41:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:41:29,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/f9968930-3abc-4581-b1c9-be64be56c8a9.json used request id req-0eb42f15-2602-4fbc-b81d-c739d823a068 2018-08-27 02:41:29,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.99226689339s 2018-08-27 02:41:29,239 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/f9968930-3abc-4581-b1c9-be64be56c8a9.json used request id req-0eb42f15-2602-4fbc-b81d-c739d823a068 2018-08-27 02:41:29,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 02:41:29,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:41:29,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-31c83b4c-a492-44f8-b10c-70375d59c254 Date: Mon, 27 Aug 2018 02:41:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7965ff43-c081-4cdc-9313-a881592aab29","tenant_id":"7aa6dee64bcb46e98e278646a99251bd","created_at":"2018-08-27T02:13:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T02:13:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"7aa6dee64bcb46e98e278646a99251bd","id":"5a7db4fb-831e-416f-95e9-f9f288e23cba","subnetpool_id":null,"name":"rally_sanity-subnet_7ac89d25-68b1-4068-96c4-6843e3cf545e"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 02:41:29,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-31c83b4c-a492-44f8-b10c-70375d59c254 2018-08-27 02:41:29,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.716567993164s 2018-08-27 02:41:29,956 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-31c83b4c-a492-44f8-b10c-70375d59c254 2018-08-27 02:41:29,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 02:41:29,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/5a7db4fb-831e-416f-95e9-f9f288e23cba.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:41:32,234 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-27b34543-2d43-43b2-b4f0-1d26cb393853 Date: Mon, 27 Aug 2018 02:41:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:41:32,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/5a7db4fb-831e-416f-95e9-f9f288e23cba.json used request id req-27b34543-2d43-43b2-b4f0-1d26cb393853 2018-08-27 02:41:32,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27593612671s 2018-08-27 02:41:32,234 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/5a7db4fb-831e-416f-95e9-f9f288e23cba.json used request id req-27b34543-2d43-43b2-b4f0-1d26cb393853 2018-08-27 02:41:32,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 02:41:32,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:41:33,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-8f4053e3-7c8c-4200-904d-798cb96ea811 Date: Mon, 27 Aug 2018 02:41:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7965ff43-c081-4cdc-9313-a881592aab29","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"7aa6dee64bcb46e98e278646a99251bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T02:41:31Z","provider:segmentation_id":30,"name":"rally_sanity-net_7ac89d25-68b1-4068-96c4-6843e3cf545e","admin_state_up":true,"tenant_id":"7aa6dee64bcb46e98e278646a99251bd","created_at":"2018-08-27T02:13:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 02:41:33,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8f4053e3-7c8c-4200-904d-798cb96ea811 2018-08-27 02:41:33,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.784515142441s 2018-08-27 02:41:33,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8f4053e3-7c8c-4200-904d-798cb96ea811 2018-08-27 02:41:33,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 02:41:33,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/7965ff43-c081-4cdc-9313-a881592aab29.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:41:34,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-994114a1-4b56-4075-858e-e33489905db4 Date: Mon, 27 Aug 2018 02:41:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:41:34,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/7965ff43-c081-4cdc-9313-a881592aab29.json used request id req-994114a1-4b56-4075-858e-e33489905db4 2018-08-27 02:41:34,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.32730913162s 2018-08-27 02:41:34,349 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/7965ff43-c081-4cdc-9313-a881592aab29.json used request id req-994114a1-4b56-4075-858e-e33489905db4 2018-08-27 02:41:34,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:41:34,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:41:34,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-30feb39a-4e76-44b1-a948-519a0737a2d8 Date: Mon, 27 Aug 2018 02:41:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:13:31Z", "file": "/v2/images/888f4146-e2ef-49c5-a061-d423c509092b/file", "owner": "7aa6dee64bcb46e98e278646a99251bd", "id": "888f4146-e2ef-49c5-a061-d423c509092b", "size": 12716032, "self": "/v2/images/888f4146-e2ef-49c5-a061-d423c509092b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/888f4146-e2ef-49c5-a061-d423c509092b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/888f4146-e2ef-49c5-a061-d423c509092b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_7ac89d25-68b1-4068-96c4-6843e3cf545e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:13:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:41:34,648 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-30feb39a-4e76-44b1-a948-519a0737a2d8 2018-08-27 02:41:34,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.294238090515s 2018-08-27 02:41:34,648 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-30feb39a-4e76-44b1-a948-519a0737a2d8 2018-08-27 02:41:34,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 02:41:34,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/888f4146-e2ef-49c5-a061-d423c509092b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64406c4dadf7308a653fa9b0b957b8cb4b20f1b6" 2018-08-27 02:41:35,271 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0ffbf762-72b5-4770-a4ee-5d15431f266d Date: Mon, 27 Aug 2018 02:41:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:41:35,271 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/888f4146-e2ef-49c5-a061-d423c509092b used request id req-0ffbf762-72b5-4770-a4ee-5d15431f266d 2018-08-27 02:41:35,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.620648145676s 2018-08-27 02:41:35,271 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/888f4146-e2ef-49c5-a061-d423c509092b used request id req-0ffbf762-72b5-4770-a4ee-5d15431f266d 2018-08-27 02:41:35,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 02:41:35,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:41:35,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:41:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f04b98f-abe8-4a6a-8e27-550253890c8b x-compute-request-id: req-5f04b98f-abe8-4a6a-8e27-550253890c8b Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_7ac89d25-68b1-4068-96c4-6843e3cf545e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2d9ceb13-b61f-4d08-85ea-fc4fe1818b75"}]} 2018-08-27 02:41:35,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-5f04b98f-abe8-4a6a-8e27-550253890c8b 2018-08-27 02:41:35,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241839885712s 2018-08-27 02:41:35,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-5f04b98f-abe8-4a6a-8e27-550253890c8b 2018-08-27 02:41:35,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 02:41:35,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:41:35,340 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 02:41:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62a952b7-f50c-4a11-a2b5-e85819913432 x-compute-request-id: req-62a952b7-f50c-4a11-a2b5-e85819913432 Content-Length: 0 Content-Type: application/json 2018-08-27 02:41:35,340 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75 used request id req-62a952b7-f50c-4a11-a2b5-e85819913432 2018-08-27 02:41:35,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0422170162201s 2018-08-27 02:41:35,341 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2d9ceb13-b61f-4d08-85ea-fc4fe1818b75 used request id req-62a952b7-f50c-4a11-a2b5-e85819913432 2018-08-27 02:41:35,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 02:41:35,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:41:35,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2575d7f5-a280-473a-98ae-e3ab08b73a14 Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_7ac89d25-68b1-4068-96c4-6843e3cf545e", "links": {"self": "http://172.30.9.26:5000/v3/users/b08f5c7785724d898819957720303711"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b08f5c7785724d898819957720303711", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 02:41:35,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2575d7f5-a280-473a-98ae-e3ab08b73a14 2018-08-27 02:41:35,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.22353386879s 2018-08-27 02:41:35,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2575d7f5-a280-473a-98ae-e3ab08b73a14 2018-08-27 02:41:35,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 02:41:35,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/b08f5c7785724d898819957720303711 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:41:35,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec94a690-8f1f-402c-be30-a90301885dfb Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_7ac89d25-68b1-4068-96c4-6843e3cf545e", "links": {"self": "http://172.30.9.26:5000/v3/users/b08f5c7785724d898819957720303711"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b08f5c7785724d898819957720303711", "description": null}} 2018-08-27 02:41:35,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/b08f5c7785724d898819957720303711 used request id req-ec94a690-8f1f-402c-be30-a90301885dfb 2018-08-27 02:41:35,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217750787735s 2018-08-27 02:41:35,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/b08f5c7785724d898819957720303711 used request id req-ec94a690-8f1f-402c-be30-a90301885dfb 2018-08-27 02:41:35,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 02:41:35,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/b08f5c7785724d898819957720303711 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:41:36,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 02:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf94f345-d419-48d6-adc0-7e44f75ccf4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 02:41:36,088 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b08f5c7785724d898819957720303711 used request id req-cf94f345-d419-48d6-adc0-7e44f75ccf4b 2018-08-27 02:41:36,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.297466039658s 2018-08-27 02:41:36,088 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b08f5c7785724d898819957720303711 used request id req-cf94f345-d419-48d6-adc0-7e44f75ccf4b 2018-08-27 02:41:36,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 02:41:36,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:41:36,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6af4392c-390c-49a9-915c-ad4f0d408fd7 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd"}, "tags": [], "enabled": true, "id": "7aa6dee64bcb46e98e278646a99251bd", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7ac89d25-68b1-4068-96c4-6843e3cf545e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 02:41:36,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-6af4392c-390c-49a9-915c-ad4f0d408fd7 2018-08-27 02:41:36,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188034772873s 2018-08-27 02:41:36,283 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-6af4392c-390c-49a9-915c-ad4f0d408fd7 2018-08-27 02:41:36,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 02:41:36,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5210a3138f840e39e58b92312ac6b494eb983ce0" 2018-08-27 02:41:36,587 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 02:41:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d50bc917-b5d0-4e65-ae12-40530fcc50d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 02:41:36,587 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd used request id req-d50bc917-b5d0-4e65-ae12-40530fcc50d3 2018-08-27 02:41:36,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.299326896667s 2018-08-27 02:41:36,588 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7aa6dee64bcb46e98e278646a99251bd used request id req-d50bc917-b5d0-4e65-ae12-40530fcc50d3 2018-08-27 02:41:36,588 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-27 02:41:36,645 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-27 02:41:36,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 02:41:36,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 02:41:36,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 02:41:36,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:41:36,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0352bc7-f6bb-446d-973f-ff7e694ab97a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 02:41:36,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f0352bc7-f6bb-446d-973f-ff7e694ab97a 2018-08-27 02:41:36,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 02:41:37,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T03:41:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["ilf5SL5KRkWKfZWExceIKQ"], "issued_at": "2018-08-27T02:41:37.000000Z"}} 2018-08-27 02:41:37,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 02:41:37,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:41:37,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-216dee4e-d4be-442b-85eb-b0371cbe55ba Date: Mon, 27 Aug 2018 02:41:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 02:41:37,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-216dee4e-d4be-442b-85eb-b0371cbe55ba 2018-08-27 02:41:37,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.368679046631s 2018-08-27 02:41:37,468 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-216dee4e-d4be-442b-85eb-b0371cbe55ba 2018-08-27 02:41:37,469 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 02:41:40,235 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 02:41:43,127 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | b4d4a313-d8c8-4360-8261-4d0405925820 | 2018-08-27T02:41:42.726899 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: b4d4a313-d8c8-4360-8261-4d0405925820 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-27 02:41:47,089 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-27 02:41:47,090 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 02:41:49,777 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 02:41:54,281 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=d6ce8195-f953-4a3b-84f1-cc4ddb15feab) as the default verifier for the future CLI operations. 2018-08-27 02:41:57,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 02:41:57,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:41:58,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-c65de355-b15c-4559-97f3-6420585d018b Date: Mon, 27 Aug 2018 02:41:58 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-27 02:41:58,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-c65de355-b15c-4559-97f3-6420585d018b 2018-08-27 02:41:58,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.684149026871s 2018-08-27 02:41:58,220 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-c65de355-b15c-4559-97f3-6420585d018b 2018-08-27 02:41:58,227 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-27 02:41:58,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 02:41:58,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '{"network": {"shared": true, "name": "refstack_defcore-net_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "admin_state_up": true}}' 2018-08-27 02:41:58,770 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-fc46970f-b50d-40af-a6cd-de659ecf9a1d Date: Mon, 27 Aug 2018 02:41:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"533a05e3-ae3b-4eb2-889e-90632656458c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T02:41:58Z","is_default":false,"provider:segmentation_id":89,"name":"refstack_defcore-net_0c96a7c2-8153-4469-ae90-4c4a7f317f7e","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T02:41:58Z","mtu":1450}} 2018-08-27 02:41:58,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fc46970f-b50d-40af-a6cd-de659ecf9a1d 2018-08-27 02:41:58,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.543048858643s 2018-08-27 02:41:58,771 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fc46970f-b50d-40af-a6cd-de659ecf9a1d 2018-08-27 02:41:58,772 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T02:41:58Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'533a05e3-ae3b-4eb2-889e-90632656458c', u'provider:segmentation_id': 89, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', u'admin_state_up': True, u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T02:41:58Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 02:41:58,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 02:41:58,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:41:58,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-b8505cd8-0f58-4c42-9517-5edfe3729bae Date: Mon, 27 Aug 2018 02:41:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"533a05e3-ae3b-4eb2-889e-90632656458c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T02:41:58Z","provider:segmentation_id":89,"name":"refstack_defcore-net_0c96a7c2-8153-4469-ae90-4c4a7f317f7e","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T02:41:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 02:41:58,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b8505cd8-0f58-4c42-9517-5edfe3729bae 2018-08-27 02:41:58,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0834040641785s 2018-08-27 02:41:58,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b8505cd8-0f58-4c42-9517-5edfe3729bae 2018-08-27 02:41:58,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 02:41:58,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '{"subnet": {"name": "refstack_defcore-subnet_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "enable_dhcp": true, "network_id": "533a05e3-ae3b-4eb2-889e-90632656458c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 02:42:00,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-edcb7c37-136a-46b6-af01-1cae27e2eb0a Date: Mon, 27 Aug 2018 02:42:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"533a05e3-ae3b-4eb2-889e-90632656458c","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T02:41:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T02:41:59Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92","subnetpool_id":null,"name":"refstack_defcore-subnet_0c96a7c2-8153-4469-ae90-4c4a7f317f7e"}} 2018-08-27 02:42:00,321 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-edcb7c37-136a-46b6-af01-1cae27e2eb0a 2018-08-27 02:42:00,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.46292686462s 2018-08-27 02:42:00,322 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-edcb7c37-136a-46b6-af01-1cae27e2eb0a 2018-08-27 02:42:00,322 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T02:41:59Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', u'enable_dhcp': True, u'network_id': u'533a05e3-ae3b-4eb2-889e-90632656458c', u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T02:41:59Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 02:42:00,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 02:42:00,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "refstack_defcore-router_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "admin_state_up": true}}' 2018-08-27 02:42:02,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-115412e3-095b-41f9-9d86-cabee082e7d4 Date: Mon, 27 Aug 2018 02:42:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T02:42:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T02:42:02Z", "revision_number": 2, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "7956a1e9-df2c-4049-be91-e6dcf2a17c50", "name": "refstack_defcore-router_0c96a7c2-8153-4469-ae90-4c4a7f317f7e"}} 2018-08-27 02:42:02,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-115412e3-095b-41f9-9d86-cabee082e7d4 2018-08-27 02:42:02,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.96442604065s 2018-08-27 02:42:02,288 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-115412e3-095b-41f9-9d86-cabee082e7d4 2018-08-27 02:42:02,288 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T02:42:01Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T02:42:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'id': u'7956a1e9-df2c-4049-be91-e6dcf2a17c50', u'name': u'refstack_defcore-router_0c96a7c2-8153-4469-ae90-4c4a7f317f7e'}) 2018-08-27 02:42:02,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 02:42:02,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/7956a1e9-df2c-4049-be91-e6dcf2a17c50/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '{"subnet_id": "27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92"}' 2018-08-27 02:42:04,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b24b163d-e35c-4d18-bf2b-3912bb6be941 Date: Mon, 27 Aug 2018 02:42:04 GMT RESP BODY: {"network_id": "533a05e3-ae3b-4eb2-889e-90632656458c", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92", "subnet_ids": ["27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92"], "port_id": "1ccb1d8f-171d-41a6-9068-b134a474c216", "id": "7956a1e9-df2c-4049-be91-e6dcf2a17c50"} 2018-08-27 02:42:04,834 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/7956a1e9-df2c-4049-be91-e6dcf2a17c50/add_router_interface.json used request id req-b24b163d-e35c-4d18-bf2b-3912bb6be941 2018-08-27 02:42:04,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.54592490196s 2018-08-27 02:42:04,835 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/7956a1e9-df2c-4049-be91-e6dcf2a17c50/add_router_interface.json used request id req-b24b163d-e35c-4d18-bf2b-3912bb6be941 returning object 7956a1e9-df2c-4049-be91-e6dcf2a17c50 2018-08-27 02:42:04,836 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 02:42:04,967 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 02:42:04,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:42:04,974 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 02:42:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 02:42:04,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:42:04,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:42:05,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2431c600-2c7b-43a9-b00e-61bfb80370ca Date: Mon, 27 Aug 2018 02:42:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:42:05,675 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2431c600-2c7b-43a9-b00e-61bfb80370ca 2018-08-27 02:42:05,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.699385881424s 2018-08-27 02:42:05,676 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2431c600-2c7b-43a9-b00e-61bfb80370ca 2018-08-27 02:42:05,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 02:42:05,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e"}' 2018-08-27 02:42:06,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 948 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-abb98b9a-b4eb-4acb-97f0-f639bd5294c5 Date: Mon, 27 Aug 2018 02:42:06 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:42:06Z", "file": "/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "00d26dd9-ed6a-437a-984f-33ac71ef6634", "size": null, "self": "/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "checksum": null, "created_at": "2018-08-27T02:42:06Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 02:42:06,394 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-abb98b9a-b4eb-4acb-97f0-f639bd5294c5 2018-08-27 02:42:06,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.709807872772s 2018-08-27 02:42:06,395 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-abb98b9a-b4eb-4acb-97f0-f639bd5294c5 returning object 00d26dd9-ed6a-437a-984f-33ac71ef6634 2018-08-27 02:42:06,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 02:42:06,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '' 2018-08-27 02:42:07,579 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-49804a64-dc33-4964-9249-e492dd6bf72a Date: Mon, 27 Aug 2018 02:42:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:42:07,579 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/file used request id req-49804a64-dc33-4964-9249-e492dd6bf72a 2018-08-27 02:42:07,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18380594254s 2018-08-27 02:42:07,579 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/file used request id req-49804a64-dc33-4964-9249-e492dd6bf72a 2018-08-27 02:42:07,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:42:07,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:42:07,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-0b77b70e-e9f2-4d25-8357-b7777d4cc6ed Date: Mon, 27 Aug 2018 02:42:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:42:07Z", "file": "/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "00d26dd9-ed6a-437a-984f-33ac71ef6634", "size": 12716032, "self": "/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:42:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:42:07,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-0b77b70e-e9f2-4d25-8357-b7777d4cc6ed 2018-08-27 02:42:07,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.222991943359s 2018-08-27 02:42:07,807 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-0b77b70e-e9f2-4d25-8357-b7777d4cc6ed 2018-08-27 02:42:07,808 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/snap', u'metadata': Munch({})})], 'file': u'/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'00d26dd9-ed6a-437a-984f-33ac71ef6634', 'size': 12716032, u'self': u'/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T02:42:07Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T02:42:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', 'created': u'2018-08-27T02:42:06Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T02:42:06Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 02:42:07,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 02:42:07,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 02:42:08,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:42:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11b5fa40-1332-4519-bd6f-b65040033a72 x-compute-request-id: req-11b5fa40-1332-4519-bd6f-b65040033a72 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "cfd9319c-a0fd-42fa-96d0-c4b678138be9"}} 2018-08-27 02:42:08,121 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-11b5fa40-1332-4519-bd6f-b65040033a72 2018-08-27 02:42:08,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.312684059143s 2018-08-27 02:42:08,122 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-11b5fa40-1332-4519-bd6f-b65040033a72 2018-08-27 02:42:08,122 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'cfd9319c-a0fd-42fa-96d0-c4b678138be9', 'swap': 0}) 2018-08-27 02:42:08,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 02:42:08,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '{"extra_specs": {}}' 2018-08-27 02:42:08,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:42:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d010640-3b99-41d5-910e-dade61d90179 x-compute-request-id: req-6d010640-3b99-41d5-910e-dade61d90179 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 02:42:08,143 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9/os-extra_specs used request id req-6d010640-3b99-41d5-910e-dade61d90179 2018-08-27 02:42:08,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200200080872s 2018-08-27 02:42:08,143 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9/os-extra_specs used request id req-6d010640-3b99-41d5-910e-dade61d90179 2018-08-27 02:42:08,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:42:08,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 02:42:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d218099-b33d-4c53-827b-633a358dc94f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 02:42:08,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-9d218099-b33d-4c53-827b-633a358dc94f 2018-08-27 02:42:08,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:42:08,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:42:08,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98cfd6b8-20d1-47d8-97b7-dd2373c6b07d Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:42:08,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-98cfd6b8-20d1-47d8-97b7-dd2373c6b07d 2018-08-27 02:42:08,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191304922104s 2018-08-27 02:42:08,347 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-98cfd6b8-20d1-47d8-97b7-dd2373c6b07d 2018-08-27 02:42:08,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:42:08,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:42:08,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53414a2f-cabd-4b31-977b-8643c9b14c48 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:42:08,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-53414a2f-cabd-4b31-977b-8643c9b14c48 2018-08-27 02:42:08,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180357933044s 2018-08-27 02:42:08,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-53414a2f-cabd-4b31-977b-8643c9b14c48 2018-08-27 02:42:08,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 02:42:08,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:42:08,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:42:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e25a0021-2b16-4f83-bc54-7191c320245d x-compute-request-id: req-e25a0021-2b16-4f83-bc54-7191c320245d Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 266}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 263}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-27 02:42:08,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-e25a0021-2b16-4f83-bc54-7191c320245d 2018-08-27 02:42:08,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0374631881714s 2018-08-27 02:42:08,577 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-e25a0021-2b16-4f83-bc54-7191c320245d 2018-08-27 02:42:08,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:42:08,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:42:08,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-afe9ed03-2377-4732-8b93-c135ea025c0d Date: Mon, 27 Aug 2018 02:42:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:42:07Z", "file": "/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "00d26dd9-ed6a-437a-984f-33ac71ef6634", "size": 12716032, "self": "/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:42:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:42:08,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-afe9ed03-2377-4732-8b93-c135ea025c0d 2018-08-27 02:42:08,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.224322080612s 2018-08-27 02:42:08,806 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-afe9ed03-2377-4732-8b93-c135ea025c0d 2018-08-27 02:42:08,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 02:42:08,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e"}' 2018-08-27 02:42:09,174 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 956 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f530d0ff-dbdd-4c6f-9652-7417175aec50 Date: Mon, 27 Aug 2018 02:42:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:42:09Z", "file": "/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "4e0ae3a2-ef3a-4367-bfc0-f71696273e67", "size": null, "self": "/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "checksum": null, "created_at": "2018-08-27T02:42:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 02:42:09,174 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f530d0ff-dbdd-4c6f-9652-7417175aec50 2018-08-27 02:42:09,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.360032081604s 2018-08-27 02:42:09,174 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f530d0ff-dbdd-4c6f-9652-7417175aec50 returning object 4e0ae3a2-ef3a-4367-bfc0-f71696273e67 2018-08-27 02:42:09,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 02:42:09,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '' 2018-08-27 02:42:10,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c3b70037-2362-4637-ac36-28292d3ffc62 Date: Mon, 27 Aug 2018 02:42:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:42:10,208 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67/file used request id req-c3b70037-2362-4637-ac36-28292d3ffc62 2018-08-27 02:42:10,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.03272509575s 2018-08-27 02:42:10,208 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67/file used request id req-c3b70037-2362-4637-ac36-28292d3ffc62 2018-08-27 02:42:10,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:42:10,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:42:10,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2757 Content-Type: application/json X-Openstack-Request-Id: req-b2c570ca-b5c7-465c-9dec-d9a4c7e2b2d3 Date: Mon, 27 Aug 2018 02:42:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:42:10Z", "file": "/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "4e0ae3a2-ef3a-4367-bfc0-f71696273e67", "size": 12716032, "self": "/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:42:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:42:07Z", "file": "/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "00d26dd9-ed6a-437a-984f-33ac71ef6634", "size": 12716032, "self": "/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:42:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:42:10,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b2c570ca-b5c7-465c-9dec-d9a4c7e2b2d3 2018-08-27 02:42:10,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.225395917892s 2018-08-27 02:42:10,438 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b2c570ca-b5c7-465c-9dec-d9a4c7e2b2d3 2018-08-27 02:42:10,440 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'4e0ae3a2-ef3a-4367-bfc0-f71696273e67', 'size': 12716032, u'self': u'/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T02:42:10Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T02:42:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', 'created': u'2018-08-27T02:42:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T02:42:09Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 02:42:10,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 02:42:10,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 02:42:10,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f58dcad5-770c-4cee-83ff-a23222e2c1fb x-compute-request-id: req-f58dcad5-770c-4cee-83ff-a23222e2c1fb Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7d22bbb4-7a46-484d-83e2-aec497684639", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7d22bbb4-7a46-484d-83e2-aec497684639", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "7d22bbb4-7a46-484d-83e2-aec497684639"}} 2018-08-27 02:42:10,517 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f58dcad5-770c-4cee-83ff-a23222e2c1fb 2018-08-27 02:42:10,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0756390094757s 2018-08-27 02:42:10,517 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f58dcad5-770c-4cee-83ff-a23222e2c1fb 2018-08-27 02:42:10,518 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'7d22bbb4-7a46-484d-83e2-aec497684639', 'swap': 0}) 2018-08-27 02:42:10,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 02:42:10,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/7d22bbb4-7a46-484d-83e2-aec497684639/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '{"extra_specs": {}}' 2018-08-27 02:42:10,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c3a9bf3f-249b-4510-99bb-fadd7ccea22c x-compute-request-id: req-c3a9bf3f-249b-4510-99bb-fadd7ccea22c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 02:42:10,540 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/7d22bbb4-7a46-484d-83e2-aec497684639/os-extra_specs used request id req-c3a9bf3f-249b-4510-99bb-fadd7ccea22c 2018-08-27 02:42:10,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212981700897s 2018-08-27 02:42:10,540 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/7d22bbb4-7a46-484d-83e2-aec497684639/os-extra_specs used request id req-c3a9bf3f-249b-4510-99bb-fadd7ccea22c 2018-08-27 02:42:10,541 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'7d22bbb4-7a46-484d-83e2-aec497684639', 'swap': 0}) 2018-08-27 02:42:15,091 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-27 02:42:15,091 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-27 02:42:15,092 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-27 02:42:15,094 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-27 02:42:19,485 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata: not found. skipping it 2018-08-27 02:42:19,485 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params: not found. skipping it 2018-08-27 02:42:19,485 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id: not found. skipping it 2018-08-27 02:42:19,485 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_atction.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-27 02:42:19,485 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw: not found. skipping it 2018-08-27 02:42:19,485 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id: not found. skipping it 2018-08-27 02:42:19,485 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status: not found. skipping it 2018-08-27 02:42:19,485 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools: not found. skipping it 2018-08-27 02:42:19,486 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata: not found. skipping it 2018-08-27 02:42:19,487 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers: not found. skipping it 2018-08-27 02:42:19,488 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id: not found. skipping it 2018-08-27 02:42:19,489 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id: not found. skipping it 2018-08-27 02:42:19,490 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_media_types: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_routers.RoutersTest.test_update_extra_route: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot: not found. skipping it 2018-08-27 02:42:19,491 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative: not found. skipping it 2018-08-27 02:42:19,492 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list: not found. skipping it 2018-08-27 02:42:19,492 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled: not found. skipping it 2018-08-27 02:42:19,492 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools: not found. skipping it 2018-08-27 02:42:19,492 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details: not found. skipping it 2018-08-27 02:42:19,492 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata: not found. skipping it 2018-08-27 02:42:19,492 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema: not found. skipping it 2018-08-27 02:42:19,492 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit: not found. skipping it 2018-08-27 02:42:19,492 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size: not found. skipping it 2018-08-27 02:42:19,492 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status: not found. skipping it 2018-08-27 02:42:19,493 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-27 02:42:19,493 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-27 02:42:19,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt']'. 2018-08-27 02:42:33,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:33.031 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.381s] 2018-08-27 02:42:33,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:33.082 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-08-27 02:42:33,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:33.091 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.060s] 2018-08-27 02:42:33,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:33.570 11183 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.422s] 2018-08-27 02:42:33,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:33.736 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.779s] 2018-08-27 02:42:33,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:33.902 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.661s] 2018-08-27 02:42:34,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:34.126 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.390s] 2018-08-27 02:42:35,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:35.352 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [1.449s] 2018-08-27 02:42:35,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:35.731 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.012s] 2018-08-27 02:42:36,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:36.097 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.365s] 2018-08-27 02:42:36,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:36.474 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.377s] 2018-08-27 02:42:36,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:36.912 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.436s] 2018-08-27 02:42:38,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:38.134 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [4.006s] 2018-08-27 02:42:38,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:38.612 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [1.700s] 2018-08-27 02:42:39,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:39.080 11183 INFO opnfv-tempest [-] {5} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [5.618s] 2018-08-27 02:42:39,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:39.150 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.537s] 2018-08-27 02:42:39,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:39.517 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [1.383s] 2018-08-27 02:42:39,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:39.597 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.446s] 2018-08-27 02:42:39,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:39.920 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.322s] 2018-08-27 02:42:40,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:40.958 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [1.037s] 2018-08-27 02:42:41,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:41.238 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [1.721s] 2018-08-27 02:42:41,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:41.591 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.632s] 2018-08-27 02:42:41,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:41.962 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.371s] 2018-08-27 02:42:42,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:42.099 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.835s] 2018-08-27 02:42:42,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:42.372 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.411s] 2018-08-27 02:42:42,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:42.725 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.361s] 2018-08-27 02:42:42,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:42.843 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.470s] 2018-08-27 02:42:43,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:43.067 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [10.163s] 2018-08-27 02:42:43,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:43.245 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.401s] 2018-08-27 02:42:43,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:43.595 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.349s] 2018-08-27 02:42:43,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:43.938 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.342s] 2018-08-27 02:42:43,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:43.979 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.040s] 2018-08-27 02:42:44,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:44.337 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.358s] 2018-08-27 02:42:44,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:44.666 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.328s] 2018-08-27 02:42:44,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:44.994 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.328s] 2018-08-27 02:42:45,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:45.644 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.218s] 2018-08-27 02:42:45,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:45.891 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.247s] 2018-08-27 02:42:46,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:46.113 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.222s] 2018-08-27 02:42:46,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:46.189 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [4.089s] 2018-08-27 02:42:49,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:49.212 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [6.485s] 2018-08-27 02:42:51,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:51.524 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.312s] 2018-08-27 02:42:54,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:54.579 11183 INFO opnfv-tempest [-] {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.343s] 2018-08-27 02:42:54,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:54.955 11183 INFO opnfv-tempest [-] {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.376s] 2018-08-27 02:42:56,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:56.357 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [4.832s] 2018-08-27 02:42:56,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:56.711 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON ... fail 2018-08-27 02:42:58,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:58.366 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [4.707s] 2018-08-27 02:42:58,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:58.556 11183 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.769s] 2018-08-27 02:42:59,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:42:59.372 11183 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.816s] 2018-08-27 02:43:00,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:00.110 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.752s] 2018-08-27 02:43:01,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:01.500 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-08-27 02:43:01,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:01.728 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [3.362s] 2018-08-27 02:43:05,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:05.758 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [9.083s] 2018-08-27 02:43:06,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:06.793 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.681s] 2018-08-27 02:43:09,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:09.036 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [9.010s] 2018-08-27 02:43:10,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:10.317 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.524s] 2018-08-27 02:43:11,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:11.027 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.711s] 2018-08-27 02:43:11,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:11.047 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.020s] 2018-08-27 02:43:11,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:11.316 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.268s] 2018-08-27 02:43:11,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:11.331 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.015s] 2018-08-27 02:43:13,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:13.780 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.021s] 2018-08-27 02:43:19,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:19.592 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [10.553s] 2018-08-27 02:43:19,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:19.667 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.887s] 2018-08-27 02:43:21,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:21.068 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.936s] 2018-08-27 02:43:21,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:21.406 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.309s] 2018-08-27 02:43:21,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:21.817 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.411s] 2018-08-27 02:43:21,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:21.878 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.061s] 2018-08-27 02:43:22,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:22.788 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.908s] 2018-08-27 02:43:23,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:23.147 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.359s] 2018-08-27 02:43:24,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:24.105 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.957s] 2018-08-27 02:43:24,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:24.416 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.312s] 2018-08-27 02:43:24,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:24.747 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.330s] 2018-08-27 02:43:24,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:24.840 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.092s] 2018-08-27 02:43:25,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:25.157 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.317s] 2018-08-27 02:43:25,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:25.236 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.568s] 2018-08-27 02:43:25,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:25.528 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.370s] 2018-08-27 02:43:25,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:25.631 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.103s] 2018-08-27 02:43:26,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:26.418 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.787s] 2018-08-27 02:43:26,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:26.512 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.093s] 2018-08-27 02:43:26,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:26.611 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.100s] 2018-08-27 02:43:28,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:28.459 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.889s] 2018-08-27 02:43:28,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:28.820 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.361s] 2018-08-27 02:43:28,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:28.924 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [55.731s] 2018-08-27 02:43:29,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:29.078 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.258s] 2018-08-27 02:43:29,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:29.685 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.605s] 2018-08-27 02:43:30,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:30.422 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.736s] 2018-08-27 02:43:31,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:31.189 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.767s] 2018-08-27 02:43:33,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:33.565 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.328s] 2018-08-27 02:43:36,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:36.087 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [15.016s] 2018-08-27 02:43:39,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:39.375 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.809s] 2018-08-27 02:43:39,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:39.901 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [56.823s] 2018-08-27 02:43:40,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:40.618 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.797s] 2018-08-27 02:43:41,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:41.810 11183 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.318s] 2018-08-27 02:43:42,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:42.703 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.084s] 2018-08-27 02:43:44,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:44.365 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.661s] 2018-08-27 02:43:46,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:46.659 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.293s] 2018-08-27 02:43:46,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:46.771 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.103s] 2018-08-27 02:43:48,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:48.144 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.485s] 2018-08-27 02:43:49,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:49.411 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [10.036s] 2018-08-27 02:43:49,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:49.935 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.609s] 2018-08-27 02:43:50,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:50.488 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.343s] 2018-08-27 02:43:50,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:50.968 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.032s] 2018-08-27 02:43:51,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:51.367 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.594s] 2018-08-27 02:43:51,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:51.599 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.630s] 2018-08-27 02:43:52,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:52.030 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.542s] 2018-08-27 02:43:52,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:52.533 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.933s] 2018-08-27 02:43:53,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:53.339 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.309s] 2018-08-27 02:43:53,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:53.444 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.912s] 2018-08-27 02:43:53,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:53.524 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.079s] 2018-08-27 02:43:53,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:53.621 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.097s] 2018-08-27 02:43:53,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:53.693 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.071s] 2018-08-27 02:43:53,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:53.768 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.075s] 2018-08-27 02:43:53,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:53.858 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.089s] 2018-08-27 02:43:54,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:54.041 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.182s] 2018-08-27 02:43:54,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:54.424 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.085s] 2018-08-27 02:43:56,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:56.187 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.761s] 2018-08-27 02:43:56,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:56.908 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.721s] 2018-08-27 02:43:57,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:57.110 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [21.021s] 2018-08-27 02:43:58,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:58.301 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.392s] 2018-08-27 02:43:58,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:58.757 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.345s] 2018-08-27 02:43:59,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:43:59.540 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.239s] 2018-08-27 02:44:00,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:00.887 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [6.615s] 2018-08-27 02:44:01,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:01.147 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.605s] 2018-08-27 02:44:02,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:02.100 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.954s] 2018-08-27 02:44:03,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:03.243 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [1.143s] 2018-08-27 02:44:03,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:03.386 11183 INFO opnfv-tempest [-] {8} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.339s] 2018-08-27 02:44:03,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:03.933 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.689s] 2018-08-27 02:44:04,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:04.101 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.343s] 2018-08-27 02:44:04,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:04.761 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.660s] 2018-08-27 02:44:05,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:05.067 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.306s] 2018-08-27 02:44:05,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:05.302 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.368s] 2018-08-27 02:44:05,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:05.456 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.389s] 2018-08-27 02:44:05,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:05.518 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.060s] 2018-08-27 02:44:05,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:05.859 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.340s] 2018-08-27 02:44:06,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:06.038 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.179s] 2018-08-27 02:44:06,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:06.507 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.469s] 2018-08-27 02:44:06,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:06.555 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.047s] 2018-08-27 02:44:06,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:06.721 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.166s] 2018-08-27 02:44:11,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:11.659 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [10.770s] 2018-08-27 02:44:15,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:15.037 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.378s] 2018-08-27 02:44:15,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:15.469 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.432s] 2018-08-27 02:44:15,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:15.547 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.077s] 2018-08-27 02:44:15,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:15.811 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [9.089s] 2018-08-27 02:44:15,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:15.995 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.440s] 2018-08-27 02:44:16,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:16.280 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.285s] 2018-08-27 02:44:25,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:25.617 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.069s] 2018-08-27 02:44:25,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:25.628 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-08-27 02:44:25,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:25.759 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.131s] 2018-08-27 02:44:25,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:25.770 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2018-08-27 02:44:25,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:25.781 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-08-27 02:44:25,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:25.807 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.026s] 2018-08-27 02:44:25,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:25.875 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.068s] 2018-08-27 02:44:25,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:25.941 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.066s] 2018-08-27 02:44:26,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:26.354 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.411s] 2018-08-27 02:44:26,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:26.369 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-08-27 02:44:26,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:26.443 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.073s] 2018-08-27 02:44:29,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:29.651 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.300s] 2018-08-27 02:44:29,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:29.659 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-08-27 02:44:29,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:29.704 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.044s] 2018-08-27 02:44:29,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:29.739 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.036s] 2018-08-27 02:44:30,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:30.199 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.459s] 2018-08-27 02:44:31,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:31.273 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [1.072s] 2018-08-27 02:44:31,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:31.799 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.527s] 2018-08-27 02:44:32,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:32.094 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [16.546s] 2018-08-27 02:44:32,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:32.211 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.411s] 2018-08-27 02:44:32,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:32.253 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.041s] 2018-08-27 02:44:32,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:32.380 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.127s] 2018-08-27 02:44:32,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:32.440 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.345s] 2018-08-27 02:44:32,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:32.488 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.048s] 2018-08-27 02:44:36,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:36.207 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [56.295s] 2018-08-27 02:44:39,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:39.797 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.245s] 2018-08-27 02:44:42,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:42.638 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.840s] 2018-08-27 02:44:47,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:47.815 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.964s] 2018-08-27 02:44:48,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:48.790 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [6.146s] 2018-08-27 02:44:50,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:50.089 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.303s] 2018-08-27 02:44:52,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:52.125 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.033s] 2018-08-27 02:44:54,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:54.771 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.646s] 2018-08-27 02:44:56,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:56.446 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.671s] 2018-08-27 02:44:56,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:56.496 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.055s] 2018-08-27 02:44:57,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:57.646 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [9.830s] 2018-08-27 02:44:58,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:44:58.150 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [21.941s] 2018-08-27 02:45:05,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:05.112 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [82.670s] 2018-08-27 02:45:05,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:05.178 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-08-27 02:45:05,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:05.384 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.737s] 2018-08-27 02:45:05,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:05.990 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.812s] 2018-08-27 02:45:06,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:06.088 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.096s] 2018-08-27 02:45:06,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:06.089 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-27 02:45:08,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:08.699 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [82.636s] 2018-08-27 02:45:08,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:08.775 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.077s] 2018-08-27 02:45:09,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:09.855 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [1.079s] 2018-08-27 02:45:09,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:09.983 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.127s] 2018-08-27 02:45:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:09.984 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-27 02:45:10,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:10.579 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.195s] 2018-08-27 02:45:32,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:32.144 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.838s] 2018-08-27 02:45:34,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:34.602 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.459s] 2018-08-27 02:45:39,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:39.355 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [28.771s] 2018-08-27 02:45:40,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:40.760 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.408s] 2018-08-27 02:45:41,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:45:41.668 11183 INFO opnfv-tempest [-] {6} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.265s] 2018-08-27 02:46:24,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:46:24.614 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [86.449s] 2018-08-27 02:46:29,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:46:29.806 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-08-27 02:46:31,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:46:31.570 11183 INFO opnfv-tempest [-] {15} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [225.125s] 2018-08-27 02:46:36,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:46:36.531 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.292s] 2018-08-27 02:46:37,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:46:37.964 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.433s] 2018-08-27 02:47:03,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:47:03.512 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [25.544s] 2018-08-27 02:47:05,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:47:05.808 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [69.054s] 2018-08-27 02:47:11,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:47:11.364 11183 INFO opnfv-tempest [-] {15} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [39.785s] 2018-08-27 02:47:30,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:47:30.230 11183 INFO opnfv-tempest [-] {15} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.557s] 2018-08-27 02:48:13,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:48:13.602 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [67.797s] 2018-08-27 02:48:39,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:48:39.198 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [25.589s] 2018-08-27 02:48:59,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:48:59.933 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [20.734s] 2018-08-27 02:49:26,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:49:26.170 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.375s] 2018-08-27 02:49:26,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:49:26.406 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.236s] 2018-08-27 02:49:26,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:49:26.975 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.569s] 2018-08-27 02:49:29,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:49:29.066 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.091s] 2018-08-27 02:49:33,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:49:33.713 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.646s] 2018-08-27 02:49:33,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:49:33.769 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.055s] 2018-08-27 02:49:34,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 02:49:34.085 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.316s] 2018-08-27 02:49:55,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 6e5ab3d9-3967-4a12-a562-8b5dfacdf6da 2018-08-27 02:49:55,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6e5ab3d9-3967-4a12-a562-8b5dfacdf6da']'. 2018-08-27 02:49:56,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-27 02:49:56,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-27 02:49:56,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 02:49:56,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6e5ab3d9-3967-4a12-a562-8b5dfacdf6da | 2018-08-27 02:49:56,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-27 02:49:56,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-27 02:42:21 | 2018-08-27 02:49:56,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-27 02:49:54 | 2018-08-27 02:49:56,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:33 | 2018-08-27 02:49:56,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-27 02:49:56,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-27 02:49:56,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d6ce8195-f953-4a3b-84f1-cc4ddb15feab) | 2018-08-27 02:49:56,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-27 02:49:56,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b4d4a313-d8c8-4360-8261-4d0405925820) | 2018-08-27 02:49:56,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 217 | 2018-08-27 02:49:56,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 424.284 | 2018-08-27 02:49:56,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 215 | 2018-08-27 02:49:56,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-27 02:49:56,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-27 02:49:56,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-27 02:49:56,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-08-27 02:49:56,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 02:49:56,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-27 02:49:56,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-27 02:49:56,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.0783410138% 2018-08-27 02:49:56,501 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 02:49:56,501 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:58 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-27 02:49:56,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 02:49:56,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:49:57,702 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c02025da-1d33-4b70-ab5c-0cc6747a7c93 Date: Mon, 27 Aug 2018 02:49:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:49:57,703 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67 used request id req-c02025da-1d33-4b70-ab5c-0cc6747a7c93 2018-08-27 02:49:57,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.19873595238s 2018-08-27 02:49:57,703 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/4e0ae3a2-ef3a-4367-bfc0-f71696273e67 used request id req-c02025da-1d33-4b70-ab5c-0cc6747a7c93 2018-08-27 02:49:57,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 02:49:57,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:49:58,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:49:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74740523-46b7-44f5-ac57-eaa7a87d8b04 x-compute-request-id: req-74740523-46b7-44f5-ac57-eaa7a87d8b04 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_alt_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7d22bbb4-7a46-484d-83e2-aec497684639", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7d22bbb4-7a46-484d-83e2-aec497684639", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "7d22bbb4-7a46-484d-83e2-aec497684639"}, {"name": "refstack_defcore-flavor_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "cfd9319c-a0fd-42fa-96d0-c4b678138be9"}]} 2018-08-27 02:49:58,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-74740523-46b7-44f5-ac57-eaa7a87d8b04 2018-08-27 02:49:58,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.305370092392s 2018-08-27 02:49:58,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-74740523-46b7-44f5-ac57-eaa7a87d8b04 2018-08-27 02:49:58,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 02:49:58,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/7d22bbb4-7a46-484d-83e2-aec497684639 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:49:58,055 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 02:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6b3ea0b6-356f-4bad-ad60-cdab199a7b7a x-compute-request-id: req-6b3ea0b6-356f-4bad-ad60-cdab199a7b7a Content-Length: 0 Content-Type: application/json 2018-08-27 02:49:58,055 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/7d22bbb4-7a46-484d-83e2-aec497684639 used request id req-6b3ea0b6-356f-4bad-ad60-cdab199a7b7a 2018-08-27 02:49:58,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0430200099945s 2018-08-27 02:49:58,055 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/7d22bbb4-7a46-484d-83e2-aec497684639 used request id req-6b3ea0b6-356f-4bad-ad60-cdab199a7b7a 2018-08-27 02:49:58,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 02:49:58,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/7956a1e9-df2c-4049-be91-e6dcf2a17c50/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" -d '{"subnet_id": "27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92"}' 2018-08-27 02:50:00,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e0cc452b-ba1e-45c7-89c6-07303252a06f Date: Mon, 27 Aug 2018 02:50:00 GMT RESP BODY: {"network_id": "533a05e3-ae3b-4eb2-889e-90632656458c", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92", "subnet_ids": ["27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92"], "port_id": "1ccb1d8f-171d-41a6-9068-b134a474c216", "id": "7956a1e9-df2c-4049-be91-e6dcf2a17c50"} 2018-08-27 02:50:00,140 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/7956a1e9-df2c-4049-be91-e6dcf2a17c50/remove_router_interface.json used request id req-e0cc452b-ba1e-45c7-89c6-07303252a06f 2018-08-27 02:50:00,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.08442997932s 2018-08-27 02:50:00,140 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/7956a1e9-df2c-4049-be91-e6dcf2a17c50/remove_router_interface.json used request id req-e0cc452b-ba1e-45c7-89c6-07303252a06f returning object 7956a1e9-df2c-4049-be91-e6dcf2a17c50 2018-08-27 02:50:00,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 02:50:00,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:50:00,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 652 X-Openstack-Request-Id: req-f7cae640-cb9c-4bce-b712-ab17459a5c11 Date: Mon, 27 Aug 2018 02:50:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T02:42:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T02:49:59Z", "revision_number": 4, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "7956a1e9-df2c-4049-be91-e6dcf2a17c50", "name": "refstack_defcore-router_0c96a7c2-8153-4469-ae90-4c4a7f317f7e"}]} 2018-08-27 02:50:00,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-f7cae640-cb9c-4bce-b712-ab17459a5c11 2018-08-27 02:50:00,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.386189937592s 2018-08-27 02:50:00,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-f7cae640-cb9c-4bce-b712-ab17459a5c11 2018-08-27 02:50:00,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 02:50:00,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/7956a1e9-df2c-4049-be91-e6dcf2a17c50.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:50:02,367 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-65b371f4-4d23-4f98-82e9-1c1647e62a94 Content-Length: 0 Date: Mon, 27 Aug 2018 02:50:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:50:02,367 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/7956a1e9-df2c-4049-be91-e6dcf2a17c50.json used request id req-65b371f4-4d23-4f98-82e9-1c1647e62a94 2018-08-27 02:50:02,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.8384270668s 2018-08-27 02:50:02,368 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/7956a1e9-df2c-4049-be91-e6dcf2a17c50.json used request id req-65b371f4-4d23-4f98-82e9-1c1647e62a94 2018-08-27 02:50:02,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 02:50:02,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:50:02,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-1eb7d40f-d4f7-4d75-b75c-4e5529cea838 Date: Mon, 27 Aug 2018 02:50:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"533a05e3-ae3b-4eb2-889e-90632656458c","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T02:41:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T02:41:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92","subnetpool_id":null,"name":"refstack_defcore-subnet_0c96a7c2-8153-4469-ae90-4c4a7f317f7e"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 02:50:02,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-1eb7d40f-d4f7-4d75-b75c-4e5529cea838 2018-08-27 02:50:02,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.359110832214s 2018-08-27 02:50:02,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-1eb7d40f-d4f7-4d75-b75c-4e5529cea838 2018-08-27 02:50:02,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 02:50:02,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:50:05,162 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7662551-4545-46a4-a0fa-1635eb3c5cc1 Date: Mon, 27 Aug 2018 02:50:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:50:05,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92.json used request id req-a7662551-4545-46a4-a0fa-1635eb3c5cc1 2018-08-27 02:50:05,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.43202996254s 2018-08-27 02:50:05,162 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/27d9eeb0-57c1-4679-a2a5-baa6e6ba6d92.json used request id req-a7662551-4545-46a4-a0fa-1635eb3c5cc1 2018-08-27 02:50:05,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 02:50:05,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:50:05,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-64c3f04f-7def-4e77-91fb-788f27fd41be Date: Mon, 27 Aug 2018 02:50:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"533a05e3-ae3b-4eb2-889e-90632656458c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T02:50:05Z","provider:segmentation_id":89,"name":"refstack_defcore-net_0c96a7c2-8153-4469-ae90-4c4a7f317f7e","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T02:41:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 02:50:05,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-64c3f04f-7def-4e77-91fb-788f27fd41be 2018-08-27 02:50:05,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.442193031311s 2018-08-27 02:50:05,605 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-64c3f04f-7def-4e77-91fb-788f27fd41be 2018-08-27 02:50:05,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 02:50:05,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/533a05e3-ae3b-4eb2-889e-90632656458c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:50:06,544 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1e3dab99-0bfc-4435-82ac-98285c2cef8a Date: Mon, 27 Aug 2018 02:50:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:50:06,544 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/533a05e3-ae3b-4eb2-889e-90632656458c.json used request id req-1e3dab99-0bfc-4435-82ac-98285c2cef8a 2018-08-27 02:50:06,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.937850952148s 2018-08-27 02:50:06,545 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/533a05e3-ae3b-4eb2-889e-90632656458c.json used request id req-1e3dab99-0bfc-4435-82ac-98285c2cef8a 2018-08-27 02:50:06,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:50:06,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:50:07,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-6230eb54-261f-4217-8078-13aeb0472bd8 Date: Mon, 27 Aug 2018 02:50:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:42:07Z", "file": "/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "00d26dd9-ed6a-437a-984f-33ac71ef6634", "size": 12716032, "self": "/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/00d26dd9-ed6a-437a-984f-33ac71ef6634/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:42:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:50:07,245 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-6230eb54-261f-4217-8078-13aeb0472bd8 2018-08-27 02:50:07,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.696136951447s 2018-08-27 02:50:07,245 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-6230eb54-261f-4217-8078-13aeb0472bd8 2018-08-27 02:50:07,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 02:50:07,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:50:07,854 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2560f988-5b52-4cb9-8a63-47f73e99a096 Date: Mon, 27 Aug 2018 02:50:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:50:07,854 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634 used request id req-2560f988-5b52-4cb9-8a63-47f73e99a096 2018-08-27 02:50:07,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.607053995132s 2018-08-27 02:50:07,854 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/00d26dd9-ed6a-437a-984f-33ac71ef6634 used request id req-2560f988-5b52-4cb9-8a63-47f73e99a096 2018-08-27 02:50:07,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 02:50:07,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:50:07,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:50:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdc0aaf4-6978-44c5-bf26-512556718cb8 x-compute-request-id: req-bdc0aaf4-6978-44c5-bf26-512556718cb8 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_0c96a7c2-8153-4469-ae90-4c4a7f317f7e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "cfd9319c-a0fd-42fa-96d0-c4b678138be9"}]} 2018-08-27 02:50:07,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-bdc0aaf4-6978-44c5-bf26-512556718cb8 2018-08-27 02:50:07,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.024936914444s 2018-08-27 02:50:07,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-bdc0aaf4-6978-44c5-bf26-512556718cb8 2018-08-27 02:50:07,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 02:50:07,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41c5e9a46989b4a7269d3b382ddf971c73db2e03" 2018-08-27 02:50:07,917 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 02:50:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-49b645a6-c2d2-4bd8-82fc-499dcf132742 x-compute-request-id: req-49b645a6-c2d2-4bd8-82fc-499dcf132742 Content-Length: 0 Content-Type: application/json 2018-08-27 02:50:07,917 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9 used request id req-49b645a6-c2d2-4bd8-82fc-499dcf132742 2018-08-27 02:50:07,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0352220535278s 2018-08-27 02:50:07,917 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/cfd9319c-a0fd-42fa-96d0-c4b678138be9 used request id req-49b645a6-c2d2-4bd8-82fc-499dcf132742 2018-08-27 02:50:07,918 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-27 02:50:07,975 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-27 02:50:08,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 02:50:08,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 02:50:08,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 02:50:08,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 02:50:08,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 02:50:08,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 02:50:08,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 02:50:08,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 02:50:08,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 02:50:08,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 02:50:08,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 02:50:08,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 02:50:08,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 02:50:08,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:50:08,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2afca08-7516-42ff-b9db-0d79fb530354 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 02:50:08,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d2afca08-7516-42ff-b9db-0d79fb530354 2018-08-27 02:50:08,030 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 02:50:08,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T03:50:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["xdL61JcyQFug2QoXaj9B3w"], "issued_at": "2018-08-27T02:50:08.000000Z"}} 2018-08-27 02:50:08,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 02:50:08,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:50:08,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-7b50cdd3-327b-41bf-a08f-2e8f8ece56ce Date: Mon, 27 Aug 2018 02:50:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 02:50:08,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7b50cdd3-327b-41bf-a08f-2e8f8ece56ce 2018-08-27 02:50:08,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355708837509s 2018-08-27 02:50:08,895 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7b50cdd3-327b-41bf-a08f-2e8f8ece56ce 2018-08-27 02:50:08,895 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 02:50:11,808 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 02:50:14,651 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 049e34a3-bfd6-4ef4-b90f-4a339025e0eb | 2018-08-27T02:50:14.279925 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 049e34a3-bfd6-4ef4-b90f-4a339025e0eb ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-27 02:50:18,510 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-27 02:50:18,510 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 02:50:21,260 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 02:50:25,769 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=89475310-778b-4ce5-a6e6-e57d6a3fe278) as the default verifier for the future CLI operations. 2018-08-27 02:50:28,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 02:50:28,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:50:29,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-4c493090-5b2f-4580-91b2-fce2ec3b3958 Date: Mon, 27 Aug 2018 02:50:29 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-27 02:50:29,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-4c493090-5b2f-4580-91b2-fce2ec3b3958 2018-08-27 02:50:29,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.28200507164s 2018-08-27 02:50:29,265 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-4c493090-5b2f-4580-91b2-fce2ec3b3958 2018-08-27 02:50:29,273 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-27 02:50:29,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 02:50:29,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '{"network": {"shared": true, "name": "patrole-net_fa7559ef-98c4-42aa-85cd-8832627104f9", "admin_state_up": true}}' 2018-08-27 02:50:30,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-b5909e69-9e84-47d8-a46b-8729aada74e9 Date: Mon, 27 Aug 2018 02:50:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fe3f52a8-098e-46fe-aa26-08ca88bdc7fc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T02:50:29Z","is_default":false,"provider:segmentation_id":96,"name":"patrole-net_fa7559ef-98c4-42aa-85cd-8832627104f9","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T02:50:29Z","mtu":1450}} 2018-08-27 02:50:30,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b5909e69-9e84-47d8-a46b-8729aada74e9 2018-08-27 02:50:30,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.72646689415s 2018-08-27 02:50:30,000 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b5909e69-9e84-47d8-a46b-8729aada74e9 2018-08-27 02:50:30,001 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T02:50:29Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'fe3f52a8-098e-46fe-aa26-08ca88bdc7fc', u'provider:segmentation_id': 96, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_fa7559ef-98c4-42aa-85cd-8832627104f9', u'admin_state_up': True, u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T02:50:29Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 02:50:30,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 02:50:30,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:50:30,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1343 X-Openstack-Request-Id: req-c6e0f09e-f939-4240-a0ee-cbc53a4089fa Date: Mon, 27 Aug 2018 02:50:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"fe3f52a8-098e-46fe-aa26-08ca88bdc7fc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T02:50:29Z","provider:segmentation_id":96,"name":"patrole-net_fa7559ef-98c4-42aa-85cd-8832627104f9","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T02:50:29Z","provider:network_type":"vxlan"}]} 2018-08-27 02:50:30,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c6e0f09e-f939-4240-a0ee-cbc53a4089fa 2018-08-27 02:50:30,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357630968094s 2018-08-27 02:50:30,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c6e0f09e-f939-4240-a0ee-cbc53a4089fa 2018-08-27 02:50:30,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 02:50:30,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '{"subnet": {"name": "patrole-subnet_fa7559ef-98c4-42aa-85cd-8832627104f9", "enable_dhcp": true, "network_id": "fe3f52a8-098e-46fe-aa26-08ca88bdc7fc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 02:50:31,377 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-35d6f6e1-f10e-4a68-817e-1af78ba09fe4 Date: Mon, 27 Aug 2018 02:50:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe3f52a8-098e-46fe-aa26-08ca88bdc7fc","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T02:50:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T02:50:30Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"01cc7187-7099-4253-8785-94ca585d08ee","subnetpool_id":null,"name":"patrole-subnet_fa7559ef-98c4-42aa-85cd-8832627104f9"}} 2018-08-27 02:50:31,377 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-35d6f6e1-f10e-4a68-817e-1af78ba09fe4 2018-08-27 02:50:31,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.01660108566s 2018-08-27 02:50:31,378 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-35d6f6e1-f10e-4a68-817e-1af78ba09fe4 2018-08-27 02:50:31,378 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T02:50:30Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'01cc7187-7099-4253-8785-94ca585d08ee', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_fa7559ef-98c4-42aa-85cd-8832627104f9', u'enable_dhcp': True, u'network_id': u'fe3f52a8-098e-46fe-aa26-08ca88bdc7fc', u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T02:50:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 02:50:31,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 02:50:31,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "patrole-router_fa7559ef-98c4-42aa-85cd-8832627104f9", "admin_state_up": true}}' 2018-08-27 02:50:32,781 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-c9f3313f-0f48-454c-aa34-377e40cbf35d Date: Mon, 27 Aug 2018 02:50:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T02:50:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T02:50:32Z", "revision_number": 2, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "3f35a380-9eb4-4fd3-8080-54c29825b9c6", "name": "patrole-router_fa7559ef-98c4-42aa-85cd-8832627104f9"}} 2018-08-27 02:50:32,781 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c9f3313f-0f48-454c-aa34-377e40cbf35d 2018-08-27 02:50:32,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.40220999718s 2018-08-27 02:50:32,782 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c9f3313f-0f48-454c-aa34-377e40cbf35d 2018-08-27 02:50:32,782 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T02:50:31Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T02:50:32Z', u'revision_number': 2, u'routes': [], u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'id': u'3f35a380-9eb4-4fd3-8080-54c29825b9c6', u'name': u'patrole-router_fa7559ef-98c4-42aa-85cd-8832627104f9'}) 2018-08-27 02:50:32,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 02:50:32,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/3f35a380-9eb4-4fd3-8080-54c29825b9c6/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '{"subnet_id": "01cc7187-7099-4253-8785-94ca585d08ee"}' 2018-08-27 02:50:35,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6775c663-f181-4e0c-9112-03ed8d056e79 Date: Mon, 27 Aug 2018 02:50:35 GMT RESP BODY: {"network_id": "fe3f52a8-098e-46fe-aa26-08ca88bdc7fc", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "01cc7187-7099-4253-8785-94ca585d08ee", "subnet_ids": ["01cc7187-7099-4253-8785-94ca585d08ee"], "port_id": "dadb7019-e5d0-4ed4-a643-9cd94512acce", "id": "3f35a380-9eb4-4fd3-8080-54c29825b9c6"} 2018-08-27 02:50:35,093 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3f35a380-9eb4-4fd3-8080-54c29825b9c6/add_router_interface.json used request id req-6775c663-f181-4e0c-9112-03ed8d056e79 2018-08-27 02:50:35,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.31062698364s 2018-08-27 02:50:35,094 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3f35a380-9eb4-4fd3-8080-54c29825b9c6/add_router_interface.json used request id req-6775c663-f181-4e0c-9112-03ed8d056e79 returning object 3f35a380-9eb4-4fd3-8080-54c29825b9c6 2018-08-27 02:50:35,094 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 02:50:35,226 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 02:50:35,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:50:35,233 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 02:50:35 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 02:50:35,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:50:35,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:50:35,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8b7a50f0-4afd-40a9-9d00-ae3516d58306 Date: Mon, 27 Aug 2018 02:50:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:50:35,534 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-8b7a50f0-4afd-40a9-9d00-ae3516d58306 2018-08-27 02:50:35,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296079874039s 2018-08-27 02:50:35,535 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-8b7a50f0-4afd-40a9-9d00-ae3516d58306 2018-08-27 02:50:35,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 02:50:35,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9"}' 2018-08-27 02:50:35,897 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-be70de85-bed3-4155-b571-ae83dc6957dc Date: Mon, 27 Aug 2018 02:50:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:50:35Z", "file": "/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "66b00fc8-1757-4269-ba8c-816bbaa724c2", "size": null, "self": "/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9", "checksum": null, "created_at": "2018-08-27T02:50:35Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 02:50:35,898 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-be70de85-bed3-4155-b571-ae83dc6957dc 2018-08-27 02:50:35,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.355572938919s 2018-08-27 02:50:35,898 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-be70de85-bed3-4155-b571-ae83dc6957dc returning object 66b00fc8-1757-4269-ba8c-816bbaa724c2 2018-08-27 02:50:35,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 02:50:35,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '' 2018-08-27 02:50:37,300 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-10f4382d-f320-4cd3-8733-55f39b8936b6 Date: Mon, 27 Aug 2018 02:50:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:50:37,300 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/file used request id req-10f4382d-f320-4cd3-8733-55f39b8936b6 2018-08-27 02:50:37,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.40151190758s 2018-08-27 02:50:37,301 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/file used request id req-10f4382d-f320-4cd3-8733-55f39b8936b6 2018-08-27 02:50:37,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:50:37,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:50:37,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-dc0f2d88-ea48-44b2-94ce-b09e2b39b159 Date: Mon, 27 Aug 2018 02:50:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:50:37Z", "file": "/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "66b00fc8-1757-4269-ba8c-816bbaa724c2", "size": 12716032, "self": "/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:50:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:50:37,576 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dc0f2d88-ea48-44b2-94ce-b09e2b39b159 2018-08-27 02:50:37,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.271537065506s 2018-08-27 02:50:37,576 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dc0f2d88-ea48-44b2-94ce-b09e2b39b159 2018-08-27 02:50:37,578 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'66b00fc8-1757-4269-ba8c-816bbaa724c2', 'size': 12716032, u'self': u'/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T02:50:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T02:50:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9', 'created': u'2018-08-27T02:50:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T02:50:35Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 02:50:37,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 02:50:37,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_fa7559ef-98c4-42aa-85cd-8832627104f9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 02:50:37,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f5707f9-8205-4c79-ac69-596c4a308ff7 x-compute-request-id: req-1f5707f9-8205-4c79-ac69-596c4a308ff7 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_fa7559ef-98c4-42aa-85cd-8832627104f9", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0111e480-005a-4b6d-a2cc-cc2a87de0c08"}} 2018-08-27 02:50:37,908 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1f5707f9-8205-4c79-ac69-596c4a308ff7 2018-08-27 02:50:37,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.329175949097s 2018-08-27 02:50:37,909 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1f5707f9-8205-4c79-ac69-596c4a308ff7 2018-08-27 02:50:37,909 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_fa7559ef-98c4-42aa-85cd-8832627104f9', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'0111e480-005a-4b6d-a2cc-cc2a87de0c08', 'swap': 0}) 2018-08-27 02:50:37,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 02:50:37,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '{"extra_specs": {}}' 2018-08-27 02:50:37,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-27ca54e4-8471-4f85-974b-3b0721758f0c x-compute-request-id: req-27ca54e4-8471-4f85-974b-3b0721758f0c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 02:50:37,931 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08/os-extra_specs used request id req-27ca54e4-8471-4f85-974b-3b0721758f0c 2018-08-27 02:50:37,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213479995728s 2018-08-27 02:50:37,932 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08/os-extra_specs used request id req-27ca54e4-8471-4f85-974b-3b0721758f0c 2018-08-27 02:50:37,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:50:37,941 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 02:50:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-075152f4-05a1-4907-a72b-570c429e8341 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 02:50:37,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-075152f4-05a1-4907-a72b-570c429e8341 2018-08-27 02:50:37,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:50:37,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:50:38,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b95948e-b5d6-4548-8be4-2f80f3190c26 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:50:38,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4b95948e-b5d6-4548-8be4-2f80f3190c26 2018-08-27 02:50:38,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191051006317s 2018-08-27 02:50:38,135 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4b95948e-b5d6-4548-8be4-2f80f3190c26 2018-08-27 02:50:38,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:50:38,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:50:38,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dc85de8-a126-4ecf-8ec2-29bd61daf124 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:50:38,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2dc85de8-a126-4ecf-8ec2-29bd61daf124 2018-08-27 02:50:38,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202968120575s 2018-08-27 02:50:38,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2dc85de8-a126-4ecf-8ec2-29bd61daf124 2018-08-27 02:50:38,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 02:50:38,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:50:38,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:50:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3207e6f9-297c-41c3-a059-127b63f3bc4f x-compute-request-id: req-3207e6f9-297c-41c3-a059-127b63f3bc4f Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 266}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 263}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-27 02:50:38,392 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-3207e6f9-297c-41c3-a059-127b63f3bc4f 2018-08-27 02:50:38,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0388031005859s 2018-08-27 02:50:38,393 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-3207e6f9-297c-41c3-a059-127b63f3bc4f 2018-08-27 02:50:38,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:50:38,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:50:38,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-ab09f660-fa30-47e7-8f51-973c52254445 Date: Mon, 27 Aug 2018 02:50:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:50:37Z", "file": "/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "66b00fc8-1757-4269-ba8c-816bbaa724c2", "size": 12716032, "self": "/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:50:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:50:38,697 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ab09f660-fa30-47e7-8f51-973c52254445 2018-08-27 02:50:38,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.300270080566s 2018-08-27 02:50:38,697 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ab09f660-fa30-47e7-8f51-973c52254445 2018-08-27 02:50:38,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 02:50:38,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_fa7559ef-98c4-42aa-85cd-8832627104f9", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_fa7559ef-98c4-42aa-85cd-8832627104f9"}' 2018-08-27 02:50:39,054 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d652f1bc-9e1c-42f7-91f7-95bf22343889 Date: Mon, 27 Aug 2018 02:50:39 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:50:39Z", "file": "/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "36d1bb2a-4714-42c2-b31c-257b65a6a584", "size": null, "self": "/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_fa7559ef-98c4-42aa-85cd-8832627104f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_fa7559ef-98c4-42aa-85cd-8832627104f9", "checksum": null, "created_at": "2018-08-27T02:50:39Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 02:50:39,054 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-d652f1bc-9e1c-42f7-91f7-95bf22343889 2018-08-27 02:50:39,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.347980976105s 2018-08-27 02:50:39,055 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-d652f1bc-9e1c-42f7-91f7-95bf22343889 returning object 36d1bb2a-4714-42c2-b31c-257b65a6a584 2018-08-27 02:50:39,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 02:50:39,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '' 2018-08-27 02:50:39,758 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3be6f8c5-b25a-4b7e-ae78-87c4d01e79bd Date: Mon, 27 Aug 2018 02:50:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:50:39,758 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584/file used request id req-3be6f8c5-b25a-4b7e-ae78-87c4d01e79bd 2018-08-27 02:50:39,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.702872037888s 2018-08-27 02:50:39,758 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584/file used request id req-3be6f8c5-b25a-4b7e-ae78-87c4d01e79bd 2018-08-27 02:50:39,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:50:39,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:50:40,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-013f7802-6559-41c9-9064-99c65b128f7f Date: Mon, 27 Aug 2018 02:50:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:50:39Z", "file": "/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "36d1bb2a-4714-42c2-b31c-257b65a6a584", "size": 12716032, "self": "/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/36d1bb2a-4714-42c2-b31c-257b65a6a584/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/36d1bb2a-4714-42c2-b31c-257b65a6a584/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_fa7559ef-98c4-42aa-85cd-8832627104f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_fa7559ef-98c4-42aa-85cd-8832627104f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:50:39Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:50:37Z", "file": "/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "66b00fc8-1757-4269-ba8c-816bbaa724c2", "size": 12716032, "self": "/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:50:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:50:40,075 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-013f7802-6559-41c9-9064-99c65b128f7f 2018-08-27 02:50:40,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.312435150146s 2018-08-27 02:50:40,076 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-013f7802-6559-41c9-9064-99c65b128f7f 2018-08-27 02:50:40,078 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/36d1bb2a-4714-42c2-b31c-257b65a6a584/snap', u'metadata': Munch({})})], 'file': u'/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'36d1bb2a-4714-42c2-b31c-257b65a6a584', 'size': 12716032, u'self': u'/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/36d1bb2a-4714-42c2-b31c-257b65a6a584/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T02:50:39Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T02:50:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_fa7559ef-98c4-42aa-85cd-8832627104f9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_fa7559ef-98c4-42aa-85cd-8832627104f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_fa7559ef-98c4-42aa-85cd-8832627104f9', 'created': u'2018-08-27T02:50:39Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T02:50:39Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_fa7559ef-98c4-42aa-85cd-8832627104f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 02:50:40,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 02:50:40,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_fa7559ef-98c4-42aa-85cd-8832627104f9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 02:50:40,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:50:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4299e0b6-f454-4a26-85a9-5d2c58f3df5a x-compute-request-id: req-4299e0b6-f454-4a26-85a9-5d2c58f3df5a Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_fa7559ef-98c4-42aa-85cd-8832627104f9", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/1146d78e-a72f-4736-900e-8122f3297e2f", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/1146d78e-a72f-4736-900e-8122f3297e2f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1146d78e-a72f-4736-900e-8122f3297e2f"}} 2018-08-27 02:50:40,138 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4299e0b6-f454-4a26-85a9-5d2c58f3df5a 2018-08-27 02:50:40,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0592129230499s 2018-08-27 02:50:40,139 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4299e0b6-f454-4a26-85a9-5d2c58f3df5a 2018-08-27 02:50:40,140 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_fa7559ef-98c4-42aa-85cd-8832627104f9', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'1146d78e-a72f-4736-900e-8122f3297e2f', 'swap': 0}) 2018-08-27 02:50:40,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 02:50:40,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/1146d78e-a72f-4736-900e-8122f3297e2f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '{"extra_specs": {}}' 2018-08-27 02:50:40,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:50:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62d2f3fd-260c-4f62-8725-13874d886f95 x-compute-request-id: req-62d2f3fd-260c-4f62-8725-13874d886f95 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 02:50:40,163 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/1146d78e-a72f-4736-900e-8122f3297e2f/os-extra_specs used request id req-62d2f3fd-260c-4f62-8725-13874d886f95 2018-08-27 02:50:40,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022885799408s 2018-08-27 02:50:40,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/1146d78e-a72f-4736-900e-8122f3297e2f/os-extra_specs used request id req-62d2f3fd-260c-4f62-8725-13874d886f95 2018-08-27 02:50:40,164 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_fa7559ef-98c4-42aa-85cd-8832627104f9', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'1146d78e-a72f-4736-900e-8122f3297e2f', 'swap': 0}) 2018-08-27 02:50:43,891 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-27 02:50:43,892 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-27 02:50:43,892 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-27 02:50:43,895 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-27 02:50:43,913 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-27 02:50:47,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-89475310-778b-4ce5-a6e6-e57d6a3fe278/repo; stestr list '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-08-27 02:50:47,478 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-27 02:50:47,501 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-27 02:50:47,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-08-27 02:52:37,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 669a676b-3acf-4711-ad97-80b80b167be3 2018-08-27 02:52:37,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '669a676b-3acf-4711-ad97-80b80b167be3']'. 2018-08-27 02:52:38,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-27 02:52:38,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-27 02:52:38,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 02:52:38,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 669a676b-3acf-4711-ad97-80b80b167be3 | 2018-08-27 02:52:38,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-27 02:52:38,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-27 02:50:49 | 2018-08-27 02:52:38,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-27 02:52:37 | 2018-08-27 02:52:38,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:48 | 2018-08-27 02:52:38,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-27 02:52:38,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-27 02:52:38,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 89475310-778b-4ce5-a6e6-e57d6a3fe278) | 2018-08-27 02:52:38,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-27 02:52:38,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 049e34a3-bfd6-4ef4-b90f-4a339025e0eb) | 2018-08-27 02:52:38,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-27 02:52:38,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 79.717 | 2018-08-27 02:52:38,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-27 02:52:38,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-27 02:52:38,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-27 02:52:38,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-27 02:52:38,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-27 02:52:38,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 02:52:38,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-27 02:52:38,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-27 02:52:38,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-27 02:52:38,631 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 02:52:38,631 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 02:52:38,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 02:52:38,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:39,625 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-269d215a-305b-416a-828b-f60482fdf6e8 Date: Mon, 27 Aug 2018 02:52:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:52:39,625 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584 used request id req-269d215a-305b-416a-828b-f60482fdf6e8 2018-08-27 02:52:39,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.987246990204s 2018-08-27 02:52:39,626 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/36d1bb2a-4714-42c2-b31c-257b65a6a584 used request id req-269d215a-305b-416a-828b-f60482fdf6e8 2018-08-27 02:52:39,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 02:52:39,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:39,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22b8515a-b437-48cf-9e95-121c79ac6bdd x-compute-request-id: req-22b8515a-b437-48cf-9e95-121c79ac6bdd Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_fa7559ef-98c4-42aa-85cd-8832627104f9", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0111e480-005a-4b6d-a2cc-cc2a87de0c08"}, {"name": "patrole-flavor_alt_fa7559ef-98c4-42aa-85cd-8832627104f9", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/1146d78e-a72f-4736-900e-8122f3297e2f", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/1146d78e-a72f-4736-900e-8122f3297e2f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1146d78e-a72f-4736-900e-8122f3297e2f"}]} 2018-08-27 02:52:39,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-22b8515a-b437-48cf-9e95-121c79ac6bdd 2018-08-27 02:52:39,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250709056854s 2018-08-27 02:52:39,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-22b8515a-b437-48cf-9e95-121c79ac6bdd 2018-08-27 02:52:39,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 02:52:39,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/1146d78e-a72f-4736-900e-8122f3297e2f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:39,690 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 02:52:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c907d922-4910-4976-b4d7-e8e19dd8be80 x-compute-request-id: req-c907d922-4910-4976-b4d7-e8e19dd8be80 Content-Length: 0 Content-Type: application/json 2018-08-27 02:52:39,690 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/1146d78e-a72f-4736-900e-8122f3297e2f used request id req-c907d922-4910-4976-b4d7-e8e19dd8be80 2018-08-27 02:52:39,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0357110500336s 2018-08-27 02:52:39,690 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/1146d78e-a72f-4736-900e-8122f3297e2f used request id req-c907d922-4910-4976-b4d7-e8e19dd8be80 2018-08-27 02:52:39,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 02:52:39,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/3f35a380-9eb4-4fd3-8080-54c29825b9c6/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" -d '{"subnet_id": "01cc7187-7099-4253-8785-94ca585d08ee"}' 2018-08-27 02:52:41,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-57b5b769-a6e1-49b0-8c1d-62e4c1e46605 Date: Mon, 27 Aug 2018 02:52:41 GMT RESP BODY: {"network_id": "fe3f52a8-098e-46fe-aa26-08ca88bdc7fc", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "01cc7187-7099-4253-8785-94ca585d08ee", "subnet_ids": ["01cc7187-7099-4253-8785-94ca585d08ee"], "port_id": "dadb7019-e5d0-4ed4-a643-9cd94512acce", "id": "3f35a380-9eb4-4fd3-8080-54c29825b9c6"} 2018-08-27 02:52:41,684 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3f35a380-9eb4-4fd3-8080-54c29825b9c6/remove_router_interface.json used request id req-57b5b769-a6e1-49b0-8c1d-62e4c1e46605 2018-08-27 02:52:41,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.99349808693s 2018-08-27 02:52:41,684 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3f35a380-9eb4-4fd3-8080-54c29825b9c6/remove_router_interface.json used request id req-57b5b769-a6e1-49b0-8c1d-62e4c1e46605 returning object 3f35a380-9eb4-4fd3-8080-54c29825b9c6 2018-08-27 02:52:41,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 02:52:41,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:42,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-5af92999-1a92-4fb9-9f9e-4be0c79f4aaf Date: Mon, 27 Aug 2018 02:52:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T02:50:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T02:52:40Z", "revision_number": 4, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "3f35a380-9eb4-4fd3-8080-54c29825b9c6", "name": "patrole-router_fa7559ef-98c4-42aa-85cd-8832627104f9"}]} 2018-08-27 02:52:42,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5af92999-1a92-4fb9-9f9e-4be0c79f4aaf 2018-08-27 02:52:42,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.401325941086s 2018-08-27 02:52:42,087 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5af92999-1a92-4fb9-9f9e-4be0c79f4aaf 2018-08-27 02:52:42,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 02:52:42,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/3f35a380-9eb4-4fd3-8080-54c29825b9c6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:43,521 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-84e9ea71-da9d-47e1-95ec-4b20b22269c2 Content-Length: 0 Date: Mon, 27 Aug 2018 02:52:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:52:43,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/3f35a380-9eb4-4fd3-8080-54c29825b9c6.json used request id req-84e9ea71-da9d-47e1-95ec-4b20b22269c2 2018-08-27 02:52:43,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.43347907066s 2018-08-27 02:52:43,522 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/3f35a380-9eb4-4fd3-8080-54c29825b9c6.json used request id req-84e9ea71-da9d-47e1-95ec-4b20b22269c2 2018-08-27 02:52:43,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 02:52:43,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:43,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-00824ba8-bee7-49c5-9b73-6878233888a6 Date: Mon, 27 Aug 2018 02:52:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe3f52a8-098e-46fe-aa26-08ca88bdc7fc","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T02:50:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T02:50:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"01cc7187-7099-4253-8785-94ca585d08ee","subnetpool_id":null,"name":"patrole-subnet_fa7559ef-98c4-42aa-85cd-8832627104f9"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 02:52:43,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-00824ba8-bee7-49c5-9b73-6878233888a6 2018-08-27 02:52:43,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.316222190857s 2018-08-27 02:52:43,839 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-00824ba8-bee7-49c5-9b73-6878233888a6 2018-08-27 02:52:43,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 02:52:43,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/01cc7187-7099-4253-8785-94ca585d08ee.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:46,947 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-514d69bb-13fc-4802-9ad8-b61754a215b7 Date: Mon, 27 Aug 2018 02:52:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:52:46,947 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/01cc7187-7099-4253-8785-94ca585d08ee.json used request id req-514d69bb-13fc-4802-9ad8-b61754a215b7 2018-08-27 02:52:46,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.10666894913s 2018-08-27 02:52:46,947 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/01cc7187-7099-4253-8785-94ca585d08ee.json used request id req-514d69bb-13fc-4802-9ad8-b61754a215b7 2018-08-27 02:52:46,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 02:52:46,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:47,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-e6def5f2-51f8-4022-8c68-9042cee182ee Date: Mon, 27 Aug 2018 02:52:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fe3f52a8-098e-46fe-aa26-08ca88bdc7fc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T02:52:46Z","provider:segmentation_id":96,"name":"patrole-net_fa7559ef-98c4-42aa-85cd-8832627104f9","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T02:50:29Z","provider:network_type":"vxlan"}]} 2018-08-27 02:52:47,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e6def5f2-51f8-4022-8c68-9042cee182ee 2018-08-27 02:52:47,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.466205120087s 2018-08-27 02:52:47,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e6def5f2-51f8-4022-8c68-9042cee182ee 2018-08-27 02:52:47,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 02:52:47,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/fe3f52a8-098e-46fe-aa26-08ca88bdc7fc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:48,335 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-885a2648-20bf-4af6-9184-7989fa9f9d2d Date: Mon, 27 Aug 2018 02:52:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 02:52:48,335 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/fe3f52a8-098e-46fe-aa26-08ca88bdc7fc.json used request id req-885a2648-20bf-4af6-9184-7989fa9f9d2d 2018-08-27 02:52:48,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.919746160507s 2018-08-27 02:52:48,336 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/fe3f52a8-098e-46fe-aa26-08ca88bdc7fc.json used request id req-885a2648-20bf-4af6-9184-7989fa9f9d2d 2018-08-27 02:52:48,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:52:48,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:48,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-bf9cbe23-527a-4a14-bbda-384673091bea Date: Mon, 27 Aug 2018 02:52:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:50:37Z", "file": "/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "66b00fc8-1757-4269-ba8c-816bbaa724c2", "size": 12716032, "self": "/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/66b00fc8-1757-4269-ba8c-816bbaa724c2/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_fa7559ef-98c4-42aa-85cd-8832627104f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T02:50:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:52:48,711 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-bf9cbe23-527a-4a14-bbda-384673091bea 2018-08-27 02:52:48,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.371033191681s 2018-08-27 02:52:48,711 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-bf9cbe23-527a-4a14-bbda-384673091bea 2018-08-27 02:52:48,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 02:52:48,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:49,404 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-716327b5-55a4-43e9-9750-465233c335c7 Date: Mon, 27 Aug 2018 02:52:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:52:49,404 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2 used request id req-716327b5-55a4-43e9-9750-465233c335c7 2018-08-27 02:52:49,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.691079139709s 2018-08-27 02:52:49,404 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/66b00fc8-1757-4269-ba8c-816bbaa724c2 used request id req-716327b5-55a4-43e9-9750-465233c335c7 2018-08-27 02:52:49,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 02:52:49,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:49,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0c1e454-a4e8-47a1-8dc9-2d186f0cdda9 x-compute-request-id: req-c0c1e454-a4e8-47a1-8dc9-2d186f0cdda9 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_fa7559ef-98c4-42aa-85cd-8832627104f9", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0111e480-005a-4b6d-a2cc-cc2a87de0c08"}]} 2018-08-27 02:52:49,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c0c1e454-a4e8-47a1-8dc9-2d186f0cdda9 2018-08-27 02:52:49,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276498794556s 2018-08-27 02:52:49,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c0c1e454-a4e8-47a1-8dc9-2d186f0cdda9 2018-08-27 02:52:49,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 02:52:49,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf577992fa66c160803b18b6c7c7d4ce62d471bd" 2018-08-27 02:52:49,474 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 02:52:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33dfac98-25eb-4d45-a1db-f57377c53288 x-compute-request-id: req-33dfac98-25eb-4d45-a1db-f57377c53288 Content-Length: 0 Content-Type: application/json 2018-08-27 02:52:49,474 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08 used request id req-33dfac98-25eb-4d45-a1db-f57377c53288 2018-08-27 02:52:49,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0398941040039s 2018-08-27 02:52:49,475 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/0111e480-005a-4b6d-a2cc-cc2a87de0c08 used request id req-33dfac98-25eb-4d45-a1db-f57377c53288 2018-08-27 02:52:49,535 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-27 02:52:49,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 02:52:49,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 02:52:49,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 02:52:49,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 02:52:49,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 02:52:49,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 02:52:49,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 02:52:49,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 02:52:49,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 02:52:49,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 02:52:49,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 02:52:49,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 02:52:49,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 02:52:49,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:52:49,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a30a2d2b-d144-40ce-8f88-e677f7acd09f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 02:52:49,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a30a2d2b-d144-40ce-8f88-e677f7acd09f 2018-08-27 02:52:49,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 02:52:49,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T03:52:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["qEfnQmXHQFepMF80srDLqw"], "issued_at": "2018-08-27T02:52:49.000000Z"}} 2018-08-27 02:52:49,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 02:52:49,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:52:50,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-3da14157-c3d3-4da7-a140-9454357a8ca0 Date: Mon, 27 Aug 2018 02:52:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 02:52:50,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3da14157-c3d3-4da7-a140-9454357a8ca0 2018-08-27 02:52:50,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.419713020325s 2018-08-27 02:52:50,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3da14157-c3d3-4da7-a140-9454357a8ca0 2018-08-27 02:52:50,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:52:50,425 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 02:52:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d7d226f-0c43-40e3-998d-aca30b464f8b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 02:52:50,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-3d7d226f-0c43-40e3-998d-aca30b464f8b 2018-08-27 02:52:50,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 02:52:50,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:52:50,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c541cd8-ce75-488c-9cf4-6940e0921c11 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 02:52:50,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-5c541cd8-ce75-488c-9cf4-6940e0921c11 2018-08-27 02:52:50,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199830055237s 2018-08-27 02:52:50,626 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-5c541cd8-ce75-488c-9cf4-6940e0921c11 2018-08-27 02:52:50,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 02:52:50,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}}' 2018-08-27 02:52:50,859 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 02:52:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71066d7c-5648-4474-abce-e44e668fad5e Content-Length: 354 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e"}, "tags": [], "enabled": true, "id": "d6a9b1e70afc438d9f89f87453c9a60e", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}} 2018-08-27 02:52:50,860 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-71066d7c-5648-4474-abce-e44e668fad5e 2018-08-27 02:52:50,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.22668504715s 2018-08-27 02:52:50,860 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-71066d7c-5648-4474-abce-e44e668fad5e 2018-08-27 02:52:50,860 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmtp', u'tags': [], 'enabled': True, 'id': u'd6a9b1e70afc438d9f89f87453c9a60e', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmtp-project_9cc27d67-20e0-4fb1-89ed-a27c67b00353'}) 2018-08-27 02:52:50,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 02:52:50,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "52424c23-e481-4f4b-a6f1-a13ce9437d92", "email": null, "name": "vmtp-user_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}}' 2018-08-27 02:52:51,320 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 02:52:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95ce4e11-193c-47ed-81a7-7ef58dc93658 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "links": {"self": "http://172.30.9.26:5000/v3/users/b74f436db9184c7386c069d4d3be26da"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b74f436db9184c7386c069d4d3be26da", "domain_id": "default", "password_expires_at": null}} 2018-08-27 02:52:51,320 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-95ce4e11-193c-47ed-81a7-7ef58dc93658 2018-08-27 02:52:51,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.453426122665s 2018-08-27 02:52:51,320 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-95ce4e11-193c-47ed-81a7-7ef58dc93658 2018-08-27 02:52:51,321 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b74f436db9184c7386c069d4d3be26da', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_9cc27d67-20e0-4fb1-89ed-a27c67b00353'}) 2018-08-27 02:52:51,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:52:51,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:52:51,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0ae835-bd8f-48af-80e0-9b4733b881eb Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:52:51,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-eb0ae835-bd8f-48af-80e0-9b4733b881eb 2018-08-27 02:52:51,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104504823685s 2018-08-27 02:52:51,429 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-eb0ae835-bd8f-48af-80e0-9b4733b881eb 2018-08-27 02:52:51,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:52:51,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:52:51,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb5dbd8b-fd30-41e6-b42a-c6096df6e4b4 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:52:51,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-eb5dbd8b-fd30-41e6-b42a-c6096df6e4b4 2018-08-27 02:52:51,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201034069061s 2018-08-27 02:52:51,635 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-eb5dbd8b-fd30-41e6-b42a-c6096df6e4b4 2018-08-27 02:52:51,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:52:51,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:52:51,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1c220b7-f6bb-4988-95b7-be535ed7ee83 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:52:51,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e1c220b7-f6bb-4988-95b7-be535ed7ee83 2018-08-27 02:52:51,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179784059525s 2018-08-27 02:52:51,820 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e1c220b7-f6bb-4988-95b7-be535ed7ee83 2018-08-27 02:52:51,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 02:52:51,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:52:52,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b00a996-f264-4082-8a8e-aaa4cb3537c2 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 02:52:52,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-1b00a996-f264-4082-8a8e-aaa4cb3537c2 2018-08-27 02:52:52,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187685012817s 2018-08-27 02:52:52,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-1b00a996-f264-4082-8a8e-aaa4cb3537c2 2018-08-27 02:52:52,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 02:52:52,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:52:52,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f166f9d-0ba1-46ec-b498-79f44df0d473 Content-Encoding: gzip Content-Length: 957 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmtp-user_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "links": {"self": "http://172.30.9.26:5000/v3/users/b74f436db9184c7386c069d4d3be26da"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b74f436db9184c7386c069d4d3be26da", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 02:52:52,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7f166f9d-0ba1-46ec-b498-79f44df0d473 2018-08-27 02:52:52,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.222668886185s 2018-08-27 02:52:52,237 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7f166f9d-0ba1-46ec-b498-79f44df0d473 2018-08-27 02:52:52,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 02:52:52,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:52:52,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1969f988-63b9-4fc8-829f-5423882972d0 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e"}, "tags": [], "enabled": true, "id": "d6a9b1e70afc438d9f89f87453c9a60e", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}]} 2018-08-27 02:52:52,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-1969f988-63b9-4fc8-829f-5423882972d0 2018-08-27 02:52:52,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.213135004044s 2018-08-27 02:52:52,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-1969f988-63b9-4fc8-829f-5423882972d0 2018-08-27 02:52:52,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 02:52:52,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=b74f436db9184c7386c069d4d3be26da&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=d6a9b1e70afc438d9f89f87453c9a60e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:52:52,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a486797-60bb-4d1f-89b1-52a986b592e2 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=b74f436db9184c7386c069d4d3be26da&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=d6a9b1e70afc438d9f89f87453c9a60e", "previous": null, "next": null}} 2018-08-27 02:52:52,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b74f436db9184c7386c069d4d3be26da&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=d6a9b1e70afc438d9f89f87453c9a60e used request id req-4a486797-60bb-4d1f-89b1-52a986b592e2 2018-08-27 02:52:52,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.197355985641s 2018-08-27 02:52:52,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b74f436db9184c7386c069d4d3be26da&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=d6a9b1e70afc438d9f89f87453c9a60e used request id req-4a486797-60bb-4d1f-89b1-52a986b592e2 2018-08-27 02:52:52,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 02:52:52,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e/users/b74f436db9184c7386c069d4d3be26da/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:52:52,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 02:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-780fec4e-d5d1-4c79-a340-cfca9860f0e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 02:52:52,910 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e/users/b74f436db9184c7386c069d4d3be26da/roles/565edadc366246ae845471a412ad99ed used request id req-780fec4e-d5d1-4c79-a340-cfca9860f0e1 2018-08-27 02:52:52,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.239523887634s 2018-08-27 02:52:52,911 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e/users/b74f436db9184c7386c069d4d3be26da/roles/565edadc366246ae845471a412ad99ed used request id req-780fec4e-d5d1-4c79-a340-cfca9860f0e1 2018-08-27 02:52:52,911 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_9cc27d67-20e0-4fb1-89ed-a27c67b00353', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'd6a9b1e70afc438d9f89f87453c9a60e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '52424c23-e481-4f4b-a6f1-a13ce9437d92', 'username': u'vmtp-user_9cc27d67-20e0-4fb1-89ed-a27c67b00353', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 02:52:52,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 02:52:52,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 02:52:52,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 02:52:52,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 02:52:52,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 02:52:52,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 02:52:52,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 02:52:52,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 02:52:52,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 02:52:52,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 02:52:52,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 02:52:52,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 02:52:52,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 02:52:52,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 02:52:52,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 02:52:52,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 02:52:52,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 02:52:52,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 02:52:52,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 02:52:52,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 02:52:52,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 02:52:52,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 02:52:52,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 02:52:52,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 02:52:52,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 02:52:52,917 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_9cc27d67-20e0-4fb1-89ed-a27c67b00353', 'password': '52424c23-e481-4f4b-a6f1-a13ce9437d92', 'project_name': 'vmtp-project_9cc27d67-20e0-4fb1-89ed-a27c67b00353', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'd6a9b1e70afc438d9f89f87453c9a60e', 'project_domain_name': 'Default'} 2018-08-27 02:52:52,922 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-27 02:52:52,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:52:52,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06bd5ce2-09ba-4b66-a6e5-e217437f3fbf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 02:52:52,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-06bd5ce2-09ba-4b66-a6e5-e217437f3fbf 2018-08-27 02:52:52,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 02:52:53,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T03:52:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6a9b1e70afc438d9f89f87453c9a60e", "name": "vmtp-project_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d6a9b1e70afc438d9f89f87453c9a60e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_d6a9b1e70afc438d9f89f87453c9a60e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/d6a9b1e70afc438d9f89f87453c9a60e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "id": "b74f436db9184c7386c069d4d3be26da"}, "audit_ids": ["ZnI0onEZSVOimuda88kLqA"], "issued_at": "2018-08-27T02:52:53.000000Z"}} 2018-08-27 02:52:53,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 02:52:53,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "vmtp-router_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "admin_state_up": true}}' 2018-08-27 02:52:55,086 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-600ad15e-be1e-43d6-b091-904c107f420a Date: Mon, 27 Aug 2018 02:52:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "created_at": "2018-08-27T02:52:53Z", "admin_state_up": true, "updated_at": "2018-08-27T02:52:54Z", "revision_number": 2, "routes": [], "project_id": "d6a9b1e70afc438d9f89f87453c9a60e", "id": "480e21c6-6f1c-4c6a-bd04-dceb28f4319f", "name": "vmtp-router_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}} 2018-08-27 02:52:55,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-600ad15e-be1e-43d6-b091-904c107f420a 2018-08-27 02:52:55,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.76156210899s 2018-08-27 02:52:55,087 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-600ad15e-be1e-43d6-b091-904c107f420a 2018-08-27 02:52:55,088 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd6a9b1e70afc438d9f89f87453c9a60e', u'created_at': u'2018-08-27T02:52:53Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T02:52:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'd6a9b1e70afc438d9f89f87453c9a60e', u'id': u'480e21c6-6f1c-4c6a-bd04-dceb28f4319f', u'name': u'vmtp-router_9cc27d67-20e0-4fb1-89ed-a27c67b00353'}) 2018-08-27 02:52:55,088 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-27 02:52:56,571 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-27 02:52:56,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 02:52:56,577 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 02:52:56 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 02:52:56,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:52:56,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" 2018-08-27 02:52:56,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4c9397cc-363c-4573-937b-b4e8cd2178ee Date: Mon, 27 Aug 2018 02:52:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:52:56,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4c9397cc-363c-4573-937b-b4e8cd2178ee 2018-08-27 02:52:56,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.310267925262s 2018-08-27 02:52:56,892 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4c9397cc-363c-4573-937b-b4e8cd2178ee 2018-08-27 02:52:56,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 02:52:56,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}' 2018-08-27 02:52:57,198 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-30d4cfed-1b2a-440c-83e7-edeb7a350456 Date: Mon, 27 Aug 2018 02:52:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:52:57Z", "file": "/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/file", "owner": "d6a9b1e70afc438d9f89f87453c9a60e", "id": "49ad76e5-6382-42a5-b6f1-f8505d43f2c9", "size": null, "self": "/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "checksum": null, "created_at": "2018-08-27T02:52:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 02:52:57,199 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-30d4cfed-1b2a-440c-83e7-edeb7a350456 2018-08-27 02:52:57,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.298812150955s 2018-08-27 02:52:57,199 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-30d4cfed-1b2a-440c-83e7-edeb7a350456 returning object 49ad76e5-6382-42a5-b6f1-f8505d43f2c9 2018-08-27 02:52:57,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 02:52:57,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" -d '' 2018-08-27 02:53:01,715 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-633cff23-2215-4fde-a4f2-266df4e55fbe Date: Mon, 27 Aug 2018 02:53:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 02:53:01,715 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/file used request id req-633cff23-2215-4fde-a4f2-266df4e55fbe 2018-08-27 02:53:01,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.51533985138s 2018-08-27 02:53:01,715 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/file used request id req-633cff23-2215-4fde-a4f2-266df4e55fbe 2018-08-27 02:53:01,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 02:53:01,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" 2018-08-27 02:53:02,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-1c7ac589-505d-479f-b7cd-ac412c15d16a Date: Mon, 27 Aug 2018 02:53:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:53:01Z", "file": "/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/file", "owner": "d6a9b1e70afc438d9f89f87453c9a60e", "id": "49ad76e5-6382-42a5-b6f1-f8505d43f2c9", "size": 263193088, "self": "/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T02:52:57Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 02:53:02,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1c7ac589-505d-479f-b7cd-ac412c15d16a 2018-08-27 02:53:02,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.318547010422s 2018-08-27 02:53:02,038 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1c7ac589-505d-479f-b7cd-ac412c15d16a 2018-08-27 02:53:02,040 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/file', 'owner': u'd6a9b1e70afc438d9f89f87453c9a60e', 'id': u'49ad76e5-6382-42a5-b6f1-f8505d43f2c9', 'size': 263193088, u'self': u'/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6a9b1e70afc438d9f89f87453c9a60e', 'name': 'vmtp-project_9cc27d67-20e0-4fb1-89ed-a27c67b00353', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T02:53:01Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T02:53:01Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353', 'created': u'2018-08-27T02:52:57Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-27T02:52:57Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-27 02:53:02,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 02:53:02,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-27 02:53:02,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:53:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c07cff5-c698-4d8f-941c-2feb15c512d0 x-compute-request-id: req-0c07cff5-c698-4d8f-941c-2feb15c512d0 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/544febf0-4d41-41f0-aa0a-a2e0508446aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/544febf0-4d41-41f0-aa0a-a2e0508446aa", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "544febf0-4d41-41f0-aa0a-a2e0508446aa"}} 2018-08-27 02:53:02,335 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0c07cff5-c698-4d8f-941c-2feb15c512d0 2018-08-27 02:53:02,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.294230937958s 2018-08-27 02:53:02,335 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0c07cff5-c698-4d8f-941c-2feb15c512d0 2018-08-27 02:53:02,336 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_9cc27d67-20e0-4fb1-89ed-a27c67b00353', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 0, 'id': u'544febf0-4d41-41f0-aa0a-a2e0508446aa', 'swap': 0}) 2018-08-27 02:53:02,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 02:53:02,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/544febf0-4d41-41f0-aa0a-a2e0508446aa/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" -d '{"extra_specs": {}}' 2018-08-27 02:53:02,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:53:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ee07306-9dfc-453a-90eb-1fe453ab9ba8 x-compute-request-id: req-0ee07306-9dfc-453a-90eb-1fe453ab9ba8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 02:53:02,362 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/544febf0-4d41-41f0-aa0a-a2e0508446aa/os-extra_specs used request id req-0ee07306-9dfc-453a-90eb-1fe453ab9ba8 2018-08-27 02:53:02,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0257031917572s 2018-08-27 02:53:02,363 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/544febf0-4d41-41f0-aa0a-a2e0508446aa/os-extra_specs used request id req-0ee07306-9dfc-453a-90eb-1fe453ab9ba8 2018-08-27 02:53:02,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:53:02,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:53:02,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56275671-c2ec-4569-9940-3997adf2f9e3 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:53:02,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-56275671-c2ec-4569-9940-3997adf2f9e3 2018-08-27 02:53:02,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199361801147s 2018-08-27 02:53:02,566 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-56275671-c2ec-4569-9940-3997adf2f9e3 2018-08-27 02:53:02,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 02:53:02,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:53:02,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89380b79-f5d8-42fe-b0e1-25ff750db1cf Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 02:53:02,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-89380b79-f5d8-42fe-b0e1-25ff750db1cf 2018-08-27 02:53:02,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195985794067s 2018-08-27 02:53:02,767 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-89380b79-f5d8-42fe-b0e1-25ff750db1cf 2018-08-27 02:53:02,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 02:53:02,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:53:02,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33b2885a-a72c-4973-bab0-73d2579c0430 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 02:53:02,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-33b2885a-a72c-4973-bab0-73d2579c0430 2018-08-27 02:53:02,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.11116194725s 2018-08-27 02:53:02,883 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-33b2885a-a72c-4973-bab0-73d2579c0430 2018-08-27 02:53:02,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 02:53:02,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:53:03,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beb7d293-8d6a-48d1-bec1-b3d8313c1d63 Content-Encoding: gzip Content-Length: 957 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmtp-user_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "links": {"self": "http://172.30.9.26:5000/v3/users/b74f436db9184c7386c069d4d3be26da"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b74f436db9184c7386c069d4d3be26da", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 02:53:03,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-beb7d293-8d6a-48d1-bec1-b3d8313c1d63 2018-08-27 02:53:03,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.241197824478s 2018-08-27 02:53:03,125 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-beb7d293-8d6a-48d1-bec1-b3d8313c1d63 2018-08-27 02:53:03,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 02:53:03,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:53:03,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a50f051c-aa8b-4d5d-bb56-3c5f209f4fc3 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e"}, "tags": [], "enabled": true, "id": "d6a9b1e70afc438d9f89f87453c9a60e", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}]} 2018-08-27 02:53:03,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a50f051c-aa8b-4d5d-bb56-3c5f209f4fc3 2018-08-27 02:53:03,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189400911331s 2018-08-27 02:53:03,325 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a50f051c-aa8b-4d5d-bb56-3c5f209f4fc3 2018-08-27 02:53:03,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 02:53:03,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=b74f436db9184c7386c069d4d3be26da&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=d6a9b1e70afc438d9f89f87453c9a60e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:53:03,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6196317-4ee4-4c40-85f3-05ed4df80cd1 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=b74f436db9184c7386c069d4d3be26da&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=d6a9b1e70afc438d9f89f87453c9a60e", "previous": null, "next": null}} 2018-08-27 02:53:03,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b74f436db9184c7386c069d4d3be26da&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=d6a9b1e70afc438d9f89f87453c9a60e used request id req-d6196317-4ee4-4c40-85f3-05ed4df80cd1 2018-08-27 02:53:03,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.195848941803s 2018-08-27 02:53:03,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b74f436db9184c7386c069d4d3be26da&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=d6a9b1e70afc438d9f89f87453c9a60e used request id req-d6196317-4ee4-4c40-85f3-05ed4df80cd1 2018-08-27 02:53:03,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 02:53:03,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e/users/b74f436db9184c7386c069d4d3be26da/roles/64b62be202324fec914229b8ba9e275d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 02:53:03,778 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 02:53:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-821340b0-88ed-4562-8fbc-345a0376c7f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 02:53:03,778 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e/users/b74f436db9184c7386c069d4d3be26da/roles/64b62be202324fec914229b8ba9e275d used request id req-821340b0-88ed-4562-8fbc-345a0376c7f9 2018-08-27 02:53:03,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.246623039246s 2018-08-27 02:53:03,779 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e/users/b74f436db9184c7386c069d4d3be26da/roles/64b62be202324fec914229b8ba9e275d used request id req-821340b0-88ed-4562-8fbc-345a0376c7f9 2018-08-27 02:53:03,779 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_9cc27d67-20e0-4fb1-89ed-a27c67b00353' 2018-08-27 02:53:03,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 02:53:03,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" -d '{"keypair": {"name": "vmtp_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}}' 2018-08-27 02:53:04,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 02:53:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dabe1945-e389-4f7a-b84c-75fd930ecc2f x-compute-request-id: req-dabe1945-e389-4f7a-b84c-75fd930ecc2f Content-Encoding: gzip Content-Length: 1798 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKChCUQA/MKbRm4S3kqrUuvWObhNwZ/iT4kqF9xw62cE9JjZNDB0MCIY2L5XgleJ1TR8rpCbeRpZ1BXYsEUep+9VEAxiABoz1Nf0vufkUsgzWUPOBOdIIYFLgplszjabyAZEqUdckwOPnl5vO+LqyrlcB4NK0FhBCiCbncU1O1nTdGsszTSaPSXaUV8jre3/UDOhjI+hMtGDODhWgOszhbPYuGpM9xAB+hE6sbLxQV1McH9HspVfxP8d8USQjswygxT5vqJQPpe/BDmRa8CGYeOLeAE3dT0vACwRKMGo9MB8vWOFMLYQOR6hTZBcLOg7DhmDOXg9i18wwXYOjNs8M7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAygoQlEAPzCm0ZuEt5Kq1Lr1jm4TcGf4k+JKhfccOtnBPSY2T\nQwdDAiGNi+V4JXidU0fK6Qm3kaWdQV2LBFHqfvVRAMYgAaM9TX9L7n5FLIM1lDzg\nTnSCGBS4KZbM42m8gGRKlHXJMDj55ebzvi6sq5XAeDStBYQQogm53FNTtZ03RrLM\n00mj0l2lFfI63t/1AzoYyPoTLRgzg4VoDrM4Wz2LhqTPcQAfoROrGy8UFdTHB/R7\nKVX8T/HfFEkI7MMoMU+b6iUD6XvwQ5kWvAhmHji3gBN3U9LwAsESjBqPTAfL1jhT\nC2EDkeoU2QXCzoOw4Zgzl4PYtfMMF2DozbPDOwIDAQABAoIBAQDIg2ik2VdUVmeW\nWxEDCnC6rHd410jh+xqSIGRpwe7WHWxzITDvqvtT2Bz0pI6zEZuCFZRJ57zpraX+\nQ2o+pVXHHox/6iHFvk6O5TFkxqi8XpQERM6Qzox2fcmwbNt3L29HNUHXSXach09s\nXeO18fioaf0Uz6KQANvJFUICaih/6n1naTShWYc5LlVORafBS0FiplGFgSVvrw6Q\nZvw7Oix7fIAwcwgEPAkMIBOGAhuio1Q/nYNNCIBuF3ahMjKWCFY/ZZCQ8L32VnOI\nwhRjEsIJZOYZxwHip3hWR9fVGRxLHT/QHgWSFWzXOuS/mZ+Qk1jevH5SxGqttg57\nM08MX08BAoGBAPROCtKkckDKi9MXFoOncCJdeRXziFCfxT59VpKffSJL0Rc4cb0L\nPKF8RCJqQgD5Vv5ZT0uvsydZGfttQ5JkkhP3tQOJ+ZDA0M+4mvOAiwNOGHuyppY3\nliP+20JrAiho2rwWH66i+uCse5cZDAC/bRH9E02A/k0BsP1iXYetdajBAoGBANO2\nDtqpddg7RYzUyZItArFhp+Y0YEfhx2+LJd1+jUidUUgyIbBjXtKZn9L6MNIye0Dp\ntWXYASF34P6AK6p4L0Ry7WYy1qqmq9wVriW7KJoYp0Dafv5nGeexjr3/Kftrkrj/\nUtD6TK7a2lfkbbqup59BIkCsD142WFmIJQHEjM77AoGAekYJMq4tpPH7E5atpQ0L\nmZeRAASYiEm+7ezLhK0gcybhKq8MdiKGoQhSDauDB3vEJ59JiccRcrMsxuND+6Qs\nXKQQzAmlh+aJXD24CAGhEfFnXZnnuK1vjuqCkPZ/6Pu55oNoLf7Sc9rALLrTgBhP\nHb69h3/1R1N+YwN1bm/JwMECgYEAkp5T/TU86sppqVW4X2aSpdvW1oPRZhbD8sjw\nKUw6dl6U6yXk1O6Mvdcsq4UfiILzfwob2XNVnSMTi82h8AYZ3hKlvJBawIZ7IQlW\nuMS8IrQOKMjpCDDI7P+3tndfUMK4MyyH4zhlIPdqHVKSd6X7ajxGh3lhj0Kdvyud\nTXMcfT8CgYAbJbpgbLdhHmGGDnrMkowTaO53LRyyGddRDJ7CF4MqAqWZXPc4W1vU\nw/RQpm0gW8okIVsWwA4ezF7ZmOCkUfE0AOrDa/Y0TyJgz31iJv5jbXIPr8Q2ZbQc\nbwxcZJtMm81Dh9OkqDmNM3CGS2rpslSN1M2U97EEGU7ZGYS68JERxQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "b74f436db9184c7386c069d4d3be26da", "name": "vmtp_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "fingerprint": "58:96:c2:99:47:a2:3a:84:96:07:24:32:6b:14:5e:de"}} 2018-08-27 02:53:04,275 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-dabe1945-e389-4f7a-b84c-75fd930ecc2f 2018-08-27 02:53:04,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.495918989182s 2018-08-27 02:53:04,276 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-dabe1945-e389-4f7a-b84c-75fd930ecc2f 2018-08-27 02:53:04,276 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKChCUQA/MKbRm4S3kqrUuvWObhNwZ/iT4kqF9xw62cE9JjZNDB0MCIY2L5XgleJ1TR8rpCbeRpZ1BXYsEUep+9VEAxiABoz1Nf0vufkUsgzWUPOBOdIIYFLgplszjabyAZEqUdckwOPnl5vO+LqyrlcB4NK0FhBCiCbncU1O1nTdGsszTSaPSXaUV8jre3/UDOhjI+hMtGDODhWgOszhbPYuGpM9xAB+hE6sbLxQV1McH9HspVfxP8d8USQjswygxT5vqJQPpe/BDmRa8CGYeOLeAE3dT0vACwRKMGo9MB8vWOFMLYQOR6hTZBcLOg7DhmDOXg9i18wwXYOjNs8M7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAygoQlEAPzCm0ZuEt5Kq1Lr1jm4TcGf4k+JKhfccOtnBPSY2T\nQwdDAiGNi+V4JXidU0fK6Qm3kaWdQV2LBFHqfvVRAMYgAaM9TX9L7n5FLIM1lDzg\nTnSCGBS4KZbM42m8gGRKlHXJMDj55ebzvi6sq5XAeDStBYQQogm53FNTtZ03RrLM\n00mj0l2lFfI63t/1AzoYyPoTLRgzg4VoDrM4Wz2LhqTPcQAfoROrGy8UFdTHB/R7\nKVX8T/HfFEkI7MMoMU+b6iUD6XvwQ5kWvAhmHji3gBN3U9LwAsESjBqPTAfL1jhT\nC2EDkeoU2QXCzoOw4Zgzl4PYtfMMF2DozbPDOwIDAQABAoIBAQDIg2ik2VdUVmeW\nWxEDCnC6rHd410jh+xqSIGRpwe7WHWxzITDvqvtT2Bz0pI6zEZuCFZRJ57zpraX+\nQ2o+pVXHHox/6iHFvk6O5TFkxqi8XpQERM6Qzox2fcmwbNt3L29HNUHXSXach09s\nXeO18fioaf0Uz6KQANvJFUICaih/6n1naTShWYc5LlVORafBS0FiplGFgSVvrw6Q\nZvw7Oix7fIAwcwgEPAkMIBOGAhuio1Q/nYNNCIBuF3ahMjKWCFY/ZZCQ8L32VnOI\nwhRjEsIJZOYZxwHip3hWR9fVGRxLHT/QHgWSFWzXOuS/mZ+Qk1jevH5SxGqttg57\nM08MX08BAoGBAPROCtKkckDKi9MXFoOncCJdeRXziFCfxT59VpKffSJL0Rc4cb0L\nPKF8RCJqQgD5Vv5ZT0uvsydZGfttQ5JkkhP3tQOJ+ZDA0M+4mvOAiwNOGHuyppY3\nliP+20JrAiho2rwWH66i+uCse5cZDAC/bRH9E02A/k0BsP1iXYetdajBAoGBANO2\nDtqpddg7RYzUyZItArFhp+Y0YEfhx2+LJd1+jUidUUgyIbBjXtKZn9L6MNIye0Dp\ntWXYASF34P6AK6p4L0Ry7WYy1qqmq9wVriW7KJoYp0Dafv5nGeexjr3/Kftrkrj/\nUtD6TK7a2lfkbbqup59BIkCsD142WFmIJQHEjM77AoGAekYJMq4tpPH7E5atpQ0L\nmZeRAASYiEm+7ezLhK0gcybhKq8MdiKGoQhSDauDB3vEJ59JiccRcrMsxuND+6Qs\nXKQQzAmlh+aJXD24CAGhEfFnXZnnuK1vjuqCkPZ/6Pu55oNoLf7Sc9rALLrTgBhP\nHb69h3/1R1N+YwN1bm/JwMECgYEAkp5T/TU86sppqVW4X2aSpdvW1oPRZhbD8sjw\nKUw6dl6U6yXk1O6Mvdcsq4UfiILzfwob2XNVnSMTi82h8AYZ3hKlvJBawIZ7IQlW\nuMS8IrQOKMjpCDDI7P+3tndfUMK4MyyH4zhlIPdqHVKSd6X7ajxGh3lhj0Kdvyud\nTXMcfT8CgYAbJbpgbLdhHmGGDnrMkowTaO53LRyyGddRDJ7CF4MqAqWZXPc4W1vU\nw/RQpm0gW8okIVsWwA4ezF7ZmOCkUfE0AOrDa/Y0TyJgz31iJv5jbXIPr8Q2ZbQc\nbwxcZJtMm81Dh9OkqDmNM3CGS2rpslSN1M2U97EEGU7ZGYS68JERxQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b74f436db9184c7386c069d4d3be26da', 'name': u'vmtp_9cc27d67-20e0-4fb1-89ed-a27c67b00353', 'created_at': '2018-08-27T02:53:04.276945', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6a9b1e70afc438d9f89f87453c9a60e', 'name': 'vmtp-project_9cc27d67-20e0-4fb1-89ed-a27c67b00353', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'58:96:c2:99:47:a2:3a:84:96:07:24:32:6b:14:5e:de', 'type': 'ssh', 'id': u'vmtp_9cc27d67-20e0-4fb1-89ed-a27c67b00353'}) 2018-08-27 02:53:04,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 02:53:04,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/vmtp_9cc27d67-20e0-4fb1-89ed-a27c67b00353 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" 2018-08-27 02:53:04,344 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 02:53:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1a392046-4f7c-4a83-be31-443b4cc94991 x-compute-request-id: req-1a392046-4f7c-4a83-be31-443b4cc94991 Content-Length: 0 Content-Type: application/json 2018-08-27 02:53:04,345 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vmtp_9cc27d67-20e0-4fb1-89ed-a27c67b00353 used request id req-1a392046-4f7c-4a83-be31-443b4cc94991 2018-08-27 02:53:04,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0671360492706s 2018-08-27 02:53:04,345 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vmtp_9cc27d67-20e0-4fb1-89ed-a27c67b00353 used request id req-1a392046-4f7c-4a83-be31-443b4cc94991 2018-08-27 02:53:05,403 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -sc # # VMTP default configuration file # # This configuration file is ALWAYS loaded by VMTP and should never be modified by users. # To specify your own property values, always define them in a separate config file # and pass that file to the script using -c or --config # Property values in that config file will override the default values in the current file # --- # Name of the image to use for launching the test VMs. This name must be # the exact same name used in OpenStack (as shown from 'nova image-list') # Any image running Linux should work (Fedora, Ubuntu, CentOS...) image_name: 'Ubuntu Server 14.04' #image_name: 'Fedora 21' # User name to use to ssh to the test VMs # This is specific to the image being used ssh_vm_username: 'ubuntu' #ssh_vm_username: fedora # Flavor name to use for all VMs created by VMTP. # If this flavor is unspecified, flavor name will be set to default name "vmtp". # If this flavor exists it will be re-used as-is by VMTP. # Otherwise, a flavor with attributes specified in flavor property will be created. flavor_type: 'vmtp' # Custom flavor attributes # This flavor attributes is used to create a new flavor # if flavor_type is unspecified or doesn't exist in openstack. # Any created flavor will be deleted after vmtp ends. flavor: # Number of vCPUs for the flavor vcpus: 1 # Memory for the flavor in MB ram: 2048 # Size of local disk in GB disk: 0 # metadata are supported and can be added if needed, optional # extra_specs: # "hw:cpu_policy": dedicated # "hw:mem_page_size": 2048 # Name of the availability zone to use for the test VMs # Must be one of the zones listed by 'nova availability-zone-list' # If the zone selected contains more than 1 compute node, the script # will determine inter-node and intra-node throughput. If it contains only # 1 compute node, only intra-node troughput will be measured. # If empty (default), VMTP will automatically pick the first 2 hosts # that are compute nodes regardless of the availability zone #availability_zone: 'nova' availability_zone: # DNS server IP addresses to use for the VM (list of 1 or more DNS servers) # This default DNS server is available on the Internet, # Change this to use a different DNS server if necessary, dns_nameservers: [ '8.8.8.8' ] # VMTP can automatically download a VM image if the image named by # image_name is missing, for that you need to specify a URL where # the image can be retrieved # # A link to a Ubuntu Server 14.04 qcow2 image can be used here: # https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img # # To upload the image as a file, prepend it with file:// like below # file:// vm_image_url: '' # ----------------------------------------------------------------------------- # These variables are not likely to be changed # Set this variable to a network name if you want the script to reuse # a specific existing external network. If empty, the script will reuse the # first external network it can find (the cloud must have at least 1 # external network defined and available for use) # # NOTE: When set, router and floating ip creation will be ignored, and the # existing management network will be used for tests. This is used for runnig # VMTP on a provider network. reuse_network_name: # Use of the script for special deployments floating_ip: True # Set this to an existing VM name if the script should not create new VM # and reuse existing VM reuse_existing_vm: # Set config drive to true to bypass metadata service and use config drive # An option of config_drive to True is provided to nova boot to enable this config_drive: # The location of the user_data file, which will be passed to every instance # when booting. user_data_file: # ipv6 mode. Set this to one of the following 3 modes # slaac : VM obtains IPV6 address from Openstack radvd using SLAAC # dhcpv6-stateful : VM obtains ipv6 address from dnsmasq using DHCPv6 stateful # dhcpv6-stateless : VM obtains ipv6 address from Openstack radvd using SLAAC and options from dnsmasq # If left blank use ipv4 ipv6_mode: # Default name for the router to use to connect the internal mgmt network # with the external network. If a router exists with this name it will be # reused, otherwise a new router will be created router_name: 'pns-router' # Defaul names for the internal networks used by the # script. If an existing network with this name exists it will be reused. # Otherwise a new internal network will be created with that name. # 2 networks are needed to test the case of network to network communication internal_network_name: ['pns-internal-net', 'pns-internal-net2'] # Name of the subnets associated to the internal mgmt network internal_subnet_name: ['pns-internal-subnet', 'pns-internal-subnet2'] # Name of the subnets for ipv6 internal_subnet_name_v6: ['pns-internal-v6-subnet','pns-internal-v6-subnet2'] # Default CIDRs to use for the internal mgmt subnet internal_cidr: ['192.168.1.0/24' , '192.168.2.0/24'] # Default CIDRs to use for data network for ipv6 internal_cidr_v6: ['2001:45::/64','2001:46::/64'] # The public and private keys to use to ssh to all targets (VMs, containers, hosts) # By default the SSH library will try several methods to authenticate: # - password if provided on the command line # - user's own key pair (under the home directory $HOME) if already setup # - the below key pair if not empty # If you want to use a specific key pair, specify the key pair files here. # This can be a pathname that is absolute or relative to the current directory public_key_file: private_key_file: # Name of the P&S public key in OpenStack to create for all test VMs public_key_name: 'pns_public_key' # name of the server VM vm_name_server: 'TestServer' # name of the client VM vm_name_client: 'TestClient' # name of the security group to create and use security_group_name: 'pns-security' # ping variables ping_count: 2 ping_pass_threshold: 80 # Max retry count for ssh to a VM (5 seconds between retries) ssh_retry_count: 50 # General retry count generic_retry_count: 50 # Times to run when measuring TCP Throughput tcp_tp_loop_count: 3 # TCP throughput list of packet sizes to measure # Can be overridden at the command line using --tcpbuf tcp_pkt_sizes: [65536] # UDP throughput list of packet sizes to measure # By default we measure for small, medium and large packets # Can be overridden at the command line using --udpbuf udp_pkt_sizes: [128, 1024, 8192] # List of packet sizes to measure with ping # By default we measure for 64 (small), 391 (IMIX average) and 1500 (large) icmp_pkt_sizes: [64, 391, 1500] # UDP packet loss rate threshold in percentage beyond which bandwidth # iterations stop and below which iteration with a higher # bandwidth continues # The first number is the minimal loss rate (inclusive) # The second number is the maximum loss rate (inclusive) # Iteration to find the "optimal" bandwidth will stop as soon as the loss rate # falls within that range: min <= loss_rate <= max # The final throughput measurement may return a loss rate out of this range # as that measurement is taken on a longer time than when iterating to find # the optimal throughput udp_loss_rate_range: [2, 5] # The default bandwidth limit (in Kbps) for TCP/UDP flow measurement # 0 means unlimited, which can be overridden at the command line using --bandwidth vm_bandwidth: 0 # Internal network name for OpenStack to hold data plane traffic os_dataplane_network: 'physnet1' ####################################### # VMTP MongoDB Connection information ####################################### ######################################## # Default MongoDB port is 27017, to override #vmtp_mongod_port: ######################################## # MongoDB pns database. # use "official_db" for official runs only. ######################################## vmtp_db: "client_db" ######################################## # MongoDB collection name. ######################################## vmtp_collection: "pns_web_entry" # When enabled, all logs will be sent to a fluentd server at the requested IP and port # The fluentd "tag" and "label" fields for every message will be set to "nfvbench" fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the # log records logging_tag: # IP address of the server, defaults to loopback ip: 127.0.0.1 # port # to use, by default, use the default fluentd forward port port: 24224 2018-08-27 03:17:39,810 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2018-08-27 02:53:06,172 INFO Using http://172.30.9.26:5000/v3 2018-08-27 02:53:06,172 INFO VM public key: /tmp/tmpt_KxwW 2018-08-27 02:53:06,172 INFO VM private key: /tmp/tmpBln18Q 2018-08-27 02:53:08,599 INFO Found image vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353 to launch VM, will continue 2018-08-27 02:53:09,977 INFO Using external router: vmtp-router_9cc27d67-20e0-4fb1-89ed-a27c67b00353 2018-08-27 02:53:09,978 INFO Using external network: external. 2018-08-27 02:53:11,473 INFO Created internal network: pns-internal-net_9cc27d67-20e0-4fb1-89ed-a27c67b00353. 2018-08-27 02:53:12,797 INFO Created internal network: pns-internal-net2_9cc27d67-20e0-4fb1-89ed-a27c67b00353. 2018-08-27 02:53:14,924 DEBUG Ext router associated to pns-internal-net_9cc27d67-20e0-4fb1-89ed-a27c67b00353 2018-08-27 02:53:17,362 DEBUG Ext router associated to pns-internal-net2_9cc27d67-20e0-4fb1-89ed-a27c67b00353 2018-08-27 02:53:17,945 INFO OpenStack agent: Unknown agent 2018-08-27 02:53:17,946 INFO OpenStack network type: vxlan 2018-08-27 02:53:19,997 INFO [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Creating server VM... 2018-08-27 02:53:19,997 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-27 02:53:25,507 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 1 of 90... 2018-08-27 02:53:27,752 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 2 of 90... 2018-08-27 02:53:30,759 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 3 of 90... 2018-08-27 02:53:33,742 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 4 of 90... 2018-08-27 02:53:36,715 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 5 of 90... 2018-08-27 02:53:39,516 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 6 of 90... 2018-08-27 02:53:42,494 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 7 of 90... 2018-08-27 02:53:45,890 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 8 of 90... 2018-08-27 02:53:48,597 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 9 of 90... 2018-08-27 02:53:51,572 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 10 of 90... 2018-08-27 02:53:54,211 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 11 of 90... 2018-08-27 02:53:56,898 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 12 of 90... 2018-08-27 02:53:59,516 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 13 of 90... 2018-08-27 02:54:02,225 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 14 of 90... 2018-08-27 02:54:04,931 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 15 of 90... 2018-08-27 02:54:07,559 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 16 of 90... 2018-08-27 02:54:10,270 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 17 of 90... 2018-08-27 02:54:12,676 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 18 of 90... 2018-08-27 02:54:15,935 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 19 of 90... 2018-08-27 02:54:18,621 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 20 of 90... 2018-08-27 02:54:21,557 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 21 of 90... 2018-08-27 02:54:24,274 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 22 of 90... 2018-08-27 02:54:27,079 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 23 of 90... 2018-08-27 02:54:30,154 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 24 of 90... 2018-08-27 02:54:32,874 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 25 of 90... 2018-08-27 02:54:35,760 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 26 of 90... 2018-08-27 02:54:38,441 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 27 of 90... 2018-08-27 02:54:41,352 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 28 of 90... 2018-08-27 02:54:44,066 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 29 of 90... 2018-08-27 02:54:46,796 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 30 of 90... 2018-08-27 02:54:49,416 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 31 of 90... 2018-08-27 02:54:51,856 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 32 of 90... 2018-08-27 02:54:54,754 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 33 of 90... 2018-08-27 02:55:00,112 INFO [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Internal network IP: 192.168.1.10 2018-08-27 02:55:00,112 INFO [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] SSH IP: 172.30.9.209 2018-08-27 02:55:00,113 INFO [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Setup SSH for ubuntu@172.30.9.209 2018-08-27 02:55:05,762 INFO [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Installing nuttcp-8.1.4... 2018-08-27 02:55:05,809 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Copying nuttcp-8.1.4 to target... 2018-08-27 02:55:06,082 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Starting nuttcp-8.1.4 server... 2018-08-27 02:55:06,123 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] 2018-08-27 02:55:06,173 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Creating client VM... 2018-08-27 02:55:06,173 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-27 02:55:09,924 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 1 of 90... 2018-08-27 02:55:12,291 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 2 of 90... 2018-08-27 02:55:15,339 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 3 of 90... 2018-08-27 02:55:17,985 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 4 of 90... 2018-08-27 02:55:20,963 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] VM status=BUILD, retrying 5 of 90... 2018-08-27 02:55:25,901 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Internal network IP: 192.168.1.16 2018-08-27 02:55:25,902 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] SSH IP: 172.30.9.218 2018-08-27 02:55:25,902 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Setup SSH for ubuntu@172.30.9.218 2018-08-27 02:55:35,461 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Installing nuttcp-8.1.4... 2018-08-27 02:55:35,509 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Copying nuttcp-8.1.4 to target... 2018-08-27 02:55:35,674 INFO ============================================================ 2018-08-27 02:55:35,674 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-27 02:55:44,717 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] PING 192.168.1.10 (192.168.1.10) 64(92) bytes of data. 72 bytes from 192.168.1.10: icmp_seq=1 ttl=64 time=0.783 ms 72 bytes from 192.168.1.10: icmp_seq=2 ttl=64 time=0.232 ms 72 bytes from 192.168.1.10: icmp_seq=3 ttl=64 time=0.219 ms 72 bytes from 192.168.1.10: icmp_seq=4 ttl=64 time=0.121 ms 72 bytes from 192.168.1.10: icmp_seq=5 ttl=64 time=0.165 ms 72 bytes from 192.168.1.10: icmp_seq=6 ttl=64 time=0.140 ms 72 bytes from 192.168.1.10: icmp_seq=7 ttl=64 time=0.326 ms 72 bytes from 192.168.1.10: icmp_seq=8 ttl=64 time=0.408 ms 72 bytes from 192.168.1.10: icmp_seq=9 ttl=64 time=0.375 ms 72 bytes from 192.168.1.10: icmp_seq=10 ttl=64 time=0.125 ms --- 192.168.1.10 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 10011ms rtt min/avg/max/mdev = 0.121/0.289/0.783/0.192 ms 2018-08-27 02:55:53,761 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] PING 192.168.1.10 (192.168.1.10) 391(419) bytes of data. 399 bytes from 192.168.1.10: icmp_seq=1 ttl=64 time=0.117 ms 399 bytes from 192.168.1.10: icmp_seq=2 ttl=64 time=0.150 ms 399 bytes from 192.168.1.10: icmp_seq=3 ttl=64 time=0.178 ms 399 bytes from 192.168.1.10: icmp_seq=4 ttl=64 time=0.109 ms 399 bytes from 192.168.1.10: icmp_seq=5 ttl=64 time=0.334 ms 399 bytes from 192.168.1.10: icmp_seq=6 ttl=64 time=0.194 ms 399 bytes from 192.168.1.10: icmp_seq=7 ttl=64 time=0.166 ms 399 bytes from 192.168.1.10: icmp_seq=8 ttl=64 time=0.157 ms 399 bytes from 192.168.1.10: icmp_seq=9 ttl=64 time=0.339 ms 399 bytes from 192.168.1.10: icmp_seq=10 ttl=64 time=0.145 ms --- 192.168.1.10 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.109/0.188/0.339/0.079 ms 2018-08-27 02:56:02,805 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] PING 192.168.1.10 (192.168.1.10) 1500(1528) bytes of data. 1508 bytes from 192.168.1.10: icmp_seq=1 ttl=64 time=0.320 ms 1508 bytes from 192.168.1.10: icmp_seq=2 ttl=64 time=0.115 ms 1508 bytes from 192.168.1.10: icmp_seq=3 ttl=64 time=0.120 ms 1508 bytes from 192.168.1.10: icmp_seq=4 ttl=64 time=0.196 ms 1508 bytes from 192.168.1.10: icmp_seq=5 ttl=64 time=0.121 ms 1508 bytes from 192.168.1.10: icmp_seq=6 ttl=64 time=0.192 ms 1508 bytes from 192.168.1.10: icmp_seq=7 ttl=64 time=0.123 ms 1508 bytes from 192.168.1.10: icmp_seq=8 ttl=64 time=0.154 ms 1508 bytes from 192.168.1.10: icmp_seq=9 ttl=64 time=0.408 ms 1508 bytes from 192.168.1.10: icmp_seq=10 ttl=64 time=0.154 ms --- 192.168.1.10 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.115/0.190/0.408/0.093 ms 2018-08-27 02:56:02,806 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Measuring TCP Throughput (packet size=65536)... 2018-08-27 02:56:02,806 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:56:12,906 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=23521.4468 real_seconds=10.00 rate_Mbps=19736.7223 tx_cpu=42 rx_cpu=59 retrans=0 cwnd=3137 rtt_ms=0.23 2018-08-27 02:56:12,908 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:56:23,031 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=19713.2395 real_seconds=10.00 rate_Mbps=16541.1796 tx_cpu=37 rx_cpu=54 retrans=0 cwnd=3137 rtt_ms=0.19 2018-08-27 02:56:23,031 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:56:33,129 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=19146.7076 real_seconds=10.00 rate_Mbps=16065.8920 tx_cpu=35 rx_cpu=50 retrans=0 cwnd=3137 rtt_ms=0.22 2018-08-27 02:56:33,130 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Measuring UDP Throughput (packet size=128)... 2018-08-27 02:56:33,130 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:56:36,458 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=32.1115 real_seconds=1.00 rate_Mbps=269.4240 tx_cpu=21 rx_cpu=36 drop=16 pkt=263074 data_loss=0.00623 2018-08-27 02:56:36,460 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=128 throughput=1<275890/5000000<10000000 Kbps loss-rate=0 2018-08-27 02:56:36,460 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R827670K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:56:39,811 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=34.1453 real_seconds=1.00 rate_Mbps=286.1188 tx_cpu=21 rx_cpu=39 drop=0 pkt=279718 data_loss=0.00000 2018-08-27 02:56:39,811 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=128 throughput=1<292985/827670<827670 Kbps loss-rate=0 2018-08-27 02:56:39,812 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R560327K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:56:43,138 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=31.5247 real_seconds=1.00 rate_Mbps=264.2974 tx_cpu=21 rx_cpu=40 drop=29 pkt=258280 data_loss=0.01142 2018-08-27 02:56:43,138 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=128 throughput=1<270640/560327<560327 Kbps loss-rate=0 2018-08-27 02:56:43,139 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R415483K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:56:46,493 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=36.8563 real_seconds=1.00 rate_Mbps=309.0509 tx_cpu=24 rx_cpu=40 drop=0 pkt=301927 data_loss=0.00000 2018-08-27 02:56:46,494 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=128 throughput=1<316468/415483<415483 Kbps loss-rate=0 2018-08-27 02:56:46,495 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R365975K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:56:49,822 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=36.5302 real_seconds=1.00 rate_Mbps=306.3201 tx_cpu=23 rx_cpu=40 drop=70 pkt=299326 data_loss=0.02354 2018-08-27 02:56:49,822 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=128 throughput=1<313671/365975<365975 Kbps loss-rate=0 2018-08-27 02:56:49,823 DEBUG undershot, min=313671 kbps=339823 max=365975 2018-08-27 02:56:49,823 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R339823K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:56:53,150 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=33.5527 real_seconds=1.00 rate_Mbps=281.2540 tx_cpu=25 rx_cpu=38 drop=0 pkt=274864 data_loss=0.00000 2018-08-27 02:56:53,150 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=128 throughput=313671<288004/339823<365975 Kbps loss-rate=0 2018-08-27 02:56:53,150 DEBUG undershot, min=339823 kbps=352899 max=365975 2018-08-27 02:56:53,151 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R352899K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:56:56,478 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=35.8320 real_seconds=1.00 rate_Mbps=300.3481 tx_cpu=27 rx_cpu=40 drop=0 pkt=293536 data_loss=0.00000 2018-08-27 02:56:56,479 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=128 throughput=339823<307556/352899<365975 Kbps loss-rate=0 2018-08-27 02:56:56,479 DEBUG undershot, min=352899 kbps=359437 max=365975 2018-08-27 02:56:56,479 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Measuring UDP Throughput (packet size=1024)... 2018-08-27 02:56:56,480 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:56:59,806 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=244.2822 real_seconds=1.00 rate_Mbps=2049.0915 tx_cpu=32 rx_cpu=40 drop=598 pkt=250743 data_loss=0.23850 2018-08-27 02:56:59,807 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=1024 throughput=1<2098269/5000000<10000000 Kbps loss-rate=0 2018-08-27 02:56:59,807 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3549134K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:57:03,136 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=216.7480 real_seconds=1.00 rate_Mbps=1818.2271 tx_cpu=37 rx_cpu=35 drop=0 pkt=221950 data_loss=0.00000 2018-08-27 02:57:03,137 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=1024 throughput=1<1861864/3549134<3549134 Kbps loss-rate=0 2018-08-27 02:57:03,137 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2705499K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:57:06,465 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=238.9785 real_seconds=1.00 rate_Mbps=2003.8094 tx_cpu=42 rx_cpu=41 drop=223 pkt=244937 data_loss=0.09105 2018-08-27 02:57:06,466 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=1024 throughput=1<2051900/2705499<2705499 Kbps loss-rate=0 2018-08-27 02:57:06,466 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2378699K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:57:09,790 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=239.5645 real_seconds=1.00 rate_Mbps=2008.5618 tx_cpu=34 rx_cpu=40 drop=0 pkt=245314 data_loss=0.00000 2018-08-27 02:57:09,791 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=1024 throughput=1<2056767/2378699<2378699 Kbps loss-rate=0 2018-08-27 02:57:09,791 DEBUG undershot, min=2056767 kbps=2217733 max=2378699 2018-08-27 02:57:09,791 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2217733K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:57:13,142 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=260.6416 real_seconds=1.00 rate_Mbps=2185.7601 tx_cpu=38 rx_cpu=40 drop=36 pkt=266933 data_loss=0.01350 2018-08-27 02:57:13,143 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=1024 throughput=2056767<2238218/2217733<2378699 Kbps loss-rate=0 2018-08-27 02:57:13,143 DEBUG undershot, min=2238218 kbps=2308458 max=2378699 2018-08-27 02:57:13,143 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2308458K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:57:16,471 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=259.1660 real_seconds=1.00 rate_Mbps=2172.7928 tx_cpu=36 rx_cpu=39 drop=528 pkt=265914 data_loss=0.19855 2018-08-27 02:57:16,472 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=1024 throughput=2238218<2224939/2308458<2378699 Kbps loss-rate=0 2018-08-27 02:57:16,472 DEBUG undershot, min=2308458 kbps=2343578 max=2378699 2018-08-27 02:57:16,472 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Measuring UDP Throughput (packet size=8192)... 2018-08-27 02:57:16,473 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:57:19,799 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=595.5625 real_seconds=1.00 rate_Mbps=4998.6446 tx_cpu=99 rx_cpu=22 drop=62 pkt=76294 data_loss=0.08127 2018-08-27 02:57:19,799 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=8192 throughput=1<5118612/5000000<10000000 Kbps loss-rate=0 2018-08-27 02:57:19,799 DEBUG undershot, min=5118612 kbps=7559306 max=10000000 2018-08-27 02:57:19,800 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7559306K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:57:23,151 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=901.1016 real_seconds=1.00 rate_Mbps=7563.8967 tx_cpu=98 rx_cpu=26 drop=5 pkt=115346 data_loss=0.00433 2018-08-27 02:57:23,151 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=8192 throughput=5118612<7745430/7559306<10000000 Kbps loss-rate=0 2018-08-27 02:57:23,151 DEBUG undershot, min=7745430 kbps=8872715 max=10000000 2018-08-27 02:57:23,152 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8872715K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:57:26,504 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=1057.6016 real_seconds=1.00 rate_Mbps=8876.0299 tx_cpu=98 rx_cpu=36 drop=14 pkt=135387 data_loss=0.01033 2018-08-27 02:57:26,505 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=8192 throughput=7745430<9089054/8872715<10000000 Kbps loss-rate=0 2018-08-27 02:57:26,505 DEBUG undershot, min=9089054 kbps=9544527 max=10000000 2018-08-27 02:57:26,505 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9544527K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:57:29,832 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] megabytes=1137.2031 real_seconds=1.00 rate_Mbps=9545.2211 tx_cpu=93 rx_cpu=32 drop=76 pkt=145638 data_loss=0.05219 2018-08-27 02:57:29,832 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] pkt-size=8192 throughput=9089054<9774306/9544527<10000000 Kbps loss-rate=0 2018-08-27 02:57:29,832 DEBUG undershot, min=9774306 kbps=9887153 max=10000000 2018-08-27 02:57:29,843 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.16', 'ip_to': u'192.168.1.10', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.23, 'throughput_kbps': 20210403, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.19, 'throughput_kbps': 16938167, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.22, 'throughput_kbps': 16451473, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 307556, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.2, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2224939, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.05, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9774306, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.289', 'rtt_max_ms': '0.783', 'rtt_min_ms': '0.121', 'rtt_stddev': '0.192', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.188', 'rtt_max_ms': '0.339', 'rtt_min_ms': '0.109', 'rtt_stddev': '0.079', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.190', 'rtt_max_ms': '0.408', 'rtt_min_ms': '0.115', 'rtt_stddev': '0.093', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-27 02:57:29,844 INFO Deleting floating ip dbcd3519-2ea4-41c6-ae35-af0a7c141ce5 2018-08-27 02:57:30,961 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Floating IP 172.30.9.218 deleted 2018-08-27 02:57:31,164 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Instance deleted 2018-08-27 02:57:31,279 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Creating client VM... 2018-08-27 02:57:31,279 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-27 02:57:35,662 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] VM status=BUILD, retrying 1 of 90... 2018-08-27 02:57:38,019 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] VM status=BUILD, retrying 2 of 90... 2018-08-27 02:57:40,453 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] VM status=BUILD, retrying 3 of 90... 2018-08-27 02:57:42,898 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] VM status=BUILD, retrying 4 of 90... 2018-08-27 02:57:45,603 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] VM status=BUILD, retrying 5 of 90... 2018-08-27 02:57:50,812 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Internal network IP: 192.168.2.15 2018-08-27 02:57:50,812 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] SSH IP: 172.30.9.202 2018-08-27 02:57:50,812 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Setup SSH for ubuntu@172.30.9.202 2018-08-27 02:58:06,041 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Installing nuttcp-8.1.4... 2018-08-27 02:58:06,085 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Copying nuttcp-8.1.4 to target... 2018-08-27 02:58:06,246 INFO ============================================================ 2018-08-27 02:58:06,247 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-08-27 02:58:15,293 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] PING 192.168.1.10 (192.168.1.10) 64(92) bytes of data. 72 bytes from 192.168.1.10: icmp_seq=1 ttl=64 time=0.948 ms 72 bytes from 192.168.1.10: icmp_seq=2 ttl=64 time=0.442 ms 72 bytes from 192.168.1.10: icmp_seq=3 ttl=64 time=0.188 ms 72 bytes from 192.168.1.10: icmp_seq=4 ttl=64 time=0.240 ms 72 bytes from 192.168.1.10: icmp_seq=5 ttl=64 time=0.121 ms 72 bytes from 192.168.1.10: icmp_seq=6 ttl=64 time=0.270 ms 72 bytes from 192.168.1.10: icmp_seq=7 ttl=64 time=0.103 ms 72 bytes from 192.168.1.10: icmp_seq=8 ttl=64 time=0.167 ms 72 bytes from 192.168.1.10: icmp_seq=9 ttl=64 time=0.145 ms 72 bytes from 192.168.1.10: icmp_seq=10 ttl=64 time=0.092 ms --- 192.168.1.10 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.092/0.271/0.948/0.246 ms 2018-08-27 02:58:24,334 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] PING 192.168.1.10 (192.168.1.10) 391(419) bytes of data. 399 bytes from 192.168.1.10: icmp_seq=1 ttl=64 time=0.102 ms 399 bytes from 192.168.1.10: icmp_seq=2 ttl=64 time=0.121 ms 399 bytes from 192.168.1.10: icmp_seq=3 ttl=64 time=0.102 ms 399 bytes from 192.168.1.10: icmp_seq=4 ttl=64 time=0.114 ms 399 bytes from 192.168.1.10: icmp_seq=5 ttl=64 time=0.102 ms 399 bytes from 192.168.1.10: icmp_seq=6 ttl=64 time=0.298 ms 399 bytes from 192.168.1.10: icmp_seq=7 ttl=64 time=0.104 ms 399 bytes from 192.168.1.10: icmp_seq=8 ttl=64 time=0.104 ms 399 bytes from 192.168.1.10: icmp_seq=9 ttl=64 time=0.102 ms 399 bytes from 192.168.1.10: icmp_seq=10 ttl=64 time=0.103 ms --- 192.168.1.10 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.102/0.125/0.298/0.058 ms 2018-08-27 02:58:33,379 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] PING 192.168.1.10 (192.168.1.10) 1500(1528) bytes of data. 1508 bytes from 192.168.1.10: icmp_seq=1 ttl=64 time=0.386 ms 1508 bytes from 192.168.1.10: icmp_seq=2 ttl=64 time=0.141 ms 1508 bytes from 192.168.1.10: icmp_seq=3 ttl=64 time=0.272 ms 1508 bytes from 192.168.1.10: icmp_seq=4 ttl=64 time=0.317 ms 1508 bytes from 192.168.1.10: icmp_seq=5 ttl=64 time=0.232 ms 1508 bytes from 192.168.1.10: icmp_seq=6 ttl=64 time=0.141 ms 1508 bytes from 192.168.1.10: icmp_seq=7 ttl=64 time=0.262 ms 1508 bytes from 192.168.1.10: icmp_seq=8 ttl=64 time=0.142 ms 1508 bytes from 192.168.1.10: icmp_seq=9 ttl=64 time=0.214 ms 1508 bytes from 192.168.1.10: icmp_seq=10 ttl=64 time=0.279 ms --- 192.168.1.10 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.141/0.238/0.386/0.079 ms 2018-08-27 02:58:33,379 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Measuring TCP Throughput (packet size=65536)... 2018-08-27 02:58:33,380 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:58:43,507 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=23568.3956 real_seconds=10.00 rate_Mbps=19777.4323 tx_cpu=41 rx_cpu=61 retrans=0 cwnd=3137 rtt_ms=0.51 2018-08-27 02:58:43,508 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:58:53,607 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=23950.9468 real_seconds=10.00 rate_Mbps=20096.5366 tx_cpu=43 rx_cpu=62 retrans=0 cwnd=3137 rtt_ms=0.26 2018-08-27 02:58:53,608 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:03,708 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=18759.8125 real_seconds=10.00 rate_Mbps=15741.4300 tx_cpu=35 rx_cpu=50 retrans=0 cwnd=3137 rtt_ms=0.27 2018-08-27 02:59:03,709 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Measuring UDP Throughput (packet size=128)... 2018-08-27 02:59:03,709 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:07,034 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=29.1503 real_seconds=1.00 rate_Mbps=244.9790 tx_cpu=19 rx_cpu=34 drop=156 pkt=238955 data_loss=0.06514 2018-08-27 02:59:07,035 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=1<250858/5000000<10000000 Kbps loss-rate=0 2018-08-27 02:59:07,035 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R752574K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:10,364 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=29.5675 real_seconds=1.00 rate_Mbps=247.8300 tx_cpu=22 rx_cpu=38 drop=38 pkt=242255 data_loss=0.01556 2018-08-27 02:59:10,364 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=1<253777/752574<752574 Kbps loss-rate=0 2018-08-27 02:59:10,365 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R503175K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:13,691 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=34.6167 real_seconds=1.00 rate_Mbps=290.0897 tx_cpu=22 rx_cpu=40 drop=10 pkt=283590 data_loss=0.00347 2018-08-27 02:59:13,692 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=1<297051/503175<503175 Kbps loss-rate=0 2018-08-27 02:59:13,692 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R400113K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:17,019 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=31.1731 real_seconds=1.00 rate_Mbps=261.3941 tx_cpu=22 rx_cpu=34 drop=0 pkt=255370 data_loss=0.00000 2018-08-27 02:59:17,019 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=1<267667/400113<400113 Kbps loss-rate=0 2018-08-27 02:59:17,020 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R333890K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:20,374 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=31.9211 real_seconds=1.00 rate_Mbps=267.4573 tx_cpu=20 rx_cpu=41 drop=11 pkt=261508 data_loss=0.00407 2018-08-27 02:59:20,374 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=1<273876/333890<333890 Kbps loss-rate=0 2018-08-27 02:59:20,375 DEBUG undershot, min=273876 kbps=303883 max=333890 2018-08-27 02:59:20,375 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R303883K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:23,702 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=33.7394 real_seconds=1.00 rate_Mbps=282.7660 tx_cpu=22 rx_cpu=39 drop=32 pkt=276425 data_loss=0.01156 2018-08-27 02:59:23,702 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=273876<289552/303883<333890 Kbps loss-rate=0 2018-08-27 02:59:23,702 DEBUG undershot, min=289552 kbps=311721 max=333890 2018-08-27 02:59:23,703 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R311721K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:27,027 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=33.2284 real_seconds=1.00 rate_Mbps=278.5283 tx_cpu=22 rx_cpu=40 drop=9 pkt=272216 data_loss=0.00331 2018-08-27 02:59:27,027 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=289552<285212/311721<333890 Kbps loss-rate=0 2018-08-27 02:59:27,027 DEBUG undershot, min=311721 kbps=322805 max=333890 2018-08-27 02:59:27,028 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R322805K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:30,355 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=32.0057 real_seconds=1.00 rate_Mbps=268.3816 tx_cpu=23 rx_cpu=39 drop=0 pkt=262191 data_loss=0.00000 2018-08-27 02:59:30,356 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=311721<274822/322805<333890 Kbps loss-rate=0 2018-08-27 02:59:30,356 DEBUG undershot, min=322805 kbps=328347 max=333890 2018-08-27 02:59:30,356 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Measuring UDP Throughput (packet size=1024)... 2018-08-27 02:59:30,357 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:33,684 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=227.5010 real_seconds=1.00 rate_Mbps=1907.5429 tx_cpu=32 rx_cpu=35 drop=23 pkt=232984 data_loss=0.00985 2018-08-27 02:59:33,684 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=1024 throughput=1<1953323/5000000<10000000 Kbps loss-rate=0 2018-08-27 02:59:33,684 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3476661K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:37,011 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=232.5654 real_seconds=1.00 rate_Mbps=1949.5024 tx_cpu=31 rx_cpu=41 drop=0 pkt=238147 data_loss=0.00000 2018-08-27 02:59:37,012 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=1024 throughput=1<1996290/3476661<3476661 Kbps loss-rate=0 2018-08-27 02:59:37,012 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2736475K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:40,364 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=224.4814 real_seconds=1.00 rate_Mbps=1882.6896 tx_cpu=34 rx_cpu=38 drop=0 pkt=229869 data_loss=0.00000 2018-08-27 02:59:40,365 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=1024 throughput=1<1927874/2736475<2736475 Kbps loss-rate=0 2018-08-27 02:59:40,365 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2332174K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:43,693 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=263.5029 real_seconds=1.00 rate_Mbps=2210.1244 tx_cpu=38 rx_cpu=40 drop=36 pkt=269863 data_loss=0.01336 2018-08-27 02:59:43,693 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=1024 throughput=1<2263167/2332174<2332174 Kbps loss-rate=0 2018-08-27 02:59:43,693 DEBUG undershot, min=2263167 kbps=2297670 max=2332174 2018-08-27 02:59:43,694 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Measuring UDP Throughput (packet size=8192)... 2018-08-27 02:59:43,694 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:47,019 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=595.4609 real_seconds=1.00 rate_Mbps=4998.4924 tx_cpu=99 rx_cpu=24 drop=75 pkt=76294 data_loss=0.09831 2018-08-27 02:59:47,020 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=8192 throughput=1<5118456/5000000<10000000 Kbps loss-rate=0 2018-08-27 02:59:47,020 DEBUG undershot, min=5118456 kbps=7559228 max=10000000 2018-08-27 02:59:47,020 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7559228K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:50,348 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=900.1328 real_seconds=1.00 rate_Mbps=7554.2607 tx_cpu=96 rx_cpu=32 drop=128 pkt=115345 data_loss=0.11097 2018-08-27 02:59:50,348 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=8192 throughput=5118456<7735562/7559228<10000000 Kbps loss-rate=0 2018-08-27 02:59:50,348 DEBUG undershot, min=7735562 kbps=8867781 max=10000000 2018-08-27 02:59:50,349 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8867781K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:53,676 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=1056.7188 real_seconds=1.00 rate_Mbps=8868.8693 tx_cpu=97 rx_cpu=36 drop=52 pkt=135312 data_loss=0.03842 2018-08-27 02:59:53,676 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=8192 throughput=7735562<9081722/8867781<10000000 Kbps loss-rate=0 2018-08-27 02:59:53,677 DEBUG undershot, min=9081722 kbps=9540861 max=10000000 2018-08-27 02:59:53,677 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9540861K -p5001 -P5002 -fparse 192.168.1.10 2018-08-27 02:59:57,004 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=1135.1172 real_seconds=1.00 rate_Mbps=9527.2931 tx_cpu=88 rx_cpu=38 drop=287 pkt=145582 data_loss=0.19714 2018-08-27 02:59:57,004 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=8192 throughput=9081722<9755948/9540861<10000000 Kbps loss-rate=0 2018-08-27 02:59:57,004 DEBUG undershot, min=9755948 kbps=9877974 max=10000000 2018-08-27 02:59:57,014 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.15', 'ip_to': u'192.168.1.10', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.51, 'throughput_kbps': 20252090, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.26, 'throughput_kbps': 20578853, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.27, 'throughput_kbps': 16119224, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 274822, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.01, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2263167, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.2, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9755948, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.271', 'rtt_max_ms': '0.948', 'rtt_min_ms': '0.092', 'rtt_stddev': '0.246', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.125', 'rtt_max_ms': '0.298', 'rtt_min_ms': '0.102', 'rtt_stddev': '0.058', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.238', 'rtt_max_ms': '0.386', 'rtt_min_ms': '0.141', 'rtt_stddev': '0.079', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-27 02:59:57,015 INFO ============================================================ 2018-08-27 02:59:57,015 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-08-27 03:00:06,084 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] PING 172.30.9.209 (172.30.9.209) 64(92) bytes of data. 72 bytes from 172.30.9.209: icmp_seq=1 ttl=64 time=0.493 ms 72 bytes from 172.30.9.209: icmp_seq=2 ttl=64 time=0.543 ms 72 bytes from 172.30.9.209: icmp_seq=3 ttl=64 time=0.134 ms 72 bytes from 172.30.9.209: icmp_seq=4 ttl=64 time=0.155 ms 72 bytes from 172.30.9.209: icmp_seq=5 ttl=64 time=0.109 ms 72 bytes from 172.30.9.209: icmp_seq=6 ttl=64 time=0.272 ms 72 bytes from 172.30.9.209: icmp_seq=7 ttl=64 time=0.137 ms 72 bytes from 172.30.9.209: icmp_seq=8 ttl=64 time=0.231 ms 72 bytes from 172.30.9.209: icmp_seq=9 ttl=64 time=0.160 ms 72 bytes from 172.30.9.209: icmp_seq=10 ttl=64 time=0.087 ms --- 172.30.9.209 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.087/0.232/0.543/0.152 ms 2018-08-27 03:00:15,128 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] PING 172.30.9.209 (172.30.9.209) 391(419) bytes of data. 399 bytes from 172.30.9.209: icmp_seq=1 ttl=64 time=0.093 ms 399 bytes from 172.30.9.209: icmp_seq=2 ttl=64 time=0.353 ms 399 bytes from 172.30.9.209: icmp_seq=3 ttl=64 time=0.322 ms 399 bytes from 172.30.9.209: icmp_seq=4 ttl=64 time=0.206 ms 399 bytes from 172.30.9.209: icmp_seq=5 ttl=64 time=0.199 ms 399 bytes from 172.30.9.209: icmp_seq=6 ttl=64 time=0.409 ms 399 bytes from 172.30.9.209: icmp_seq=7 ttl=64 time=0.269 ms 399 bytes from 172.30.9.209: icmp_seq=8 ttl=64 time=0.317 ms 399 bytes from 172.30.9.209: icmp_seq=9 ttl=64 time=0.468 ms 399 bytes from 172.30.9.209: icmp_seq=10 ttl=64 time=0.099 ms --- 172.30.9.209 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.093/0.273/0.468/0.119 ms 2018-08-27 03:00:24,172 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] PING 172.30.9.209 (172.30.9.209) 1500(1528) bytes of data. 1508 bytes from 172.30.9.209: icmp_seq=1 ttl=64 time=0.369 ms 1508 bytes from 172.30.9.209: icmp_seq=2 ttl=64 time=0.364 ms 1508 bytes from 172.30.9.209: icmp_seq=3 ttl=64 time=0.164 ms 1508 bytes from 172.30.9.209: icmp_seq=4 ttl=64 time=0.165 ms 1508 bytes from 172.30.9.209: icmp_seq=5 ttl=64 time=0.150 ms 1508 bytes from 172.30.9.209: icmp_seq=6 ttl=64 time=0.246 ms 1508 bytes from 172.30.9.209: icmp_seq=7 ttl=64 time=0.119 ms 1508 bytes from 172.30.9.209: icmp_seq=8 ttl=64 time=0.124 ms 1508 bytes from 172.30.9.209: icmp_seq=9 ttl=64 time=0.120 ms 1508 bytes from 172.30.9.209: icmp_seq=10 ttl=64 time=0.161 ms --- 172.30.9.209 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.119/0.198/0.369/0.091 ms 2018-08-27 03:00:24,173 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Measuring TCP Throughput (packet size=65536)... 2018-08-27 03:00:24,173 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:00:34,296 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=18540.6942 real_seconds=10.00 rate_Mbps=15559.5328 tx_cpu=35 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.22 2018-08-27 03:00:34,297 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:00:44,397 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=18412.2593 real_seconds=10.00 rate_Mbps=15450.7165 tx_cpu=35 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.33 2018-08-27 03:00:44,398 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:00:54,500 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=21477.8859 real_seconds=10.00 rate_Mbps=18022.3452 tx_cpu=39 rx_cpu=53 retrans=0 cwnd=3137 rtt_ms=0.21 2018-08-27 03:00:54,500 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Measuring UDP Throughput (packet size=128)... 2018-08-27 03:00:54,501 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:00:57,825 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=33.6136 real_seconds=1.00 rate_Mbps=282.2932 tx_cpu=21 rx_cpu=36 drop=148 pkt=275511 data_loss=0.05382 2018-08-27 03:00:57,826 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=1<289068/5000000<10000000 Kbps loss-rate=0 2018-08-27 03:00:57,826 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R867204K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:01,178 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=27.5063 real_seconds=1.00 rate_Mbps=230.4358 tx_cpu=26 rx_cpu=35 drop=34 pkt=225366 data_loss=0.01527 2018-08-27 03:01:01,178 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=1<235966/867204<867204 Kbps loss-rate=0 2018-08-27 03:01:01,178 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R551585K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:04,504 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=28.6030 real_seconds=1.00 rate_Mbps=239.6704 tx_cpu=17 rx_cpu=36 drop=406 pkt=234721 data_loss=0.17276 2018-08-27 03:01:04,505 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=1<245422/551585<551585 Kbps loss-rate=0 2018-08-27 03:01:04,505 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R398503K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:07,828 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=31.3661 real_seconds=1.00 rate_Mbps=262.9453 tx_cpu=20 rx_cpu=38 drop=0 pkt=256951 data_loss=0.00000 2018-08-27 03:01:07,829 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=1<269255/398503<398503 Kbps loss-rate=0 2018-08-27 03:01:07,829 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R333879K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:11,180 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=29.5015 real_seconds=1.00 rate_Mbps=247.2013 tx_cpu=20 rx_cpu=36 drop=0 pkt=241676 data_loss=0.00000 2018-08-27 03:01:11,181 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=1<253134/333879<333879 Kbps loss-rate=0 2018-08-27 03:01:11,181 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R293506K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:14,509 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=32.6980 real_seconds=1.00 rate_Mbps=274.1380 tx_cpu=23 rx_cpu=39 drop=263 pkt=268125 data_loss=0.09807 2018-08-27 03:01:14,509 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=128 throughput=1<280717/293506<293506 Kbps loss-rate=0 2018-08-27 03:01:14,510 DEBUG undershot, min=280717 kbps=287111 max=293506 2018-08-27 03:01:14,510 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Measuring UDP Throughput (packet size=1024)... 2018-08-27 03:01:14,510 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:17,837 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=258.5889 real_seconds=1.00 rate_Mbps=2168.3441 tx_cpu=37 rx_cpu=40 drop=13 pkt=264808 data_loss=0.00491 2018-08-27 03:01:17,838 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=1024 throughput=1<2220384/5000000<10000000 Kbps loss-rate=0 2018-08-27 03:01:17,838 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3610192K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:21,164 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=251.9424 real_seconds=1.00 rate_Mbps=2113.5325 tx_cpu=33 rx_cpu=40 drop=0 pkt=257989 data_loss=0.00000 2018-08-27 03:01:21,165 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=1024 throughput=1<2164257/3610192<3610192 Kbps loss-rate=0 2018-08-27 03:01:21,165 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2887224K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:24,488 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=252.3340 real_seconds=1.00 rate_Mbps=2116.9023 tx_cpu=33 rx_cpu=37 drop=28 pkt=258418 data_loss=0.01082 2018-08-27 03:01:24,489 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=1024 throughput=1<2167707/2887224<2887224 Kbps loss-rate=0 2018-08-27 03:01:24,489 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2527465K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:27,814 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=259.9404 real_seconds=1.00 rate_Mbps=2179.5728 tx_cpu=35 rx_cpu=40 drop=0 pkt=266179 data_loss=0.00000 2018-08-27 03:01:27,814 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=1024 throughput=1<2231882/2527465<2527465 Kbps loss-rate=0 2018-08-27 03:01:27,814 DEBUG undershot, min=2231882 kbps=2379673 max=2527465 2018-08-27 03:01:27,815 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2379673K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:31,143 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=219.0293 real_seconds=1.00 rate_Mbps=1837.0735 tx_cpu=28 rx_cpu=34 drop=0 pkt=224286 data_loss=0.00000 2018-08-27 03:01:31,143 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=1024 throughput=2231882<1881163/2379673<2527465 Kbps loss-rate=0 2018-08-27 03:01:31,144 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Measuring UDP Throughput (packet size=8192)... 2018-08-27 03:01:31,144 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:34,468 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=595.7188 real_seconds=1.00 rate_Mbps=5000.3763 tx_cpu=99 rx_cpu=24 drop=42 pkt=76294 data_loss=0.05505 2018-08-27 03:01:34,469 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=8192 throughput=1<5120385/5000000<10000000 Kbps loss-rate=0 2018-08-27 03:01:34,469 DEBUG undershot, min=5120385 kbps=7560192 max=10000000 2018-08-27 03:01:34,470 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7560192K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:37,820 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=901.1875 real_seconds=1.00 rate_Mbps=7563.4450 tx_cpu=99 rx_cpu=28 drop=8 pkt=115360 data_loss=0.00693 2018-08-27 03:01:37,821 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=8192 throughput=5120385<7744967/7560192<10000000 Kbps loss-rate=0 2018-08-27 03:01:37,821 DEBUG undershot, min=7744967 kbps=8872483 max=10000000 2018-08-27 03:01:37,821 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8872483K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:41,145 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=1057.0938 real_seconds=1.00 rate_Mbps=8866.2949 tx_cpu=83 rx_cpu=37 drop=76 pkt=135384 data_loss=0.05613 2018-08-27 03:01:41,146 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=8192 throughput=7744967<9079085/8872483<10000000 Kbps loss-rate=0 2018-08-27 03:01:41,146 DEBUG undershot, min=9079085 kbps=9539542 max=10000000 2018-08-27 03:01:41,146 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9539542K -p5001 -P5002 -fparse 172.30.9.209 2018-08-27 03:01:44,475 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] megabytes=1134.8438 real_seconds=1.00 rate_Mbps=9524.7027 tx_cpu=94 rx_cpu=37 drop=302 pkt=145562 data_loss=0.20747 2018-08-27 03:01:44,475 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] pkt-size=8192 throughput=9079085<9753295/9539542<10000000 Kbps loss-rate=0 2018-08-27 03:01:44,476 DEBUG undershot, min=9753295 kbps=9876647 max=10000000 2018-08-27 03:01:44,485 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.15', 'ip_to': u'172.30.9.209', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.22, 'throughput_kbps': 15932961, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.33, 'throughput_kbps': 15821533, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.21, 'throughput_kbps': 18454881, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.1, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 280717, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1881163, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.21, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9753295, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.232', 'rtt_max_ms': '0.543', 'rtt_min_ms': '0.087', 'rtt_stddev': '0.152', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.273', 'rtt_max_ms': '0.468', 'rtt_min_ms': '0.093', 'rtt_stddev': '0.119', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.198', 'rtt_max_ms': '0.369', 'rtt_min_ms': '0.119', 'rtt_stddev': '0.091', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-27 03:01:44,487 INFO Deleting floating ip 093e3c39-1ed7-4d6f-957f-29455f19224a 2018-08-27 03:01:45,952 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Floating IP 172.30.9.202 deleted 2018-08-27 03:01:46,387 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003532] Instance deleted 2018-08-27 03:01:46,395 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003533] Creating client VM... 2018-08-27 03:01:46,395 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003533] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-27 03:01:52,323 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003533] VM status=BUILD, retrying 1 of 90... 2018-08-27 03:01:54,671 DEBUG [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003533] VM status=BUILD, retrying 2 of 90... 2018-08-27 03:01:57,211 ERROR Instance creation error: Failed to get traits for resource provider with UUID f4d42f62-e918-41ca-bd8c-8f51c95cb750 2018-08-27 03:01:57,211 ERROR Instance failed status=ERROR 2018-08-27 03:01:58,443 INFO [TestClient_9cc27d67-20e0-4fb1-89ed-a27c67b003533] Server creation failed 2018-08-27 03:01:58,444 INFO { 'desc': 'VM to VM same network fixed IP (inter-node)', 'results': ['error: VM cannot be spawned.']} 2018-08-27 03:01:58,444 INFO Cleaning up... 2018-08-27 03:01:58,444 DEBUG [TestServer_9cc27d67-20e0-4fb1-89ed-a27c67b003531] Terminating nuttcp-8.1.4 2018-08-27 03:17:39,711 ERROR [Errno 110] Operation timed out Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1255, in main run_vmtp(opts) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1217, in run_vmtp vmtp_instance.run() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 489, in run self.teardown() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 446, in teardown self.server.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_instance.py", line 106, in dispose self.tp_tool.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_tool.py", line 77, in dispose self.instance.ssh.kill_proc(self.pid) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 384, in kill_proc self.execute(cmd) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 323, in execute timeout=timeout, raise_on_error=False) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 241, in run timeout=timeout) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 247, in _run session = transport.open_session() File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 767, in open_session timeout=timeout) File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 891, in open_channel raise e error: [Errno 110] Operation timed out 2018-08-27 03:17:40,157 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp_genchart', '-c', '/home/opnfv/functest/results/vmtp/vmtp.html', '/home/opnfv/functest/results/vmtp/vmtp.json'] Error: No such file %s: /home/opnfv/functest/results/vmtp/vmtp.json 2018-08-27 03:17:40,284 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 03:17:40,285 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 24:47 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-27 03:17:40,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 03:17:40,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" 2018-08-27 03:17:40,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-5e8503e4-b06b-48bc-a0f3-16b17b8433aa Date: Mon, 27 Aug 2018 03:17:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "created_at": "2018-08-27T02:52:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T02:53:16Z", "revision_number": 4, "routes": [], "project_id": "d6a9b1e70afc438d9f89f87453c9a60e", "id": "480e21c6-6f1c-4c6a-bd04-dceb28f4319f", "name": "vmtp-router_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}]} 2018-08-27 03:17:40,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5e8503e4-b06b-48bc-a0f3-16b17b8433aa 2018-08-27 03:17:40,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.403280973434s 2018-08-27 03:17:40,694 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5e8503e4-b06b-48bc-a0f3-16b17b8433aa 2018-08-27 03:17:40,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 03:17:40,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/480e21c6-6f1c-4c6a-bd04-dceb28f4319f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" 2018-08-27 03:17:41,398 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 129 X-Openstack-Request-Id: req-7f98c87f-b4b5-47be-ad7a-78c9d07356a1 Date: Mon, 27 Aug 2018 03:17:41 GMT RESP BODY: {"NeutronError": {"message": "Router 480e21c6-6f1c-4c6a-bd04-dceb28f4319f still has ports", "type": "RouterInUse", "detail": ""}} 2018-08-27 03:17:41,398 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/480e21c6-6f1c-4c6a-bd04-dceb28f4319f.json used request id req-7f98c87f-b4b5-47be-ad7a-78c9d07356a1 2018-08-27 03:17:41,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 0.702171087265s 2018-08-27 03:17:41,399 - functest.core.tenantnetwork - ERROR - cannot clean all resources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 251, in clean self.cloud.delete_router(self.router.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4410, in delete_router error_message="Error deleting router {0}".format(name_or_id)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 319, in delete return self.request(url, 'DELETE', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error deleting router 480e21c6-6f1c-4c6a-bd04-dceb28f4319f. (409) Client Error for url: http://172.30.9.26:9696/v2.0/routers/480e21c6-6f1c-4c6a-bd04-dceb28f4319f.json Router 480e21c6-6f1c-4c6a-bd04-dceb28f4319f still has ports 2018-08-27 03:17:41,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 03:17:41,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" 2018-08-27 03:17:41,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-68fc3807-fc26-4a62-9c7f-0670e049eca8 Date: Mon, 27 Aug 2018 03:17:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T02:53:01Z", "file": "/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/file", "owner": "d6a9b1e70afc438d9f89f87453c9a60e", "id": "49ad76e5-6382-42a5-b6f1-f8505d43f2c9", "size": 263193088, "self": "/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T02:52:57Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 03:17:41,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-68fc3807-fc26-4a62-9c7f-0670e049eca8 2018-08-27 03:17:41,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.297372102737s 2018-08-27 03:17:41,708 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-68fc3807-fc26-4a62-9c7f-0670e049eca8 2018-08-27 03:17:41,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 03:17:41,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" 2018-08-27 03:17:42,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0ddfd149-a5bd-44a2-9239-c0467c018812 Date: Mon, 27 Aug 2018 03:17:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 03:17:42,321 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9 used request id req-0ddfd149-a5bd-44a2-9239-c0467c018812 2018-08-27 03:17:42,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.612149953842s 2018-08-27 03:17:42,322 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/49ad76e5-6382-42a5-b6f1-f8505d43f2c9 used request id req-0ddfd149-a5bd-44a2-9239-c0467c018812 2018-08-27 03:17:42,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 03:17:42,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 03:17:42,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4fd7ea3c-5ab9-49fc-8da2-2108d8236e26 x-compute-request-id: req-4fd7ea3c-5ab9-49fc-8da2-2108d8236e26 Content-Encoding: gzip Content-Length: 304 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/544febf0-4d41-41f0-aa0a-a2e0508446aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/544febf0-4d41-41f0-aa0a-a2e0508446aa", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "544febf0-4d41-41f0-aa0a-a2e0508446aa"}]} 2018-08-27 03:17:42,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-4fd7ea3c-5ab9-49fc-8da2-2108d8236e26 2018-08-27 03:17:42,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.322797060013s 2018-08-27 03:17:42,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-4fd7ea3c-5ab9-49fc-8da2-2108d8236e26 2018-08-27 03:17:42,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 03:17:42,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/544febf0-4d41-41f0-aa0a-a2e0508446aa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 03:17:42,684 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 03:17:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-853000c4-0242-4085-90ba-5b1b0b0fe6f9 x-compute-request-id: req-853000c4-0242-4085-90ba-5b1b0b0fe6f9 Content-Length: 0 Content-Type: application/json 2018-08-27 03:17:42,684 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/544febf0-4d41-41f0-aa0a-a2e0508446aa used request id req-853000c4-0242-4085-90ba-5b1b0b0fe6f9 2018-08-27 03:17:42,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0373470783234s 2018-08-27 03:17:42,685 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/544febf0-4d41-41f0-aa0a-a2e0508446aa used request id req-853000c4-0242-4085-90ba-5b1b0b0fe6f9 2018-08-27 03:17:42,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 03:17:42,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 03:17:42,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1231b11b-cfa1-4b7b-ae10-8fe1e0b1e31b Content-Encoding: gzip Content-Length: 957 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmtp-user_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "links": {"self": "http://172.30.9.26:5000/v3/users/b74f436db9184c7386c069d4d3be26da"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b74f436db9184c7386c069d4d3be26da", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 03:17:42,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1231b11b-cfa1-4b7b-ae10-8fe1e0b1e31b 2018-08-27 03:17:42,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206050872803s 2018-08-27 03:17:42,892 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1231b11b-cfa1-4b7b-ae10-8fe1e0b1e31b 2018-08-27 03:17:42,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 03:17:42,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/b74f436db9184c7386c069d4d3be26da -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 03:17:43,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7e29959-0d5c-49c3-91ed-1815c2cebcf5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_9cc27d67-20e0-4fb1-89ed-a27c67b00353", "links": {"self": "http://172.30.9.26:5000/v3/users/b74f436db9184c7386c069d4d3be26da"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b74f436db9184c7386c069d4d3be26da", "description": null}} 2018-08-27 03:17:43,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/b74f436db9184c7386c069d4d3be26da used request id req-c7e29959-0d5c-49c3-91ed-1815c2cebcf5 2018-08-27 03:17:43,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.226107120514s 2018-08-27 03:17:43,125 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/b74f436db9184c7386c069d4d3be26da used request id req-c7e29959-0d5c-49c3-91ed-1815c2cebcf5 2018-08-27 03:17:43,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 03:17:43,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/b74f436db9184c7386c069d4d3be26da -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 03:17:43,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 03:17:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91fc0fc5-cb4a-459e-bfb6-7b01aa71a5a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 03:17:43,436 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b74f436db9184c7386c069d4d3be26da used request id req-91fc0fc5-cb4a-459e-bfb6-7b01aa71a5a4 2018-08-27 03:17:43,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.31045293808s 2018-08-27 03:17:43,436 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b74f436db9184c7386c069d4d3be26da used request id req-91fc0fc5-cb4a-459e-bfb6-7b01aa71a5a4 2018-08-27 03:17:43,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 03:17:43,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 03:17:43,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65ccb538-d789-4ebc-82a7-9d024aa9ebdb Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e"}, "tags": [], "enabled": true, "id": "d6a9b1e70afc438d9f89f87453c9a60e", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 03:17:43,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-65ccb538-d789-4ebc-82a7-9d024aa9ebdb 2018-08-27 03:17:43,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.197920084s 2018-08-27 03:17:43,640 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-65ccb538-d789-4ebc-82a7-9d024aa9ebdb 2018-08-27 03:17:43,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 03:17:43,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c520e1ba25375c3e32564bf3c1206a03d918240c" 2018-08-27 03:17:43,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 03:17:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3b30587-f497-4508-afe3-10f5ebb2c1f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 03:17:43,919 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e used request id req-f3b30587-f497-4508-afe3-10f5ebb2c1f3 2018-08-27 03:17:43,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.273691892624s 2018-08-27 03:17:43,919 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d6a9b1e70afc438d9f89f87453c9a60e used request id req-f3b30587-f497-4508-afe3-10f5ebb2c1f3 2018-08-27 03:17:43,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 03:17:43,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44098f9c4b63acab88c0b2a01fafc874b412826e" 2018-08-27 03:17:44,097 - keystoneauth.session - DEBUG - RESP: [401] Content-Type: application/json Content-Length: 114 Www-Authenticate: Keystone uri="http://192.30.9.4:5000" X-Openstack-Request-Id: req-40b4f8e9-54ae-4d35-8ef8-68edee8e5e0b Date: Mon, 27 Aug 2018 03:17:44 GMT RESP BODY: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} 2018-08-27 03:17:44,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-40b4f8e9-54ae-4d35-8ef8-68edee8e5e0b 2018-08-27 03:17:44,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 03:17:44,112 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-08-27 03:17:44,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.193267822266s 2018-08-27 03:17:44,113 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-27 03:17:44,169 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-27 03:17:44,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 03:17:44,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 03:17:44,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 03:17:44,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 03:17:44,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 03:17:44,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 03:17:44,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 03:17:44,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 03:17:44,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 03:17:44,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 03:17:44,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 03:17:44,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 03:17:44,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 03:17:44,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea6ecbfa-10c5-46b8-9eef-86a4e5b10bdd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 03:17:44,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ea6ecbfa-10c5-46b8-9eef-86a4e5b10bdd 2018-08-27 03:17:44,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 03:17:44,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T04:17:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["VCCvnbaWT4aTe7abOq4nxQ"], "issued_at": "2018-08-27T03:17:44.000000Z"}} 2018-08-27 03:17:44,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 03:17:44,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:17:44,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a859bb11-125b-4407-9774-924340031d35 Date: Mon, 27 Aug 2018 03:17:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 03:17:44,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a859bb11-125b-4407-9774-924340031d35 2018-08-27 03:17:44,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354499101639s 2018-08-27 03:17:44,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a859bb11-125b-4407-9774-924340031d35 2018-08-27 03:17:44,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 03:17:44,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 03:17:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e22f3571-5803-437e-88c5-050f3c926835 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 03:17:44,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-e22f3571-5803-437e-88c5-050f3c926835 2018-08-27 03:17:44,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 03:17:45,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:17:45,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8b5d80a-7a82-4462-9221-fa3f99303326 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 03:17:45,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-d8b5d80a-7a82-4462-9221-fa3f99303326 2018-08-27 03:17:45,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197041034698s 2018-08-27 03:17:45,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-d8b5d80a-7a82-4462-9221-fa3f99303326 2018-08-27 03:17:45,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 03:17:45,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e"}}' 2018-08-27 03:17:45,421 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 03:17:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0508987-ca68-4b4b-b0b0-183d01da0ffa Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c"}, "tags": [], "enabled": true, "id": "242eabce7faf4bd5876dab2e38c24e6c", "parent_id": "default", "domain_id": "default", "name": "shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e"}} 2018-08-27 03:17:45,421 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-a0508987-ca68-4b4b-b0b0-183d01da0ffa 2018-08-27 03:17:45,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.219294071198s 2018-08-27 03:17:45,422 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-a0508987-ca68-4b4b-b0b0-183d01da0ffa 2018-08-27 03:17:45,422 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: shaker', u'tags': [], 'enabled': True, 'id': u'242eabce7faf4bd5876dab2e38c24e6c', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e'}) 2018-08-27 03:17:45,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 03:17:45,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "1fe776c3-40af-46ab-ba4f-f40d79924c8e", "email": null, "name": "shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e"}}' 2018-08-27 03:17:45,895 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 03:17:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-506646ed-4903-4f76-bacc-b69132633fba Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e", "links": {"self": "http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9532b08983bb4e94a33c923c2c5fef82", "domain_id": "default", "password_expires_at": null}} 2018-08-27 03:17:45,895 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-506646ed-4903-4f76-bacc-b69132633fba 2018-08-27 03:17:45,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.466818094254s 2018-08-27 03:17:45,895 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-506646ed-4903-4f76-bacc-b69132633fba 2018-08-27 03:17:45,896 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9532b08983bb4e94a33c923c2c5fef82', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e'}) 2018-08-27 03:17:45,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 03:17:45,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:17:46,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f8f7f75-4703-41a5-817b-485313af4c51 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 03:17:46,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4f8f7f75-4703-41a5-817b-485313af4c51 2018-08-27 03:17:46,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.284216165543s 2018-08-27 03:17:46,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4f8f7f75-4703-41a5-817b-485313af4c51 2018-08-27 03:17:46,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 03:17:46,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:17:46,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c050625-0fa3-4478-988c-54d6550b2a37 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 03:17:46,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7c050625-0fa3-4478-988c-54d6550b2a37 2018-08-27 03:17:46,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.116516113281s 2018-08-27 03:17:46,306 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7c050625-0fa3-4478-988c-54d6550b2a37 2018-08-27 03:17:46,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 03:17:46,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:17:46,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9748fec4-4e0a-49f7-84c7-61b1ad90d5e5 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 03:17:46,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9748fec4-4e0a-49f7-84c7-61b1ad90d5e5 2018-08-27 03:17:46,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.291866064072s 2018-08-27 03:17:46,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9748fec4-4e0a-49f7-84c7-61b1ad90d5e5 2018-08-27 03:17:46,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 03:17:46,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:17:46,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-977669ac-6a35-4a9f-99c1-abbb33f096eb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 03:17:46,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-977669ac-6a35-4a9f-99c1-abbb33f096eb 2018-08-27 03:17:46,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192044019699s 2018-08-27 03:17:46,800 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-977669ac-6a35-4a9f-99c1-abbb33f096eb 2018-08-27 03:17:46,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 03:17:46,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:17:47,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-619e527d-5c86-497c-8c2e-ef1550ff65b8 Content-Encoding: gzip Content-Length: 962 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e", "links": {"self": "http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9532b08983bb4e94a33c923c2c5fef82", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 03:17:47,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-619e527d-5c86-497c-8c2e-ef1550ff65b8 2018-08-27 03:17:47,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.31930398941s 2018-08-27 03:17:47,121 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-619e527d-5c86-497c-8c2e-ef1550ff65b8 2018-08-27 03:17:47,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 03:17:47,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:17:47,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e8f3823-6085-4a8e-8acc-352a41ef40aa Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c"}, "tags": [], "enabled": true, "id": "242eabce7faf4bd5876dab2e38c24e6c", "parent_id": "default", "domain_id": "default", "name": "shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}]} 2018-08-27 03:17:47,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-2e8f3823-6085-4a8e-8acc-352a41ef40aa 2018-08-27 03:17:47,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.214869976044s 2018-08-27 03:17:47,347 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-2e8f3823-6085-4a8e-8acc-352a41ef40aa 2018-08-27 03:17:47,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 03:17:47,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:17:47,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24a4d3b5-2af0-4c72-8dca-d13394bc3671 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c", "previous": null, "next": null}} 2018-08-27 03:17:47,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c used request id req-24a4d3b5-2af0-4c72-8dca-d13394bc3671 2018-08-27 03:17:47,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.195364952087s 2018-08-27 03:17:47,551 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c used request id req-24a4d3b5-2af0-4c72-8dca-d13394bc3671 2018-08-27 03:17:47,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 03:17:47,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c/users/9532b08983bb4e94a33c923c2c5fef82/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:17:47,777 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 03:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c66f208c-6955-467e-8e64-f972997dc22f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 03:17:47,777 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c/users/9532b08983bb4e94a33c923c2c5fef82/roles/565edadc366246ae845471a412ad99ed used request id req-c66f208c-6955-467e-8e64-f972997dc22f 2018-08-27 03:17:47,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.222813129425s 2018-08-27 03:17:47,777 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c/users/9532b08983bb4e94a33c923c2c5fef82/roles/565edadc366246ae845471a412ad99ed used request id req-c66f208c-6955-467e-8e64-f972997dc22f 2018-08-27 03:17:47,778 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'242eabce7faf4bd5876dab2e38c24e6c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '1fe776c3-40af-46ab-ba4f-f40d79924c8e', 'username': u'shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 03:17:47,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 03:17:47,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 03:17:47,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 03:17:47,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 03:17:47,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 03:17:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 03:17:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 03:17:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 03:17:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 03:17:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 03:17:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 03:17:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 03:17:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 03:17:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 03:17:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 03:17:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 03:17:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 03:17:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 03:17:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 03:17:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 03:17:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 03:17:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 03:17:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 03:17:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 03:17:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 03:17:47,783 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'password': '1fe776c3-40af-46ab-ba4f-f40d79924c8e', 'project_name': 'shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '242eabce7faf4bd5876dab2e38c24e6c', 'project_domain_name': 'Default'} 2018-08-27 03:17:47,783 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-27 03:17:47,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 03:17:47,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3b0f143-172b-4f47-8cb9-efae2b68f320 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 03:17:47,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d3b0f143-172b-4f47-8cb9-efae2b68f320 2018-08-27 03:17:47,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 03:17:48,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T04:17:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "242eabce7faf4bd5876dab2e38c24e6c", "name": "shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/242eabce7faf4bd5876dab2e38c24e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/242eabce7faf4bd5876dab2e38c24e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/242eabce7faf4bd5876dab2e38c24e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_242eabce7faf4bd5876dab2e38c24e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_242eabce7faf4bd5876dab2e38c24e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/242eabce7faf4bd5876dab2e38c24e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/242eabce7faf4bd5876dab2e38c24e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/242eabce7faf4bd5876dab2e38c24e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e", "id": "9532b08983bb4e94a33c923c2c5fef82"}, "audit_ids": ["uWkc-HpxSHywlsolhiKQUw"], "issued_at": "2018-08-27T03:17:48.000000Z"}} 2018-08-27 03:17:48,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 03:17:48,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"network": {"name": "shaker-net_d0b913f6-1e9f-4463-a79a-04403229eb5e", "admin_state_up": true}}' 2018-08-27 03:17:48,988 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-21de8d56-f11d-4aa1-beed-47ba59d55d5d Date: Mon, 27 Aug 2018 03:17:48 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"242eabce7faf4bd5876dab2e38c24e6c","created_at":"2018-08-27T03:17:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T03:17:48Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"242eabce7faf4bd5876dab2e38c24e6c","id":"20711cc0-3279-49b8-b318-b96d1f326f68","name":"shaker-net_d0b913f6-1e9f-4463-a79a-04403229eb5e"}} 2018-08-27 03:17:48,988 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-21de8d56-f11d-4aa1-beed-47ba59d55d5d 2018-08-27 03:17:48,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.799731016159s 2018-08-27 03:17:48,989 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-21de8d56-f11d-4aa1-beed-47ba59d55d5d 2018-08-27 03:17:48,989 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T03:17:48Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'20711cc0-3279-49b8-b318-b96d1f326f68', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_d0b913f6-1e9f-4463-a79a-04403229eb5e', u'admin_state_up': True, u'tenant_id': u'242eabce7faf4bd5876dab2e38c24e6c', u'created_at': u'2018-08-27T03:17:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'242eabce7faf4bd5876dab2e38c24e6c'}) 2018-08-27 03:17:48,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 03:17:48,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:17:49,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-ed0bc979-e031-4625-b7cf-14f606ff29cc Date: Mon, 27 Aug 2018 03:17:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T03:17:48Z","tenant_id":"242eabce7faf4bd5876dab2e38c24e6c","created_at":"2018-08-27T03:17:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"242eabce7faf4bd5876dab2e38c24e6c","id":"20711cc0-3279-49b8-b318-b96d1f326f68","name":"shaker-net_d0b913f6-1e9f-4463-a79a-04403229eb5e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 03:17:49,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ed0bc979-e031-4625-b7cf-14f606ff29cc 2018-08-27 03:17:49,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.395896911621s 2018-08-27 03:17:49,386 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ed0bc979-e031-4625-b7cf-14f606ff29cc 2018-08-27 03:17:49,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 03:17:49,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"subnet": {"name": "shaker-subnet_d0b913f6-1e9f-4463-a79a-04403229eb5e", "enable_dhcp": true, "network_id": "20711cc0-3279-49b8-b318-b96d1f326f68", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 03:17:50,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e5ab86a4-4b96-40af-9c91-d03d57531ffd Date: Mon, 27 Aug 2018 03:17:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20711cc0-3279-49b8-b318-b96d1f326f68","tenant_id":"242eabce7faf4bd5876dab2e38c24e6c","created_at":"2018-08-27T03:17:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T03:17:49Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"242eabce7faf4bd5876dab2e38c24e6c","id":"b5c65a65-7333-4caf-ba12-b8875562c4d8","subnetpool_id":null,"name":"shaker-subnet_d0b913f6-1e9f-4463-a79a-04403229eb5e"}} 2018-08-27 03:17:50,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-e5ab86a4-4b96-40af-9c91-d03d57531ffd 2018-08-27 03:17:50,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.901100873947s 2018-08-27 03:17:50,289 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-e5ab86a4-4b96-40af-9c91-d03d57531ffd 2018-08-27 03:17:50,290 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T03:17:49Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b5c65a65-7333-4caf-ba12-b8875562c4d8', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_d0b913f6-1e9f-4463-a79a-04403229eb5e', u'enable_dhcp': True, u'network_id': u'20711cc0-3279-49b8-b318-b96d1f326f68', u'tenant_id': u'242eabce7faf4bd5876dab2e38c24e6c', u'created_at': u'2018-08-27T03:17:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'242eabce7faf4bd5876dab2e38c24e6c'}) 2018-08-27 03:17:50,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 03:17:50,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "shaker-router_d0b913f6-1e9f-4463-a79a-04403229eb5e", "admin_state_up": true}}' 2018-08-27 03:17:51,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-b3f8acbb-7e7a-43b2-b577-3d061cfce760 Date: Mon, 27 Aug 2018 03:17:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:17:50Z", "admin_state_up": true, "updated_at": "2018-08-27T03:17:51Z", "revision_number": 2, "routes": [], "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "598b4b48-920e-41eb-ae41-14f60b54afb1", "name": "shaker-router_d0b913f6-1e9f-4463-a79a-04403229eb5e"}} 2018-08-27 03:17:51,739 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b3f8acbb-7e7a-43b2-b577-3d061cfce760 2018-08-27 03:17:51,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.44875502586s 2018-08-27 03:17:51,739 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b3f8acbb-7e7a-43b2-b577-3d061cfce760 2018-08-27 03:17:51,740 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'242eabce7faf4bd5876dab2e38c24e6c', u'created_at': u'2018-08-27T03:17:50Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T03:17:51Z', u'revision_number': 2, u'routes': [], u'project_id': u'242eabce7faf4bd5876dab2e38c24e6c', u'id': u'598b4b48-920e-41eb-ae41-14f60b54afb1', u'name': u'shaker-router_d0b913f6-1e9f-4463-a79a-04403229eb5e'}) 2018-08-27 03:17:51,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 03:17:51,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/598b4b48-920e-41eb-ae41-14f60b54afb1/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"subnet_id": "b5c65a65-7333-4caf-ba12-b8875562c4d8"}' 2018-08-27 03:17:54,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fc342db0-7b4d-4cdd-afda-6e81e2ef5ea6 Date: Mon, 27 Aug 2018 03:17:54 GMT RESP BODY: {"network_id": "20711cc0-3279-49b8-b318-b96d1f326f68", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "subnet_id": "b5c65a65-7333-4caf-ba12-b8875562c4d8", "subnet_ids": ["b5c65a65-7333-4caf-ba12-b8875562c4d8"], "port_id": "5b03b6e6-3c44-4d24-ac67-5d39c404473d", "id": "598b4b48-920e-41eb-ae41-14f60b54afb1"} 2018-08-27 03:17:54,361 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/598b4b48-920e-41eb-ae41-14f60b54afb1/add_router_interface.json used request id req-fc342db0-7b4d-4cdd-afda-6e81e2ef5ea6 2018-08-27 03:17:54,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.62065291405s 2018-08-27 03:17:54,361 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/598b4b48-920e-41eb-ae41-14f60b54afb1/add_router_interface.json used request id req-fc342db0-7b4d-4cdd-afda-6e81e2ef5ea6 returning object 598b4b48-920e-41eb-ae41-14f60b54afb1 2018-08-27 03:17:54,362 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-27 03:17:57,953 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-27 03:17:57,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 03:17:57,958 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 03:17:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 03:17:57,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 03:17:57,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:17:58,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-73acb2fc-187f-45b8-97d0-65a42253545b Date: Mon, 27 Aug 2018 03:17:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 03:17:58,255 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-73acb2fc-187f-45b8-97d0-65a42253545b 2018-08-27 03:17:58,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295542001724s 2018-08-27 03:17:58,255 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-73acb2fc-187f-45b8-97d0-65a42253545b 2018-08-27 03:17:58,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 03:17:58,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e"}' 2018-08-27 03:17:58,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4caa8794-a6bf-4f2a-ba1a-5a24f345d666 Date: Mon, 27 Aug 2018 03:17:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T03:17:58Z", "file": "/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c/file", "owner": "242eabce7faf4bd5876dab2e38c24e6c", "id": "51559ffa-6958-4622-895b-8ddc28eb659c", "size": null, "self": "/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e", "checksum": null, "created_at": "2018-08-27T03:17:58Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 03:17:58,594 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4caa8794-a6bf-4f2a-ba1a-5a24f345d666 2018-08-27 03:17:58,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.330522060394s 2018-08-27 03:17:58,594 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4caa8794-a6bf-4f2a-ba1a-5a24f345d666 returning object 51559ffa-6958-4622-895b-8ddc28eb659c 2018-08-27 03:17:58,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 03:17:58,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '' 2018-08-27 03:18:08,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3c2f33a7-a634-4b82-b2ba-192c26eaf08a Date: Mon, 27 Aug 2018 03:18:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 03:18:08,112 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c/file used request id req-3c2f33a7-a634-4b82-b2ba-192c26eaf08a 2018-08-27 03:18:08,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.51723504066s 2018-08-27 03:18:08,113 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c/file used request id req-3c2f33a7-a634-4b82-b2ba-192c26eaf08a 2018-08-27 03:18:08,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 03:18:08,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:08,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-de633e6c-e14e-4801-8c46-32415cddb96c Date: Mon, 27 Aug 2018 03:18:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T03:18:08Z", "file": "/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c/file", "owner": "242eabce7faf4bd5876dab2e38c24e6c", "id": "51559ffa-6958-4622-895b-8ddc28eb659c", "size": 666173440, "self": "/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/51559ffa-6958-4622-895b-8ddc28eb659c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/51559ffa-6958-4622-895b-8ddc28eb659c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-27T03:17:58Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 03:18:08,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-de633e6c-e14e-4801-8c46-32415cddb96c 2018-08-27 03:18:08,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307059049606s 2018-08-27 03:18:08,425 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-de633e6c-e14e-4801-8c46-32415cddb96c 2018-08-27 03:18:08,427 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/51559ffa-6958-4622-895b-8ddc28eb659c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c/file', 'owner': u'242eabce7faf4bd5876dab2e38c24e6c', 'id': u'51559ffa-6958-4622-895b-8ddc28eb659c', 'size': 666173440, u'self': u'/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'242eabce7faf4bd5876dab2e38c24e6c', 'name': 'shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/51559ffa-6958-4622-895b-8ddc28eb659c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T03:18:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T03:18:08Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', 'properties': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'created': u'2018-08-27T03:17:58Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-27T03:17:58Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', 'metadata': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-27 03:18:08,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 03:18:08,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_d0b913f6-1e9f-4463-a79a-04403229eb5e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-27 03:18:08,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78f62c75-5d06-48ce-bca3-63ddca29aed3 x-compute-request-id: req-78f62c75-5d06-48ce-bca3-63ddca29aed3 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_d0b913f6-1e9f-4463-a79a-04403229eb5e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "175d5687-4d21-44ca-b0e6-ba2eda838f91"}} 2018-08-27 03:18:08,753 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-78f62c75-5d06-48ce-bca3-63ddca29aed3 2018-08-27 03:18:08,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.324323892593s 2018-08-27 03:18:08,753 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-78f62c75-5d06-48ce-bca3-63ddca29aed3 2018-08-27 03:18:08,754 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 3, 'id': u'175d5687-4d21-44ca-b0e6-ba2eda838f91', 'swap': 0}) 2018-08-27 03:18:08,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 03:18:08,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" -d '{"extra_specs": {}}' 2018-08-27 03:18:08,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e329400e-6d66-4526-85df-cf6d9f2a19ff x-compute-request-id: req-e329400e-6d66-4526-85df-cf6d9f2a19ff Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 03:18:08,777 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91/os-extra_specs used request id req-e329400e-6d66-4526-85df-cf6d9f2a19ff 2018-08-27 03:18:08,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224180221558s 2018-08-27 03:18:08,778 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91/os-extra_specs used request id req-e329400e-6d66-4526-85df-cf6d9f2a19ff 2018-08-27 03:18:08,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 03:18:08,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"keypair": {"name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e"}}' 2018-08-27 03:18:09,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9fd5e66-26da-4abb-a2a2-61ade80fd4e9 x-compute-request-id: req-d9fd5e66-26da-4abb-a2a2-61ade80fd4e9 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAbGGSzDz7jHYj/xxGqjHdsgQV0jamj59+0YWKGKK7xkN2pxVhfEBMhLNiWwAD/59ZR/GGUerSrYUToHRaNLbJKJkgJ47Q3c99+rIzEOHyix728U+GU8D7P0bn7FWsSlYPJGbzrZAp4Zdrh51TBTJFC1iqZRcliMOXDM/eONsFNimQhRF/G9xrx52us7GT96bQJkf/6eWwy9/5EZ7iwZx3ICFm3I/I/r8B2dv5NUazcnyaRmgNVF6LciYWywNVNSPd6XzMZvJwGkgxv9IWhFpPWwuKhbX8Kq0MtG349zJyV+sYz8ESe48Ila9+V3JW/XKkkvj77rLprRfUUxf8zmnX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwGxhksw8+4x2I/8cRqox3bIEFdI2po+fftGFihiiu8ZDdqcV\nYXxATISzYlsAA/+fWUfxhlHq0q2FE6B0WjS2ySiZICeO0N3PffqyMxDh8ose9vFP\nhlPA+z9G5+xVrEpWDyRm862QKeGXa4edUwUyRQtYqmUXJYjDlwzP3jjbBTYpkIUR\nfxvca8edrrOxk/em0CZH/+nlsMvf+RGe4sGcdyAhZtyPyP6/Adnb+TVGs3J8mkZo\nDVRei3ImFssDVTUj3el8zGbycBpIMb/SFoRaT1sLioW1/CqtDLRt+PcyclfrGM/B\nEnuPCJWvfldyVv1ypJL4++6y6a0X1FMX/M5p1wIDAQABAoIBABJvj92nscQMDhme\nzI+8qLBr6NZKYLAOnKJi4p97gsPo1/fbREIlzGdIY4Nt4o9/gz3jlbFf0dbDhzd9\nLQijekvFlv4srBM43TNdvIsF+A/r4liYgB0Hkzq/MkTwMLkkGiCzRSXdoC1TDtXf\nlWQp4EobLzCMJO6UruCe+p945QsXnXhTECY82cMXdu/ensPYm/GPsKOqHEGipvGU\n0Lx7nUpsVAXIEhHM0lnygZUQQs0J0TF7XX6bw2xV0DJXNbpZMX4iZKRhuMWMRU/C\n+eW0mVRKKgvO/07t5O3Uy165UrBOZcjV1KFOXw3MFIqq/OiuSDXB7Mpc2Sy+K8p4\nFaMg3LkCgYEA/RcplZspUJiM3ocQLYdkMRidaItnat/UfNb8S8oy3v1pPpi/Nkvb\nT18YQPk7iTp5XGYq/j1+d9qQAK/FAcncXxjcVEkP9uF86aQAyvUtP0vNLtKZ0eQi\nktSifnKZwoF2GlGj6cMPcGUNvYBPciybrn87QCaWCL+I7bi0cESEx7sCgYEAwqKt\nX4rc+nq/X34sJ1un+eOVA6+YyNyr2ycmEYY3f/Nj279PoEWxzTbXelG6OYalniHm\niNbrTfWdBJNdlDcJMMIe3KXRKqLqt6L538Izoix3yp4Hu5IXW0J6V222DmQ4H6j5\ny9ka+Je+KBr/ak42L8d7k/b/O30OFfDlogDW3pUCgYEAtmGJovjERgMYiId1/gky\nBztAu4Sxys9vdWMLPqaAEDc3L1etezgg20qg1LmF0Lclm5M4aivwRfhni0cexdIs\njw8AP3DDI1qMxGVd+OPDbnh2bMZw+FLZI0w9qLd23Dak4ARzBVJ+frUjuKqNFa7V\npWKkVO85cSZtSzmuNbT6pl8CgYANbT16jtDJsrgK9WBEYs1Grs1z0KRAjwCIAL5e\njRy9BeRIn3z1uHkYiAT7WjH3j/NS4lHN9M2Mtjnbu/LDq7xFkc6hOAsi3tREUMje\nB76aHGkzIA22gdB8qixYZagefAlnHbgFuPdkWMt0ZtBh2/1e9Grw/SQETY8wMksV\nDuvDtQKBgQDeISOaG+7d3I/VpP1yenxx/YEFP+4Mr1Ol3WZPlWVTEitR3zOB2y0h\nJnOmo+r6bMhwn4TbAHHmBM457vrIDkQ6VJ++/jWxIiu9QGpPyiZjB1iwrudhKjiU\nRsowChGoFgXSBPrFAjCQh/qKfCEs2+HD/3BJj5NiBoM8Pm6UdCPGGQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9532b08983bb4e94a33c923c2c5fef82", "name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "fingerprint": "5c:9e:16:7e:28:a4:5e:f0:d4:9b:75:8a:cf:7a:82:20"}} 2018-08-27 03:18:09,168 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-d9fd5e66-26da-4abb-a2a2-61ade80fd4e9 2018-08-27 03:18:09,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.389539003372s 2018-08-27 03:18:09,168 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-d9fd5e66-26da-4abb-a2a2-61ade80fd4e9 2018-08-27 03:18:09,169 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAbGGSzDz7jHYj/xxGqjHdsgQV0jamj59+0YWKGKK7xkN2pxVhfEBMhLNiWwAD/59ZR/GGUerSrYUToHRaNLbJKJkgJ47Q3c99+rIzEOHyix728U+GU8D7P0bn7FWsSlYPJGbzrZAp4Zdrh51TBTJFC1iqZRcliMOXDM/eONsFNimQhRF/G9xrx52us7GT96bQJkf/6eWwy9/5EZ7iwZx3ICFm3I/I/r8B2dv5NUazcnyaRmgNVF6LciYWywNVNSPd6XzMZvJwGkgxv9IWhFpPWwuKhbX8Kq0MtG349zJyV+sYz8ESe48Ila9+V3JW/XKkkvj77rLprRfUUxf8zmnX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwGxhksw8+4x2I/8cRqox3bIEFdI2po+fftGFihiiu8ZDdqcV\nYXxATISzYlsAA/+fWUfxhlHq0q2FE6B0WjS2ySiZICeO0N3PffqyMxDh8ose9vFP\nhlPA+z9G5+xVrEpWDyRm862QKeGXa4edUwUyRQtYqmUXJYjDlwzP3jjbBTYpkIUR\nfxvca8edrrOxk/em0CZH/+nlsMvf+RGe4sGcdyAhZtyPyP6/Adnb+TVGs3J8mkZo\nDVRei3ImFssDVTUj3el8zGbycBpIMb/SFoRaT1sLioW1/CqtDLRt+PcyclfrGM/B\nEnuPCJWvfldyVv1ypJL4++6y6a0X1FMX/M5p1wIDAQABAoIBABJvj92nscQMDhme\nzI+8qLBr6NZKYLAOnKJi4p97gsPo1/fbREIlzGdIY4Nt4o9/gz3jlbFf0dbDhzd9\nLQijekvFlv4srBM43TNdvIsF+A/r4liYgB0Hkzq/MkTwMLkkGiCzRSXdoC1TDtXf\nlWQp4EobLzCMJO6UruCe+p945QsXnXhTECY82cMXdu/ensPYm/GPsKOqHEGipvGU\n0Lx7nUpsVAXIEhHM0lnygZUQQs0J0TF7XX6bw2xV0DJXNbpZMX4iZKRhuMWMRU/C\n+eW0mVRKKgvO/07t5O3Uy165UrBOZcjV1KFOXw3MFIqq/OiuSDXB7Mpc2Sy+K8p4\nFaMg3LkCgYEA/RcplZspUJiM3ocQLYdkMRidaItnat/UfNb8S8oy3v1pPpi/Nkvb\nT18YQPk7iTp5XGYq/j1+d9qQAK/FAcncXxjcVEkP9uF86aQAyvUtP0vNLtKZ0eQi\nktSifnKZwoF2GlGj6cMPcGUNvYBPciybrn87QCaWCL+I7bi0cESEx7sCgYEAwqKt\nX4rc+nq/X34sJ1un+eOVA6+YyNyr2ycmEYY3f/Nj279PoEWxzTbXelG6OYalniHm\niNbrTfWdBJNdlDcJMMIe3KXRKqLqt6L538Izoix3yp4Hu5IXW0J6V222DmQ4H6j5\ny9ka+Je+KBr/ak42L8d7k/b/O30OFfDlogDW3pUCgYEAtmGJovjERgMYiId1/gky\nBztAu4Sxys9vdWMLPqaAEDc3L1etezgg20qg1LmF0Lclm5M4aivwRfhni0cexdIs\njw8AP3DDI1qMxGVd+OPDbnh2bMZw+FLZI0w9qLd23Dak4ARzBVJ+frUjuKqNFa7V\npWKkVO85cSZtSzmuNbT6pl8CgYANbT16jtDJsrgK9WBEYs1Grs1z0KRAjwCIAL5e\njRy9BeRIn3z1uHkYiAT7WjH3j/NS4lHN9M2Mtjnbu/LDq7xFkc6hOAsi3tREUMje\nB76aHGkzIA22gdB8qixYZagefAlnHbgFuPdkWMt0ZtBh2/1e9Grw/SQETY8wMksV\nDuvDtQKBgQDeISOaG+7d3I/VpP1yenxx/YEFP+4Mr1Ol3WZPlWVTEitR3zOB2y0h\nJnOmo+r6bMhwn4TbAHHmBM457vrIDkQ6VJ++/jWxIiu9QGpPyiZjB1iwrudhKjiU\nRsowChGoFgXSBPrFAjCQh/qKfCEs2+HD/3BJj5NiBoM8Pm6UdCPGGQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'9532b08983bb4e94a33c923c2c5fef82', 'name': u'shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'created_at': '2018-08-27T03:18:09.169404', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'242eabce7faf4bd5876dab2e38c24e6c', 'name': 'shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'5c:9e:16:7e:28:a4:5e:f0:d4:9b:75:8a:cf:7a:82:20', 'type': 'ssh', 'id': u'shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e'}) 2018-08-27 03:18:09,169 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAwGxhksw8+4x2I/8cRqox3bIEFdI2po+fftGFihiiu8ZDdqcV YXxATISzYlsAA/+fWUfxhlHq0q2FE6B0WjS2ySiZICeO0N3PffqyMxDh8ose9vFP hlPA+z9G5+xVrEpWDyRm862QKeGXa4edUwUyRQtYqmUXJYjDlwzP3jjbBTYpkIUR fxvca8edrrOxk/em0CZH/+nlsMvf+RGe4sGcdyAhZtyPyP6/Adnb+TVGs3J8mkZo DVRei3ImFssDVTUj3el8zGbycBpIMb/SFoRaT1sLioW1/CqtDLRt+PcyclfrGM/B EnuPCJWvfldyVv1ypJL4++6y6a0X1FMX/M5p1wIDAQABAoIBABJvj92nscQMDhme zI+8qLBr6NZKYLAOnKJi4p97gsPo1/fbREIlzGdIY4Nt4o9/gz3jlbFf0dbDhzd9 LQijekvFlv4srBM43TNdvIsF+A/r4liYgB0Hkzq/MkTwMLkkGiCzRSXdoC1TDtXf lWQp4EobLzCMJO6UruCe+p945QsXnXhTECY82cMXdu/ensPYm/GPsKOqHEGipvGU 0Lx7nUpsVAXIEhHM0lnygZUQQs0J0TF7XX6bw2xV0DJXNbpZMX4iZKRhuMWMRU/C +eW0mVRKKgvO/07t5O3Uy165UrBOZcjV1KFOXw3MFIqq/OiuSDXB7Mpc2Sy+K8p4 FaMg3LkCgYEA/RcplZspUJiM3ocQLYdkMRidaItnat/UfNb8S8oy3v1pPpi/Nkvb T18YQPk7iTp5XGYq/j1+d9qQAK/FAcncXxjcVEkP9uF86aQAyvUtP0vNLtKZ0eQi ktSifnKZwoF2GlGj6cMPcGUNvYBPciybrn87QCaWCL+I7bi0cESEx7sCgYEAwqKt X4rc+nq/X34sJ1un+eOVA6+YyNyr2ycmEYY3f/Nj279PoEWxzTbXelG6OYalniHm iNbrTfWdBJNdlDcJMMIe3KXRKqLqt6L538Izoix3yp4Hu5IXW0J6V222DmQ4H6j5 y9ka+Je+KBr/ak42L8d7k/b/O30OFfDlogDW3pUCgYEAtmGJovjERgMYiId1/gky BztAu4Sxys9vdWMLPqaAEDc3L1etezgg20qg1LmF0Lclm5M4aivwRfhni0cexdIs jw8AP3DDI1qMxGVd+OPDbnh2bMZw+FLZI0w9qLd23Dak4ARzBVJ+frUjuKqNFa7V pWKkVO85cSZtSzmuNbT6pl8CgYANbT16jtDJsrgK9WBEYs1Grs1z0KRAjwCIAL5e jRy9BeRIn3z1uHkYiAT7WjH3j/NS4lHN9M2Mtjnbu/LDq7xFkc6hOAsi3tREUMje B76aHGkzIA22gdB8qixYZagefAlnHbgFuPdkWMt0ZtBh2/1e9Grw/SQETY8wMksV DuvDtQKBgQDeISOaG+7d3I/VpP1yenxx/YEFP+4Mr1Ol3WZPlWVTEitR3zOB2y0h JnOmo+r6bMhwn4TbAHHmBM457vrIDkQ6VJ++/jWxIiu9QGpPyiZjB1iwrudhKjiU RsowChGoFgXSBPrFAjCQh/qKfCEs2+HD/3BJj5NiBoM8Pm6UdCPGGQ== -----END RSA PRIVATE KEY----- 2018-08-27 03:18:09,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 03:18:09,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"security_group": {"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-27 03:18:09,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-633bf0b1-c4e8-4c3b-a4ad-fc6614acf291 Date: Mon, 27 Aug 2018 03:18:09 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:18:09Z", "updated_at": "2018-08-27T03:18:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:09Z", "revision_number": 0, "id": "81264684-9a60-4940-9bde-8c7757045290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:09Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:09Z", "revision_number": 0, "id": "ac34b569-7d0b-46a7-a75f-5d22e305fc09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:09Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}], "revision_number": 1, "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}} 2018-08-27 03:18:09,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-633bf0b1-c4e8-4c3b-a4ad-fc6614acf291 2018-08-27 03:18:09,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.481881856918s 2018-08-27 03:18:09,655 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-633bf0b1-c4e8-4c3b-a4ad-fc6614acf291 2018-08-27 03:18:09,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 03:18:09,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:09,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-60a583b7-f104-43c6-b4a0-cea8b27d8096 Date: Mon, 27 Aug 2018 03:18:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:17:48Z", "updated_at": "2018-08-27T03:17:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "6fa605c8-ac0f-4eec-a4f3-67caf86021f7", "remote_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "9ee1dde6-0e8a-4263-8a4c-7209afbcc13e", "remote_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "c55effcc-ee51-4375-b43b-ec97c3a406aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "cefec410-d4ad-487d-bd88-400bb0c5566a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}], "revision_number": 1, "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:18:09Z", "updated_at": "2018-08-27T03:18:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:09Z", "revision_number": 0, "id": "81264684-9a60-4940-9bde-8c7757045290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:09Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:09Z", "revision_number": 0, "id": "ac34b569-7d0b-46a7-a75f-5d22e305fc09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:09Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}], "revision_number": 1, "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}]} 2018-08-27 03:18:09,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-60a583b7-f104-43c6-b4a0-cea8b27d8096 2018-08-27 03:18:09,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.335947036743s 2018-08-27 03:18:09,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-60a583b7-f104-43c6-b4a0-cea8b27d8096 2018-08-27 03:18:10,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 03:18:10,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689"}}' 2018-08-27 03:18:10,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-d2647350-b46b-4b0c-9e01-142942806fcf Date: Mon, 27 Aug 2018 03:18:10 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-27T03:18:10Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "port_range_min": 22, "revision_number": 0, "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:18:10Z", "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "bde88548-8689-4dea-8f4c-e38a95d2d68d"}} 2018-08-27 03:18:10,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-d2647350-b46b-4b0c-9e01-142942806fcf 2018-08-27 03:18:10,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.475611925125s 2018-08-27 03:18:10,476 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-d2647350-b46b-4b0c-9e01-142942806fcf 2018-08-27 03:18:10,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 03:18:10,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:10,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-192b0770-ba4a-4d64-bb73-a177efadbd1d Date: Mon, 27 Aug 2018 03:18:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:17:48Z", "updated_at": "2018-08-27T03:17:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "6fa605c8-ac0f-4eec-a4f3-67caf86021f7", "remote_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "9ee1dde6-0e8a-4263-8a4c-7209afbcc13e", "remote_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "c55effcc-ee51-4375-b43b-ec97c3a406aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "cefec410-d4ad-487d-bd88-400bb0c5566a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}], "revision_number": 1, "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:18:09Z", "updated_at": "2018-08-27T03:18:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:09Z", "revision_number": 0, "id": "81264684-9a60-4940-9bde-8c7757045290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:09Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:09Z", "revision_number": 0, "id": "ac34b569-7d0b-46a7-a75f-5d22e305fc09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:09Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T03:18:10Z", "revision_number": 0, "id": "bde88548-8689-4dea-8f4c-e38a95d2d68d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:10Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}], "revision_number": 2, "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}]} 2018-08-27 03:18:10,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-192b0770-ba4a-4d64-bb73-a177efadbd1d 2018-08-27 03:18:10,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.318324804306s 2018-08-27 03:18:10,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-192b0770-ba4a-4d64-bb73-a177efadbd1d 2018-08-27 03:18:10,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 03:18:10,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689"}}' 2018-08-27 03:18:11,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-1d1ce5a1-beb8-49cd-b825-57c5e306ec64 Date: Mon, 27 Aug 2018 03:18:11 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-27T03:18:11Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "port_range_min": null, "revision_number": 0, "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:18:11Z", "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "053b1d24-030b-44f4-86b5-2ea91c69d979"}} 2018-08-27 03:18:11,445 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-1d1ce5a1-beb8-49cd-b825-57c5e306ec64 2018-08-27 03:18:11,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.644226074219s 2018-08-27 03:18:11,446 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-1d1ce5a1-beb8-49cd-b825-57c5e306ec64 2018-08-27 03:18:11,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 03:18:11,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:11,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-6ad65c72-ce89-47fd-b431-4eefee1ff1d6 Date: Mon, 27 Aug 2018 03:18:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:17:48Z", "updated_at": "2018-08-27T03:17:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "6fa605c8-ac0f-4eec-a4f3-67caf86021f7", "remote_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "9ee1dde6-0e8a-4263-8a4c-7209afbcc13e", "remote_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "c55effcc-ee51-4375-b43b-ec97c3a406aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "cefec410-d4ad-487d-bd88-400bb0c5566a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}], "revision_number": 1, "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:18:09Z", "updated_at": "2018-08-27T03:18:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:11Z", "revision_number": 0, "id": "053b1d24-030b-44f4-86b5-2ea91c69d979", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:11Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:09Z", "revision_number": 0, "id": "81264684-9a60-4940-9bde-8c7757045290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:09Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:09Z", "revision_number": 0, "id": "ac34b569-7d0b-46a7-a75f-5d22e305fc09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:09Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T03:18:10Z", "revision_number": 0, "id": "bde88548-8689-4dea-8f4c-e38a95d2d68d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:10Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}], "revision_number": 3, "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}]} 2018-08-27 03:18:11,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-6ad65c72-ce89-47fd-b431-4eefee1ff1d6 2018-08-27 03:18:11,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.326995134354s 2018-08-27 03:18:11,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-6ad65c72-ce89-47fd-b431-4eefee1ff1d6 2018-08-27 03:18:11,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 03:18:11,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 9000, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 9000, "ethertype": "IPv4", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689"}}' 2018-08-27 03:18:12,217 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-0ad31091-959a-4901-b9b9-40d6a4dcec8e Date: Mon, 27 Aug 2018 03:18:12 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 9000, "updated_at": "2018-08-27T03:18:12Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "port_range_min": 9000, "revision_number": 0, "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:18:12Z", "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "56031836-8cd2-4784-b99d-012c4ec09db8"}} 2018-08-27 03:18:12,217 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-0ad31091-959a-4901-b9b9-40d6a4dcec8e 2018-08-27 03:18:12,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.437515974045s 2018-08-27 03:18:12,218 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-0ad31091-959a-4901-b9b9-40d6a4dcec8e 2018-08-27 03:18:12,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 03:18:12,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:12,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-1c4165c6-e611-4df0-858e-34a0bc3d4f61 Date: Mon, 27 Aug 2018 03:18:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5c65a65-7333-4caf-ba12-b8875562c4d8"],"updated_at":"2018-08-27T03:17:49Z","tenant_id":"242eabce7faf4bd5876dab2e38c24e6c","created_at":"2018-08-27T03:17:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"242eabce7faf4bd5876dab2e38c24e6c","id":"20711cc0-3279-49b8-b318-b96d1f326f68","name":"shaker-net_d0b913f6-1e9f-4463-a79a-04403229eb5e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 03:18:12,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1c4165c6-e611-4df0-858e-34a0bc3d4f61 2018-08-27 03:18:12,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112817049026s 2018-08-27 03:18:12,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1c4165c6-e611-4df0-858e-34a0bc3d4f61 2018-08-27 03:18:12,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 03:18:12,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:13,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-9098d643-0a44-4dd2-a29b-97cdb7a6f973 Date: Mon, 27 Aug 2018 03:18:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T03:18:08Z", "file": "/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c/file", "owner": "242eabce7faf4bd5876dab2e38c24e6c", "id": "51559ffa-6958-4622-895b-8ddc28eb659c", "size": 666173440, "self": "/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/51559ffa-6958-4622-895b-8ddc28eb659c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/51559ffa-6958-4622-895b-8ddc28eb659c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-27T03:17:58Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 03:18:13,045 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9098d643-0a44-4dd2-a29b-97cdb7a6f973 2018-08-27 03:18:13,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.70822095871s 2018-08-27 03:18:13,045 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9098d643-0a44-4dd2-a29b-97cdb7a6f973 2018-08-27 03:18:13,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 03:18:13,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:13,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45735dff-8167-485c-97ca-1f4e3e6dee75 x-compute-request-id: req-45735dff-8167-485c-97ca-1f4e3e6dee75 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_d0b913f6-1e9f-4463-a79a-04403229eb5e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "175d5687-4d21-44ca-b0e6-ba2eda838f91"}]} 2018-08-27 03:18:13,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-45735dff-8167-485c-97ca-1f4e3e6dee75 2018-08-27 03:18:13,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0267720222473s 2018-08-27 03:18:13,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-45735dff-8167-485c-97ca-1f4e3e6dee75 2018-08-27 03:18:13,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 03:18:13,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"server": {"name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "imageRef": "51559ffa-6958-4622-895b-8ddc28eb659c", "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "flavorRef": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "max_count": 1, "min_count": 1, "networks": [{"uuid": "20711cc0-3279-49b8-b318-b96d1f326f68"}], "security_groups": [{"name": "ebde2e7f-28a2-4a69-96e2-d7017df3f689"}]}}' 2018-08-27 03:18:17,807 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 03:18:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b6a2f245-6233-48e8-b21e-fbf804587f15 x-compute-request-id: req-b6a2f245-6233-48e8-b21e-fbf804587f15 Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ebde2e7f-28a2-4a69-96e2-d7017df3f689"}], "OS-DCF:diskConfig": "MANUAL", "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "adminPass": "LHhjQG5iQLR3"}} 2018-08-27 03:18:17,807 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-b6a2f245-6233-48e8-b21e-fbf804587f15 2018-08-27 03:18:17,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.73129987717s 2018-08-27 03:18:17,808 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-b6a2f245-6233-48e8-b21e-fbf804587f15 2018-08-27 03:18:17,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:17,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:18,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eccdcb7d-6887-4e17-b25e-ac3aa934a675 x-compute-request-id: req-eccdcb7d-6887-4e17-b25e-ac3aa934a675 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:18,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eccdcb7d-6887-4e17-b25e-ac3aa934a675 2018-08-27 03:18:18,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.570719003677s 2018-08-27 03:18:18,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eccdcb7d-6887-4e17-b25e-ac3aa934a675 2018-08-27 03:18:18,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 03:18:18,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:18,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-5ec84eaf-9c95-41dd-91bd-466b5b5904a9 Date: Mon, 27 Aug 2018 03:18:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5c65a65-7333-4caf-ba12-b8875562c4d8"],"updated_at":"2018-08-27T03:17:49Z","tenant_id":"242eabce7faf4bd5876dab2e38c24e6c","created_at":"2018-08-27T03:17:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"242eabce7faf4bd5876dab2e38c24e6c","id":"20711cc0-3279-49b8-b318-b96d1f326f68","name":"shaker-net_d0b913f6-1e9f-4463-a79a-04403229eb5e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 03:18:18,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-5ec84eaf-9c95-41dd-91bd-466b5b5904a9 2018-08-27 03:18:18,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0894379615784s 2018-08-27 03:18:18,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-5ec84eaf-9c95-41dd-91bd-466b5b5904a9 2018-08-27 03:18:18,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 03:18:18,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:18,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-9c05ad05-d5b5-49da-b59d-8b375793fbbc Date: Mon, 27 Aug 2018 03:18:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20711cc0-3279-49b8-b318-b96d1f326f68","tenant_id":"242eabce7faf4bd5876dab2e38c24e6c","created_at":"2018-08-27T03:17:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T03:17:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"242eabce7faf4bd5876dab2e38c24e6c","id":"b5c65a65-7333-4caf-ba12-b8875562c4d8","subnetpool_id":null,"name":"shaker-subnet_d0b913f6-1e9f-4463-a79a-04403229eb5e"}]} 2018-08-27 03:18:18,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-9c05ad05-d5b5-49da-b59d-8b375793fbbc 2018-08-27 03:18:18,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.318598985672s 2018-08-27 03:18:18,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-9c05ad05-d5b5-49da-b59d-8b375793fbbc 2018-08-27 03:18:18,797 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:20,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:20,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:22,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f25ee17-2628-46dd-aa51-72d32a23162c x-compute-request-id: req-9f25ee17-2628-46dd-aa51-72d32a23162c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:22,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9f25ee17-2628-46dd-aa51-72d32a23162c 2018-08-27 03:18:22,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40486383438s 2018-08-27 03:18:22,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9f25ee17-2628-46dd-aa51-72d32a23162c 2018-08-27 03:18:22,210 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:24,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:24,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:25,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc42a0c7-f2d2-4326-b219-ac233fd1f7df x-compute-request-id: req-bc42a0c7-f2d2-4326-b219-ac233fd1f7df Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:25,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bc42a0c7-f2d2-4326-b219-ac233fd1f7df 2018-08-27 03:18:25,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.994668960571s 2018-08-27 03:18:25,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bc42a0c7-f2d2-4326-b219-ac233fd1f7df 2018-08-27 03:18:25,212 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:27,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:27,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:28,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb15a12b-7f2e-4e20-8f89-f0e9d0bf2f07 x-compute-request-id: req-eb15a12b-7f2e-4e20-8f89-f0e9d0bf2f07 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:28,115 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eb15a12b-7f2e-4e20-8f89-f0e9d0bf2f07 2018-08-27 03:18:28,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.900734186172s 2018-08-27 03:18:28,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eb15a12b-7f2e-4e20-8f89-f0e9d0bf2f07 2018-08-27 03:18:28,119 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:30,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:30,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:31,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11715773-0ba7-468c-8199-387b73d6fd28 x-compute-request-id: req-11715773-0ba7-468c-8199-387b73d6fd28 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:31,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-11715773-0ba7-468c-8199-387b73d6fd28 2018-08-27 03:18:31,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.949059009552s 2018-08-27 03:18:31,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-11715773-0ba7-468c-8199-387b73d6fd28 2018-08-27 03:18:31,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:33,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:33,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:33,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ede5365a-3e35-49c9-b15f-31f61132ddd5 x-compute-request-id: req-ede5365a-3e35-49c9-b15f-31f61132ddd5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:33,701 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ede5365a-3e35-49c9-b15f-31f61132ddd5 2018-08-27 03:18:33,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622750043869s 2018-08-27 03:18:33,702 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ede5365a-3e35-49c9-b15f-31f61132ddd5 2018-08-27 03:18:33,706 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:35,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:35,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:36,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd18ef72-2eb3-43cd-9ba8-c793b2b2001e x-compute-request-id: req-cd18ef72-2eb3-43cd-9ba8-c793b2b2001e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:36,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cd18ef72-2eb3-43cd-9ba8-c793b2b2001e 2018-08-27 03:18:36,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.986516952515s 2018-08-27 03:18:36,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cd18ef72-2eb3-43cd-9ba8-c793b2b2001e 2018-08-27 03:18:36,699 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:38,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:38,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:39,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-844a58e5-4f68-49d0-8eab-92f0088246df x-compute-request-id: req-844a58e5-4f68-49d0-8eab-92f0088246df Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:39,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-844a58e5-4f68-49d0-8eab-92f0088246df 2018-08-27 03:18:39,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721729040146s 2018-08-27 03:18:39,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-844a58e5-4f68-49d0-8eab-92f0088246df 2018-08-27 03:18:39,428 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:41,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:41,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:42,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee5c3144-69eb-4f7c-b232-929e077150f1 x-compute-request-id: req-ee5c3144-69eb-4f7c-b232-929e077150f1 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:42,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ee5c3144-69eb-4f7c-b232-929e077150f1 2018-08-27 03:18:42,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.581370830536s 2018-08-27 03:18:42,012 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ee5c3144-69eb-4f7c-b232-929e077150f1 2018-08-27 03:18:42,016 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:44,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:44,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:44,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89ffe2e8-f27f-4a29-840e-6ee50389be76 x-compute-request-id: req-89ffe2e8-f27f-4a29-840e-6ee50389be76 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:44,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-89ffe2e8-f27f-4a29-840e-6ee50389be76 2018-08-27 03:18:44,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.812693119049s 2018-08-27 03:18:44,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-89ffe2e8-f27f-4a29-840e-6ee50389be76 2018-08-27 03:18:44,835 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:46,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:46,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:47,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11bf8c7a-9e25-4299-91a9-0c0221f1ab69 x-compute-request-id: req-11bf8c7a-9e25-4299-91a9-0c0221f1ab69 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:47,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-11bf8c7a-9e25-4299-91a9-0c0221f1ab69 2018-08-27 03:18:47,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657280921936s 2018-08-27 03:18:47,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-11bf8c7a-9e25-4299-91a9-0c0221f1ab69 2018-08-27 03:18:47,499 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:49,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:49,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:50,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b85c17a-baf8-4eb6-8411-b3c0de5fc1bd x-compute-request-id: req-2b85c17a-baf8-4eb6-8411-b3c0de5fc1bd Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:50,504 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2b85c17a-baf8-4eb6-8411-b3c0de5fc1bd 2018-08-27 03:18:50,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00209712982s 2018-08-27 03:18:50,504 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2b85c17a-baf8-4eb6-8411-b3c0de5fc1bd 2018-08-27 03:18:50,508 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:52,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:52,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:53,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28f2b4ef-053c-493e-abd8-d94751c224e9 x-compute-request-id: req-28f2b4ef-053c-493e-abd8-d94751c224e9 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:53,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-28f2b4ef-053c-493e-abd8-d94751c224e9 2018-08-27 03:18:53,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.995493888855s 2018-08-27 03:18:53,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-28f2b4ef-053c-493e-abd8-d94751c224e9 2018-08-27 03:18:53,509 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:55,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:55,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:56,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-166f41cc-e477-4806-8c6c-29829fc7e129 x-compute-request-id: req-166f41cc-e477-4806-8c6c-29829fc7e129 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:56,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-166f41cc-e477-4806-8c6c-29829fc7e129 2018-08-27 03:18:56,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.978249073029s 2018-08-27 03:18:56,490 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-166f41cc-e477-4806-8c6c-29829fc7e129 2018-08-27 03:18:56,494 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:18:58,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:18:58,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:18:59,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:18:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71fbe0c2-a85f-4d51-a2f8-28b900620364 x-compute-request-id: req-71fbe0c2-a85f-4d51-a2f8-28b900620364 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:18:59,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-71fbe0c2-a85f-4d51-a2f8-28b900620364 2018-08-27 03:18:59,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.929410934448s 2018-08-27 03:18:59,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-71fbe0c2-a85f-4d51-a2f8-28b900620364 2018-08-27 03:18:59,430 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:01,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:01,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:02,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0aac78bf-486b-406f-b33a-aed0bbe38427 x-compute-request-id: req-0aac78bf-486b-406f-b33a-aed0bbe38427 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:02,115 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0aac78bf-486b-406f-b33a-aed0bbe38427 2018-08-27 03:19:02,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.682541131973s 2018-08-27 03:19:02,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0aac78bf-486b-406f-b33a-aed0bbe38427 2018-08-27 03:19:02,119 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:04,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:04,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:05,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14f9b4f8-4e2c-4184-9d1a-e7f81415046e x-compute-request-id: req-14f9b4f8-4e2c-4184-9d1a-e7f81415046e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:05,146 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-14f9b4f8-4e2c-4184-9d1a-e7f81415046e 2018-08-27 03:19:05,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02415800095s 2018-08-27 03:19:05,147 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-14f9b4f8-4e2c-4184-9d1a-e7f81415046e 2018-08-27 03:19:05,151 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:07,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:07,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:08,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74af49b6-353e-475c-8f21-f3bbb84ef9f7 x-compute-request-id: req-74af49b6-353e-475c-8f21-f3bbb84ef9f7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:08,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-74af49b6-353e-475c-8f21-f3bbb84ef9f7 2018-08-27 03:19:08,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.994086027145s 2018-08-27 03:19:08,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-74af49b6-353e-475c-8f21-f3bbb84ef9f7 2018-08-27 03:19:08,152 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:10,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:10,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:11,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-385a02d8-2087-4291-a1ca-0d8ec8bcf0b5 x-compute-request-id: req-385a02d8-2087-4291-a1ca-0d8ec8bcf0b5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:11,088 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-385a02d8-2087-4291-a1ca-0d8ec8bcf0b5 2018-08-27 03:19:11,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.933626890182s 2018-08-27 03:19:11,088 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-385a02d8-2087-4291-a1ca-0d8ec8bcf0b5 2018-08-27 03:19:11,092 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:13,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:13,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:13,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ea91937-8969-4cef-bcc3-05a0d7d4031a x-compute-request-id: req-4ea91937-8969-4cef-bcc3-05a0d7d4031a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:13,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4ea91937-8969-4cef-bcc3-05a0d7d4031a 2018-08-27 03:19:13,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714198112488s 2018-08-27 03:19:13,809 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4ea91937-8969-4cef-bcc3-05a0d7d4031a 2018-08-27 03:19:13,813 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:15,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:15,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:16,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97dc9c61-1421-461d-90aa-489e10c5644b x-compute-request-id: req-97dc9c61-1421-461d-90aa-489e10c5644b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:16,740 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-97dc9c61-1421-461d-90aa-489e10c5644b 2018-08-27 03:19:16,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.924579143524s 2018-08-27 03:19:16,740 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-97dc9c61-1421-461d-90aa-489e10c5644b 2018-08-27 03:19:16,744 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:18,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:18,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:19,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdbd0b23-10d4-41fa-9451-eda613b674cb x-compute-request-id: req-bdbd0b23-10d4-41fa-9451-eda613b674cb Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:19,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bdbd0b23-10d4-41fa-9451-eda613b674cb 2018-08-27 03:19:19,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.850201129913s 2018-08-27 03:19:19,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bdbd0b23-10d4-41fa-9451-eda613b674cb 2018-08-27 03:19:19,601 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:21,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:21,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:22,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ba022ac-6f40-4f9f-adaa-4bee039946a5 x-compute-request-id: req-8ba022ac-6f40-4f9f-adaa-4bee039946a5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:22,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8ba022ac-6f40-4f9f-adaa-4bee039946a5 2018-08-27 03:19:22,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717350006104s 2018-08-27 03:19:22,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8ba022ac-6f40-4f9f-adaa-4bee039946a5 2018-08-27 03:19:22,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:24,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:24,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:24,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b60722a4-e12b-4a1c-8dc7-28e4b2f11455 x-compute-request-id: req-b60722a4-e12b-4a1c-8dc7-28e4b2f11455 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:24,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b60722a4-e12b-4a1c-8dc7-28e4b2f11455 2018-08-27 03:19:24,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44544506073s 2018-08-27 03:19:24,773 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b60722a4-e12b-4a1c-8dc7-28e4b2f11455 2018-08-27 03:19:24,777 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:26,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:26,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:27,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0bfba9a7-ce8a-4006-8cff-8f239bb43434 x-compute-request-id: req-0bfba9a7-ce8a-4006-8cff-8f239bb43434 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:27,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0bfba9a7-ce8a-4006-8cff-8f239bb43434 2018-08-27 03:19:27,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629755020142s 2018-08-27 03:19:27,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0bfba9a7-ce8a-4006-8cff-8f239bb43434 2018-08-27 03:19:27,413 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:29,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:29,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:30,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09dd46fd-2dfb-4908-8cad-4609e504db0f x-compute-request-id: req-09dd46fd-2dfb-4908-8cad-4609e504db0f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:30,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-09dd46fd-2dfb-4908-8cad-4609e504db0f 2018-08-27 03:19:30,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.96021604538s 2018-08-27 03:19:30,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-09dd46fd-2dfb-4908-8cad-4609e504db0f 2018-08-27 03:19:30,381 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:32,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:32,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:33,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-575831c7-16d7-471f-8414-6f2a737482ef x-compute-request-id: req-575831c7-16d7-471f-8414-6f2a737482ef Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:33,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-575831c7-16d7-471f-8414-6f2a737482ef 2018-08-27 03:19:33,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.72851395607s 2018-08-27 03:19:33,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-575831c7-16d7-471f-8414-6f2a737482ef 2018-08-27 03:19:33,117 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:35,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:35,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:35,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80ebca11-29e8-462a-8e14-b5fed95b6179 x-compute-request-id: req-80ebca11-29e8-462a-8e14-b5fed95b6179 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:35,858 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-80ebca11-29e8-462a-8e14-b5fed95b6179 2018-08-27 03:19:35,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.738596916199s 2018-08-27 03:19:35,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-80ebca11-29e8-462a-8e14-b5fed95b6179 2018-08-27 03:19:35,863 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:37,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:37,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:38,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-298d41e4-bce0-4a92-9dcb-d8d4b9e6a8c1 x-compute-request-id: req-298d41e4-bce0-4a92-9dcb-d8d4b9e6a8c1 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:38,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-298d41e4-bce0-4a92-9dcb-d8d4b9e6a8c1 2018-08-27 03:19:38,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09140896797s 2018-08-27 03:19:38,957 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-298d41e4-bce0-4a92-9dcb-d8d4b9e6a8c1 2018-08-27 03:19:38,960 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:40,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:40,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:41,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52b55983-44af-4faa-a82e-78b20c385140 x-compute-request-id: req-52b55983-44af-4faa-a82e-78b20c385140 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:41,989 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-52b55983-44af-4faa-a82e-78b20c385140 2018-08-27 03:19:41,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02547001839s 2018-08-27 03:19:41,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-52b55983-44af-4faa-a82e-78b20c385140 2018-08-27 03:19:41,993 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:43,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:43,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:44,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3be4e4e8-fea8-45f9-89c3-3d1b6966d0e4 x-compute-request-id: req-3be4e4e8-fea8-45f9-89c3-3d1b6966d0e4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:44,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3be4e4e8-fea8-45f9-89c3-3d1b6966d0e4 2018-08-27 03:19:44,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.642838001251s 2018-08-27 03:19:44,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3be4e4e8-fea8-45f9-89c3-3d1b6966d0e4 2018-08-27 03:19:44,643 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:46,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:46,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:47,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b12a25a8-f1ef-434c-89c7-0d3a76afbbe4 x-compute-request-id: req-b12a25a8-f1ef-434c-89c7-0d3a76afbbe4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:47,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b12a25a8-f1ef-434c-89c7-0d3a76afbbe4 2018-08-27 03:19:47,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632578134537s 2018-08-27 03:19:47,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b12a25a8-f1ef-434c-89c7-0d3a76afbbe4 2018-08-27 03:19:47,282 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:49,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:49,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:50,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b3312b1-af7b-487c-a668-68cd4ba750a1 x-compute-request-id: req-9b3312b1-af7b-487c-a668-68cd4ba750a1 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:50,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9b3312b1-af7b-487c-a668-68cd4ba750a1 2018-08-27 03:19:50,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724869966507s 2018-08-27 03:19:50,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9b3312b1-af7b-487c-a668-68cd4ba750a1 2018-08-27 03:19:50,014 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:52,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:52,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:53,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f41a8081-4956-414b-bdf1-73d26c9213b3 x-compute-request-id: req-f41a8081-4956-414b-bdf1-73d26c9213b3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:53,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f41a8081-4956-414b-bdf1-73d26c9213b3 2018-08-27 03:19:53,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0913579464s 2018-08-27 03:19:53,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f41a8081-4956-414b-bdf1-73d26c9213b3 2018-08-27 03:19:53,112 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:55,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:55,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:55,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d916f181-6dc2-4590-ab27-6877ac1371c1 x-compute-request-id: req-d916f181-6dc2-4590-ab27-6877ac1371c1 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:55,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d916f181-6dc2-4590-ab27-6877ac1371c1 2018-08-27 03:19:55,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633280038834s 2018-08-27 03:19:55,748 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d916f181-6dc2-4590-ab27-6877ac1371c1 2018-08-27 03:19:55,752 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:19:57,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:19:57,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:19:58,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:19:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ac35b65-6fb8-485a-b6fc-90e0a220e6f5 x-compute-request-id: req-3ac35b65-6fb8-485a-b6fc-90e0a220e6f5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:19:58,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3ac35b65-6fb8-485a-b6fc-90e0a220e6f5 2018-08-27 03:19:58,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742407083511s 2018-08-27 03:19:58,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3ac35b65-6fb8-485a-b6fc-90e0a220e6f5 2018-08-27 03:19:58,501 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:00,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:00,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:01,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c1337d5-3206-4347-b2c8-122cc9363c2f x-compute-request-id: req-6c1337d5-3206-4347-b2c8-122cc9363c2f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:01,267 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6c1337d5-3206-4347-b2c8-122cc9363c2f 2018-08-27 03:20:01,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.763743162155s 2018-08-27 03:20:01,268 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6c1337d5-3206-4347-b2c8-122cc9363c2f 2018-08-27 03:20:01,271 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:03,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:03,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:03,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29aa8850-b2f9-4bc7-bcf9-c49c8651d957 x-compute-request-id: req-29aa8850-b2f9-4bc7-bcf9-c49c8651d957 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:03,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-29aa8850-b2f9-4bc7-bcf9-c49c8651d957 2018-08-27 03:20:03,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.705616950989s 2018-08-27 03:20:03,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-29aa8850-b2f9-4bc7-bcf9-c49c8651d957 2018-08-27 03:20:03,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:05,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:05,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:06,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be6e2d40-b930-46ba-ba0a-2fcf543e6e0a x-compute-request-id: req-be6e2d40-b930-46ba-ba0a-2fcf543e6e0a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:06,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-be6e2d40-b930-46ba-ba0a-2fcf543e6e0a 2018-08-27 03:20:06,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651182889938s 2018-08-27 03:20:06,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-be6e2d40-b930-46ba-ba0a-2fcf543e6e0a 2018-08-27 03:20:06,642 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:08,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:08,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:09,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9094e925-8967-4f84-b1f8-9152febb54e4 x-compute-request-id: req-9094e925-8967-4f84-b1f8-9152febb54e4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:09,348 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9094e925-8967-4f84-b1f8-9152febb54e4 2018-08-27 03:20:09,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703700065613s 2018-08-27 03:20:09,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9094e925-8967-4f84-b1f8-9152febb54e4 2018-08-27 03:20:09,353 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:11,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:11,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:12,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-093b464b-7a93-4af6-80cf-baf63eb9261c x-compute-request-id: req-093b464b-7a93-4af6-80cf-baf63eb9261c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:12,066 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-093b464b-7a93-4af6-80cf-baf63eb9261c 2018-08-27 03:20:12,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710965156555s 2018-08-27 03:20:12,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-093b464b-7a93-4af6-80cf-baf63eb9261c 2018-08-27 03:20:12,071 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:14,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:14,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:14,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79283f34-176e-4987-a860-0244573220dd x-compute-request-id: req-79283f34-176e-4987-a860-0244573220dd Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:14,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-79283f34-176e-4987-a860-0244573220dd 2018-08-27 03:20:14,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720955848694s 2018-08-27 03:20:14,795 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-79283f34-176e-4987-a860-0244573220dd 2018-08-27 03:20:14,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:16,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:16,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:17,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a8f8a45-494f-43a9-8808-9902bae9c9f4 x-compute-request-id: req-2a8f8a45-494f-43a9-8808-9902bae9c9f4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:17,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2a8f8a45-494f-43a9-8808-9902bae9c9f4 2018-08-27 03:20:17,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.466836929321s 2018-08-27 03:20:17,268 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2a8f8a45-494f-43a9-8808-9902bae9c9f4 2018-08-27 03:20:17,272 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:19,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:19,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:20,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faff41a8-a058-4dba-88cc-d886c68e0200 x-compute-request-id: req-faff41a8-a058-4dba-88cc-d886c68e0200 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:20,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-faff41a8-a058-4dba-88cc-d886c68e0200 2018-08-27 03:20:20,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16827893257s 2018-08-27 03:20:20,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-faff41a8-a058-4dba-88cc-d886c68e0200 2018-08-27 03:20:20,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:22,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:22,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:23,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a02f0da7-4986-4bf2-a4de-0f021e99771b x-compute-request-id: req-a02f0da7-4986-4bf2-a4de-0f021e99771b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:23,144 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a02f0da7-4986-4bf2-a4de-0f021e99771b 2018-08-27 03:20:23,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693730115891s 2018-08-27 03:20:23,144 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a02f0da7-4986-4bf2-a4de-0f021e99771b 2018-08-27 03:20:23,148 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:25,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:25,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:25,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1eee91c4-72b1-4730-aaee-34cff48cf05a x-compute-request-id: req-1eee91c4-72b1-4730-aaee-34cff48cf05a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:25,721 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1eee91c4-72b1-4730-aaee-34cff48cf05a 2018-08-27 03:20:25,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.570571899414s 2018-08-27 03:20:25,722 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1eee91c4-72b1-4730-aaee-34cff48cf05a 2018-08-27 03:20:25,723 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:27,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:27,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:28,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81e5b71c-0add-4a62-990f-3754a3e05684 x-compute-request-id: req-81e5b71c-0add-4a62-990f-3754a3e05684 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:28,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-81e5b71c-0add-4a62-990f-3754a3e05684 2018-08-27 03:20:28,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.642634153366s 2018-08-27 03:20:28,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-81e5b71c-0add-4a62-990f-3754a3e05684 2018-08-27 03:20:28,373 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:30,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:30,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:31,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-633bcc01-e353-4bdb-bee6-72b5e6820932 x-compute-request-id: req-633bcc01-e353-4bdb-bee6-72b5e6820932 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:31,089 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-633bcc01-e353-4bdb-bee6-72b5e6820932 2018-08-27 03:20:31,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713314771652s 2018-08-27 03:20:31,089 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-633bcc01-e353-4bdb-bee6-72b5e6820932 2018-08-27 03:20:31,093 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:33,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:33,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:33,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1072e8f7-af4f-46cf-811a-b88ecf064181 x-compute-request-id: req-1072e8f7-af4f-46cf-811a-b88ecf064181 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:33,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1072e8f7-af4f-46cf-811a-b88ecf064181 2018-08-27 03:20:33,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.705434083939s 2018-08-27 03:20:33,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1072e8f7-af4f-46cf-811a-b88ecf064181 2018-08-27 03:20:33,805 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:35,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:35,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:36,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-807a8430-7bdf-4071-aef0-0228014ac91b x-compute-request-id: req-807a8430-7bdf-4071-aef0-0228014ac91b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:36,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-807a8430-7bdf-4071-aef0-0228014ac91b 2018-08-27 03:20:36,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641173124313s 2018-08-27 03:20:36,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-807a8430-7bdf-4071-aef0-0228014ac91b 2018-08-27 03:20:36,453 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:38,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:38,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:39,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a05da90d-b9e9-454a-a8b7-160fa81face6 x-compute-request-id: req-a05da90d-b9e9-454a-a8b7-160fa81face6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:39,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a05da90d-b9e9-454a-a8b7-160fa81face6 2018-08-27 03:20:39,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711497068405s 2018-08-27 03:20:39,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a05da90d-b9e9-454a-a8b7-160fa81face6 2018-08-27 03:20:39,171 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:41,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:41,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:41,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e99e2d31-cdba-4270-a0a0-07b7cbede40c x-compute-request-id: req-e99e2d31-cdba-4270-a0a0-07b7cbede40c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:41,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e99e2d31-cdba-4270-a0a0-07b7cbede40c 2018-08-27 03:20:41,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.751133918762s 2018-08-27 03:20:41,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e99e2d31-cdba-4270-a0a0-07b7cbede40c 2018-08-27 03:20:41,929 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:43,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:43,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:44,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bbc128f-a5b2-4ad4-86ec-efe751a20d97 x-compute-request-id: req-5bbc128f-a5b2-4ad4-86ec-efe751a20d97 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:44,359 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5bbc128f-a5b2-4ad4-86ec-efe751a20d97 2018-08-27 03:20:44,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427878141403s 2018-08-27 03:20:44,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5bbc128f-a5b2-4ad4-86ec-efe751a20d97 2018-08-27 03:20:44,364 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:46,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:46,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:47,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df53f9a3-7dde-47ca-8508-97d8d6264783 x-compute-request-id: req-df53f9a3-7dde-47ca-8508-97d8d6264783 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:47,226 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-df53f9a3-7dde-47ca-8508-97d8d6264783 2018-08-27 03:20:47,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.859978914261s 2018-08-27 03:20:47,227 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-df53f9a3-7dde-47ca-8508-97d8d6264783 2018-08-27 03:20:47,230 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:49,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:49,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:49,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23d3fadb-3fcc-47ed-9d8a-904789cbc318 x-compute-request-id: req-23d3fadb-3fcc-47ed-9d8a-904789cbc318 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:49,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-23d3fadb-3fcc-47ed-9d8a-904789cbc318 2018-08-27 03:20:49,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.705711126328s 2018-08-27 03:20:49,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-23d3fadb-3fcc-47ed-9d8a-904789cbc318 2018-08-27 03:20:49,943 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:51,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:51,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:52,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca9b1407-8552-4598-af06-da1510c8a44a x-compute-request-id: req-ca9b1407-8552-4598-af06-da1510c8a44a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:52,680 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ca9b1407-8552-4598-af06-da1510c8a44a 2018-08-27 03:20:52,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.73494887352s 2018-08-27 03:20:52,681 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ca9b1407-8552-4598-af06-da1510c8a44a 2018-08-27 03:20:52,684 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:54,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:54,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:55,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fb9784a-992b-41de-a816-3fc195177a4c x-compute-request-id: req-1fb9784a-992b-41de-a816-3fc195177a4c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:55,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1fb9784a-992b-41de-a816-3fc195177a4c 2018-08-27 03:20:55,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.770846128464s 2018-08-27 03:20:55,457 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1fb9784a-992b-41de-a816-3fc195177a4c 2018-08-27 03:20:55,460 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:20:57,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:20:57,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:20:58,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:20:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdbd7e79-1a44-4cf3-9cf4-cb9a2f84e03f x-compute-request-id: req-bdbd7e79-1a44-4cf3-9cf4-cb9a2f84e03f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:20:58,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bdbd7e79-1a44-4cf3-9cf4-cb9a2f84e03f 2018-08-27 03:20:58,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731313943863s 2018-08-27 03:20:58,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bdbd7e79-1a44-4cf3-9cf4-cb9a2f84e03f 2018-08-27 03:20:58,197 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:00,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:00,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:00,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d453e2a1-951a-46dd-9b7e-66488d02819d x-compute-request-id: req-d453e2a1-951a-46dd-9b7e-66488d02819d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:00,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d453e2a1-951a-46dd-9b7e-66488d02819d 2018-08-27 03:21:00,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456989049911s 2018-08-27 03:21:00,657 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d453e2a1-951a-46dd-9b7e-66488d02819d 2018-08-27 03:21:00,661 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:02,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:02,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:03,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86c7b3a7-2665-41c2-8dca-d7d8e2225135 x-compute-request-id: req-86c7b3a7-2665-41c2-8dca-d7d8e2225135 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:03,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-86c7b3a7-2665-41c2-8dca-d7d8e2225135 2018-08-27 03:21:03,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715520143509s 2018-08-27 03:21:03,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-86c7b3a7-2665-41c2-8dca-d7d8e2225135 2018-08-27 03:21:03,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:05,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:05,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:06,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-467a7944-f91e-4ee2-864b-2209b163152f x-compute-request-id: req-467a7944-f91e-4ee2-864b-2209b163152f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:06,118 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-467a7944-f91e-4ee2-864b-2209b163152f 2018-08-27 03:21:06,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731804132462s 2018-08-27 03:21:06,119 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-467a7944-f91e-4ee2-864b-2209b163152f 2018-08-27 03:21:06,123 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:08,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:08,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:08,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fb77b58-ef6b-4c7c-b4a5-a24cc5505e5f x-compute-request-id: req-9fb77b58-ef6b-4c7c-b4a5-a24cc5505e5f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:08,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9fb77b58-ef6b-4c7c-b4a5-a24cc5505e5f 2018-08-27 03:21:08,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.734559059143s 2018-08-27 03:21:08,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9fb77b58-ef6b-4c7c-b4a5-a24cc5505e5f 2018-08-27 03:21:08,864 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:10,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:10,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:11,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfc46207-bb26-417c-9239-b72039f638b2 x-compute-request-id: req-cfc46207-bb26-417c-9239-b72039f638b2 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:11,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cfc46207-bb26-417c-9239-b72039f638b2 2018-08-27 03:21:11,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726263999939s 2018-08-27 03:21:11,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cfc46207-bb26-417c-9239-b72039f638b2 2018-08-27 03:21:11,598 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:13,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:13,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:14,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae3a3f91-1c0a-4e6f-8662-9e3df8a50a1c x-compute-request-id: req-ae3a3f91-1c0a-4e6f-8662-9e3df8a50a1c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:14,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ae3a3f91-1c0a-4e6f-8662-9e3df8a50a1c 2018-08-27 03:21:14,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714094161987s 2018-08-27 03:21:14,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ae3a3f91-1c0a-4e6f-8662-9e3df8a50a1c 2018-08-27 03:21:14,317 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:16,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:16,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:17,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d835a026-d220-495a-b066-4f1e1c039213 x-compute-request-id: req-d835a026-d220-495a-b066-4f1e1c039213 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:17,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d835a026-d220-495a-b066-4f1e1c039213 2018-08-27 03:21:17,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.756156921387s 2018-08-27 03:21:17,076 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d835a026-d220-495a-b066-4f1e1c039213 2018-08-27 03:21:17,080 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:19,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:19,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:19,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24218a38-bb00-49d3-85e2-44ca3cc7dd9f x-compute-request-id: req-24218a38-bb00-49d3-85e2-44ca3cc7dd9f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:19,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-24218a38-bb00-49d3-85e2-44ca3cc7dd9f 2018-08-27 03:21:19,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.767522096634s 2018-08-27 03:21:19,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-24218a38-bb00-49d3-85e2-44ca3cc7dd9f 2018-08-27 03:21:19,854 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:21,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:21,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:22,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a7987be-f67c-4e03-8bf0-9ce249b8b7b6 x-compute-request-id: req-8a7987be-f67c-4e03-8bf0-9ce249b8b7b6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:22,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8a7987be-f67c-4e03-8bf0-9ce249b8b7b6 2018-08-27 03:21:22,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.65328001976s 2018-08-27 03:21:22,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8a7987be-f67c-4e03-8bf0-9ce249b8b7b6 2018-08-27 03:21:22,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:24,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:24,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:25,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8590e8b2-2f66-46eb-9afa-2b76f565c30b x-compute-request-id: req-8590e8b2-2f66-46eb-9afa-2b76f565c30b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:25,166 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8590e8b2-2f66-46eb-9afa-2b76f565c30b 2018-08-27 03:21:25,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648736000061s 2018-08-27 03:21:25,166 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8590e8b2-2f66-46eb-9afa-2b76f565c30b 2018-08-27 03:21:25,170 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:27,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:27,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:27,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85cc5b36-6ab1-4d21-80dc-75a8f465ad2f x-compute-request-id: req-85cc5b36-6ab1-4d21-80dc-75a8f465ad2f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:27,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-85cc5b36-6ab1-4d21-80dc-75a8f465ad2f 2018-08-27 03:21:27,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.729650974274s 2018-08-27 03:21:27,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-85cc5b36-6ab1-4d21-80dc-75a8f465ad2f 2018-08-27 03:21:27,906 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:29,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:29,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:30,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c0475a1-36d5-4ef1-be4c-56d1e50b7e6a x-compute-request-id: req-4c0475a1-36d5-4ef1-be4c-56d1e50b7e6a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:30,118 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4c0475a1-36d5-4ef1-be4c-56d1e50b7e6a 2018-08-27 03:21:30,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.208623886108s 2018-08-27 03:21:30,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4c0475a1-36d5-4ef1-be4c-56d1e50b7e6a 2018-08-27 03:21:30,122 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:32,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:32,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:32,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2188cad6-ebb3-470c-81d6-6702c1c00ba6 x-compute-request-id: req-2188cad6-ebb3-470c-81d6-6702c1c00ba6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T03:18:20Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:32,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2188cad6-ebb3-470c-81d6-6702c1c00ba6 2018-08-27 03:21:32,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.757514953613s 2018-08-27 03:21:32,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2188cad6-ebb3-470c-81d6-6702c1c00ba6 2018-08-27 03:21:32,886 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 03:21:34,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 03:21:34,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:35,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ec87045-4f20-4472-8de0-df4c76ffc900 x-compute-request-id: req-2ec87045-4f20-4472-8de0-df4c76ffc900 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_d0b913f6-1e9f-4463-a79a-04403229eb5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:1b:19", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T03:21:33.000000", "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T03:21:33Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 03:21:35,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2ec87045-4f20-4472-8de0-df4c76ffc900 2018-08-27 03:21:35,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.626877069473s 2018-08-27 03:21:35,516 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2ec87045-4f20-4472-8de0-df4c76ffc900 2018-08-27 03:21:35,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 03:21:35,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=03ef104e-d9dd-459b-8534-485f68ec94c9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:35,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-bd925ebe-9d66-4e3a-a892-fa86a0411250 Date: Mon, 27 Aug 2018 03:21:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"20711cc0-3279-49b8-b318-b96d1f326f68","tenant_id":"242eabce7faf4bd5876dab2e38c24e6c","created_at":"2018-08-27T03:18:20Z","admin_state_up":true,"updated_at":"2018-08-27T03:21:33Z","binding:vnic_type":"normal","device_id":"03ef104e-d9dd-459b-8534-485f68ec94c9","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:6e:1b:19","id":"7ee47734-b63d-4926-8ae1-37f7a8f1a337","port_security_enabled":true,"project_id":"242eabce7faf4bd5876dab2e38c24e6c","fixed_ips":[{"subnet_id":"b5c65a65-7333-4caf-ba12-b8875562c4d8","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["ebde2e7f-28a2-4a69-96e2-d7017df3f689"],"name":""}]} 2018-08-27 03:21:35,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=03ef104e-d9dd-459b-8534-485f68ec94c9 used request id req-bd925ebe-9d66-4e3a-a892-fa86a0411250 2018-08-27 03:21:35,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.063707113266s 2018-08-27 03:21:35,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=03ef104e-d9dd-459b-8534-485f68ec94c9 used request id req-bd925ebe-9d66-4e3a-a892-fa86a0411250 2018-08-27 03:21:35,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 03:21:35,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=7ee47734-b63d-4926-8ae1-37f7a8f1a337" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:35,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b5dcb8d9-6feb-4c14-a863-3365cfe4a396 Date: Mon, 27 Aug 2018 03:21:35 GMT RESP BODY: {"floatingips": []} 2018-08-27 03:21:35,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=7ee47734-b63d-4926-8ae1-37f7a8f1a337 used request id req-b5dcb8d9-6feb-4c14-a863-3365cfe4a396 2018-08-27 03:21:35,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0491900444031s 2018-08-27 03:21:35,639 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=7ee47734-b63d-4926-8ae1-37f7a8f1a337 used request id req-b5dcb8d9-6feb-4c14-a863-3365cfe4a396 2018-08-27 03:21:35,639 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_d0b913f6-1e9f-4463-a79a-04403229eb5e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6e:1b:19', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'51559ffa-6958-4622-895b-8ddc28eb659c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T03:21:33.000000', 'flavor': Munch({u'id': u'175d5687-4d21-44ca-b0e6-ba2eda838f91'}), 'az': u'nova', 'id': u'03ef104e-d9dd-459b-8534-485f68ec94c9', 'security_groups': [Munch({u'name': u'shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9532b08983bb4e94a33c923c2c5fef82', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'242eabce7faf4bd5876dab2e38c24e6c', 'name': 'shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T03:21:33.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T03:21:33Z', 'hostId': u'c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T03:21:33.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'242eabce7faf4bd5876dab2e38c24e6c', 'name': u'shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'adminPass': u'LHhjQG5iQLR3', 'tenant_id': u'242eabce7faf4bd5876dab2e38c24e6c', 'created_at': u'2018-08-27T03:18:17Z', 'created': u'2018-08-27T03:18:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 03:21:35,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 03:21:35,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:35,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-6d9a4077-13bd-48d6-8ec0-e2fc5dcc3e28 Date: Mon, 27 Aug 2018 03:21:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5c65a65-7333-4caf-ba12-b8875562c4d8"],"updated_at":"2018-08-27T03:17:49Z","tenant_id":"242eabce7faf4bd5876dab2e38c24e6c","created_at":"2018-08-27T03:17:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"242eabce7faf4bd5876dab2e38c24e6c","id":"20711cc0-3279-49b8-b318-b96d1f326f68","name":"shaker-net_d0b913f6-1e9f-4463-a79a-04403229eb5e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 03:21:35,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6d9a4077-13bd-48d6-8ec0-e2fc5dcc3e28 2018-08-27 03:21:35,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294018030167s 2018-08-27 03:21:35,937 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6d9a4077-13bd-48d6-8ec0-e2fc5dcc3e28 2018-08-27 03:21:35,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 03:21:35,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=03ef104e-d9dd-459b-8534-485f68ec94c9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:35,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-25728b8c-e214-4e1b-a04a-1205d8b8710e Date: Mon, 27 Aug 2018 03:21:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"20711cc0-3279-49b8-b318-b96d1f326f68","tenant_id":"242eabce7faf4bd5876dab2e38c24e6c","created_at":"2018-08-27T03:18:20Z","admin_state_up":true,"updated_at":"2018-08-27T03:21:33Z","binding:vnic_type":"normal","device_id":"03ef104e-d9dd-459b-8534-485f68ec94c9","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:6e:1b:19","id":"7ee47734-b63d-4926-8ae1-37f7a8f1a337","port_security_enabled":true,"project_id":"242eabce7faf4bd5876dab2e38c24e6c","fixed_ips":[{"subnet_id":"b5c65a65-7333-4caf-ba12-b8875562c4d8","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["ebde2e7f-28a2-4a69-96e2-d7017df3f689"],"name":""}]} 2018-08-27 03:21:35,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=03ef104e-d9dd-459b-8534-485f68ec94c9 used request id req-25728b8c-e214-4e1b-a04a-1205d8b8710e 2018-08-27 03:21:35,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.059100151062s 2018-08-27 03:21:35,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=03ef104e-d9dd-459b-8534-485f68ec94c9 used request id req-25728b8c-e214-4e1b-a04a-1205d8b8710e 2018-08-27 03:21:35,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 03:21:35,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"floatingip": {"floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.7", "port_id": "7ee47734-b63d-4926-8ae1-37f7a8f1a337"}}' 2018-08-27 03:21:37,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-eee6ed88-bfdb-46f1-9f68-40ab2f8bcafa Date: Mon, 27 Aug 2018 03:21:37 GMT RESP BODY: {"floatingip": {"router_id": "598b4b48-920e-41eb-ae41-14f60b54afb1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T03:21:36Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "7ee47734-b63d-4926-8ae1-37f7a8f1a337", "id": "12b86dab-a66c-45fe-b373-75676419e97a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:21:36Z", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}} 2018-08-27 03:21:37,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-eee6ed88-bfdb-46f1-9f68-40ab2f8bcafa 2018-08-27 03:21:37,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.9968328476s 2018-08-27 03:21:37,996 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-eee6ed88-bfdb-46f1-9f68-40ab2f8bcafa 2018-08-27 03:21:38,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 03:21:38,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" 2018-08-27 03:21:38,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-995c2a4f-b7b0-4f0d-892d-5671daa4f022 Date: Mon, 27 Aug 2018 03:21:38 GMT RESP BODY: {"floatingips": [{"router_id": "598b4b48-920e-41eb-ae41-14f60b54afb1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T03:21:36Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "7ee47734-b63d-4926-8ae1-37f7a8f1a337", "id": "12b86dab-a66c-45fe-b373-75676419e97a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:21:36Z", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}]} 2018-08-27 03:21:38,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-995c2a4f-b7b0-4f0d-892d-5671daa4f022 2018-08-27 03:21:38,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0674660205841s 2018-08-27 03:21:38,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-995c2a4f-b7b0-4f0d-892d-5671daa4f022 2018-08-27 03:21:38,076 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'598b4b48-920e-41eb-ae41-14f60b54afb1', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'242eabce7faf4bd5876dab2e38c24e6c', 'created_at': u'2018-08-27T03:21:36Z', 'attached': True, 'updated_at': u'2018-08-27T03:21:36Z', 'id': u'12b86dab-a66c-45fe-b373-75676419e97a', 'floating_network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'242eabce7faf4bd5876dab2e38c24e6c', 'name': 'shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'598b4b48-920e-41eb-ae41-14f60b54afb1', 'project_id': u'242eabce7faf4bd5876dab2e38c24e6c', 'port_id': u'7ee47734-b63d-4926-8ae1-37f7a8f1a337', 'port': u'7ee47734-b63d-4926-8ae1-37f7a8f1a337', 'network': u'ecff2169-f0a1-4e87-90bc-3c582067cb09'}) 2018-08-27 03:21:38,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 03:21:38,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 03:21:38,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-319a6e4d-1beb-4b85-a50b-9df04cf80295 x-compute-request-id: req-319a6e4d-1beb-4b85-a50b-9df04cf80295 Content-Encoding: gzip Content-Length: 9962 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 756899176 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181517] pid_max: default: 32768 minimum: 301\n[ 0.182783] ACPI: Core revision 20150930\n[ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186360] Security Framework initialized\n[ 0.187507] Yama: becoming mindful.\n[ 0.188539] AppArmor: AppArmor initialized\n[ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196969] Initializing cgroup subsys io\n[ 0.198139] Initializing cgroup subsys memory\n[ 0.199357] Initializing cgroup subsys devices\n[ 0.200583] Initializing cgroup subsys freezer\n[ 0.201821] Initializing cgroup subsys net_cls\n[ 0.203052] Initializing cgroup subsys perf_event\n[ 0.204335] Initializing cgroup subsys net_prio\n[ 0.205577] Initializing cgroup subsys hugetlb\n[ 0.206793] Initializing cgroup subsys pids\n[ 0.207988] CPU: Physical Processor ID: 0\n[ 0.209815] mce: CPU supports 10 MCE banks\n[ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213934] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.217237] Speculative Store Bypass: Vulnerable\n[ 0.234720] Freeing SMP alternatives memory: 32K\n[ 0.240900] ftrace: allocating 32237 entries in 126 pages\n[ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277910] smpboot: Max logical packages: 1\n[ 0.279342] x2apic enabled\n[ 0.280497] Switched APIC routing to physical x2apic.\n[ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289960] KVM setup paravirtual spinlock\n[ 0.291670] x86: Booted up 1 node, 1 CPUs\n[ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294764] devtmpfs: initialized\n[ 0.296762] evm: security.selinux\n[ 0.297733] evm: security.SMACK64\n[ 0.298697] evm: security.SMACK64EXEC\n[ 0.299738] evm: security.SMACK64TRANSMUTE\n[ 0.300875] evm: security.SMACK64MMAP\n[ 0.301928] evm: security.ima\n[ 0.302834] evm: security.capability\n[ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.308103] pinctrl core: initialized pinctrl subsystem\n[ 0.309596] RTC time: 3:21:34, date: 08/27/18\n[ 0.310925] NET: Registered protocol family 16\n[ 0.312268] cpuidle: using governor ladder\n[ 0.313421] cpuidle: using governor menu\n[ 0.314526] PCCT header not found.\n[ 0.315578] ACPI: bus type PCI registered\n[ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318415] PCI: Using configuration type 1 for base access\n[ 0.320675] ACPI: Added _OSI(Module Device)\n[ 0.321851] ACPI: Added _OSI(Processor Device)\n[ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324315] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326532] ACPI: Interpreter enabled\n[ 0.327585] ACPI: (supports S0 S5)\n[ 0.328568] ACPI: Using IOAPIC for interrupt routing\n[ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346984] acpiphp: Slot [3] registered\n[ 0.348114] acpiphp: Slot [4] registered\n[ 0.349246] acpiphp: Slot [5] registered\n[ 0.350365] acpiphp: Slot [6] registered\n[ 0.365574] acpiphp: Slot [7] registered\n[ 0.366699] acpiphp: Slot [8] registered\n[ 0.367826] acpiphp: Slot [9] registered\n[ 0.368948] acpiphp: Slot [10] registered\n[ 0.370092] acpiphp: Slot [11] registered\n[ 0.371232] acpiphp: Slot [12] registered\n[ 0.372379] acpiphp: Slot [13] registered\n[ 0.373516] acpiphp: Slot [14] registered\n[ 0.374655] acpiphp: Slot [15] registered\n[ 0.375799] acpiphp: Slot [16] registered\n[ 0.377100] acpiphp: Slot [17] registered\n[ 0.378255] acpiphp: Slot [18] registered\n[ 0.379399] acpiphp: Slot [19] registered\n[ 0.380539] acpiphp: Slot [20] registered\n[ 0.381679] acpiphp: Slot [21] registered\n[ 0.382808] acpiphp: Slot [22] registered\n[ 0.383953] acpiphp: Slot [23] registered\n[ 0.385104] acpiphp: Slot [24] registered\n[ 0.386242] acpiphp: Slot [25] registered\n[ 0.387378] acpiphp: Slot [26] registered\n[ 0.388522] acpiphp: Slot [27] registered\n[ 0.389671] acpiphp: Slot [28] registered\n[ 0.390809] acpiphp: Slot [29] registered\n[ 0.391953] acpiphp: Slot [30] registered\n[ 0.393108] acpiphp: Slot [31] registered\n[ 0.394247] PCI host bridge to bus 0000:00\n[ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459976] vgaarb: loaded\n[ 0.460841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462974] SCSI subsystem initialized\n[ 0.464651] ACPI: bus type USB registered\n[ 0.465848] usbcore: registered new interface driver usbfs\n[ 0.467302] usbcore: registered new interface driver hub\n[ 0.468717] usbcore: registered new device driver usb\n[ 0.470400] PCI: Using ACPI for IRQ routing\n[ 0.472406] NetLabel: Initializing\n[ 0.473434] NetLabel: domain hash size = 128\n[ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476014] NetLabel: unlabeled traffic allowed by default\n[ 0.477895] amd_nb: Cannot enumerate AMD northbridges\n[ 0.479338] clocksource: Switched to clocksource kvm-clock\n[ 0.490163] AppArmor: AppArmor Filesystem Enabled\n[ 0.491548] pnp: PnP ACPI init\n[ 0.492923] pnp: PnP ACPI: found 5 devices\n[ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502475] NET: Registered protocol family 2\n[ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512689] NET: Registered protocol family 1\n[ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549843] Unpacking initramfs...\n[ 1.046511] Freeing initrd memory: 37084K\n[ 1.048242] Scanning for low memory corruption every 60 seconds\n[ 1.050360] audit: initializing netlink subsys (disabled)\n[ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized\n[ 1.053893] Initialise system trusted keyring\n[ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.059879] zbud: loaded\n[ 1.061012] VFS: Disk quotas dquot_6.6.0\n[ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.066001] fuse init (API version 7.23)\n[ 1.067292] Key type big_key registered\n[ 1.068450] Allocating IMA MOK and blacklist keyrings.\n[ 1.070241] Key type asymmetric registered\n[ 1.071436] Asymmetric key parser 'x509' registered\n[ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.074932] io scheduler noop registered\n[ 1.076056] io scheduler deadline registered (default)\n[ 1.077473] io scheduler cfq registered\n[ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.084097] ACPI: Power Button [PWRF]\n[ 1.085361] GHES: HEST is not enabled!\n[ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.165136] Linux agpgart interface v0.103\n[ 1.168181] loop: module loaded\n[ 1.171911] vda: vda1\n[ 1.173673] scsi host0: ata_piix\n[ 1.174776] scsi host1: ata_piix\n[ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.179977] libphy: Fixed MDIO Bus: probed\n[ 1.181166] tun: Universal TUN/TAP device driver, 1.6\n[ 1.182523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.185405] PPP generic driver version 2.4.2\n[ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.188409] ehci-pci: EHCI PCI platform driver\n[ 1.189691] ehci-platform: EHCI generic platform driver\n[ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.192725] ohci-pci: OHCI PCI platform driver\n[ 1.193964] ohci-platform: OHCI generic platform driver\n[ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222102] usb usb1: Product: UHCI Host Controller\n[ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.225105] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.226478] hub 1-0:1.0: USB hub found\n[ 1.227569] hub 1-0:1.0: 2 ports detected\n[ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.234772] mousedev: PS/2 mouse device common for all mice\n[ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.239166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.244098] i2c /dev entries driver\n[ 1.245182] device-mapper: uevent: version 1.0.3\n[ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.250728] NET: Registered protocol family 10\n[ 1.252431] NET: Registered protocol family 17\n[ 1.253706] Key type dns_resolver registered\n[ 1.255204] registered taskstats version 1\n[ 1.256417] Loading compiled-in X.509 certificates\n[ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.261021] zswap: loaded using pool lzo/zbud\n[ 1.263989] Key type trusted registered\n[ 1.267083] Key type encrypted registered\n[ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.269871] ima: No TPM chip found, activating TPM-bypass!\n[ 1.271421] evm: HMAC attrs: 0x1\n[ 1.272874] Magic number: 14:180:362\n[ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095)\n[ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.278284] EDD information not available.\n[ 1.338207] Freeing unused kernel memory: 1512K\n[ 1.339620] Write protecting the kernel read-only data: 14336k\n[ 1.359255] Freeing unused kernel memory: 1692K\n[ 1.360929] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.469636] [drm] Initialized drm 1.1.0 20060810\n[ 1.472274] virtio_net virtio0 ens3: renamed from eth0\n[ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.503738] FDC 0 is a S82078B\n[ 1.513047] AVX2 version of gcm_enc/dec engaged.\n[ 1.514421] AES CTR mode by8 optimization enabled\n[ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708029] usb 1-1: Product: QEMU USB Tablet\n[ 1.709327] usb 1-1: Manufacturer: QEMU\n[ 1.710476] usb 1-1: SerialNumber: 42\n[ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.725877] usbcore: registered new interface driver usbhid\n[ 1.727788] usbhid: USB HID core driver\n[ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz\n[ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns\nBegin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1\n[ 2.110856] md: multipath personality registered for level -4\n[ 2.115108] md: raid0 personality registered for level 0\n[ 2.119827] md: raid1 personality registered for level 1\n[ 2.191324] raid6: sse2x1 gen() 11552 MB/s\n[ 2.259343] raid6: sse2x1 xor() 9042 MB/s\n[ 2.327338] raid6: sse2x2 gen() 14751 MB/s\n[ 2.395319] raid6: sse2x2 xor() 9911 MB/s\n[ 2.463319] raid6: sse2x4 gen() 16886 MB/s\n[ 2.531332] raid6: sse2x4 xor() 11436 MB/s\n[ 2.599320] raid6: avx2x1 gen() 22360 MB/s\n[ 2.667320] raid6: avx2x2 gen() 26636 MB/s\n[ 2.735320] raid6: avx2x4 gen() 29552 MB/s\n[ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s\n[ 2.742442] raid6: using avx2x2 recovery algorithm\n[ 2.750591] xor: automatically using best checksumming function:\n[ 2.791318] avx : 32627.000 MB/sec\n[ 2.794607] async_tx: api initialized (async)\n[ 2.808274] md: raid6 personality registered for level 6\n[ 2.810153] md: raid5 personality registered for level 5\n[ 2.812015] md: raid4 personality registered for level 4\n[ 2.820029] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 3.013986] systemd[1]: Detected virtualization kvm.\n[ 3.015785] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.020674] systemd[1]: Set hostname to .\n[ 3.024597] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.026744] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.165236] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.173089] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.176808] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.185299] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.189127] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.192671] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.199894] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.209061] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.232119] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.239161] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.251827] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268351] systemd[1]: Starting Nameserver information manager...\n[ 3.272933] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp)\n\n[ 3.292289] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.298172] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.314231] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.319420] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser)\n\n[ 3.338378] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.355431] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.362996] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.366965] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.374465] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.379793] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.391635] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.399428] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n"} 2018-08-27 03:21:38,178 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-319a6e4d-1beb-4b85-a50b-9df04cf80295 2018-08-27 03:21:38,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.101526021957s 2018-08-27 03:21:38,179 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-319a6e4d-1beb-4b85-a50b-9df04cf80295 2018-08-27 03:21:38,179 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 756899176 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181517] pid_max: default: 32768 minimum: 301 [ 0.182783] ACPI: Core revision 20150930 [ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186360] Security Framework initialized [ 0.187507] Yama: becoming mindful. [ 0.188539] AppArmor: AppArmor initialized [ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196969] Initializing cgroup subsys io [ 0.198139] Initializing cgroup subsys memory [ 0.199357] Initializing cgroup subsys devices [ 0.200583] Initializing cgroup subsys freezer [ 0.201821] Initializing cgroup subsys net_cls [ 0.203052] Initializing cgroup subsys perf_event [ 0.204335] Initializing cgroup subsys net_prio [ 0.205577] Initializing cgroup subsys hugetlb [ 0.206793] Initializing cgroup subsys pids [ 0.207988] CPU: Physical Processor ID: 0 [ 0.209815] mce: CPU supports 10 MCE banks [ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213934] Spectre V2 : Mitigation: Full generic retpoline [ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.217237] Speculative Store Bypass: Vulnerable [ 0.234720] Freeing SMP alternatives memory: 32K [ 0.240900] ftrace: allocating 32237 entries in 126 pages [ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277910] smpboot: Max logical packages: 1 [ 0.279342] x2apic enabled [ 0.280497] Switched APIC routing to physical x2apic. [ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289960] KVM setup paravirtual spinlock [ 0.291670] x86: Booted up 1 node, 1 CPUs [ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294764] devtmpfs: initialized [ 0.296762] evm: security.selinux [ 0.297733] evm: security.SMACK64 [ 0.298697] evm: security.SMACK64EXEC [ 0.299738] evm: security.SMACK64TRANSMUTE [ 0.300875] evm: security.SMACK64MMAP [ 0.301928] evm: security.ima [ 0.302834] evm: security.capability [ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.308103] pinctrl core: initialized pinctrl subsystem [ 0.309596] RTC time: 3:21:34, date: 08/27/18 [ 0.310925] NET: Registered protocol family 16 [ 0.312268] cpuidle: using governor ladder [ 0.313421] cpuidle: using governor menu [ 0.314526] PCCT header not found. [ 0.315578] ACPI: bus type PCI registered [ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318415] PCI: Using configuration type 1 for base access [ 0.320675] ACPI: Added _OSI(Module Device) [ 0.321851] ACPI: Added _OSI(Processor Device) [ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324315] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326532] ACPI: Interpreter enabled [ 0.327585] ACPI: (supports S0 S5) [ 0.328568] ACPI: Using IOAPIC for interrupt routing [ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346984] acpiphp: Slot [3] registered [ 0.348114] acpiphp: Slot [4] registered [ 0.349246] acpiphp: Slot [5] registered [ 0.350365] acpiphp: Slot [6] registered [ 0.365574] acpiphp: Slot [7] registered [ 0.366699] acpiphp: Slot [8] registered [ 0.367826] acpiphp: Slot [9] registered [ 0.368948] acpiphp: Slot [10] registered [ 0.370092] acpiphp: Slot [11] registered [ 0.371232] acpiphp: Slot [12] registered [ 0.372379] acpiphp: Slot [13] registered [ 0.373516] acpiphp: Slot [14] registered [ 0.374655] acpiphp: Slot [15] registered [ 0.375799] acpiphp: Slot [16] registered [ 0.377100] acpiphp: Slot [17] registered [ 0.378255] acpiphp: Slot [18] registered [ 0.379399] acpiphp: Slot [19] registered [ 0.380539] acpiphp: Slot [20] registered [ 0.381679] acpiphp: Slot [21] registered [ 0.382808] acpiphp: Slot [22] registered [ 0.383953] acpiphp: Slot [23] registered [ 0.385104] acpiphp: Slot [24] registered [ 0.386242] acpiphp: Slot [25] registered [ 0.387378] acpiphp: Slot [26] registered [ 0.388522] acpiphp: Slot [27] registered [ 0.389671] acpiphp: Slot [28] registered [ 0.390809] acpiphp: Slot [29] registered [ 0.391953] acpiphp: Slot [30] registered [ 0.393108] acpiphp: Slot [31] registered [ 0.394247] PCI host bridge to bus 0000:00 [ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459976] vgaarb: loaded [ 0.460841] vgaarb: bridge control possible 0000:00:02.0 [ 0.462974] SCSI subsystem initialized [ 0.464651] ACPI: bus type USB registered [ 0.465848] usbcore: registered new interface driver usbfs [ 0.467302] usbcore: registered new interface driver hub [ 0.468717] usbcore: registered new device driver usb [ 0.470400] PCI: Using ACPI for IRQ routing [ 0.472406] NetLabel: Initializing [ 0.473434] NetLabel: domain hash size = 128 [ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476014] NetLabel: unlabeled traffic allowed by default [ 0.477895] amd_nb: Cannot enumerate AMD northbridges [ 0.479338] clocksource: Switched to clocksource kvm-clock [ 0.490163] AppArmor: AppArmor Filesystem Enabled [ 0.491548] pnp: PnP ACPI init [ 0.492923] pnp: PnP ACPI: found 5 devices [ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502475] NET: Registered protocol family 2 [ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512689] NET: Registered protocol family 1 [ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549843] Unpacking initramfs... [ 1.046511] Freeing initrd memory: 37084K [ 1.048242] Scanning for low memory corruption every 60 seconds [ 1.050360] audit: initializing netlink subsys (disabled) [ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized [ 1.053893] Initialise system trusted keyring [ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.059879] zbud: loaded [ 1.061012] VFS: Disk quotas dquot_6.6.0 [ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.066001] fuse init (API version 7.23) [ 1.067292] Key type big_key registered [ 1.068450] Allocating IMA MOK and blacklist keyrings. [ 1.070241] Key type asymmetric registered [ 1.071436] Asymmetric key parser 'x509' registered [ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.074932] io scheduler noop registered [ 1.076056] io scheduler deadline registered (default) [ 1.077473] io scheduler cfq registered [ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.084097] ACPI: Power Button [PWRF] [ 1.085361] GHES: HEST is not enabled! [ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.165136] Linux agpgart interface v0.103 [ 1.168181] loop: module loaded [ 1.171911] vda: vda1 [ 1.173673] scsi host0: ata_piix [ 1.174776] scsi host1: ata_piix [ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.179977] libphy: Fixed MDIO Bus: probed [ 1.181166] tun: Universal TUN/TAP device driver, 1.6 [ 1.182523] tun: (C) 1999-2004 Max Krasnyansky [ 1.185405] PPP generic driver version 2.4.2 [ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.188409] ehci-pci: EHCI PCI platform driver [ 1.189691] ehci-platform: EHCI generic platform driver [ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.192725] ohci-pci: OHCI PCI platform driver [ 1.193964] ohci-platform: OHCI generic platform driver [ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver [ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222102] usb usb1: Product: UHCI Host Controller [ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.225105] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226478] hub 1-0:1.0: USB hub found [ 1.227569] hub 1-0:1.0: 2 ports detected [ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.234772] mousedev: PS/2 mouse device common for all mice [ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.239166] rtc_cmos 00:00: RTC can wake from S4 [ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.244098] i2c /dev entries driver [ 1.245182] device-mapper: uevent: version 1.0.3 [ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs [ 1.250728] NET: Registered protocol family 10 [ 1.252431] NET: Registered protocol family 17 [ 1.253706] Key type dns_resolver registered [ 1.255204] registered taskstats version 1 [ 1.256417] Loading compiled-in X.509 certificates [ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.261021] zswap: loaded using pool lzo/zbud [ 1.263989] Key type trusted registered [ 1.267083] Key type encrypted registered [ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled [ 1.269871] ima: No TPM chip found, activating TPM-bypass! [ 1.271421] evm: HMAC attrs: 0x1 [ 1.272874] Magic number: 14:180:362 [ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095) [ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.278284] EDD information not available. [ 1.338207] Freeing unused kernel memory: 1512K [ 1.339620] Write protecting the kernel read-only data: 14336k [ 1.359255] Freeing unused kernel memory: 1692K [ 1.360929] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.469636] [drm] Initialized drm 1.1.0 20060810 [ 1.472274] virtio_net virtio0 ens3: renamed from eth0 [ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.503738] FDC 0 is a S82078B [ 1.513047] AVX2 version of gcm_enc/dec engaged. [ 1.514421] AES CTR mode by8 optimization enabled [ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708029] usb 1-1: Product: QEMU USB Tablet [ 1.709327] usb 1-1: Manufacturer: QEMU [ 1.710476] usb 1-1: SerialNumber: 42 [ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina [ 1.725877] usbcore: registered new interface driver usbhid [ 1.727788] usbhid: USB HID core driver [ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz [ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns Begin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1 [ 2.110856] md: multipath personality registered for level -4 [ 2.115108] md: raid0 personality registered for level 0 [ 2.119827] md: raid1 personality registered for level 1 [ 2.191324] raid6: sse2x1 gen() 11552 MB/s [ 2.259343] raid6: sse2x1 xor() 9042 MB/s [ 2.327338] raid6: sse2x2 gen() 14751 MB/s [ 2.395319] raid6: sse2x2 xor() 9911 MB/s [ 2.463319] raid6: sse2x4 gen() 16886 MB/s [ 2.531332] raid6: sse2x4 xor() 11436 MB/s [ 2.599320] raid6: avx2x1 gen() 22360 MB/s [ 2.667320] raid6: avx2x2 gen() 26636 MB/s [ 2.735320] raid6: avx2x4 gen() 29552 MB/s [ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s [ 2.742442] raid6: using avx2x2 recovery algorithm [ 2.750591] xor: automatically using best checksumming function: [ 2.791318] avx : 32627.000 MB/sec [ 2.794607] async_tx: api initialized (async) [ 2.808274] md: raid6 personality registered for level 6 [ 2.810153] md: raid5 personality registered for level 5 [ 2.812015] md: raid4 personality registered for level 4 [ 2.820029] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 3.013986] systemd[1]: Detected virtualization kvm. [ 3.015785] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.020674] systemd[1]: Set hostname to . [ 3.024597] systemd[1]: Initializing machine ID from KVM UUID. [ 3.026744] systemd[1]: Installed transient /etc/machine-id file. [ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.165236] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.173089] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.176808] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.185299] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.189127] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.192671] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.199894] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.209061] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.232119] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.239161] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.251827] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268351] systemd[1]: Starting Nameserver information manager... [ 3.272933] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp) [ 3.292289] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.298172] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.314231] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.319420] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser) [ 3.338378] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.355431] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.362996] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.366965] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.374465] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.379793] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.391635] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.399428] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... 2018-08-27 03:21:39,182 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-27 03:21:48,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 03:21:48,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 03:21:48,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3c02bc4-2f3b-4277-a3c5-f3cabcf4b472 x-compute-request-id: req-a3c02bc4-2f3b-4277-a3c5-f3cabcf4b472 Content-Encoding: gzip Content-Length: 10501 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 756899176 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181517] pid_max: default: 32768 minimum: 301\n[ 0.182783] ACPI: Core revision 20150930\n[ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186360] Security Framework initialized\n[ 0.187507] Yama: becoming mindful.\n[ 0.188539] AppArmor: AppArmor initialized\n[ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196969] Initializing cgroup subsys io\n[ 0.198139] Initializing cgroup subsys memory\n[ 0.199357] Initializing cgroup subsys devices\n[ 0.200583] Initializing cgroup subsys freezer\n[ 0.201821] Initializing cgroup subsys net_cls\n[ 0.203052] Initializing cgroup subsys perf_event\n[ 0.204335] Initializing cgroup subsys net_prio\n[ 0.205577] Initializing cgroup subsys hugetlb\n[ 0.206793] Initializing cgroup subsys pids\n[ 0.207988] CPU: Physical Processor ID: 0\n[ 0.209815] mce: CPU supports 10 MCE banks\n[ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213934] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.217237] Speculative Store Bypass: Vulnerable\n[ 0.234720] Freeing SMP alternatives memory: 32K\n[ 0.240900] ftrace: allocating 32237 entries in 126 pages\n[ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277910] smpboot: Max logical packages: 1\n[ 0.279342] x2apic enabled\n[ 0.280497] Switched APIC routing to physical x2apic.\n[ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289960] KVM setup paravirtual spinlock\n[ 0.291670] x86: Booted up 1 node, 1 CPUs\n[ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294764] devtmpfs: initialized\n[ 0.296762] evm: security.selinux\n[ 0.297733] evm: security.SMACK64\n[ 0.298697] evm: security.SMACK64EXEC\n[ 0.299738] evm: security.SMACK64TRANSMUTE\n[ 0.300875] evm: security.SMACK64MMAP\n[ 0.301928] evm: security.ima\n[ 0.302834] evm: security.capability\n[ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.308103] pinctrl core: initialized pinctrl subsystem\n[ 0.309596] RTC time: 3:21:34, date: 08/27/18\n[ 0.310925] NET: Registered protocol family 16\n[ 0.312268] cpuidle: using governor ladder\n[ 0.313421] cpuidle: using governor menu\n[ 0.314526] PCCT header not found.\n[ 0.315578] ACPI: bus type PCI registered\n[ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318415] PCI: Using configuration type 1 for base access\n[ 0.320675] ACPI: Added _OSI(Module Device)\n[ 0.321851] ACPI: Added _OSI(Processor Device)\n[ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324315] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326532] ACPI: Interpreter enabled\n[ 0.327585] ACPI: (supports S0 S5)\n[ 0.328568] ACPI: Using IOAPIC for interrupt routing\n[ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346984] acpiphp: Slot [3] registered\n[ 0.348114] acpiphp: Slot [4] registered\n[ 0.349246] acpiphp: Slot [5] registered\n[ 0.350365] acpiphp: Slot [6] registered\n[ 0.365574] acpiphp: Slot [7] registered\n[ 0.366699] acpiphp: Slot [8] registered\n[ 0.367826] acpiphp: Slot [9] registered\n[ 0.368948] acpiphp: Slot [10] registered\n[ 0.370092] acpiphp: Slot [11] registered\n[ 0.371232] acpiphp: Slot [12] registered\n[ 0.372379] acpiphp: Slot [13] registered\n[ 0.373516] acpiphp: Slot [14] registered\n[ 0.374655] acpiphp: Slot [15] registered\n[ 0.375799] acpiphp: Slot [16] registered\n[ 0.377100] acpiphp: Slot [17] registered\n[ 0.378255] acpiphp: Slot [18] registered\n[ 0.379399] acpiphp: Slot [19] registered\n[ 0.380539] acpiphp: Slot [20] registered\n[ 0.381679] acpiphp: Slot [21] registered\n[ 0.382808] acpiphp: Slot [22] registered\n[ 0.383953] acpiphp: Slot [23] registered\n[ 0.385104] acpiphp: Slot [24] registered\n[ 0.386242] acpiphp: Slot [25] registered\n[ 0.387378] acpiphp: Slot [26] registered\n[ 0.388522] acpiphp: Slot [27] registered\n[ 0.389671] acpiphp: Slot [28] registered\n[ 0.390809] acpiphp: Slot [29] registered\n[ 0.391953] acpiphp: Slot [30] registered\n[ 0.393108] acpiphp: Slot [31] registered\n[ 0.394247] PCI host bridge to bus 0000:00\n[ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459976] vgaarb: loaded\n[ 0.460841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462974] SCSI subsystem initialized\n[ 0.464651] ACPI: bus type USB registered\n[ 0.465848] usbcore: registered new interface driver usbfs\n[ 0.467302] usbcore: registered new interface driver hub\n[ 0.468717] usbcore: registered new device driver usb\n[ 0.470400] PCI: Using ACPI for IRQ routing\n[ 0.472406] NetLabel: Initializing\n[ 0.473434] NetLabel: domain hash size = 128\n[ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476014] NetLabel: unlabeled traffic allowed by default\n[ 0.477895] amd_nb: Cannot enumerate AMD northbridges\n[ 0.479338] clocksource: Switched to clocksource kvm-clock\n[ 0.490163] AppArmor: AppArmor Filesystem Enabled\n[ 0.491548] pnp: PnP ACPI init\n[ 0.492923] pnp: PnP ACPI: found 5 devices\n[ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502475] NET: Registered protocol family 2\n[ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512689] NET: Registered protocol family 1\n[ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549843] Unpacking initramfs...\n[ 1.046511] Freeing initrd memory: 37084K\n[ 1.048242] Scanning for low memory corruption every 60 seconds\n[ 1.050360] audit: initializing netlink subsys (disabled)\n[ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized\n[ 1.053893] Initialise system trusted keyring\n[ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.059879] zbud: loaded\n[ 1.061012] VFS: Disk quotas dquot_6.6.0\n[ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.066001] fuse init (API version 7.23)\n[ 1.067292] Key type big_key registered\n[ 1.068450] Allocating IMA MOK and blacklist keyrings.\n[ 1.070241] Key type asymmetric registered\n[ 1.071436] Asymmetric key parser 'x509' registered\n[ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.074932] io scheduler noop registered\n[ 1.076056] io scheduler deadline registered (default)\n[ 1.077473] io scheduler cfq registered\n[ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.084097] ACPI: Power Button [PWRF]\n[ 1.085361] GHES: HEST is not enabled!\n[ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.165136] Linux agpgart interface v0.103\n[ 1.168181] loop: module loaded\n[ 1.171911] vda: vda1\n[ 1.173673] scsi host0: ata_piix\n[ 1.174776] scsi host1: ata_piix\n[ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.179977] libphy: Fixed MDIO Bus: probed\n[ 1.181166] tun: Universal TUN/TAP device driver, 1.6\n[ 1.182523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.185405] PPP generic driver version 2.4.2\n[ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.188409] ehci-pci: EHCI PCI platform driver\n[ 1.189691] ehci-platform: EHCI generic platform driver\n[ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.192725] ohci-pci: OHCI PCI platform driver\n[ 1.193964] ohci-platform: OHCI generic platform driver\n[ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222102] usb usb1: Product: UHCI Host Controller\n[ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.225105] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.226478] hub 1-0:1.0: USB hub found\n[ 1.227569] hub 1-0:1.0: 2 ports detected\n[ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.234772] mousedev: PS/2 mouse device common for all mice\n[ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.239166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.244098] i2c /dev entries driver\n[ 1.245182] device-mapper: uevent: version 1.0.3\n[ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.250728] NET: Registered protocol family 10\n[ 1.252431] NET: Registered protocol family 17\n[ 1.253706] Key type dns_resolver registered\n[ 1.255204] registered taskstats version 1\n[ 1.256417] Loading compiled-in X.509 certificates\n[ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.261021] zswap: loaded using pool lzo/zbud\n[ 1.263989] Key type trusted registered\n[ 1.267083] Key type encrypted registered\n[ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.269871] ima: No TPM chip found, activating TPM-bypass!\n[ 1.271421] evm: HMAC attrs: 0x1\n[ 1.272874] Magic number: 14:180:362\n[ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095)\n[ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.278284] EDD information not available.\n[ 1.338207] Freeing unused kernel memory: 1512K\n[ 1.339620] Write protecting the kernel read-only data: 14336k\n[ 1.359255] Freeing unused kernel memory: 1692K\n[ 1.360929] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.469636] [drm] Initialized drm 1.1.0 20060810\n[ 1.472274] virtio_net virtio0 ens3: renamed from eth0\n[ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.503738] FDC 0 is a S82078B\n[ 1.513047] AVX2 version of gcm_enc/dec engaged.\n[ 1.514421] AES CTR mode by8 optimization enabled\n[ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708029] usb 1-1: Product: QEMU USB Tablet\n[ 1.709327] usb 1-1: Manufacturer: QEMU\n[ 1.710476] usb 1-1: SerialNumber: 42\n[ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.725877] usbcore: registered new interface driver usbhid\n[ 1.727788] usbhid: USB HID core driver\n[ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz\n[ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns\nBegin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1\n[ 2.110856] md: multipath personality registered for level -4\n[ 2.115108] md: raid0 personality registered for level 0\n[ 2.119827] md: raid1 personality registered for level 1\n[ 2.191324] raid6: sse2x1 gen() 11552 MB/s\n[ 2.259343] raid6: sse2x1 xor() 9042 MB/s\n[ 2.327338] raid6: sse2x2 gen() 14751 MB/s\n[ 2.395319] raid6: sse2x2 xor() 9911 MB/s\n[ 2.463319] raid6: sse2x4 gen() 16886 MB/s\n[ 2.531332] raid6: sse2x4 xor() 11436 MB/s\n[ 2.599320] raid6: avx2x1 gen() 22360 MB/s\n[ 2.667320] raid6: avx2x2 gen() 26636 MB/s\n[ 2.735320] raid6: avx2x4 gen() 29552 MB/s\n[ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s\n[ 2.742442] raid6: using avx2x2 recovery algorithm\n[ 2.750591] xor: automatically using best checksumming function:\n[ 2.791318] avx : 32627.000 MB/sec\n[ 2.794607] async_tx: api initialized (async)\n[ 2.808274] md: raid6 personality registered for level 6\n[ 2.810153] md: raid5 personality registered for level 5\n[ 2.812015] md: raid4 personality registered for level 4\n[ 2.820029] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 3.013986] systemd[1]: Detected virtualization kvm.\n[ 3.015785] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.020674] systemd[1]: Set hostname to .\n[ 3.024597] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.026744] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.165236] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.173089] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.176808] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.185299] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.189127] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.192671] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.199894] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.209061] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.232119] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.239161] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.251827] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268351] systemd[1]: Starting Nameserver information manager...\n[ 3.272933] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp)\n\n[ 3.292289] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.298172] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.314231] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.319420] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser)\n\n[ 3.338378] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.355431] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.362996] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.366965] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.374465] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.379793] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.391635] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.399428] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[ 3.888291] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-27 03:21:48,262 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-a3c02bc4-2f3b-4277-a3c5-f3cabcf4b472 2018-08-27 03:21:48,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0704488754272s 2018-08-27 03:21:48,263 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-a3c02bc4-2f3b-4277-a3c5-f3cabcf4b472 2018-08-27 03:21:48,263 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 756899176 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181517] pid_max: default: 32768 minimum: 301 [ 0.182783] ACPI: Core revision 20150930 [ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186360] Security Framework initialized [ 0.187507] Yama: becoming mindful. [ 0.188539] AppArmor: AppArmor initialized [ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196969] Initializing cgroup subsys io [ 0.198139] Initializing cgroup subsys memory [ 0.199357] Initializing cgroup subsys devices [ 0.200583] Initializing cgroup subsys freezer [ 0.201821] Initializing cgroup subsys net_cls [ 0.203052] Initializing cgroup subsys perf_event [ 0.204335] Initializing cgroup subsys net_prio [ 0.205577] Initializing cgroup subsys hugetlb [ 0.206793] Initializing cgroup subsys pids [ 0.207988] CPU: Physical Processor ID: 0 [ 0.209815] mce: CPU supports 10 MCE banks [ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213934] Spectre V2 : Mitigation: Full generic retpoline [ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.217237] Speculative Store Bypass: Vulnerable [ 0.234720] Freeing SMP alternatives memory: 32K [ 0.240900] ftrace: allocating 32237 entries in 126 pages [ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277910] smpboot: Max logical packages: 1 [ 0.279342] x2apic enabled [ 0.280497] Switched APIC routing to physical x2apic. [ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289960] KVM setup paravirtual spinlock [ 0.291670] x86: Booted up 1 node, 1 CPUs [ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294764] devtmpfs: initialized [ 0.296762] evm: security.selinux [ 0.297733] evm: security.SMACK64 [ 0.298697] evm: security.SMACK64EXEC [ 0.299738] evm: security.SMACK64TRANSMUTE [ 0.300875] evm: security.SMACK64MMAP [ 0.301928] evm: security.ima [ 0.302834] evm: security.capability [ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.308103] pinctrl core: initialized pinctrl subsystem [ 0.309596] RTC time: 3:21:34, date: 08/27/18 [ 0.310925] NET: Registered protocol family 16 [ 0.312268] cpuidle: using governor ladder [ 0.313421] cpuidle: using governor menu [ 0.314526] PCCT header not found. [ 0.315578] ACPI: bus type PCI registered [ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318415] PCI: Using configuration type 1 for base access [ 0.320675] ACPI: Added _OSI(Module Device) [ 0.321851] ACPI: Added _OSI(Processor Device) [ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324315] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326532] ACPI: Interpreter enabled [ 0.327585] ACPI: (supports S0 S5) [ 0.328568] ACPI: Using IOAPIC for interrupt routing [ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346984] acpiphp: Slot [3] registered [ 0.348114] acpiphp: Slot [4] registered [ 0.349246] acpiphp: Slot [5] registered [ 0.350365] acpiphp: Slot [6] registered [ 0.365574] acpiphp: Slot [7] registered [ 0.366699] acpiphp: Slot [8] registered [ 0.367826] acpiphp: Slot [9] registered [ 0.368948] acpiphp: Slot [10] registered [ 0.370092] acpiphp: Slot [11] registered [ 0.371232] acpiphp: Slot [12] registered [ 0.372379] acpiphp: Slot [13] registered [ 0.373516] acpiphp: Slot [14] registered [ 0.374655] acpiphp: Slot [15] registered [ 0.375799] acpiphp: Slot [16] registered [ 0.377100] acpiphp: Slot [17] registered [ 0.378255] acpiphp: Slot [18] registered [ 0.379399] acpiphp: Slot [19] registered [ 0.380539] acpiphp: Slot [20] registered [ 0.381679] acpiphp: Slot [21] registered [ 0.382808] acpiphp: Slot [22] registered [ 0.383953] acpiphp: Slot [23] registered [ 0.385104] acpiphp: Slot [24] registered [ 0.386242] acpiphp: Slot [25] registered [ 0.387378] acpiphp: Slot [26] registered [ 0.388522] acpiphp: Slot [27] registered [ 0.389671] acpiphp: Slot [28] registered [ 0.390809] acpiphp: Slot [29] registered [ 0.391953] acpiphp: Slot [30] registered [ 0.393108] acpiphp: Slot [31] registered [ 0.394247] PCI host bridge to bus 0000:00 [ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459976] vgaarb: loaded [ 0.460841] vgaarb: bridge control possible 0000:00:02.0 [ 0.462974] SCSI subsystem initialized [ 0.464651] ACPI: bus type USB registered [ 0.465848] usbcore: registered new interface driver usbfs [ 0.467302] usbcore: registered new interface driver hub [ 0.468717] usbcore: registered new device driver usb [ 0.470400] PCI: Using ACPI for IRQ routing [ 0.472406] NetLabel: Initializing [ 0.473434] NetLabel: domain hash size = 128 [ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476014] NetLabel: unlabeled traffic allowed by default [ 0.477895] amd_nb: Cannot enumerate AMD northbridges [ 0.479338] clocksource: Switched to clocksource kvm-clock [ 0.490163] AppArmor: AppArmor Filesystem Enabled [ 0.491548] pnp: PnP ACPI init [ 0.492923] pnp: PnP ACPI: found 5 devices [ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502475] NET: Registered protocol family 2 [ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512689] NET: Registered protocol family 1 [ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549843] Unpacking initramfs... [ 1.046511] Freeing initrd memory: 37084K [ 1.048242] Scanning for low memory corruption every 60 seconds [ 1.050360] audit: initializing netlink subsys (disabled) [ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized [ 1.053893] Initialise system trusted keyring [ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.059879] zbud: loaded [ 1.061012] VFS: Disk quotas dquot_6.6.0 [ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.066001] fuse init (API version 7.23) [ 1.067292] Key type big_key registered [ 1.068450] Allocating IMA MOK and blacklist keyrings. [ 1.070241] Key type asymmetric registered [ 1.071436] Asymmetric key parser 'x509' registered [ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.074932] io scheduler noop registered [ 1.076056] io scheduler deadline registered (default) [ 1.077473] io scheduler cfq registered [ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.084097] ACPI: Power Button [PWRF] [ 1.085361] GHES: HEST is not enabled! [ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.165136] Linux agpgart interface v0.103 [ 1.168181] loop: module loaded [ 1.171911] vda: vda1 [ 1.173673] scsi host0: ata_piix [ 1.174776] scsi host1: ata_piix [ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.179977] libphy: Fixed MDIO Bus: probed [ 1.181166] tun: Universal TUN/TAP device driver, 1.6 [ 1.182523] tun: (C) 1999-2004 Max Krasnyansky [ 1.185405] PPP generic driver version 2.4.2 [ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.188409] ehci-pci: EHCI PCI platform driver [ 1.189691] ehci-platform: EHCI generic platform driver [ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.192725] ohci-pci: OHCI PCI platform driver [ 1.193964] ohci-platform: OHCI generic platform driver [ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver [ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222102] usb usb1: Product: UHCI Host Controller [ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.225105] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226478] hub 1-0:1.0: USB hub found [ 1.227569] hub 1-0:1.0: 2 ports detected [ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.234772] mousedev: PS/2 mouse device common for all mice [ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.239166] rtc_cmos 00:00: RTC can wake from S4 [ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.244098] i2c /dev entries driver [ 1.245182] device-mapper: uevent: version 1.0.3 [ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs [ 1.250728] NET: Registered protocol family 10 [ 1.252431] NET: Registered protocol family 17 [ 1.253706] Key type dns_resolver registered [ 1.255204] registered taskstats version 1 [ 1.256417] Loading compiled-in X.509 certificates [ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.261021] zswap: loaded using pool lzo/zbud [ 1.263989] Key type trusted registered [ 1.267083] Key type encrypted registered [ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled [ 1.269871] ima: No TPM chip found, activating TPM-bypass! [ 1.271421] evm: HMAC attrs: 0x1 [ 1.272874] Magic number: 14:180:362 [ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095) [ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.278284] EDD information not available. [ 1.338207] Freeing unused kernel memory: 1512K [ 1.339620] Write protecting the kernel read-only data: 14336k [ 1.359255] Freeing unused kernel memory: 1692K [ 1.360929] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.469636] [drm] Initialized drm 1.1.0 20060810 [ 1.472274] virtio_net virtio0 ens3: renamed from eth0 [ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.503738] FDC 0 is a S82078B [ 1.513047] AVX2 version of gcm_enc/dec engaged. [ 1.514421] AES CTR mode by8 optimization enabled [ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708029] usb 1-1: Product: QEMU USB Tablet [ 1.709327] usb 1-1: Manufacturer: QEMU [ 1.710476] usb 1-1: SerialNumber: 42 [ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina [ 1.725877] usbcore: registered new interface driver usbhid [ 1.727788] usbhid: USB HID core driver [ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz [ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns Begin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1 [ 2.110856] md: multipath personality registered for level -4 [ 2.115108] md: raid0 personality registered for level 0 [ 2.119827] md: raid1 personality registered for level 1 [ 2.191324] raid6: sse2x1 gen() 11552 MB/s [ 2.259343] raid6: sse2x1 xor() 9042 MB/s [ 2.327338] raid6: sse2x2 gen() 14751 MB/s [ 2.395319] raid6: sse2x2 xor() 9911 MB/s [ 2.463319] raid6: sse2x4 gen() 16886 MB/s [ 2.531332] raid6: sse2x4 xor() 11436 MB/s [ 2.599320] raid6: avx2x1 gen() 22360 MB/s [ 2.667320] raid6: avx2x2 gen() 26636 MB/s [ 2.735320] raid6: avx2x4 gen() 29552 MB/s [ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s [ 2.742442] raid6: using avx2x2 recovery algorithm [ 2.750591] xor: automatically using best checksumming function: [ 2.791318] avx : 32627.000 MB/sec [ 2.794607] async_tx: api initialized (async) [ 2.808274] md: raid6 personality registered for level 6 [ 2.810153] md: raid5 personality registered for level 5 [ 2.812015] md: raid4 personality registered for level 4 [ 2.820029] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 3.013986] systemd[1]: Detected virtualization kvm. [ 3.015785] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.020674] systemd[1]: Set hostname to . [ 3.024597] systemd[1]: Initializing machine ID from KVM UUID. [ 3.026744] systemd[1]: Installed transient /etc/machine-id file. [ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.165236] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.173089] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.176808] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.185299] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.189127] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.192671] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.199894] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.209061] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.232119] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.239161] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.251827] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268351] systemd[1]: Starting Nameserver information manager... [ 3.272933] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp) [ 3.292289] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.298172] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.314231] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.319420] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser) [ 3.338378] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.355431] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.362996] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.366965] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.374465] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.379793] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.391635] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.399428] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [ 3.888291] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-27 03:21:48,266 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-27 03:21:57,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 03:21:57,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 03:21:57,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:21:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-247beab3-3d47-4e71-9384-5c1de68bc889 x-compute-request-id: req-247beab3-3d47-4e71-9384-5c1de68bc889 Content-Encoding: gzip Content-Length: 10501 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 756899176 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181517] pid_max: default: 32768 minimum: 301\n[ 0.182783] ACPI: Core revision 20150930\n[ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186360] Security Framework initialized\n[ 0.187507] Yama: becoming mindful.\n[ 0.188539] AppArmor: AppArmor initialized\n[ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196969] Initializing cgroup subsys io\n[ 0.198139] Initializing cgroup subsys memory\n[ 0.199357] Initializing cgroup subsys devices\n[ 0.200583] Initializing cgroup subsys freezer\n[ 0.201821] Initializing cgroup subsys net_cls\n[ 0.203052] Initializing cgroup subsys perf_event\n[ 0.204335] Initializing cgroup subsys net_prio\n[ 0.205577] Initializing cgroup subsys hugetlb\n[ 0.206793] Initializing cgroup subsys pids\n[ 0.207988] CPU: Physical Processor ID: 0\n[ 0.209815] mce: CPU supports 10 MCE banks\n[ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213934] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.217237] Speculative Store Bypass: Vulnerable\n[ 0.234720] Freeing SMP alternatives memory: 32K\n[ 0.240900] ftrace: allocating 32237 entries in 126 pages\n[ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277910] smpboot: Max logical packages: 1\n[ 0.279342] x2apic enabled\n[ 0.280497] Switched APIC routing to physical x2apic.\n[ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289960] KVM setup paravirtual spinlock\n[ 0.291670] x86: Booted up 1 node, 1 CPUs\n[ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294764] devtmpfs: initialized\n[ 0.296762] evm: security.selinux\n[ 0.297733] evm: security.SMACK64\n[ 0.298697] evm: security.SMACK64EXEC\n[ 0.299738] evm: security.SMACK64TRANSMUTE\n[ 0.300875] evm: security.SMACK64MMAP\n[ 0.301928] evm: security.ima\n[ 0.302834] evm: security.capability\n[ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.308103] pinctrl core: initialized pinctrl subsystem\n[ 0.309596] RTC time: 3:21:34, date: 08/27/18\n[ 0.310925] NET: Registered protocol family 16\n[ 0.312268] cpuidle: using governor ladder\n[ 0.313421] cpuidle: using governor menu\n[ 0.314526] PCCT header not found.\n[ 0.315578] ACPI: bus type PCI registered\n[ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318415] PCI: Using configuration type 1 for base access\n[ 0.320675] ACPI: Added _OSI(Module Device)\n[ 0.321851] ACPI: Added _OSI(Processor Device)\n[ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324315] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326532] ACPI: Interpreter enabled\n[ 0.327585] ACPI: (supports S0 S5)\n[ 0.328568] ACPI: Using IOAPIC for interrupt routing\n[ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346984] acpiphp: Slot [3] registered\n[ 0.348114] acpiphp: Slot [4] registered\n[ 0.349246] acpiphp: Slot [5] registered\n[ 0.350365] acpiphp: Slot [6] registered\n[ 0.365574] acpiphp: Slot [7] registered\n[ 0.366699] acpiphp: Slot [8] registered\n[ 0.367826] acpiphp: Slot [9] registered\n[ 0.368948] acpiphp: Slot [10] registered\n[ 0.370092] acpiphp: Slot [11] registered\n[ 0.371232] acpiphp: Slot [12] registered\n[ 0.372379] acpiphp: Slot [13] registered\n[ 0.373516] acpiphp: Slot [14] registered\n[ 0.374655] acpiphp: Slot [15] registered\n[ 0.375799] acpiphp: Slot [16] registered\n[ 0.377100] acpiphp: Slot [17] registered\n[ 0.378255] acpiphp: Slot [18] registered\n[ 0.379399] acpiphp: Slot [19] registered\n[ 0.380539] acpiphp: Slot [20] registered\n[ 0.381679] acpiphp: Slot [21] registered\n[ 0.382808] acpiphp: Slot [22] registered\n[ 0.383953] acpiphp: Slot [23] registered\n[ 0.385104] acpiphp: Slot [24] registered\n[ 0.386242] acpiphp: Slot [25] registered\n[ 0.387378] acpiphp: Slot [26] registered\n[ 0.388522] acpiphp: Slot [27] registered\n[ 0.389671] acpiphp: Slot [28] registered\n[ 0.390809] acpiphp: Slot [29] registered\n[ 0.391953] acpiphp: Slot [30] registered\n[ 0.393108] acpiphp: Slot [31] registered\n[ 0.394247] PCI host bridge to bus 0000:00\n[ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459976] vgaarb: loaded\n[ 0.460841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462974] SCSI subsystem initialized\n[ 0.464651] ACPI: bus type USB registered\n[ 0.465848] usbcore: registered new interface driver usbfs\n[ 0.467302] usbcore: registered new interface driver hub\n[ 0.468717] usbcore: registered new device driver usb\n[ 0.470400] PCI: Using ACPI for IRQ routing\n[ 0.472406] NetLabel: Initializing\n[ 0.473434] NetLabel: domain hash size = 128\n[ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476014] NetLabel: unlabeled traffic allowed by default\n[ 0.477895] amd_nb: Cannot enumerate AMD northbridges\n[ 0.479338] clocksource: Switched to clocksource kvm-clock\n[ 0.490163] AppArmor: AppArmor Filesystem Enabled\n[ 0.491548] pnp: PnP ACPI init\n[ 0.492923] pnp: PnP ACPI: found 5 devices\n[ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502475] NET: Registered protocol family 2\n[ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512689] NET: Registered protocol family 1\n[ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549843] Unpacking initramfs...\n[ 1.046511] Freeing initrd memory: 37084K\n[ 1.048242] Scanning for low memory corruption every 60 seconds\n[ 1.050360] audit: initializing netlink subsys (disabled)\n[ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized\n[ 1.053893] Initialise system trusted keyring\n[ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.059879] zbud: loaded\n[ 1.061012] VFS: Disk quotas dquot_6.6.0\n[ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.066001] fuse init (API version 7.23)\n[ 1.067292] Key type big_key registered\n[ 1.068450] Allocating IMA MOK and blacklist keyrings.\n[ 1.070241] Key type asymmetric registered\n[ 1.071436] Asymmetric key parser 'x509' registered\n[ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.074932] io scheduler noop registered\n[ 1.076056] io scheduler deadline registered (default)\n[ 1.077473] io scheduler cfq registered\n[ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.084097] ACPI: Power Button [PWRF]\n[ 1.085361] GHES: HEST is not enabled!\n[ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.165136] Linux agpgart interface v0.103\n[ 1.168181] loop: module loaded\n[ 1.171911] vda: vda1\n[ 1.173673] scsi host0: ata_piix\n[ 1.174776] scsi host1: ata_piix\n[ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.179977] libphy: Fixed MDIO Bus: probed\n[ 1.181166] tun: Universal TUN/TAP device driver, 1.6\n[ 1.182523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.185405] PPP generic driver version 2.4.2\n[ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.188409] ehci-pci: EHCI PCI platform driver\n[ 1.189691] ehci-platform: EHCI generic platform driver\n[ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.192725] ohci-pci: OHCI PCI platform driver\n[ 1.193964] ohci-platform: OHCI generic platform driver\n[ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222102] usb usb1: Product: UHCI Host Controller\n[ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.225105] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.226478] hub 1-0:1.0: USB hub found\n[ 1.227569] hub 1-0:1.0: 2 ports detected\n[ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.234772] mousedev: PS/2 mouse device common for all mice\n[ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.239166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.244098] i2c /dev entries driver\n[ 1.245182] device-mapper: uevent: version 1.0.3\n[ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.250728] NET: Registered protocol family 10\n[ 1.252431] NET: Registered protocol family 17\n[ 1.253706] Key type dns_resolver registered\n[ 1.255204] registered taskstats version 1\n[ 1.256417] Loading compiled-in X.509 certificates\n[ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.261021] zswap: loaded using pool lzo/zbud\n[ 1.263989] Key type trusted registered\n[ 1.267083] Key type encrypted registered\n[ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.269871] ima: No TPM chip found, activating TPM-bypass!\n[ 1.271421] evm: HMAC attrs: 0x1\n[ 1.272874] Magic number: 14:180:362\n[ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095)\n[ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.278284] EDD information not available.\n[ 1.338207] Freeing unused kernel memory: 1512K\n[ 1.339620] Write protecting the kernel read-only data: 14336k\n[ 1.359255] Freeing unused kernel memory: 1692K\n[ 1.360929] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.469636] [drm] Initialized drm 1.1.0 20060810\n[ 1.472274] virtio_net virtio0 ens3: renamed from eth0\n[ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.503738] FDC 0 is a S82078B\n[ 1.513047] AVX2 version of gcm_enc/dec engaged.\n[ 1.514421] AES CTR mode by8 optimization enabled\n[ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708029] usb 1-1: Product: QEMU USB Tablet\n[ 1.709327] usb 1-1: Manufacturer: QEMU\n[ 1.710476] usb 1-1: SerialNumber: 42\n[ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.725877] usbcore: registered new interface driver usbhid\n[ 1.727788] usbhid: USB HID core driver\n[ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz\n[ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns\nBegin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1\n[ 2.110856] md: multipath personality registered for level -4\n[ 2.115108] md: raid0 personality registered for level 0\n[ 2.119827] md: raid1 personality registered for level 1\n[ 2.191324] raid6: sse2x1 gen() 11552 MB/s\n[ 2.259343] raid6: sse2x1 xor() 9042 MB/s\n[ 2.327338] raid6: sse2x2 gen() 14751 MB/s\n[ 2.395319] raid6: sse2x2 xor() 9911 MB/s\n[ 2.463319] raid6: sse2x4 gen() 16886 MB/s\n[ 2.531332] raid6: sse2x4 xor() 11436 MB/s\n[ 2.599320] raid6: avx2x1 gen() 22360 MB/s\n[ 2.667320] raid6: avx2x2 gen() 26636 MB/s\n[ 2.735320] raid6: avx2x4 gen() 29552 MB/s\n[ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s\n[ 2.742442] raid6: using avx2x2 recovery algorithm\n[ 2.750591] xor: automatically using best checksumming function:\n[ 2.791318] avx : 32627.000 MB/sec\n[ 2.794607] async_tx: api initialized (async)\n[ 2.808274] md: raid6 personality registered for level 6\n[ 2.810153] md: raid5 personality registered for level 5\n[ 2.812015] md: raid4 personality registered for level 4\n[ 2.820029] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 3.013986] systemd[1]: Detected virtualization kvm.\n[ 3.015785] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.020674] systemd[1]: Set hostname to .\n[ 3.024597] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.026744] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.165236] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.173089] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.176808] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.185299] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.189127] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.192671] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.199894] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.209061] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.232119] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.239161] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.251827] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268351] systemd[1]: Starting Nameserver information manager...\n[ 3.272933] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp)\n\n[ 3.292289] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.298172] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.314231] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.319420] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser)\n\n[ 3.338378] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.355431] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.362996] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.366965] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.374465] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.379793] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.391635] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.399428] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[ 3.888291] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-27 03:21:57,384 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-247beab3-3d47-4e71-9384-5c1de68bc889 2018-08-27 03:21:57,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.107637882233s 2018-08-27 03:21:57,385 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-247beab3-3d47-4e71-9384-5c1de68bc889 2018-08-27 03:21:57,385 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 756899176 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181517] pid_max: default: 32768 minimum: 301 [ 0.182783] ACPI: Core revision 20150930 [ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186360] Security Framework initialized [ 0.187507] Yama: becoming mindful. [ 0.188539] AppArmor: AppArmor initialized [ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196969] Initializing cgroup subsys io [ 0.198139] Initializing cgroup subsys memory [ 0.199357] Initializing cgroup subsys devices [ 0.200583] Initializing cgroup subsys freezer [ 0.201821] Initializing cgroup subsys net_cls [ 0.203052] Initializing cgroup subsys perf_event [ 0.204335] Initializing cgroup subsys net_prio [ 0.205577] Initializing cgroup subsys hugetlb [ 0.206793] Initializing cgroup subsys pids [ 0.207988] CPU: Physical Processor ID: 0 [ 0.209815] mce: CPU supports 10 MCE banks [ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213934] Spectre V2 : Mitigation: Full generic retpoline [ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.217237] Speculative Store Bypass: Vulnerable [ 0.234720] Freeing SMP alternatives memory: 32K [ 0.240900] ftrace: allocating 32237 entries in 126 pages [ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277910] smpboot: Max logical packages: 1 [ 0.279342] x2apic enabled [ 0.280497] Switched APIC routing to physical x2apic. [ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289960] KVM setup paravirtual spinlock [ 0.291670] x86: Booted up 1 node, 1 CPUs [ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294764] devtmpfs: initialized [ 0.296762] evm: security.selinux [ 0.297733] evm: security.SMACK64 [ 0.298697] evm: security.SMACK64EXEC [ 0.299738] evm: security.SMACK64TRANSMUTE [ 0.300875] evm: security.SMACK64MMAP [ 0.301928] evm: security.ima [ 0.302834] evm: security.capability [ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.308103] pinctrl core: initialized pinctrl subsystem [ 0.309596] RTC time: 3:21:34, date: 08/27/18 [ 0.310925] NET: Registered protocol family 16 [ 0.312268] cpuidle: using governor ladder [ 0.313421] cpuidle: using governor menu [ 0.314526] PCCT header not found. [ 0.315578] ACPI: bus type PCI registered [ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318415] PCI: Using configuration type 1 for base access [ 0.320675] ACPI: Added _OSI(Module Device) [ 0.321851] ACPI: Added _OSI(Processor Device) [ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324315] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326532] ACPI: Interpreter enabled [ 0.327585] ACPI: (supports S0 S5) [ 0.328568] ACPI: Using IOAPIC for interrupt routing [ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346984] acpiphp: Slot [3] registered [ 0.348114] acpiphp: Slot [4] registered [ 0.349246] acpiphp: Slot [5] registered [ 0.350365] acpiphp: Slot [6] registered [ 0.365574] acpiphp: Slot [7] registered [ 0.366699] acpiphp: Slot [8] registered [ 0.367826] acpiphp: Slot [9] registered [ 0.368948] acpiphp: Slot [10] registered [ 0.370092] acpiphp: Slot [11] registered [ 0.371232] acpiphp: Slot [12] registered [ 0.372379] acpiphp: Slot [13] registered [ 0.373516] acpiphp: Slot [14] registered [ 0.374655] acpiphp: Slot [15] registered [ 0.375799] acpiphp: Slot [16] registered [ 0.377100] acpiphp: Slot [17] registered [ 0.378255] acpiphp: Slot [18] registered [ 0.379399] acpiphp: Slot [19] registered [ 0.380539] acpiphp: Slot [20] registered [ 0.381679] acpiphp: Slot [21] registered [ 0.382808] acpiphp: Slot [22] registered [ 0.383953] acpiphp: Slot [23] registered [ 0.385104] acpiphp: Slot [24] registered [ 0.386242] acpiphp: Slot [25] registered [ 0.387378] acpiphp: Slot [26] registered [ 0.388522] acpiphp: Slot [27] registered [ 0.389671] acpiphp: Slot [28] registered [ 0.390809] acpiphp: Slot [29] registered [ 0.391953] acpiphp: Slot [30] registered [ 0.393108] acpiphp: Slot [31] registered [ 0.394247] PCI host bridge to bus 0000:00 [ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459976] vgaarb: loaded [ 0.460841] vgaarb: bridge control possible 0000:00:02.0 [ 0.462974] SCSI subsystem initialized [ 0.464651] ACPI: bus type USB registered [ 0.465848] usbcore: registered new interface driver usbfs [ 0.467302] usbcore: registered new interface driver hub [ 0.468717] usbcore: registered new device driver usb [ 0.470400] PCI: Using ACPI for IRQ routing [ 0.472406] NetLabel: Initializing [ 0.473434] NetLabel: domain hash size = 128 [ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476014] NetLabel: unlabeled traffic allowed by default [ 0.477895] amd_nb: Cannot enumerate AMD northbridges [ 0.479338] clocksource: Switched to clocksource kvm-clock [ 0.490163] AppArmor: AppArmor Filesystem Enabled [ 0.491548] pnp: PnP ACPI init [ 0.492923] pnp: PnP ACPI: found 5 devices [ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502475] NET: Registered protocol family 2 [ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512689] NET: Registered protocol family 1 [ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549843] Unpacking initramfs... [ 1.046511] Freeing initrd memory: 37084K [ 1.048242] Scanning for low memory corruption every 60 seconds [ 1.050360] audit: initializing netlink subsys (disabled) [ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized [ 1.053893] Initialise system trusted keyring [ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.059879] zbud: loaded [ 1.061012] VFS: Disk quotas dquot_6.6.0 [ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.066001] fuse init (API version 7.23) [ 1.067292] Key type big_key registered [ 1.068450] Allocating IMA MOK and blacklist keyrings. [ 1.070241] Key type asymmetric registered [ 1.071436] Asymmetric key parser 'x509' registered [ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.074932] io scheduler noop registered [ 1.076056] io scheduler deadline registered (default) [ 1.077473] io scheduler cfq registered [ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.084097] ACPI: Power Button [PWRF] [ 1.085361] GHES: HEST is not enabled! [ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.165136] Linux agpgart interface v0.103 [ 1.168181] loop: module loaded [ 1.171911] vda: vda1 [ 1.173673] scsi host0: ata_piix [ 1.174776] scsi host1: ata_piix [ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.179977] libphy: Fixed MDIO Bus: probed [ 1.181166] tun: Universal TUN/TAP device driver, 1.6 [ 1.182523] tun: (C) 1999-2004 Max Krasnyansky [ 1.185405] PPP generic driver version 2.4.2 [ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.188409] ehci-pci: EHCI PCI platform driver [ 1.189691] ehci-platform: EHCI generic platform driver [ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.192725] ohci-pci: OHCI PCI platform driver [ 1.193964] ohci-platform: OHCI generic platform driver [ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver [ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222102] usb usb1: Product: UHCI Host Controller [ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.225105] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226478] hub 1-0:1.0: USB hub found [ 1.227569] hub 1-0:1.0: 2 ports detected [ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.234772] mousedev: PS/2 mouse device common for all mice [ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.239166] rtc_cmos 00:00: RTC can wake from S4 [ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.244098] i2c /dev entries driver [ 1.245182] device-mapper: uevent: version 1.0.3 [ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs [ 1.250728] NET: Registered protocol family 10 [ 1.252431] NET: Registered protocol family 17 [ 1.253706] Key type dns_resolver registered [ 1.255204] registered taskstats version 1 [ 1.256417] Loading compiled-in X.509 certificates [ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.261021] zswap: loaded using pool lzo/zbud [ 1.263989] Key type trusted registered [ 1.267083] Key type encrypted registered [ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled [ 1.269871] ima: No TPM chip found, activating TPM-bypass! [ 1.271421] evm: HMAC attrs: 0x1 [ 1.272874] Magic number: 14:180:362 [ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095) [ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.278284] EDD information not available. [ 1.338207] Freeing unused kernel memory: 1512K [ 1.339620] Write protecting the kernel read-only data: 14336k [ 1.359255] Freeing unused kernel memory: 1692K [ 1.360929] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.469636] [drm] Initialized drm 1.1.0 20060810 [ 1.472274] virtio_net virtio0 ens3: renamed from eth0 [ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.503738] FDC 0 is a S82078B [ 1.513047] AVX2 version of gcm_enc/dec engaged. [ 1.514421] AES CTR mode by8 optimization enabled [ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708029] usb 1-1: Product: QEMU USB Tablet [ 1.709327] usb 1-1: Manufacturer: QEMU [ 1.710476] usb 1-1: SerialNumber: 42 [ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina [ 1.725877] usbcore: registered new interface driver usbhid [ 1.727788] usbhid: USB HID core driver [ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz [ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns Begin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1 [ 2.110856] md: multipath personality registered for level -4 [ 2.115108] md: raid0 personality registered for level 0 [ 2.119827] md: raid1 personality registered for level 1 [ 2.191324] raid6: sse2x1 gen() 11552 MB/s [ 2.259343] raid6: sse2x1 xor() 9042 MB/s [ 2.327338] raid6: sse2x2 gen() 14751 MB/s [ 2.395319] raid6: sse2x2 xor() 9911 MB/s [ 2.463319] raid6: sse2x4 gen() 16886 MB/s [ 2.531332] raid6: sse2x4 xor() 11436 MB/s [ 2.599320] raid6: avx2x1 gen() 22360 MB/s [ 2.667320] raid6: avx2x2 gen() 26636 MB/s [ 2.735320] raid6: avx2x4 gen() 29552 MB/s [ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s [ 2.742442] raid6: using avx2x2 recovery algorithm [ 2.750591] xor: automatically using best checksumming function: [ 2.791318] avx : 32627.000 MB/sec [ 2.794607] async_tx: api initialized (async) [ 2.808274] md: raid6 personality registered for level 6 [ 2.810153] md: raid5 personality registered for level 5 [ 2.812015] md: raid4 personality registered for level 4 [ 2.820029] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 3.013986] systemd[1]: Detected virtualization kvm. [ 3.015785] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.020674] systemd[1]: Set hostname to . [ 3.024597] systemd[1]: Initializing machine ID from KVM UUID. [ 3.026744] systemd[1]: Installed transient /etc/machine-id file. [ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.165236] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.173089] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.176808] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.185299] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.189127] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.192671] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.199894] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.209061] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.232119] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.239161] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.251827] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268351] systemd[1]: Starting Nameserver information manager... [ 3.272933] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp) [ 3.292289] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.298172] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.314231] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.319420] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser) [ 3.338378] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.355431] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.362996] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.366965] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.374465] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.379793] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.391635] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.399428] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [ 3.888291] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-27 03:21:57,387 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-27 03:22:06,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 03:22:06,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 03:22:06,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:22:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a01a1035-4645-46c2-b19f-37fe183ae505 x-compute-request-id: req-a01a1035-4645-46c2-b19f-37fe183ae505 Content-Encoding: gzip Content-Length: 10501 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 756899176 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181517] pid_max: default: 32768 minimum: 301\n[ 0.182783] ACPI: Core revision 20150930\n[ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186360] Security Framework initialized\n[ 0.187507] Yama: becoming mindful.\n[ 0.188539] AppArmor: AppArmor initialized\n[ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196969] Initializing cgroup subsys io\n[ 0.198139] Initializing cgroup subsys memory\n[ 0.199357] Initializing cgroup subsys devices\n[ 0.200583] Initializing cgroup subsys freezer\n[ 0.201821] Initializing cgroup subsys net_cls\n[ 0.203052] Initializing cgroup subsys perf_event\n[ 0.204335] Initializing cgroup subsys net_prio\n[ 0.205577] Initializing cgroup subsys hugetlb\n[ 0.206793] Initializing cgroup subsys pids\n[ 0.207988] CPU: Physical Processor ID: 0\n[ 0.209815] mce: CPU supports 10 MCE banks\n[ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213934] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.217237] Speculative Store Bypass: Vulnerable\n[ 0.234720] Freeing SMP alternatives memory: 32K\n[ 0.240900] ftrace: allocating 32237 entries in 126 pages\n[ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277910] smpboot: Max logical packages: 1\n[ 0.279342] x2apic enabled\n[ 0.280497] Switched APIC routing to physical x2apic.\n[ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289960] KVM setup paravirtual spinlock\n[ 0.291670] x86: Booted up 1 node, 1 CPUs\n[ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294764] devtmpfs: initialized\n[ 0.296762] evm: security.selinux\n[ 0.297733] evm: security.SMACK64\n[ 0.298697] evm: security.SMACK64EXEC\n[ 0.299738] evm: security.SMACK64TRANSMUTE\n[ 0.300875] evm: security.SMACK64MMAP\n[ 0.301928] evm: security.ima\n[ 0.302834] evm: security.capability\n[ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.308103] pinctrl core: initialized pinctrl subsystem\n[ 0.309596] RTC time: 3:21:34, date: 08/27/18\n[ 0.310925] NET: Registered protocol family 16\n[ 0.312268] cpuidle: using governor ladder\n[ 0.313421] cpuidle: using governor menu\n[ 0.314526] PCCT header not found.\n[ 0.315578] ACPI: bus type PCI registered\n[ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318415] PCI: Using configuration type 1 for base access\n[ 0.320675] ACPI: Added _OSI(Module Device)\n[ 0.321851] ACPI: Added _OSI(Processor Device)\n[ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324315] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326532] ACPI: Interpreter enabled\n[ 0.327585] ACPI: (supports S0 S5)\n[ 0.328568] ACPI: Using IOAPIC for interrupt routing\n[ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346984] acpiphp: Slot [3] registered\n[ 0.348114] acpiphp: Slot [4] registered\n[ 0.349246] acpiphp: Slot [5] registered\n[ 0.350365] acpiphp: Slot [6] registered\n[ 0.365574] acpiphp: Slot [7] registered\n[ 0.366699] acpiphp: Slot [8] registered\n[ 0.367826] acpiphp: Slot [9] registered\n[ 0.368948] acpiphp: Slot [10] registered\n[ 0.370092] acpiphp: Slot [11] registered\n[ 0.371232] acpiphp: Slot [12] registered\n[ 0.372379] acpiphp: Slot [13] registered\n[ 0.373516] acpiphp: Slot [14] registered\n[ 0.374655] acpiphp: Slot [15] registered\n[ 0.375799] acpiphp: Slot [16] registered\n[ 0.377100] acpiphp: Slot [17] registered\n[ 0.378255] acpiphp: Slot [18] registered\n[ 0.379399] acpiphp: Slot [19] registered\n[ 0.380539] acpiphp: Slot [20] registered\n[ 0.381679] acpiphp: Slot [21] registered\n[ 0.382808] acpiphp: Slot [22] registered\n[ 0.383953] acpiphp: Slot [23] registered\n[ 0.385104] acpiphp: Slot [24] registered\n[ 0.386242] acpiphp: Slot [25] registered\n[ 0.387378] acpiphp: Slot [26] registered\n[ 0.388522] acpiphp: Slot [27] registered\n[ 0.389671] acpiphp: Slot [28] registered\n[ 0.390809] acpiphp: Slot [29] registered\n[ 0.391953] acpiphp: Slot [30] registered\n[ 0.393108] acpiphp: Slot [31] registered\n[ 0.394247] PCI host bridge to bus 0000:00\n[ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459976] vgaarb: loaded\n[ 0.460841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462974] SCSI subsystem initialized\n[ 0.464651] ACPI: bus type USB registered\n[ 0.465848] usbcore: registered new interface driver usbfs\n[ 0.467302] usbcore: registered new interface driver hub\n[ 0.468717] usbcore: registered new device driver usb\n[ 0.470400] PCI: Using ACPI for IRQ routing\n[ 0.472406] NetLabel: Initializing\n[ 0.473434] NetLabel: domain hash size = 128\n[ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476014] NetLabel: unlabeled traffic allowed by default\n[ 0.477895] amd_nb: Cannot enumerate AMD northbridges\n[ 0.479338] clocksource: Switched to clocksource kvm-clock\n[ 0.490163] AppArmor: AppArmor Filesystem Enabled\n[ 0.491548] pnp: PnP ACPI init\n[ 0.492923] pnp: PnP ACPI: found 5 devices\n[ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502475] NET: Registered protocol family 2\n[ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512689] NET: Registered protocol family 1\n[ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549843] Unpacking initramfs...\n[ 1.046511] Freeing initrd memory: 37084K\n[ 1.048242] Scanning for low memory corruption every 60 seconds\n[ 1.050360] audit: initializing netlink subsys (disabled)\n[ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized\n[ 1.053893] Initialise system trusted keyring\n[ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.059879] zbud: loaded\n[ 1.061012] VFS: Disk quotas dquot_6.6.0\n[ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.066001] fuse init (API version 7.23)\n[ 1.067292] Key type big_key registered\n[ 1.068450] Allocating IMA MOK and blacklist keyrings.\n[ 1.070241] Key type asymmetric registered\n[ 1.071436] Asymmetric key parser 'x509' registered\n[ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.074932] io scheduler noop registered\n[ 1.076056] io scheduler deadline registered (default)\n[ 1.077473] io scheduler cfq registered\n[ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.084097] ACPI: Power Button [PWRF]\n[ 1.085361] GHES: HEST is not enabled!\n[ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.165136] Linux agpgart interface v0.103\n[ 1.168181] loop: module loaded\n[ 1.171911] vda: vda1\n[ 1.173673] scsi host0: ata_piix\n[ 1.174776] scsi host1: ata_piix\n[ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.179977] libphy: Fixed MDIO Bus: probed\n[ 1.181166] tun: Universal TUN/TAP device driver, 1.6\n[ 1.182523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.185405] PPP generic driver version 2.4.2\n[ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.188409] ehci-pci: EHCI PCI platform driver\n[ 1.189691] ehci-platform: EHCI generic platform driver\n[ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.192725] ohci-pci: OHCI PCI platform driver\n[ 1.193964] ohci-platform: OHCI generic platform driver\n[ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222102] usb usb1: Product: UHCI Host Controller\n[ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.225105] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.226478] hub 1-0:1.0: USB hub found\n[ 1.227569] hub 1-0:1.0: 2 ports detected\n[ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.234772] mousedev: PS/2 mouse device common for all mice\n[ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.239166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.244098] i2c /dev entries driver\n[ 1.245182] device-mapper: uevent: version 1.0.3\n[ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.250728] NET: Registered protocol family 10\n[ 1.252431] NET: Registered protocol family 17\n[ 1.253706] Key type dns_resolver registered\n[ 1.255204] registered taskstats version 1\n[ 1.256417] Loading compiled-in X.509 certificates\n[ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.261021] zswap: loaded using pool lzo/zbud\n[ 1.263989] Key type trusted registered\n[ 1.267083] Key type encrypted registered\n[ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.269871] ima: No TPM chip found, activating TPM-bypass!\n[ 1.271421] evm: HMAC attrs: 0x1\n[ 1.272874] Magic number: 14:180:362\n[ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095)\n[ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.278284] EDD information not available.\n[ 1.338207] Freeing unused kernel memory: 1512K\n[ 1.339620] Write protecting the kernel read-only data: 14336k\n[ 1.359255] Freeing unused kernel memory: 1692K\n[ 1.360929] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.469636] [drm] Initialized drm 1.1.0 20060810\n[ 1.472274] virtio_net virtio0 ens3: renamed from eth0\n[ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.503738] FDC 0 is a S82078B\n[ 1.513047] AVX2 version of gcm_enc/dec engaged.\n[ 1.514421] AES CTR mode by8 optimization enabled\n[ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708029] usb 1-1: Product: QEMU USB Tablet\n[ 1.709327] usb 1-1: Manufacturer: QEMU\n[ 1.710476] usb 1-1: SerialNumber: 42\n[ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.725877] usbcore: registered new interface driver usbhid\n[ 1.727788] usbhid: USB HID core driver\n[ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz\n[ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns\nBegin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1\n[ 2.110856] md: multipath personality registered for level -4\n[ 2.115108] md: raid0 personality registered for level 0\n[ 2.119827] md: raid1 personality registered for level 1\n[ 2.191324] raid6: sse2x1 gen() 11552 MB/s\n[ 2.259343] raid6: sse2x1 xor() 9042 MB/s\n[ 2.327338] raid6: sse2x2 gen() 14751 MB/s\n[ 2.395319] raid6: sse2x2 xor() 9911 MB/s\n[ 2.463319] raid6: sse2x4 gen() 16886 MB/s\n[ 2.531332] raid6: sse2x4 xor() 11436 MB/s\n[ 2.599320] raid6: avx2x1 gen() 22360 MB/s\n[ 2.667320] raid6: avx2x2 gen() 26636 MB/s\n[ 2.735320] raid6: avx2x4 gen() 29552 MB/s\n[ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s\n[ 2.742442] raid6: using avx2x2 recovery algorithm\n[ 2.750591] xor: automatically using best checksumming function:\n[ 2.791318] avx : 32627.000 MB/sec\n[ 2.794607] async_tx: api initialized (async)\n[ 2.808274] md: raid6 personality registered for level 6\n[ 2.810153] md: raid5 personality registered for level 5\n[ 2.812015] md: raid4 personality registered for level 4\n[ 2.820029] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 3.013986] systemd[1]: Detected virtualization kvm.\n[ 3.015785] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.020674] systemd[1]: Set hostname to .\n[ 3.024597] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.026744] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.165236] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.173089] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.176808] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.185299] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.189127] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.192671] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.199894] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.209061] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.232119] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.239161] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.251827] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268351] systemd[1]: Starting Nameserver information manager...\n[ 3.272933] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp)\n\n[ 3.292289] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.298172] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.314231] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.319420] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser)\n\n[ 3.338378] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.355431] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.362996] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.366965] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.374465] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.379793] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.391635] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.399428] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[ 3.888291] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-27 03:22:06,501 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-a01a1035-4645-46c2-b19f-37fe183ae505 2018-08-27 03:22:06,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.103770017624s 2018-08-27 03:22:06,502 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-a01a1035-4645-46c2-b19f-37fe183ae505 2018-08-27 03:22:06,503 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 756899176 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181517] pid_max: default: 32768 minimum: 301 [ 0.182783] ACPI: Core revision 20150930 [ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186360] Security Framework initialized [ 0.187507] Yama: becoming mindful. [ 0.188539] AppArmor: AppArmor initialized [ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196969] Initializing cgroup subsys io [ 0.198139] Initializing cgroup subsys memory [ 0.199357] Initializing cgroup subsys devices [ 0.200583] Initializing cgroup subsys freezer [ 0.201821] Initializing cgroup subsys net_cls [ 0.203052] Initializing cgroup subsys perf_event [ 0.204335] Initializing cgroup subsys net_prio [ 0.205577] Initializing cgroup subsys hugetlb [ 0.206793] Initializing cgroup subsys pids [ 0.207988] CPU: Physical Processor ID: 0 [ 0.209815] mce: CPU supports 10 MCE banks [ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213934] Spectre V2 : Mitigation: Full generic retpoline [ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.217237] Speculative Store Bypass: Vulnerable [ 0.234720] Freeing SMP alternatives memory: 32K [ 0.240900] ftrace: allocating 32237 entries in 126 pages [ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277910] smpboot: Max logical packages: 1 [ 0.279342] x2apic enabled [ 0.280497] Switched APIC routing to physical x2apic. [ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289960] KVM setup paravirtual spinlock [ 0.291670] x86: Booted up 1 node, 1 CPUs [ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294764] devtmpfs: initialized [ 0.296762] evm: security.selinux [ 0.297733] evm: security.SMACK64 [ 0.298697] evm: security.SMACK64EXEC [ 0.299738] evm: security.SMACK64TRANSMUTE [ 0.300875] evm: security.SMACK64MMAP [ 0.301928] evm: security.ima [ 0.302834] evm: security.capability [ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.308103] pinctrl core: initialized pinctrl subsystem [ 0.309596] RTC time: 3:21:34, date: 08/27/18 [ 0.310925] NET: Registered protocol family 16 [ 0.312268] cpuidle: using governor ladder [ 0.313421] cpuidle: using governor menu [ 0.314526] PCCT header not found. [ 0.315578] ACPI: bus type PCI registered [ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318415] PCI: Using configuration type 1 for base access [ 0.320675] ACPI: Added _OSI(Module Device) [ 0.321851] ACPI: Added _OSI(Processor Device) [ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324315] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326532] ACPI: Interpreter enabled [ 0.327585] ACPI: (supports S0 S5) [ 0.328568] ACPI: Using IOAPIC for interrupt routing [ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346984] acpiphp: Slot [3] registered [ 0.348114] acpiphp: Slot [4] registered [ 0.349246] acpiphp: Slot [5] registered [ 0.350365] acpiphp: Slot [6] registered [ 0.365574] acpiphp: Slot [7] registered [ 0.366699] acpiphp: Slot [8] registered [ 0.367826] acpiphp: Slot [9] registered [ 0.368948] acpiphp: Slot [10] registered [ 0.370092] acpiphp: Slot [11] registered [ 0.371232] acpiphp: Slot [12] registered [ 0.372379] acpiphp: Slot [13] registered [ 0.373516] acpiphp: Slot [14] registered [ 0.374655] acpiphp: Slot [15] registered [ 0.375799] acpiphp: Slot [16] registered [ 0.377100] acpiphp: Slot [17] registered [ 0.378255] acpiphp: Slot [18] registered [ 0.379399] acpiphp: Slot [19] registered [ 0.380539] acpiphp: Slot [20] registered [ 0.381679] acpiphp: Slot [21] registered [ 0.382808] acpiphp: Slot [22] registered [ 0.383953] acpiphp: Slot [23] registered [ 0.385104] acpiphp: Slot [24] registered [ 0.386242] acpiphp: Slot [25] registered [ 0.387378] acpiphp: Slot [26] registered [ 0.388522] acpiphp: Slot [27] registered [ 0.389671] acpiphp: Slot [28] registered [ 0.390809] acpiphp: Slot [29] registered [ 0.391953] acpiphp: Slot [30] registered [ 0.393108] acpiphp: Slot [31] registered [ 0.394247] PCI host bridge to bus 0000:00 [ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459976] vgaarb: loaded [ 0.460841] vgaarb: bridge control possible 0000:00:02.0 [ 0.462974] SCSI subsystem initialized [ 0.464651] ACPI: bus type USB registered [ 0.465848] usbcore: registered new interface driver usbfs [ 0.467302] usbcore: registered new interface driver hub [ 0.468717] usbcore: registered new device driver usb [ 0.470400] PCI: Using ACPI for IRQ routing [ 0.472406] NetLabel: Initializing [ 0.473434] NetLabel: domain hash size = 128 [ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476014] NetLabel: unlabeled traffic allowed by default [ 0.477895] amd_nb: Cannot enumerate AMD northbridges [ 0.479338] clocksource: Switched to clocksource kvm-clock [ 0.490163] AppArmor: AppArmor Filesystem Enabled [ 0.491548] pnp: PnP ACPI init [ 0.492923] pnp: PnP ACPI: found 5 devices [ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502475] NET: Registered protocol family 2 [ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512689] NET: Registered protocol family 1 [ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549843] Unpacking initramfs... [ 1.046511] Freeing initrd memory: 37084K [ 1.048242] Scanning for low memory corruption every 60 seconds [ 1.050360] audit: initializing netlink subsys (disabled) [ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized [ 1.053893] Initialise system trusted keyring [ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.059879] zbud: loaded [ 1.061012] VFS: Disk quotas dquot_6.6.0 [ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.066001] fuse init (API version 7.23) [ 1.067292] Key type big_key registered [ 1.068450] Allocating IMA MOK and blacklist keyrings. [ 1.070241] Key type asymmetric registered [ 1.071436] Asymmetric key parser 'x509' registered [ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.074932] io scheduler noop registered [ 1.076056] io scheduler deadline registered (default) [ 1.077473] io scheduler cfq registered [ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.084097] ACPI: Power Button [PWRF] [ 1.085361] GHES: HEST is not enabled! [ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.165136] Linux agpgart interface v0.103 [ 1.168181] loop: module loaded [ 1.171911] vda: vda1 [ 1.173673] scsi host0: ata_piix [ 1.174776] scsi host1: ata_piix [ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.179977] libphy: Fixed MDIO Bus: probed [ 1.181166] tun: Universal TUN/TAP device driver, 1.6 [ 1.182523] tun: (C) 1999-2004 Max Krasnyansky [ 1.185405] PPP generic driver version 2.4.2 [ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.188409] ehci-pci: EHCI PCI platform driver [ 1.189691] ehci-platform: EHCI generic platform driver [ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.192725] ohci-pci: OHCI PCI platform driver [ 1.193964] ohci-platform: OHCI generic platform driver [ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver [ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222102] usb usb1: Product: UHCI Host Controller [ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.225105] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226478] hub 1-0:1.0: USB hub found [ 1.227569] hub 1-0:1.0: 2 ports detected [ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.234772] mousedev: PS/2 mouse device common for all mice [ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.239166] rtc_cmos 00:00: RTC can wake from S4 [ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.244098] i2c /dev entries driver [ 1.245182] device-mapper: uevent: version 1.0.3 [ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs [ 1.250728] NET: Registered protocol family 10 [ 1.252431] NET: Registered protocol family 17 [ 1.253706] Key type dns_resolver registered [ 1.255204] registered taskstats version 1 [ 1.256417] Loading compiled-in X.509 certificates [ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.261021] zswap: loaded using pool lzo/zbud [ 1.263989] Key type trusted registered [ 1.267083] Key type encrypted registered [ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled [ 1.269871] ima: No TPM chip found, activating TPM-bypass! [ 1.271421] evm: HMAC attrs: 0x1 [ 1.272874] Magic number: 14:180:362 [ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095) [ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.278284] EDD information not available. [ 1.338207] Freeing unused kernel memory: 1512K [ 1.339620] Write protecting the kernel read-only data: 14336k [ 1.359255] Freeing unused kernel memory: 1692K [ 1.360929] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.469636] [drm] Initialized drm 1.1.0 20060810 [ 1.472274] virtio_net virtio0 ens3: renamed from eth0 [ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.503738] FDC 0 is a S82078B [ 1.513047] AVX2 version of gcm_enc/dec engaged. [ 1.514421] AES CTR mode by8 optimization enabled [ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708029] usb 1-1: Product: QEMU USB Tablet [ 1.709327] usb 1-1: Manufacturer: QEMU [ 1.710476] usb 1-1: SerialNumber: 42 [ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina [ 1.725877] usbcore: registered new interface driver usbhid [ 1.727788] usbhid: USB HID core driver [ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz [ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns Begin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1 [ 2.110856] md: multipath personality registered for level -4 [ 2.115108] md: raid0 personality registered for level 0 [ 2.119827] md: raid1 personality registered for level 1 [ 2.191324] raid6: sse2x1 gen() 11552 MB/s [ 2.259343] raid6: sse2x1 xor() 9042 MB/s [ 2.327338] raid6: sse2x2 gen() 14751 MB/s [ 2.395319] raid6: sse2x2 xor() 9911 MB/s [ 2.463319] raid6: sse2x4 gen() 16886 MB/s [ 2.531332] raid6: sse2x4 xor() 11436 MB/s [ 2.599320] raid6: avx2x1 gen() 22360 MB/s [ 2.667320] raid6: avx2x2 gen() 26636 MB/s [ 2.735320] raid6: avx2x4 gen() 29552 MB/s [ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s [ 2.742442] raid6: using avx2x2 recovery algorithm [ 2.750591] xor: automatically using best checksumming function: [ 2.791318] avx : 32627.000 MB/sec [ 2.794607] async_tx: api initialized (async) [ 2.808274] md: raid6 personality registered for level 6 [ 2.810153] md: raid5 personality registered for level 5 [ 2.812015] md: raid4 personality registered for level 4 [ 2.820029] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 3.013986] systemd[1]: Detected virtualization kvm. [ 3.015785] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.020674] systemd[1]: Set hostname to . [ 3.024597] systemd[1]: Initializing machine ID from KVM UUID. [ 3.026744] systemd[1]: Installed transient /etc/machine-id file. [ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.165236] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.173089] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.176808] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.185299] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.189127] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.192671] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.199894] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.209061] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.232119] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.239161] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.251827] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268351] systemd[1]: Starting Nameserver information manager... [ 3.272933] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp) [ 3.292289] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.298172] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.314231] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.319420] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser) [ 3.338378] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.355431] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.362996] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.366965] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.374465] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.379793] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.391635] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.399428] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [ 3.888291] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-27 03:22:06,505 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-27 03:22:15,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 03:22:15,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 03:22:15,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:22:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c83f4de8-d3e1-4aa7-853b-3b0d612056c5 x-compute-request-id: req-c83f4de8-d3e1-4aa7-853b-3b0d612056c5 Content-Encoding: gzip Content-Length: 10501 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 756899176 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181517] pid_max: default: 32768 minimum: 301\n[ 0.182783] ACPI: Core revision 20150930\n[ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186360] Security Framework initialized\n[ 0.187507] Yama: becoming mindful.\n[ 0.188539] AppArmor: AppArmor initialized\n[ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196969] Initializing cgroup subsys io\n[ 0.198139] Initializing cgroup subsys memory\n[ 0.199357] Initializing cgroup subsys devices\n[ 0.200583] Initializing cgroup subsys freezer\n[ 0.201821] Initializing cgroup subsys net_cls\n[ 0.203052] Initializing cgroup subsys perf_event\n[ 0.204335] Initializing cgroup subsys net_prio\n[ 0.205577] Initializing cgroup subsys hugetlb\n[ 0.206793] Initializing cgroup subsys pids\n[ 0.207988] CPU: Physical Processor ID: 0\n[ 0.209815] mce: CPU supports 10 MCE banks\n[ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213934] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.217237] Speculative Store Bypass: Vulnerable\n[ 0.234720] Freeing SMP alternatives memory: 32K\n[ 0.240900] ftrace: allocating 32237 entries in 126 pages\n[ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277910] smpboot: Max logical packages: 1\n[ 0.279342] x2apic enabled\n[ 0.280497] Switched APIC routing to physical x2apic.\n[ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289960] KVM setup paravirtual spinlock\n[ 0.291670] x86: Booted up 1 node, 1 CPUs\n[ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294764] devtmpfs: initialized\n[ 0.296762] evm: security.selinux\n[ 0.297733] evm: security.SMACK64\n[ 0.298697] evm: security.SMACK64EXEC\n[ 0.299738] evm: security.SMACK64TRANSMUTE\n[ 0.300875] evm: security.SMACK64MMAP\n[ 0.301928] evm: security.ima\n[ 0.302834] evm: security.capability\n[ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.308103] pinctrl core: initialized pinctrl subsystem\n[ 0.309596] RTC time: 3:21:34, date: 08/27/18\n[ 0.310925] NET: Registered protocol family 16\n[ 0.312268] cpuidle: using governor ladder\n[ 0.313421] cpuidle: using governor menu\n[ 0.314526] PCCT header not found.\n[ 0.315578] ACPI: bus type PCI registered\n[ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318415] PCI: Using configuration type 1 for base access\n[ 0.320675] ACPI: Added _OSI(Module Device)\n[ 0.321851] ACPI: Added _OSI(Processor Device)\n[ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324315] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326532] ACPI: Interpreter enabled\n[ 0.327585] ACPI: (supports S0 S5)\n[ 0.328568] ACPI: Using IOAPIC for interrupt routing\n[ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346984] acpiphp: Slot [3] registered\n[ 0.348114] acpiphp: Slot [4] registered\n[ 0.349246] acpiphp: Slot [5] registered\n[ 0.350365] acpiphp: Slot [6] registered\n[ 0.365574] acpiphp: Slot [7] registered\n[ 0.366699] acpiphp: Slot [8] registered\n[ 0.367826] acpiphp: Slot [9] registered\n[ 0.368948] acpiphp: Slot [10] registered\n[ 0.370092] acpiphp: Slot [11] registered\n[ 0.371232] acpiphp: Slot [12] registered\n[ 0.372379] acpiphp: Slot [13] registered\n[ 0.373516] acpiphp: Slot [14] registered\n[ 0.374655] acpiphp: Slot [15] registered\n[ 0.375799] acpiphp: Slot [16] registered\n[ 0.377100] acpiphp: Slot [17] registered\n[ 0.378255] acpiphp: Slot [18] registered\n[ 0.379399] acpiphp: Slot [19] registered\n[ 0.380539] acpiphp: Slot [20] registered\n[ 0.381679] acpiphp: Slot [21] registered\n[ 0.382808] acpiphp: Slot [22] registered\n[ 0.383953] acpiphp: Slot [23] registered\n[ 0.385104] acpiphp: Slot [24] registered\n[ 0.386242] acpiphp: Slot [25] registered\n[ 0.387378] acpiphp: Slot [26] registered\n[ 0.388522] acpiphp: Slot [27] registered\n[ 0.389671] acpiphp: Slot [28] registered\n[ 0.390809] acpiphp: Slot [29] registered\n[ 0.391953] acpiphp: Slot [30] registered\n[ 0.393108] acpiphp: Slot [31] registered\n[ 0.394247] PCI host bridge to bus 0000:00\n[ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459976] vgaarb: loaded\n[ 0.460841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462974] SCSI subsystem initialized\n[ 0.464651] ACPI: bus type USB registered\n[ 0.465848] usbcore: registered new interface driver usbfs\n[ 0.467302] usbcore: registered new interface driver hub\n[ 0.468717] usbcore: registered new device driver usb\n[ 0.470400] PCI: Using ACPI for IRQ routing\n[ 0.472406] NetLabel: Initializing\n[ 0.473434] NetLabel: domain hash size = 128\n[ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476014] NetLabel: unlabeled traffic allowed by default\n[ 0.477895] amd_nb: Cannot enumerate AMD northbridges\n[ 0.479338] clocksource: Switched to clocksource kvm-clock\n[ 0.490163] AppArmor: AppArmor Filesystem Enabled\n[ 0.491548] pnp: PnP ACPI init\n[ 0.492923] pnp: PnP ACPI: found 5 devices\n[ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502475] NET: Registered protocol family 2\n[ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512689] NET: Registered protocol family 1\n[ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549843] Unpacking initramfs...\n[ 1.046511] Freeing initrd memory: 37084K\n[ 1.048242] Scanning for low memory corruption every 60 seconds\n[ 1.050360] audit: initializing netlink subsys (disabled)\n[ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized\n[ 1.053893] Initialise system trusted keyring\n[ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.059879] zbud: loaded\n[ 1.061012] VFS: Disk quotas dquot_6.6.0\n[ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.066001] fuse init (API version 7.23)\n[ 1.067292] Key type big_key registered\n[ 1.068450] Allocating IMA MOK and blacklist keyrings.\n[ 1.070241] Key type asymmetric registered\n[ 1.071436] Asymmetric key parser 'x509' registered\n[ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.074932] io scheduler noop registered\n[ 1.076056] io scheduler deadline registered (default)\n[ 1.077473] io scheduler cfq registered\n[ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.084097] ACPI: Power Button [PWRF]\n[ 1.085361] GHES: HEST is not enabled!\n[ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.165136] Linux agpgart interface v0.103\n[ 1.168181] loop: module loaded\n[ 1.171911] vda: vda1\n[ 1.173673] scsi host0: ata_piix\n[ 1.174776] scsi host1: ata_piix\n[ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.179977] libphy: Fixed MDIO Bus: probed\n[ 1.181166] tun: Universal TUN/TAP device driver, 1.6\n[ 1.182523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.185405] PPP generic driver version 2.4.2\n[ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.188409] ehci-pci: EHCI PCI platform driver\n[ 1.189691] ehci-platform: EHCI generic platform driver\n[ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.192725] ohci-pci: OHCI PCI platform driver\n[ 1.193964] ohci-platform: OHCI generic platform driver\n[ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222102] usb usb1: Product: UHCI Host Controller\n[ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.225105] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.226478] hub 1-0:1.0: USB hub found\n[ 1.227569] hub 1-0:1.0: 2 ports detected\n[ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.234772] mousedev: PS/2 mouse device common for all mice\n[ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.239166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.244098] i2c /dev entries driver\n[ 1.245182] device-mapper: uevent: version 1.0.3\n[ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.250728] NET: Registered protocol family 10\n[ 1.252431] NET: Registered protocol family 17\n[ 1.253706] Key type dns_resolver registered\n[ 1.255204] registered taskstats version 1\n[ 1.256417] Loading compiled-in X.509 certificates\n[ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.261021] zswap: loaded using pool lzo/zbud\n[ 1.263989] Key type trusted registered\n[ 1.267083] Key type encrypted registered\n[ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.269871] ima: No TPM chip found, activating TPM-bypass!\n[ 1.271421] evm: HMAC attrs: 0x1\n[ 1.272874] Magic number: 14:180:362\n[ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095)\n[ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.278284] EDD information not available.\n[ 1.338207] Freeing unused kernel memory: 1512K\n[ 1.339620] Write protecting the kernel read-only data: 14336k\n[ 1.359255] Freeing unused kernel memory: 1692K\n[ 1.360929] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.469636] [drm] Initialized drm 1.1.0 20060810\n[ 1.472274] virtio_net virtio0 ens3: renamed from eth0\n[ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.503738] FDC 0 is a S82078B\n[ 1.513047] AVX2 version of gcm_enc/dec engaged.\n[ 1.514421] AES CTR mode by8 optimization enabled\n[ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708029] usb 1-1: Product: QEMU USB Tablet\n[ 1.709327] usb 1-1: Manufacturer: QEMU\n[ 1.710476] usb 1-1: SerialNumber: 42\n[ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.725877] usbcore: registered new interface driver usbhid\n[ 1.727788] usbhid: USB HID core driver\n[ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz\n[ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns\nBegin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1\n[ 2.110856] md: multipath personality registered for level -4\n[ 2.115108] md: raid0 personality registered for level 0\n[ 2.119827] md: raid1 personality registered for level 1\n[ 2.191324] raid6: sse2x1 gen() 11552 MB/s\n[ 2.259343] raid6: sse2x1 xor() 9042 MB/s\n[ 2.327338] raid6: sse2x2 gen() 14751 MB/s\n[ 2.395319] raid6: sse2x2 xor() 9911 MB/s\n[ 2.463319] raid6: sse2x4 gen() 16886 MB/s\n[ 2.531332] raid6: sse2x4 xor() 11436 MB/s\n[ 2.599320] raid6: avx2x1 gen() 22360 MB/s\n[ 2.667320] raid6: avx2x2 gen() 26636 MB/s\n[ 2.735320] raid6: avx2x4 gen() 29552 MB/s\n[ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s\n[ 2.742442] raid6: using avx2x2 recovery algorithm\n[ 2.750591] xor: automatically using best checksumming function:\n[ 2.791318] avx : 32627.000 MB/sec\n[ 2.794607] async_tx: api initialized (async)\n[ 2.808274] md: raid6 personality registered for level 6\n[ 2.810153] md: raid5 personality registered for level 5\n[ 2.812015] md: raid4 personality registered for level 4\n[ 2.820029] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 3.013986] systemd[1]: Detected virtualization kvm.\n[ 3.015785] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.020674] systemd[1]: Set hostname to .\n[ 3.024597] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.026744] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.165236] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.173089] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.176808] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.185299] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.189127] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.192671] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.199894] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.209061] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.232119] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.239161] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.251827] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268351] systemd[1]: Starting Nameserver information manager...\n[ 3.272933] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp)\n\n[ 3.292289] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.298172] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.314231] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.319420] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser)\n\n[ 3.338378] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.355431] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.362996] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.366965] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.374465] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.379793] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.391635] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.399428] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[ 3.888291] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-27 03:22:15,588 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-c83f4de8-d3e1-4aa7-853b-3b0d612056c5 2018-08-27 03:22:15,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0761280059814s 2018-08-27 03:22:15,589 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-c83f4de8-d3e1-4aa7-853b-3b0d612056c5 2018-08-27 03:22:15,589 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 756899176 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181517] pid_max: default: 32768 minimum: 301 [ 0.182783] ACPI: Core revision 20150930 [ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186360] Security Framework initialized [ 0.187507] Yama: becoming mindful. [ 0.188539] AppArmor: AppArmor initialized [ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196969] Initializing cgroup subsys io [ 0.198139] Initializing cgroup subsys memory [ 0.199357] Initializing cgroup subsys devices [ 0.200583] Initializing cgroup subsys freezer [ 0.201821] Initializing cgroup subsys net_cls [ 0.203052] Initializing cgroup subsys perf_event [ 0.204335] Initializing cgroup subsys net_prio [ 0.205577] Initializing cgroup subsys hugetlb [ 0.206793] Initializing cgroup subsys pids [ 0.207988] CPU: Physical Processor ID: 0 [ 0.209815] mce: CPU supports 10 MCE banks [ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213934] Spectre V2 : Mitigation: Full generic retpoline [ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.217237] Speculative Store Bypass: Vulnerable [ 0.234720] Freeing SMP alternatives memory: 32K [ 0.240900] ftrace: allocating 32237 entries in 126 pages [ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277910] smpboot: Max logical packages: 1 [ 0.279342] x2apic enabled [ 0.280497] Switched APIC routing to physical x2apic. [ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289960] KVM setup paravirtual spinlock [ 0.291670] x86: Booted up 1 node, 1 CPUs [ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294764] devtmpfs: initialized [ 0.296762] evm: security.selinux [ 0.297733] evm: security.SMACK64 [ 0.298697] evm: security.SMACK64EXEC [ 0.299738] evm: security.SMACK64TRANSMUTE [ 0.300875] evm: security.SMACK64MMAP [ 0.301928] evm: security.ima [ 0.302834] evm: security.capability [ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.308103] pinctrl core: initialized pinctrl subsystem [ 0.309596] RTC time: 3:21:34, date: 08/27/18 [ 0.310925] NET: Registered protocol family 16 [ 0.312268] cpuidle: using governor ladder [ 0.313421] cpuidle: using governor menu [ 0.314526] PCCT header not found. [ 0.315578] ACPI: bus type PCI registered [ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318415] PCI: Using configuration type 1 for base access [ 0.320675] ACPI: Added _OSI(Module Device) [ 0.321851] ACPI: Added _OSI(Processor Device) [ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324315] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326532] ACPI: Interpreter enabled [ 0.327585] ACPI: (supports S0 S5) [ 0.328568] ACPI: Using IOAPIC for interrupt routing [ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346984] acpiphp: Slot [3] registered [ 0.348114] acpiphp: Slot [4] registered [ 0.349246] acpiphp: Slot [5] registered [ 0.350365] acpiphp: Slot [6] registered [ 0.365574] acpiphp: Slot [7] registered [ 0.366699] acpiphp: Slot [8] registered [ 0.367826] acpiphp: Slot [9] registered [ 0.368948] acpiphp: Slot [10] registered [ 0.370092] acpiphp: Slot [11] registered [ 0.371232] acpiphp: Slot [12] registered [ 0.372379] acpiphp: Slot [13] registered [ 0.373516] acpiphp: Slot [14] registered [ 0.374655] acpiphp: Slot [15] registered [ 0.375799] acpiphp: Slot [16] registered [ 0.377100] acpiphp: Slot [17] registered [ 0.378255] acpiphp: Slot [18] registered [ 0.379399] acpiphp: Slot [19] registered [ 0.380539] acpiphp: Slot [20] registered [ 0.381679] acpiphp: Slot [21] registered [ 0.382808] acpiphp: Slot [22] registered [ 0.383953] acpiphp: Slot [23] registered [ 0.385104] acpiphp: Slot [24] registered [ 0.386242] acpiphp: Slot [25] registered [ 0.387378] acpiphp: Slot [26] registered [ 0.388522] acpiphp: Slot [27] registered [ 0.389671] acpiphp: Slot [28] registered [ 0.390809] acpiphp: Slot [29] registered [ 0.391953] acpiphp: Slot [30] registered [ 0.393108] acpiphp: Slot [31] registered [ 0.394247] PCI host bridge to bus 0000:00 [ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459976] vgaarb: loaded [ 0.460841] vgaarb: bridge control possible 0000:00:02.0 [ 0.462974] SCSI subsystem initialized [ 0.464651] ACPI: bus type USB registered [ 0.465848] usbcore: registered new interface driver usbfs [ 0.467302] usbcore: registered new interface driver hub [ 0.468717] usbcore: registered new device driver usb [ 0.470400] PCI: Using ACPI for IRQ routing [ 0.472406] NetLabel: Initializing [ 0.473434] NetLabel: domain hash size = 128 [ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476014] NetLabel: unlabeled traffic allowed by default [ 0.477895] amd_nb: Cannot enumerate AMD northbridges [ 0.479338] clocksource: Switched to clocksource kvm-clock [ 0.490163] AppArmor: AppArmor Filesystem Enabled [ 0.491548] pnp: PnP ACPI init [ 0.492923] pnp: PnP ACPI: found 5 devices [ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502475] NET: Registered protocol family 2 [ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512689] NET: Registered protocol family 1 [ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549843] Unpacking initramfs... [ 1.046511] Freeing initrd memory: 37084K [ 1.048242] Scanning for low memory corruption every 60 seconds [ 1.050360] audit: initializing netlink subsys (disabled) [ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized [ 1.053893] Initialise system trusted keyring [ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.059879] zbud: loaded [ 1.061012] VFS: Disk quotas dquot_6.6.0 [ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.066001] fuse init (API version 7.23) [ 1.067292] Key type big_key registered [ 1.068450] Allocating IMA MOK and blacklist keyrings. [ 1.070241] Key type asymmetric registered [ 1.071436] Asymmetric key parser 'x509' registered [ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.074932] io scheduler noop registered [ 1.076056] io scheduler deadline registered (default) [ 1.077473] io scheduler cfq registered [ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.084097] ACPI: Power Button [PWRF] [ 1.085361] GHES: HEST is not enabled! [ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.165136] Linux agpgart interface v0.103 [ 1.168181] loop: module loaded [ 1.171911] vda: vda1 [ 1.173673] scsi host0: ata_piix [ 1.174776] scsi host1: ata_piix [ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.179977] libphy: Fixed MDIO Bus: probed [ 1.181166] tun: Universal TUN/TAP device driver, 1.6 [ 1.182523] tun: (C) 1999-2004 Max Krasnyansky [ 1.185405] PPP generic driver version 2.4.2 [ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.188409] ehci-pci: EHCI PCI platform driver [ 1.189691] ehci-platform: EHCI generic platform driver [ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.192725] ohci-pci: OHCI PCI platform driver [ 1.193964] ohci-platform: OHCI generic platform driver [ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver [ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222102] usb usb1: Product: UHCI Host Controller [ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.225105] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226478] hub 1-0:1.0: USB hub found [ 1.227569] hub 1-0:1.0: 2 ports detected [ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.234772] mousedev: PS/2 mouse device common for all mice [ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.239166] rtc_cmos 00:00: RTC can wake from S4 [ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.244098] i2c /dev entries driver [ 1.245182] device-mapper: uevent: version 1.0.3 [ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs [ 1.250728] NET: Registered protocol family 10 [ 1.252431] NET: Registered protocol family 17 [ 1.253706] Key type dns_resolver registered [ 1.255204] registered taskstats version 1 [ 1.256417] Loading compiled-in X.509 certificates [ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.261021] zswap: loaded using pool lzo/zbud [ 1.263989] Key type trusted registered [ 1.267083] Key type encrypted registered [ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled [ 1.269871] ima: No TPM chip found, activating TPM-bypass! [ 1.271421] evm: HMAC attrs: 0x1 [ 1.272874] Magic number: 14:180:362 [ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095) [ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.278284] EDD information not available. [ 1.338207] Freeing unused kernel memory: 1512K [ 1.339620] Write protecting the kernel read-only data: 14336k [ 1.359255] Freeing unused kernel memory: 1692K [ 1.360929] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.469636] [drm] Initialized drm 1.1.0 20060810 [ 1.472274] virtio_net virtio0 ens3: renamed from eth0 [ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.503738] FDC 0 is a S82078B [ 1.513047] AVX2 version of gcm_enc/dec engaged. [ 1.514421] AES CTR mode by8 optimization enabled [ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708029] usb 1-1: Product: QEMU USB Tablet [ 1.709327] usb 1-1: Manufacturer: QEMU [ 1.710476] usb 1-1: SerialNumber: 42 [ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina [ 1.725877] usbcore: registered new interface driver usbhid [ 1.727788] usbhid: USB HID core driver [ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz [ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns Begin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1 [ 2.110856] md: multipath personality registered for level -4 [ 2.115108] md: raid0 personality registered for level 0 [ 2.119827] md: raid1 personality registered for level 1 [ 2.191324] raid6: sse2x1 gen() 11552 MB/s [ 2.259343] raid6: sse2x1 xor() 9042 MB/s [ 2.327338] raid6: sse2x2 gen() 14751 MB/s [ 2.395319] raid6: sse2x2 xor() 9911 MB/s [ 2.463319] raid6: sse2x4 gen() 16886 MB/s [ 2.531332] raid6: sse2x4 xor() 11436 MB/s [ 2.599320] raid6: avx2x1 gen() 22360 MB/s [ 2.667320] raid6: avx2x2 gen() 26636 MB/s [ 2.735320] raid6: avx2x4 gen() 29552 MB/s [ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s [ 2.742442] raid6: using avx2x2 recovery algorithm [ 2.750591] xor: automatically using best checksumming function: [ 2.791318] avx : 32627.000 MB/sec [ 2.794607] async_tx: api initialized (async) [ 2.808274] md: raid6 personality registered for level 6 [ 2.810153] md: raid5 personality registered for level 5 [ 2.812015] md: raid4 personality registered for level 4 [ 2.820029] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 3.013986] systemd[1]: Detected virtualization kvm. [ 3.015785] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.020674] systemd[1]: Set hostname to . [ 3.024597] systemd[1]: Initializing machine ID from KVM UUID. [ 3.026744] systemd[1]: Installed transient /etc/machine-id file. [ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.165236] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.173089] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.176808] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.185299] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.189127] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.192671] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.199894] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.209061] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.232119] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.239161] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.251827] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268351] systemd[1]: Starting Nameserver information manager... [ 3.272933] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp) [ 3.292289] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.298172] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.314231] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.319420] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser) [ 3.338378] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.355431] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.362996] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.366965] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.374465] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.379793] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.391635] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.399428] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [ 3.888291] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-27 03:22:15,591 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-27 03:22:24,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 03:22:24,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 03:22:24,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:22:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b3d2669-6af1-44fb-9a57-38bb94975af3 x-compute-request-id: req-8b3d2669-6af1-44fb-9a57-38bb94975af3 Content-Encoding: gzip Content-Length: 10501 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 756899176 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181517] pid_max: default: 32768 minimum: 301\n[ 0.182783] ACPI: Core revision 20150930\n[ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186360] Security Framework initialized\n[ 0.187507] Yama: becoming mindful.\n[ 0.188539] AppArmor: AppArmor initialized\n[ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196969] Initializing cgroup subsys io\n[ 0.198139] Initializing cgroup subsys memory\n[ 0.199357] Initializing cgroup subsys devices\n[ 0.200583] Initializing cgroup subsys freezer\n[ 0.201821] Initializing cgroup subsys net_cls\n[ 0.203052] Initializing cgroup subsys perf_event\n[ 0.204335] Initializing cgroup subsys net_prio\n[ 0.205577] Initializing cgroup subsys hugetlb\n[ 0.206793] Initializing cgroup subsys pids\n[ 0.207988] CPU: Physical Processor ID: 0\n[ 0.209815] mce: CPU supports 10 MCE banks\n[ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213934] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.217237] Speculative Store Bypass: Vulnerable\n[ 0.234720] Freeing SMP alternatives memory: 32K\n[ 0.240900] ftrace: allocating 32237 entries in 126 pages\n[ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277910] smpboot: Max logical packages: 1\n[ 0.279342] x2apic enabled\n[ 0.280497] Switched APIC routing to physical x2apic.\n[ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289960] KVM setup paravirtual spinlock\n[ 0.291670] x86: Booted up 1 node, 1 CPUs\n[ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294764] devtmpfs: initialized\n[ 0.296762] evm: security.selinux\n[ 0.297733] evm: security.SMACK64\n[ 0.298697] evm: security.SMACK64EXEC\n[ 0.299738] evm: security.SMACK64TRANSMUTE\n[ 0.300875] evm: security.SMACK64MMAP\n[ 0.301928] evm: security.ima\n[ 0.302834] evm: security.capability\n[ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.308103] pinctrl core: initialized pinctrl subsystem\n[ 0.309596] RTC time: 3:21:34, date: 08/27/18\n[ 0.310925] NET: Registered protocol family 16\n[ 0.312268] cpuidle: using governor ladder\n[ 0.313421] cpuidle: using governor menu\n[ 0.314526] PCCT header not found.\n[ 0.315578] ACPI: bus type PCI registered\n[ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318415] PCI: Using configuration type 1 for base access\n[ 0.320675] ACPI: Added _OSI(Module Device)\n[ 0.321851] ACPI: Added _OSI(Processor Device)\n[ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324315] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326532] ACPI: Interpreter enabled\n[ 0.327585] ACPI: (supports S0 S5)\n[ 0.328568] ACPI: Using IOAPIC for interrupt routing\n[ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346984] acpiphp: Slot [3] registered\n[ 0.348114] acpiphp: Slot [4] registered\n[ 0.349246] acpiphp: Slot [5] registered\n[ 0.350365] acpiphp: Slot [6] registered\n[ 0.365574] acpiphp: Slot [7] registered\n[ 0.366699] acpiphp: Slot [8] registered\n[ 0.367826] acpiphp: Slot [9] registered\n[ 0.368948] acpiphp: Slot [10] registered\n[ 0.370092] acpiphp: Slot [11] registered\n[ 0.371232] acpiphp: Slot [12] registered\n[ 0.372379] acpiphp: Slot [13] registered\n[ 0.373516] acpiphp: Slot [14] registered\n[ 0.374655] acpiphp: Slot [15] registered\n[ 0.375799] acpiphp: Slot [16] registered\n[ 0.377100] acpiphp: Slot [17] registered\n[ 0.378255] acpiphp: Slot [18] registered\n[ 0.379399] acpiphp: Slot [19] registered\n[ 0.380539] acpiphp: Slot [20] registered\n[ 0.381679] acpiphp: Slot [21] registered\n[ 0.382808] acpiphp: Slot [22] registered\n[ 0.383953] acpiphp: Slot [23] registered\n[ 0.385104] acpiphp: Slot [24] registered\n[ 0.386242] acpiphp: Slot [25] registered\n[ 0.387378] acpiphp: Slot [26] registered\n[ 0.388522] acpiphp: Slot [27] registered\n[ 0.389671] acpiphp: Slot [28] registered\n[ 0.390809] acpiphp: Slot [29] registered\n[ 0.391953] acpiphp: Slot [30] registered\n[ 0.393108] acpiphp: Slot [31] registered\n[ 0.394247] PCI host bridge to bus 0000:00\n[ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459976] vgaarb: loaded\n[ 0.460841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462974] SCSI subsystem initialized\n[ 0.464651] ACPI: bus type USB registered\n[ 0.465848] usbcore: registered new interface driver usbfs\n[ 0.467302] usbcore: registered new interface driver hub\n[ 0.468717] usbcore: registered new device driver usb\n[ 0.470400] PCI: Using ACPI for IRQ routing\n[ 0.472406] NetLabel: Initializing\n[ 0.473434] NetLabel: domain hash size = 128\n[ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476014] NetLabel: unlabeled traffic allowed by default\n[ 0.477895] amd_nb: Cannot enumerate AMD northbridges\n[ 0.479338] clocksource: Switched to clocksource kvm-clock\n[ 0.490163] AppArmor: AppArmor Filesystem Enabled\n[ 0.491548] pnp: PnP ACPI init\n[ 0.492923] pnp: PnP ACPI: found 5 devices\n[ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502475] NET: Registered protocol family 2\n[ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512689] NET: Registered protocol family 1\n[ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549843] Unpacking initramfs...\n[ 1.046511] Freeing initrd memory: 37084K\n[ 1.048242] Scanning for low memory corruption every 60 seconds\n[ 1.050360] audit: initializing netlink subsys (disabled)\n[ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized\n[ 1.053893] Initialise system trusted keyring\n[ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.059879] zbud: loaded\n[ 1.061012] VFS: Disk quotas dquot_6.6.0\n[ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.066001] fuse init (API version 7.23)\n[ 1.067292] Key type big_key registered\n[ 1.068450] Allocating IMA MOK and blacklist keyrings.\n[ 1.070241] Key type asymmetric registered\n[ 1.071436] Asymmetric key parser 'x509' registered\n[ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.074932] io scheduler noop registered\n[ 1.076056] io scheduler deadline registered (default)\n[ 1.077473] io scheduler cfq registered\n[ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.084097] ACPI: Power Button [PWRF]\n[ 1.085361] GHES: HEST is not enabled!\n[ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.165136] Linux agpgart interface v0.103\n[ 1.168181] loop: module loaded\n[ 1.171911] vda: vda1\n[ 1.173673] scsi host0: ata_piix\n[ 1.174776] scsi host1: ata_piix\n[ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.179977] libphy: Fixed MDIO Bus: probed\n[ 1.181166] tun: Universal TUN/TAP device driver, 1.6\n[ 1.182523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.185405] PPP generic driver version 2.4.2\n[ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.188409] ehci-pci: EHCI PCI platform driver\n[ 1.189691] ehci-platform: EHCI generic platform driver\n[ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.192725] ohci-pci: OHCI PCI platform driver\n[ 1.193964] ohci-platform: OHCI generic platform driver\n[ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222102] usb usb1: Product: UHCI Host Controller\n[ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.225105] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.226478] hub 1-0:1.0: USB hub found\n[ 1.227569] hub 1-0:1.0: 2 ports detected\n[ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.234772] mousedev: PS/2 mouse device common for all mice\n[ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.239166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.244098] i2c /dev entries driver\n[ 1.245182] device-mapper: uevent: version 1.0.3\n[ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.250728] NET: Registered protocol family 10\n[ 1.252431] NET: Registered protocol family 17\n[ 1.253706] Key type dns_resolver registered\n[ 1.255204] registered taskstats version 1\n[ 1.256417] Loading compiled-in X.509 certificates\n[ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.261021] zswap: loaded using pool lzo/zbud\n[ 1.263989] Key type trusted registered\n[ 1.267083] Key type encrypted registered\n[ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.269871] ima: No TPM chip found, activating TPM-bypass!\n[ 1.271421] evm: HMAC attrs: 0x1\n[ 1.272874] Magic number: 14:180:362\n[ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095)\n[ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.278284] EDD information not available.\n[ 1.338207] Freeing unused kernel memory: 1512K\n[ 1.339620] Write protecting the kernel read-only data: 14336k\n[ 1.359255] Freeing unused kernel memory: 1692K\n[ 1.360929] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.469636] [drm] Initialized drm 1.1.0 20060810\n[ 1.472274] virtio_net virtio0 ens3: renamed from eth0\n[ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.503738] FDC 0 is a S82078B\n[ 1.513047] AVX2 version of gcm_enc/dec engaged.\n[ 1.514421] AES CTR mode by8 optimization enabled\n[ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708029] usb 1-1: Product: QEMU USB Tablet\n[ 1.709327] usb 1-1: Manufacturer: QEMU\n[ 1.710476] usb 1-1: SerialNumber: 42\n[ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.725877] usbcore: registered new interface driver usbhid\n[ 1.727788] usbhid: USB HID core driver\n[ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz\n[ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns\nBegin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1\n[ 2.110856] md: multipath personality registered for level -4\n[ 2.115108] md: raid0 personality registered for level 0\n[ 2.119827] md: raid1 personality registered for level 1\n[ 2.191324] raid6: sse2x1 gen() 11552 MB/s\n[ 2.259343] raid6: sse2x1 xor() 9042 MB/s\n[ 2.327338] raid6: sse2x2 gen() 14751 MB/s\n[ 2.395319] raid6: sse2x2 xor() 9911 MB/s\n[ 2.463319] raid6: sse2x4 gen() 16886 MB/s\n[ 2.531332] raid6: sse2x4 xor() 11436 MB/s\n[ 2.599320] raid6: avx2x1 gen() 22360 MB/s\n[ 2.667320] raid6: avx2x2 gen() 26636 MB/s\n[ 2.735320] raid6: avx2x4 gen() 29552 MB/s\n[ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s\n[ 2.742442] raid6: using avx2x2 recovery algorithm\n[ 2.750591] xor: automatically using best checksumming function:\n[ 2.791318] avx : 32627.000 MB/sec\n[ 2.794607] async_tx: api initialized (async)\n[ 2.808274] md: raid6 personality registered for level 6\n[ 2.810153] md: raid5 personality registered for level 5\n[ 2.812015] md: raid4 personality registered for level 4\n[ 2.820029] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 3.013986] systemd[1]: Detected virtualization kvm.\n[ 3.015785] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.020674] systemd[1]: Set hostname to .\n[ 3.024597] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.026744] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.165236] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.173089] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.176808] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.185299] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.189127] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.192671] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.199894] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.209061] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.232119] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.239161] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.251827] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268351] systemd[1]: Starting Nameserver information manager...\n[ 3.272933] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp)\n\n[ 3.292289] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.298172] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.314231] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.319420] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser)\n\n[ 3.338378] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.355431] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.362996] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.366965] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.374465] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.379793] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.391635] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.399428] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[ 3.888291] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-27 03:22:24,711 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-8b3d2669-6af1-44fb-9a57-38bb94975af3 2018-08-27 03:22:24,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.116980075836s 2018-08-27 03:22:24,712 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-8b3d2669-6af1-44fb-9a57-38bb94975af3 2018-08-27 03:22:24,712 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 756899176 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181517] pid_max: default: 32768 minimum: 301 [ 0.182783] ACPI: Core revision 20150930 [ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186360] Security Framework initialized [ 0.187507] Yama: becoming mindful. [ 0.188539] AppArmor: AppArmor initialized [ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196969] Initializing cgroup subsys io [ 0.198139] Initializing cgroup subsys memory [ 0.199357] Initializing cgroup subsys devices [ 0.200583] Initializing cgroup subsys freezer [ 0.201821] Initializing cgroup subsys net_cls [ 0.203052] Initializing cgroup subsys perf_event [ 0.204335] Initializing cgroup subsys net_prio [ 0.205577] Initializing cgroup subsys hugetlb [ 0.206793] Initializing cgroup subsys pids [ 0.207988] CPU: Physical Processor ID: 0 [ 0.209815] mce: CPU supports 10 MCE banks [ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213934] Spectre V2 : Mitigation: Full generic retpoline [ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.217237] Speculative Store Bypass: Vulnerable [ 0.234720] Freeing SMP alternatives memory: 32K [ 0.240900] ftrace: allocating 32237 entries in 126 pages [ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277910] smpboot: Max logical packages: 1 [ 0.279342] x2apic enabled [ 0.280497] Switched APIC routing to physical x2apic. [ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289960] KVM setup paravirtual spinlock [ 0.291670] x86: Booted up 1 node, 1 CPUs [ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294764] devtmpfs: initialized [ 0.296762] evm: security.selinux [ 0.297733] evm: security.SMACK64 [ 0.298697] evm: security.SMACK64EXEC [ 0.299738] evm: security.SMACK64TRANSMUTE [ 0.300875] evm: security.SMACK64MMAP [ 0.301928] evm: security.ima [ 0.302834] evm: security.capability [ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.308103] pinctrl core: initialized pinctrl subsystem [ 0.309596] RTC time: 3:21:34, date: 08/27/18 [ 0.310925] NET: Registered protocol family 16 [ 0.312268] cpuidle: using governor ladder [ 0.313421] cpuidle: using governor menu [ 0.314526] PCCT header not found. [ 0.315578] ACPI: bus type PCI registered [ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318415] PCI: Using configuration type 1 for base access [ 0.320675] ACPI: Added _OSI(Module Device) [ 0.321851] ACPI: Added _OSI(Processor Device) [ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324315] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326532] ACPI: Interpreter enabled [ 0.327585] ACPI: (supports S0 S5) [ 0.328568] ACPI: Using IOAPIC for interrupt routing [ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346984] acpiphp: Slot [3] registered [ 0.348114] acpiphp: Slot [4] registered [ 0.349246] acpiphp: Slot [5] registered [ 0.350365] acpiphp: Slot [6] registered [ 0.365574] acpiphp: Slot [7] registered [ 0.366699] acpiphp: Slot [8] registered [ 0.367826] acpiphp: Slot [9] registered [ 0.368948] acpiphp: Slot [10] registered [ 0.370092] acpiphp: Slot [11] registered [ 0.371232] acpiphp: Slot [12] registered [ 0.372379] acpiphp: Slot [13] registered [ 0.373516] acpiphp: Slot [14] registered [ 0.374655] acpiphp: Slot [15] registered [ 0.375799] acpiphp: Slot [16] registered [ 0.377100] acpiphp: Slot [17] registered [ 0.378255] acpiphp: Slot [18] registered [ 0.379399] acpiphp: Slot [19] registered [ 0.380539] acpiphp: Slot [20] registered [ 0.381679] acpiphp: Slot [21] registered [ 0.382808] acpiphp: Slot [22] registered [ 0.383953] acpiphp: Slot [23] registered [ 0.385104] acpiphp: Slot [24] registered [ 0.386242] acpiphp: Slot [25] registered [ 0.387378] acpiphp: Slot [26] registered [ 0.388522] acpiphp: Slot [27] registered [ 0.389671] acpiphp: Slot [28] registered [ 0.390809] acpiphp: Slot [29] registered [ 0.391953] acpiphp: Slot [30] registered [ 0.393108] acpiphp: Slot [31] registered [ 0.394247] PCI host bridge to bus 0000:00 [ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459976] vgaarb: loaded [ 0.460841] vgaarb: bridge control possible 0000:00:02.0 [ 0.462974] SCSI subsystem initialized [ 0.464651] ACPI: bus type USB registered [ 0.465848] usbcore: registered new interface driver usbfs [ 0.467302] usbcore: registered new interface driver hub [ 0.468717] usbcore: registered new device driver usb [ 0.470400] PCI: Using ACPI for IRQ routing [ 0.472406] NetLabel: Initializing [ 0.473434] NetLabel: domain hash size = 128 [ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476014] NetLabel: unlabeled traffic allowed by default [ 0.477895] amd_nb: Cannot enumerate AMD northbridges [ 0.479338] clocksource: Switched to clocksource kvm-clock [ 0.490163] AppArmor: AppArmor Filesystem Enabled [ 0.491548] pnp: PnP ACPI init [ 0.492923] pnp: PnP ACPI: found 5 devices [ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502475] NET: Registered protocol family 2 [ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512689] NET: Registered protocol family 1 [ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549843] Unpacking initramfs... [ 1.046511] Freeing initrd memory: 37084K [ 1.048242] Scanning for low memory corruption every 60 seconds [ 1.050360] audit: initializing netlink subsys (disabled) [ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized [ 1.053893] Initialise system trusted keyring [ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.059879] zbud: loaded [ 1.061012] VFS: Disk quotas dquot_6.6.0 [ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.066001] fuse init (API version 7.23) [ 1.067292] Key type big_key registered [ 1.068450] Allocating IMA MOK and blacklist keyrings. [ 1.070241] Key type asymmetric registered [ 1.071436] Asymmetric key parser 'x509' registered [ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.074932] io scheduler noop registered [ 1.076056] io scheduler deadline registered (default) [ 1.077473] io scheduler cfq registered [ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.084097] ACPI: Power Button [PWRF] [ 1.085361] GHES: HEST is not enabled! [ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.165136] Linux agpgart interface v0.103 [ 1.168181] loop: module loaded [ 1.171911] vda: vda1 [ 1.173673] scsi host0: ata_piix [ 1.174776] scsi host1: ata_piix [ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.179977] libphy: Fixed MDIO Bus: probed [ 1.181166] tun: Universal TUN/TAP device driver, 1.6 [ 1.182523] tun: (C) 1999-2004 Max Krasnyansky [ 1.185405] PPP generic driver version 2.4.2 [ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.188409] ehci-pci: EHCI PCI platform driver [ 1.189691] ehci-platform: EHCI generic platform driver [ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.192725] ohci-pci: OHCI PCI platform driver [ 1.193964] ohci-platform: OHCI generic platform driver [ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver [ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222102] usb usb1: Product: UHCI Host Controller [ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.225105] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226478] hub 1-0:1.0: USB hub found [ 1.227569] hub 1-0:1.0: 2 ports detected [ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.234772] mousedev: PS/2 mouse device common for all mice [ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.239166] rtc_cmos 00:00: RTC can wake from S4 [ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.244098] i2c /dev entries driver [ 1.245182] device-mapper: uevent: version 1.0.3 [ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs [ 1.250728] NET: Registered protocol family 10 [ 1.252431] NET: Registered protocol family 17 [ 1.253706] Key type dns_resolver registered [ 1.255204] registered taskstats version 1 [ 1.256417] Loading compiled-in X.509 certificates [ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.261021] zswap: loaded using pool lzo/zbud [ 1.263989] Key type trusted registered [ 1.267083] Key type encrypted registered [ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled [ 1.269871] ima: No TPM chip found, activating TPM-bypass! [ 1.271421] evm: HMAC attrs: 0x1 [ 1.272874] Magic number: 14:180:362 [ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095) [ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.278284] EDD information not available. [ 1.338207] Freeing unused kernel memory: 1512K [ 1.339620] Write protecting the kernel read-only data: 14336k [ 1.359255] Freeing unused kernel memory: 1692K [ 1.360929] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.469636] [drm] Initialized drm 1.1.0 20060810 [ 1.472274] virtio_net virtio0 ens3: renamed from eth0 [ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.503738] FDC 0 is a S82078B [ 1.513047] AVX2 version of gcm_enc/dec engaged. [ 1.514421] AES CTR mode by8 optimization enabled [ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708029] usb 1-1: Product: QEMU USB Tablet [ 1.709327] usb 1-1: Manufacturer: QEMU [ 1.710476] usb 1-1: SerialNumber: 42 [ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina [ 1.725877] usbcore: registered new interface driver usbhid [ 1.727788] usbhid: USB HID core driver [ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz [ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns Begin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1 [ 2.110856] md: multipath personality registered for level -4 [ 2.115108] md: raid0 personality registered for level 0 [ 2.119827] md: raid1 personality registered for level 1 [ 2.191324] raid6: sse2x1 gen() 11552 MB/s [ 2.259343] raid6: sse2x1 xor() 9042 MB/s [ 2.327338] raid6: sse2x2 gen() 14751 MB/s [ 2.395319] raid6: sse2x2 xor() 9911 MB/s [ 2.463319] raid6: sse2x4 gen() 16886 MB/s [ 2.531332] raid6: sse2x4 xor() 11436 MB/s [ 2.599320] raid6: avx2x1 gen() 22360 MB/s [ 2.667320] raid6: avx2x2 gen() 26636 MB/s [ 2.735320] raid6: avx2x4 gen() 29552 MB/s [ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s [ 2.742442] raid6: using avx2x2 recovery algorithm [ 2.750591] xor: automatically using best checksumming function: [ 2.791318] avx : 32627.000 MB/sec [ 2.794607] async_tx: api initialized (async) [ 2.808274] md: raid6 personality registered for level 6 [ 2.810153] md: raid5 personality registered for level 5 [ 2.812015] md: raid4 personality registered for level 4 [ 2.820029] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 3.013986] systemd[1]: Detected virtualization kvm. [ 3.015785] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.020674] systemd[1]: Set hostname to . [ 3.024597] systemd[1]: Initializing machine ID from KVM UUID. [ 3.026744] systemd[1]: Installed transient /etc/machine-id file. [ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.165236] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.173089] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.176808] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.185299] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.189127] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.192671] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.199894] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.209061] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.232119] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.239161] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.251827] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268351] systemd[1]: Starting Nameserver information manager... [ 3.272933] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp) [ 3.292289] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.298172] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.314231] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.319420] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser) [ 3.338378] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.355431] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.362996] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.366965] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.374465] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.379793] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.391635] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.399428] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [ 3.888291] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-27 03:22:24,715 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-27 03:22:33,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 03:22:33,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 03:22:33,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:22:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adf21bdf-f398-45b2-8afc-dff4ffaaa613 x-compute-request-id: req-adf21bdf-f398-45b2-8afc-dff4ffaaa613 Content-Encoding: gzip Content-Length: 10557 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 756899176 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181517] pid_max: default: 32768 minimum: 301\n[ 0.182783] ACPI: Core revision 20150930\n[ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186360] Security Framework initialized\n[ 0.187507] Yama: becoming mindful.\n[ 0.188539] AppArmor: AppArmor initialized\n[ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196969] Initializing cgroup subsys io\n[ 0.198139] Initializing cgroup subsys memory\n[ 0.199357] Initializing cgroup subsys devices\n[ 0.200583] Initializing cgroup subsys freezer\n[ 0.201821] Initializing cgroup subsys net_cls\n[ 0.203052] Initializing cgroup subsys perf_event\n[ 0.204335] Initializing cgroup subsys net_prio\n[ 0.205577] Initializing cgroup subsys hugetlb\n[ 0.206793] Initializing cgroup subsys pids\n[ 0.207988] CPU: Physical Processor ID: 0\n[ 0.209815] mce: CPU supports 10 MCE banks\n[ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213934] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.217237] Speculative Store Bypass: Vulnerable\n[ 0.234720] Freeing SMP alternatives memory: 32K\n[ 0.240900] ftrace: allocating 32237 entries in 126 pages\n[ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277910] smpboot: Max logical packages: 1\n[ 0.279342] x2apic enabled\n[ 0.280497] Switched APIC routing to physical x2apic.\n[ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289960] KVM setup paravirtual spinlock\n[ 0.291670] x86: Booted up 1 node, 1 CPUs\n[ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294764] devtmpfs: initialized\n[ 0.296762] evm: security.selinux\n[ 0.297733] evm: security.SMACK64\n[ 0.298697] evm: security.SMACK64EXEC\n[ 0.299738] evm: security.SMACK64TRANSMUTE\n[ 0.300875] evm: security.SMACK64MMAP\n[ 0.301928] evm: security.ima\n[ 0.302834] evm: security.capability\n[ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.308103] pinctrl core: initialized pinctrl subsystem\n[ 0.309596] RTC time: 3:21:34, date: 08/27/18\n[ 0.310925] NET: Registered protocol family 16\n[ 0.312268] cpuidle: using governor ladder\n[ 0.313421] cpuidle: using governor menu\n[ 0.314526] PCCT header not found.\n[ 0.315578] ACPI: bus type PCI registered\n[ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318415] PCI: Using configuration type 1 for base access\n[ 0.320675] ACPI: Added _OSI(Module Device)\n[ 0.321851] ACPI: Added _OSI(Processor Device)\n[ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324315] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326532] ACPI: Interpreter enabled\n[ 0.327585] ACPI: (supports S0 S5)\n[ 0.328568] ACPI: Using IOAPIC for interrupt routing\n[ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346984] acpiphp: Slot [3] registered\n[ 0.348114] acpiphp: Slot [4] registered\n[ 0.349246] acpiphp: Slot [5] registered\n[ 0.350365] acpiphp: Slot [6] registered\n[ 0.365574] acpiphp: Slot [7] registered\n[ 0.366699] acpiphp: Slot [8] registered\n[ 0.367826] acpiphp: Slot [9] registered\n[ 0.368948] acpiphp: Slot [10] registered\n[ 0.370092] acpiphp: Slot [11] registered\n[ 0.371232] acpiphp: Slot [12] registered\n[ 0.372379] acpiphp: Slot [13] registered\n[ 0.373516] acpiphp: Slot [14] registered\n[ 0.374655] acpiphp: Slot [15] registered\n[ 0.375799] acpiphp: Slot [16] registered\n[ 0.377100] acpiphp: Slot [17] registered\n[ 0.378255] acpiphp: Slot [18] registered\n[ 0.379399] acpiphp: Slot [19] registered\n[ 0.380539] acpiphp: Slot [20] registered\n[ 0.381679] acpiphp: Slot [21] registered\n[ 0.382808] acpiphp: Slot [22] registered\n[ 0.383953] acpiphp: Slot [23] registered\n[ 0.385104] acpiphp: Slot [24] registered\n[ 0.386242] acpiphp: Slot [25] registered\n[ 0.387378] acpiphp: Slot [26] registered\n[ 0.388522] acpiphp: Slot [27] registered\n[ 0.389671] acpiphp: Slot [28] registered\n[ 0.390809] acpiphp: Slot [29] registered\n[ 0.391953] acpiphp: Slot [30] registered\n[ 0.393108] acpiphp: Slot [31] registered\n[ 0.394247] PCI host bridge to bus 0000:00\n[ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459976] vgaarb: loaded\n[ 0.460841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462974] SCSI subsystem initialized\n[ 0.464651] ACPI: bus type USB registered\n[ 0.465848] usbcore: registered new interface driver usbfs\n[ 0.467302] usbcore: registered new interface driver hub\n[ 0.468717] usbcore: registered new device driver usb\n[ 0.470400] PCI: Using ACPI for IRQ routing\n[ 0.472406] NetLabel: Initializing\n[ 0.473434] NetLabel: domain hash size = 128\n[ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476014] NetLabel: unlabeled traffic allowed by default\n[ 0.477895] amd_nb: Cannot enumerate AMD northbridges\n[ 0.479338] clocksource: Switched to clocksource kvm-clock\n[ 0.490163] AppArmor: AppArmor Filesystem Enabled\n[ 0.491548] pnp: PnP ACPI init\n[ 0.492923] pnp: PnP ACPI: found 5 devices\n[ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502475] NET: Registered protocol family 2\n[ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512689] NET: Registered protocol family 1\n[ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549843] Unpacking initramfs...\n[ 1.046511] Freeing initrd memory: 37084K\n[ 1.048242] Scanning for low memory corruption every 60 seconds\n[ 1.050360] audit: initializing netlink subsys (disabled)\n[ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized\n[ 1.053893] Initialise system trusted keyring\n[ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.059879] zbud: loaded\n[ 1.061012] VFS: Disk quotas dquot_6.6.0\n[ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.066001] fuse init (API version 7.23)\n[ 1.067292] Key type big_key registered\n[ 1.068450] Allocating IMA MOK and blacklist keyrings.\n[ 1.070241] Key type asymmetric registered\n[ 1.071436] Asymmetric key parser 'x509' registered\n[ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.074932] io scheduler noop registered\n[ 1.076056] io scheduler deadline registered (default)\n[ 1.077473] io scheduler cfq registered\n[ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.084097] ACPI: Power Button [PWRF]\n[ 1.085361] GHES: HEST is not enabled!\n[ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.165136] Linux agpgart interface v0.103\n[ 1.168181] loop: module loaded\n[ 1.171911] vda: vda1\n[ 1.173673] scsi host0: ata_piix\n[ 1.174776] scsi host1: ata_piix\n[ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.179977] libphy: Fixed MDIO Bus: probed\n[ 1.181166] tun: Universal TUN/TAP device driver, 1.6\n[ 1.182523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.185405] PPP generic driver version 2.4.2\n[ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.188409] ehci-pci: EHCI PCI platform driver\n[ 1.189691] ehci-platform: EHCI generic platform driver\n[ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.192725] ohci-pci: OHCI PCI platform driver\n[ 1.193964] ohci-platform: OHCI generic platform driver\n[ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222102] usb usb1: Product: UHCI Host Controller\n[ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.225105] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.226478] hub 1-0:1.0: USB hub found\n[ 1.227569] hub 1-0:1.0: 2 ports detected\n[ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.234772] mousedev: PS/2 mouse device common for all mice\n[ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.239166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.244098] i2c /dev entries driver\n[ 1.245182] device-mapper: uevent: version 1.0.3\n[ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.250728] NET: Registered protocol family 10\n[ 1.252431] NET: Registered protocol family 17\n[ 1.253706] Key type dns_resolver registered\n[ 1.255204] registered taskstats version 1\n[ 1.256417] Loading compiled-in X.509 certificates\n[ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.261021] zswap: loaded using pool lzo/zbud\n[ 1.263989] Key type trusted registered\n[ 1.267083] Key type encrypted registered\n[ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.269871] ima: No TPM chip found, activating TPM-bypass!\n[ 1.271421] evm: HMAC attrs: 0x1\n[ 1.272874] Magic number: 14:180:362\n[ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095)\n[ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.278284] EDD information not available.\n[ 1.338207] Freeing unused kernel memory: 1512K\n[ 1.339620] Write protecting the kernel read-only data: 14336k\n[ 1.359255] Freeing unused kernel memory: 1692K\n[ 1.360929] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.469636] [drm] Initialized drm 1.1.0 20060810\n[ 1.472274] virtio_net virtio0 ens3: renamed from eth0\n[ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.503738] FDC 0 is a S82078B\n[ 1.513047] AVX2 version of gcm_enc/dec engaged.\n[ 1.514421] AES CTR mode by8 optimization enabled\n[ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708029] usb 1-1: Product: QEMU USB Tablet\n[ 1.709327] usb 1-1: Manufacturer: QEMU\n[ 1.710476] usb 1-1: SerialNumber: 42\n[ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.725877] usbcore: registered new interface driver usbhid\n[ 1.727788] usbhid: USB HID core driver\n[ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz\n[ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns\nBegin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1\n[ 2.110856] md: multipath personality registered for level -4\n[ 2.115108] md: raid0 personality registered for level 0\n[ 2.119827] md: raid1 personality registered for level 1\n[ 2.191324] raid6: sse2x1 gen() 11552 MB/s\n[ 2.259343] raid6: sse2x1 xor() 9042 MB/s\n[ 2.327338] raid6: sse2x2 gen() 14751 MB/s\n[ 2.395319] raid6: sse2x2 xor() 9911 MB/s\n[ 2.463319] raid6: sse2x4 gen() 16886 MB/s\n[ 2.531332] raid6: sse2x4 xor() 11436 MB/s\n[ 2.599320] raid6: avx2x1 gen() 22360 MB/s\n[ 2.667320] raid6: avx2x2 gen() 26636 MB/s\n[ 2.735320] raid6: avx2x4 gen() 29552 MB/s\n[ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s\n[ 2.742442] raid6: using avx2x2 recovery algorithm\n[ 2.750591] xor: automatically using best checksumming function:\n[ 2.791318] avx : 32627.000 MB/sec\n[ 2.794607] async_tx: api initialized (async)\n[ 2.808274] md: raid6 personality registered for level 6\n[ 2.810153] md: raid5 personality registered for level 5\n[ 2.812015] md: raid4 personality registered for level 4\n[ 2.820029] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 3.013986] systemd[1]: Detected virtualization kvm.\n[ 3.015785] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.020674] systemd[1]: Set hostname to .\n[ 3.024597] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.026744] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.165236] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.173089] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.176808] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.185299] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.189127] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.192671] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.199894] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.209061] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.232119] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.239161] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.251827] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268351] systemd[1]: Starting Nameserver information manager...\n[ 3.272933] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp)\n\n[ 3.292289] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.298172] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.314231] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.319420] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser)\n\n[ 3.338378] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.355431] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.362996] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.366965] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.374465] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.379793] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.391635] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.399428] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[ 3.888291] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 58.978298] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 27 Aug 2018 03:21:40 +0000. Up 6.34 seconds.\n[ 58.981084] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n"} 2018-08-27 03:22:33,837 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-adf21bdf-f398-45b2-8afc-dff4ffaaa613 2018-08-27 03:22:33,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.112491846085s 2018-08-27 03:22:33,838 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-adf21bdf-f398-45b2-8afc-dff4ffaaa613 2018-08-27 03:22:33,839 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 756899176 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181517] pid_max: default: 32768 minimum: 301 [ 0.182783] ACPI: Core revision 20150930 [ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186360] Security Framework initialized [ 0.187507] Yama: becoming mindful. [ 0.188539] AppArmor: AppArmor initialized [ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196969] Initializing cgroup subsys io [ 0.198139] Initializing cgroup subsys memory [ 0.199357] Initializing cgroup subsys devices [ 0.200583] Initializing cgroup subsys freezer [ 0.201821] Initializing cgroup subsys net_cls [ 0.203052] Initializing cgroup subsys perf_event [ 0.204335] Initializing cgroup subsys net_prio [ 0.205577] Initializing cgroup subsys hugetlb [ 0.206793] Initializing cgroup subsys pids [ 0.207988] CPU: Physical Processor ID: 0 [ 0.209815] mce: CPU supports 10 MCE banks [ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213934] Spectre V2 : Mitigation: Full generic retpoline [ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.217237] Speculative Store Bypass: Vulnerable [ 0.234720] Freeing SMP alternatives memory: 32K [ 0.240900] ftrace: allocating 32237 entries in 126 pages [ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277910] smpboot: Max logical packages: 1 [ 0.279342] x2apic enabled [ 0.280497] Switched APIC routing to physical x2apic. [ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289960] KVM setup paravirtual spinlock [ 0.291670] x86: Booted up 1 node, 1 CPUs [ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294764] devtmpfs: initialized [ 0.296762] evm: security.selinux [ 0.297733] evm: security.SMACK64 [ 0.298697] evm: security.SMACK64EXEC [ 0.299738] evm: security.SMACK64TRANSMUTE [ 0.300875] evm: security.SMACK64MMAP [ 0.301928] evm: security.ima [ 0.302834] evm: security.capability [ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.308103] pinctrl core: initialized pinctrl subsystem [ 0.309596] RTC time: 3:21:34, date: 08/27/18 [ 0.310925] NET: Registered protocol family 16 [ 0.312268] cpuidle: using governor ladder [ 0.313421] cpuidle: using governor menu [ 0.314526] PCCT header not found. [ 0.315578] ACPI: bus type PCI registered [ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318415] PCI: Using configuration type 1 for base access [ 0.320675] ACPI: Added _OSI(Module Device) [ 0.321851] ACPI: Added _OSI(Processor Device) [ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324315] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326532] ACPI: Interpreter enabled [ 0.327585] ACPI: (supports S0 S5) [ 0.328568] ACPI: Using IOAPIC for interrupt routing [ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346984] acpiphp: Slot [3] registered [ 0.348114] acpiphp: Slot [4] registered [ 0.349246] acpiphp: Slot [5] registered [ 0.350365] acpiphp: Slot [6] registered [ 0.365574] acpiphp: Slot [7] registered [ 0.366699] acpiphp: Slot [8] registered [ 0.367826] acpiphp: Slot [9] registered [ 0.368948] acpiphp: Slot [10] registered [ 0.370092] acpiphp: Slot [11] registered [ 0.371232] acpiphp: Slot [12] registered [ 0.372379] acpiphp: Slot [13] registered [ 0.373516] acpiphp: Slot [14] registered [ 0.374655] acpiphp: Slot [15] registered [ 0.375799] acpiphp: Slot [16] registered [ 0.377100] acpiphp: Slot [17] registered [ 0.378255] acpiphp: Slot [18] registered [ 0.379399] acpiphp: Slot [19] registered [ 0.380539] acpiphp: Slot [20] registered [ 0.381679] acpiphp: Slot [21] registered [ 0.382808] acpiphp: Slot [22] registered [ 0.383953] acpiphp: Slot [23] registered [ 0.385104] acpiphp: Slot [24] registered [ 0.386242] acpiphp: Slot [25] registered [ 0.387378] acpiphp: Slot [26] registered [ 0.388522] acpiphp: Slot [27] registered [ 0.389671] acpiphp: Slot [28] registered [ 0.390809] acpiphp: Slot [29] registered [ 0.391953] acpiphp: Slot [30] registered [ 0.393108] acpiphp: Slot [31] registered [ 0.394247] PCI host bridge to bus 0000:00 [ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459976] vgaarb: loaded [ 0.460841] vgaarb: bridge control possible 0000:00:02.0 [ 0.462974] SCSI subsystem initialized [ 0.464651] ACPI: bus type USB registered [ 0.465848] usbcore: registered new interface driver usbfs [ 0.467302] usbcore: registered new interface driver hub [ 0.468717] usbcore: registered new device driver usb [ 0.470400] PCI: Using ACPI for IRQ routing [ 0.472406] NetLabel: Initializing [ 0.473434] NetLabel: domain hash size = 128 [ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476014] NetLabel: unlabeled traffic allowed by default [ 0.477895] amd_nb: Cannot enumerate AMD northbridges [ 0.479338] clocksource: Switched to clocksource kvm-clock [ 0.490163] AppArmor: AppArmor Filesystem Enabled [ 0.491548] pnp: PnP ACPI init [ 0.492923] pnp: PnP ACPI: found 5 devices [ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502475] NET: Registered protocol family 2 [ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512689] NET: Registered protocol family 1 [ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549843] Unpacking initramfs... [ 1.046511] Freeing initrd memory: 37084K [ 1.048242] Scanning for low memory corruption every 60 seconds [ 1.050360] audit: initializing netlink subsys (disabled) [ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized [ 1.053893] Initialise system trusted keyring [ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.059879] zbud: loaded [ 1.061012] VFS: Disk quotas dquot_6.6.0 [ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.066001] fuse init (API version 7.23) [ 1.067292] Key type big_key registered [ 1.068450] Allocating IMA MOK and blacklist keyrings. [ 1.070241] Key type asymmetric registered [ 1.071436] Asymmetric key parser 'x509' registered [ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.074932] io scheduler noop registered [ 1.076056] io scheduler deadline registered (default) [ 1.077473] io scheduler cfq registered [ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.084097] ACPI: Power Button [PWRF] [ 1.085361] GHES: HEST is not enabled! [ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.165136] Linux agpgart interface v0.103 [ 1.168181] loop: module loaded [ 1.171911] vda: vda1 [ 1.173673] scsi host0: ata_piix [ 1.174776] scsi host1: ata_piix [ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.179977] libphy: Fixed MDIO Bus: probed [ 1.181166] tun: Universal TUN/TAP device driver, 1.6 [ 1.182523] tun: (C) 1999-2004 Max Krasnyansky [ 1.185405] PPP generic driver version 2.4.2 [ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.188409] ehci-pci: EHCI PCI platform driver [ 1.189691] ehci-platform: EHCI generic platform driver [ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.192725] ohci-pci: OHCI PCI platform driver [ 1.193964] ohci-platform: OHCI generic platform driver [ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver [ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222102] usb usb1: Product: UHCI Host Controller [ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.225105] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226478] hub 1-0:1.0: USB hub found [ 1.227569] hub 1-0:1.0: 2 ports detected [ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.234772] mousedev: PS/2 mouse device common for all mice [ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.239166] rtc_cmos 00:00: RTC can wake from S4 [ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.244098] i2c /dev entries driver [ 1.245182] device-mapper: uevent: version 1.0.3 [ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs [ 1.250728] NET: Registered protocol family 10 [ 1.252431] NET: Registered protocol family 17 [ 1.253706] Key type dns_resolver registered [ 1.255204] registered taskstats version 1 [ 1.256417] Loading compiled-in X.509 certificates [ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.261021] zswap: loaded using pool lzo/zbud [ 1.263989] Key type trusted registered [ 1.267083] Key type encrypted registered [ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled [ 1.269871] ima: No TPM chip found, activating TPM-bypass! [ 1.271421] evm: HMAC attrs: 0x1 [ 1.272874] Magic number: 14:180:362 [ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095) [ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.278284] EDD information not available. [ 1.338207] Freeing unused kernel memory: 1512K [ 1.339620] Write protecting the kernel read-only data: 14336k [ 1.359255] Freeing unused kernel memory: 1692K [ 1.360929] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.469636] [drm] Initialized drm 1.1.0 20060810 [ 1.472274] virtio_net virtio0 ens3: renamed from eth0 [ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.503738] FDC 0 is a S82078B [ 1.513047] AVX2 version of gcm_enc/dec engaged. [ 1.514421] AES CTR mode by8 optimization enabled [ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708029] usb 1-1: Product: QEMU USB Tablet [ 1.709327] usb 1-1: Manufacturer: QEMU [ 1.710476] usb 1-1: SerialNumber: 42 [ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina [ 1.725877] usbcore: registered new interface driver usbhid [ 1.727788] usbhid: USB HID core driver [ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz [ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns Begin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1 [ 2.110856] md: multipath personality registered for level -4 [ 2.115108] md: raid0 personality registered for level 0 [ 2.119827] md: raid1 personality registered for level 1 [ 2.191324] raid6: sse2x1 gen() 11552 MB/s [ 2.259343] raid6: sse2x1 xor() 9042 MB/s [ 2.327338] raid6: sse2x2 gen() 14751 MB/s [ 2.395319] raid6: sse2x2 xor() 9911 MB/s [ 2.463319] raid6: sse2x4 gen() 16886 MB/s [ 2.531332] raid6: sse2x4 xor() 11436 MB/s [ 2.599320] raid6: avx2x1 gen() 22360 MB/s [ 2.667320] raid6: avx2x2 gen() 26636 MB/s [ 2.735320] raid6: avx2x4 gen() 29552 MB/s [ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s [ 2.742442] raid6: using avx2x2 recovery algorithm [ 2.750591] xor: automatically using best checksumming function: [ 2.791318] avx : 32627.000 MB/sec [ 2.794607] async_tx: api initialized (async) [ 2.808274] md: raid6 personality registered for level 6 [ 2.810153] md: raid5 personality registered for level 5 [ 2.812015] md: raid4 personality registered for level 4 [ 2.820029] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 3.013986] systemd[1]: Detected virtualization kvm. [ 3.015785] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.020674] systemd[1]: Set hostname to . [ 3.024597] systemd[1]: Initializing machine ID from KVM UUID. [ 3.026744] systemd[1]: Installed transient /etc/machine-id file. [ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.165236] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.173089] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.176808] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.185299] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.189127] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.192671] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.199894] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.209061] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.232119] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.239161] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.251827] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268351] systemd[1]: Starting Nameserver information manager... [ 3.272933] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp) [ 3.292289] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.298172] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.314231] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.319420] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser) [ 3.338378] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.355431] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.362996] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.366965] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.374465] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.379793] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.391635] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.399428] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [ 3.888291] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.978298] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 27 Aug 2018 03:21:40 +0000. Up 6.34 seconds. [ 58.981084] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ 2018-08-27 03:22:33,841 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-27 03:22:42,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 03:22:42,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 03:22:42,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:22:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26db19e8-fd54-450b-ab26-b2839678c52a x-compute-request-id: req-26db19e8-fd54-450b-ab26-b2839678c52a Content-Encoding: gzip Content-Length: 12922 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 756899176 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181517] pid_max: default: 32768 minimum: 301\n[ 0.182783] ACPI: Core revision 20150930\n[ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186360] Security Framework initialized\n[ 0.187507] Yama: becoming mindful.\n[ 0.188539] AppArmor: AppArmor initialized\n[ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196969] Initializing cgroup subsys io\n[ 0.198139] Initializing cgroup subsys memory\n[ 0.199357] Initializing cgroup subsys devices\n[ 0.200583] Initializing cgroup subsys freezer\n[ 0.201821] Initializing cgroup subsys net_cls\n[ 0.203052] Initializing cgroup subsys perf_event\n[ 0.204335] Initializing cgroup subsys net_prio\n[ 0.205577] Initializing cgroup subsys hugetlb\n[ 0.206793] Initializing cgroup subsys pids\n[ 0.207988] CPU: Physical Processor ID: 0\n[ 0.209815] mce: CPU supports 10 MCE banks\n[ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213934] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.217237] Speculative Store Bypass: Vulnerable\n[ 0.234720] Freeing SMP alternatives memory: 32K\n[ 0.240900] ftrace: allocating 32237 entries in 126 pages\n[ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277910] smpboot: Max logical packages: 1\n[ 0.279342] x2apic enabled\n[ 0.280497] Switched APIC routing to physical x2apic.\n[ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289960] KVM setup paravirtual spinlock\n[ 0.291670] x86: Booted up 1 node, 1 CPUs\n[ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294764] devtmpfs: initialized\n[ 0.296762] evm: security.selinux\n[ 0.297733] evm: security.SMACK64\n[ 0.298697] evm: security.SMACK64EXEC\n[ 0.299738] evm: security.SMACK64TRANSMUTE\n[ 0.300875] evm: security.SMACK64MMAP\n[ 0.301928] evm: security.ima\n[ 0.302834] evm: security.capability\n[ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.308103] pinctrl core: initialized pinctrl subsystem\n[ 0.309596] RTC time: 3:21:34, date: 08/27/18\n[ 0.310925] NET: Registered protocol family 16\n[ 0.312268] cpuidle: using governor ladder\n[ 0.313421] cpuidle: using governor menu\n[ 0.314526] PCCT header not found.\n[ 0.315578] ACPI: bus type PCI registered\n[ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318415] PCI: Using configuration type 1 for base access\n[ 0.320675] ACPI: Added _OSI(Module Device)\n[ 0.321851] ACPI: Added _OSI(Processor Device)\n[ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324315] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326532] ACPI: Interpreter enabled\n[ 0.327585] ACPI: (supports S0 S5)\n[ 0.328568] ACPI: Using IOAPIC for interrupt routing\n[ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346984] acpiphp: Slot [3] registered\n[ 0.348114] acpiphp: Slot [4] registered\n[ 0.349246] acpiphp: Slot [5] registered\n[ 0.350365] acpiphp: Slot [6] registered\n[ 0.365574] acpiphp: Slot [7] registered\n[ 0.366699] acpiphp: Slot [8] registered\n[ 0.367826] acpiphp: Slot [9] registered\n[ 0.368948] acpiphp: Slot [10] registered\n[ 0.370092] acpiphp: Slot [11] registered\n[ 0.371232] acpiphp: Slot [12] registered\n[ 0.372379] acpiphp: Slot [13] registered\n[ 0.373516] acpiphp: Slot [14] registered\n[ 0.374655] acpiphp: Slot [15] registered\n[ 0.375799] acpiphp: Slot [16] registered\n[ 0.377100] acpiphp: Slot [17] registered\n[ 0.378255] acpiphp: Slot [18] registered\n[ 0.379399] acpiphp: Slot [19] registered\n[ 0.380539] acpiphp: Slot [20] registered\n[ 0.381679] acpiphp: Slot [21] registered\n[ 0.382808] acpiphp: Slot [22] registered\n[ 0.383953] acpiphp: Slot [23] registered\n[ 0.385104] acpiphp: Slot [24] registered\n[ 0.386242] acpiphp: Slot [25] registered\n[ 0.387378] acpiphp: Slot [26] registered\n[ 0.388522] acpiphp: Slot [27] registered\n[ 0.389671] acpiphp: Slot [28] registered\n[ 0.390809] acpiphp: Slot [29] registered\n[ 0.391953] acpiphp: Slot [30] registered\n[ 0.393108] acpiphp: Slot [31] registered\n[ 0.394247] PCI host bridge to bus 0000:00\n[ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459976] vgaarb: loaded\n[ 0.460841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462974] SCSI subsystem initialized\n[ 0.464651] ACPI: bus type USB registered\n[ 0.465848] usbcore: registered new interface driver usbfs\n[ 0.467302] usbcore: registered new interface driver hub\n[ 0.468717] usbcore: registered new device driver usb\n[ 0.470400] PCI: Using ACPI for IRQ routing\n[ 0.472406] NetLabel: Initializing\n[ 0.473434] NetLabel: domain hash size = 128\n[ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476014] NetLabel: unlabeled traffic allowed by default\n[ 0.477895] amd_nb: Cannot enumerate AMD northbridges\n[ 0.479338] clocksource: Switched to clocksource kvm-clock\n[ 0.490163] AppArmor: AppArmor Filesystem Enabled\n[ 0.491548] pnp: PnP ACPI init\n[ 0.492923] pnp: PnP ACPI: found 5 devices\n[ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502475] NET: Registered protocol family 2\n[ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512689] NET: Registered protocol family 1\n[ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549843] Unpacking initramfs...\n[ 1.046511] Freeing initrd memory: 37084K\n[ 1.048242] Scanning for low memory corruption every 60 seconds\n[ 1.050360] audit: initializing netlink subsys (disabled)\n[ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized\n[ 1.053893] Initialise system trusted keyring\n[ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.059879] zbud: loaded\n[ 1.061012] VFS: Disk quotas dquot_6.6.0\n[ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.066001] fuse init (API version 7.23)\n[ 1.067292] Key type big_key registered\n[ 1.068450] Allocating IMA MOK and blacklist keyrings.\n[ 1.070241] Key type asymmetric registered\n[ 1.071436] Asymmetric key parser 'x509' registered\n[ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.074932] io scheduler noop registered\n[ 1.076056] io scheduler deadline registered (default)\n[ 1.077473] io scheduler cfq registered\n[ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.084097] ACPI: Power Button [PWRF]\n[ 1.085361] GHES: HEST is not enabled!\n[ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.165136] Linux agpgart interface v0.103\n[ 1.168181] loop: module loaded\n[ 1.171911] vda: vda1\n[ 1.173673] scsi host0: ata_piix\n[ 1.174776] scsi host1: ata_piix\n[ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.179977] libphy: Fixed MDIO Bus: probed\n[ 1.181166] tun: Universal TUN/TAP device driver, 1.6\n[ 1.182523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.185405] PPP generic driver version 2.4.2\n[ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.188409] ehci-pci: EHCI PCI platform driver\n[ 1.189691] ehci-platform: EHCI generic platform driver\n[ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.192725] ohci-pci: OHCI PCI platform driver\n[ 1.193964] ohci-platform: OHCI generic platform driver\n[ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222102] usb usb1: Product: UHCI Host Controller\n[ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.225105] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.226478] hub 1-0:1.0: USB hub found\n[ 1.227569] hub 1-0:1.0: 2 ports detected\n[ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.234772] mousedev: PS/2 mouse device common for all mice\n[ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.239166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.244098] i2c /dev entries driver\n[ 1.245182] device-mapper: uevent: version 1.0.3\n[ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.250728] NET: Registered protocol family 10\n[ 1.252431] NET: Registered protocol family 17\n[ 1.253706] Key type dns_resolver registered\n[ 1.255204] registered taskstats version 1\n[ 1.256417] Loading compiled-in X.509 certificates\n[ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.261021] zswap: loaded using pool lzo/zbud\n[ 1.263989] Key type trusted registered\n[ 1.267083] Key type encrypted registered\n[ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.269871] ima: No TPM chip found, activating TPM-bypass!\n[ 1.271421] evm: HMAC attrs: 0x1\n[ 1.272874] Magic number: 14:180:362\n[ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095)\n[ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.278284] EDD information not available.\n[ 1.338207] Freeing unused kernel memory: 1512K\n[ 1.339620] Write protecting the kernel read-only data: 14336k\n[ 1.359255] Freeing unused kernel memory: 1692K\n[ 1.360929] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.469636] [drm] Initialized drm 1.1.0 20060810\n[ 1.472274] virtio_net virtio0 ens3: renamed from eth0\n[ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.503738] FDC 0 is a S82078B\n[ 1.513047] AVX2 version of gcm_enc/dec engaged.\n[ 1.514421] AES CTR mode by8 optimization enabled\n[ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708029] usb 1-1: Product: QEMU USB Tablet\n[ 1.709327] usb 1-1: Manufacturer: QEMU\n[ 1.710476] usb 1-1: SerialNumber: 42\n[ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.725877] usbcore: registered new interface driver usbhid\n[ 1.727788] usbhid: USB HID core driver\n[ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz\n[ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns\nBegin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1\n[ 2.110856] md: multipath personality registered for level -4\n[ 2.115108] md: raid0 personality registered for level 0\n[ 2.119827] md: raid1 personality registered for level 1\n[ 2.191324] raid6: sse2x1 gen() 11552 MB/s\n[ 2.259343] raid6: sse2x1 xor() 9042 MB/s\n[ 2.327338] raid6: sse2x2 gen() 14751 MB/s\n[ 2.395319] raid6: sse2x2 xor() 9911 MB/s\n[ 2.463319] raid6: sse2x4 gen() 16886 MB/s\n[ 2.531332] raid6: sse2x4 xor() 11436 MB/s\n[ 2.599320] raid6: avx2x1 gen() 22360 MB/s\n[ 2.667320] raid6: avx2x2 gen() 26636 MB/s\n[ 2.735320] raid6: avx2x4 gen() 29552 MB/s\n[ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s\n[ 2.742442] raid6: using avx2x2 recovery algorithm\n[ 2.750591] xor: automatically using best checksumming function:\n[ 2.791318] avx : 32627.000 MB/sec\n[ 2.794607] async_tx: api initialized (async)\n[ 2.808274] md: raid6 personality registered for level 6\n[ 2.810153] md: raid5 personality registered for level 5\n[ 2.812015] md: raid4 personality registered for level 4\n[ 2.820029] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 3.013986] systemd[1]: Detected virtualization kvm.\n[ 3.015785] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.020674] systemd[1]: Set hostname to .\n[ 3.024597] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.026744] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.165236] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.173089] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.176808] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.185299] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.189127] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.192671] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.199894] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.209061] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.232119] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.239161] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.251827] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268351] systemd[1]: Starting Nameserver information manager...\n[ 3.272933] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp)\n\n[ 3.292289] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.298172] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.314231] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.319420] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser)\n\n[ 3.338378] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.355431] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.362996] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.366965] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.374465] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.379793] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.391635] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.399428] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[ 3.888291] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 58.978298] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 27 Aug 2018 03:21:40 +0000. Up 6.34 seconds.\n[ 58.981084] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.988128] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.991948] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.996142] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 59.003852] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:6e:1b:19 |\n[ 59.006340] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe6e:1b19/64 | . | link | fa:16:3e:6e:1b:19 |\n[ 59.012377] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 59.016166] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 59.024184] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 59.026530] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 59.032400] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 59.034636] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 59.040407] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 59.044132] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 59.048122] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 59.056125] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 59.058409] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 59.064353] cloud-init[934]: 2018-08-27 03:22:33,426 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 59.599734] cloud-init[934]: Generating public/private rsa key pair.\n[ 59.602474] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 59.608359] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 59.610238] cloud-init[934]: The key fingerprint is:\n[ 59.616126] cloud-init[934]: SHA256:q6pKZDxNwPE1y+OxvGZZ10JUd5yYtLyPqR9Zq38bVfE root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.618452] cloud-init[934]: The key's randomart image is:\n[ 59.620118] cloud-init[934]: +---[RSA 2048]----+\n[ 59.624152] cloud-init[934]: |.o. o ....o+o.|\n[ 59.625543] cloud-init[934]: | .o o o . ooooo|\n[ 59.632160] cloud-init[934]: | o = . o E|\n[ 59.633556] cloud-init[934]: |. o o + . . . .|\n[ 59.634890] cloud-init[934]: | = . + .So . . ..|\n[ 59.640230] cloud-init[934]: |o . + ... * o|\n[ 59.641603] cloud-init[934]: | . = . = + |\n[ 59.642942] cloud-init[934]: |. o . . o o|\n[ 59.648385] cloud-init[934]: |....... ..o.oo|\n[ 59.649750] cloud-init[934]: +----[SHA256]-----+\n[ 59.651078] cloud-init[934]: Generating public/private dsa key pair.\n[ 59.656406] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 59.658255] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 59.664139] cloud-init[934]: The key fingerprint is:\n[ 59.665555] cloud-init[934]: SHA256:MQ+GRkSDaNDVLMth+xACp7+mCGgfQr8QgCRuMlT+5S8 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.671573] cloud-init[934]: The key's randomart image is:\n[ 59.673093] cloud-init[934]: +---[DSA 1024]----+\n[ 59.674684] cloud-init[934]: |+*o+.*= |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 59.679944] cloud-init[934]: |*o* *.oo |\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.682684] cloud-init[934]: |*+ = *o.= |\n Starting iSCSI initiator daemon (iscsid)...\n[ 59.686857] cloud-init[934]: |+o *.o. = |\n[ 59.688180] cloud-init[934]: | o. + .S . |\n[[0;32m OK [0m] Reached target System Initialization.\n[ 59.690837] cloud-init[934]: |o o. . . |\n[ 59.692785] cloud-init[934]: [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n|o+oo E . |\n[ 59.697055] cloud-init[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m[934]: |+o+ o . |\n[ 59.701158] ] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.cloud-init[934]: |o o |\n[ 59.705051] cloud-init[934]: +----[SHA256]-----+\n[ 59.706019] cloud-init[934]: Generating public/private ecdsa key pair.\n[ 59.707238] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 59.711064] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[ 59.716753] cloud-init[934]: The key fingerprint is:\n[ 59.717803] cloud-init[934]: SHA256:6+txKWI0bhDjVmZXbc1WoMvJ/DIC80ZWfC1ZiXSJWT0 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.719720] cloud-init\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[934]: The key's randomart image is:\n[ 59.724832] cloud-init[934]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 59.727988] cloud-init[934]: | ...+*=*|\n[ 59.730367] cloud-init[934]: | . .o==E.|\n[[0;32m OK [0m] Reached target Sockets.\n[ 59.733643] cloud-init[934]: | o + . .+.+ o|\n[[0;32m OK [0m] Reached target Basic System.\n[ 59.736084] cloud-init[934]: | . * . = + . |\n[ 59.737058] cloud-init[934]: | + o S o * |\n[ 59.738024] cloud-init[934]: | . + . B . . |\n[ 59.738993] cloud-init[934]: | = + * o . |\n[ 59.739957] Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started iperf3 Service.cloud-init[934]: | o o = . o |\n[ 59.745070] cloud-init[934]: | .+. |\n[ 59.746070] cloud-init[934]: +----[SHA256]-----+\n[ 59.747044] cloud-init[934]: Generating public/private ed25519 key pair.\n[[0;32m OK [0m] Started iperf Service.\n\n Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.[ 59.769347] \n Starting /etc/rc.local Compatibility...cloud-init[934]: \n Starting System Logging Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.792132] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.800584] cloud-init[934]: The key fingerprint is:\n[ 59.806443] cloud-init[934]: SHA256:cQUYHPkzYZYS7mG/T8Gjy3GIyIue19bABKa/JdlZlwY root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.811234] cloud-init Starting Apply the settings specified in cloud-config...\n Starting Login Service...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started ACPI event daemon.\n[934]: Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\nThe key's randomart image is:\n[ 59.881821] cloud-init[934]: +--[ED25519 256]--+\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 59.921874] cloud-init[934]: \n| .+*.o. |\n[ 59.934164] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[934]: | o.= E. |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 59.967503] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[934]: | o .==.o . |[[0;32m OK [0m] Started Accounts Service.\n\n[ 59.980784] cloud-init[934]: | . o.==.+ |\n[ 59.987088] cloud-init[934]: | . =So.=+ |\n[ 59.992777] cloud-init[934]: | .+.*. + o |\n[ 59.999118] cloud-init[934]: | o=.o= o |\n[ 60.006129] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[934]: | oo.o..* |\n[ 60.015704] cloud-init[934]: | .+... o . |\n[ 60.020878] cloud-init[934]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 60.405294] cloud-init[1074]: Generating locales (this might take a while)...\n[ 61.074276] cloud-init[1074]: en_US.UTF-8... done\n[ 61.076094] cloud-init[1074]: Generation complete.\n"} 2018-08-27 03:22:42,970 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-26db19e8-fd54-450b-ab26-b2839678c52a 2018-08-27 03:22:42,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.118980884552s 2018-08-27 03:22:42,972 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-26db19e8-fd54-450b-ab26-b2839678c52a 2018-08-27 03:22:42,972 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 756899176 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181517] pid_max: default: 32768 minimum: 301 [ 0.182783] ACPI: Core revision 20150930 [ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186360] Security Framework initialized [ 0.187507] Yama: becoming mindful. [ 0.188539] AppArmor: AppArmor initialized [ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196969] Initializing cgroup subsys io [ 0.198139] Initializing cgroup subsys memory [ 0.199357] Initializing cgroup subsys devices [ 0.200583] Initializing cgroup subsys freezer [ 0.201821] Initializing cgroup subsys net_cls [ 0.203052] Initializing cgroup subsys perf_event [ 0.204335] Initializing cgroup subsys net_prio [ 0.205577] Initializing cgroup subsys hugetlb [ 0.206793] Initializing cgroup subsys pids [ 0.207988] CPU: Physical Processor ID: 0 [ 0.209815] mce: CPU supports 10 MCE banks [ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213934] Spectre V2 : Mitigation: Full generic retpoline [ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.217237] Speculative Store Bypass: Vulnerable [ 0.234720] Freeing SMP alternatives memory: 32K [ 0.240900] ftrace: allocating 32237 entries in 126 pages [ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277910] smpboot: Max logical packages: 1 [ 0.279342] x2apic enabled [ 0.280497] Switched APIC routing to physical x2apic. [ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289960] KVM setup paravirtual spinlock [ 0.291670] x86: Booted up 1 node, 1 CPUs [ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294764] devtmpfs: initialized [ 0.296762] evm: security.selinux [ 0.297733] evm: security.SMACK64 [ 0.298697] evm: security.SMACK64EXEC [ 0.299738] evm: security.SMACK64TRANSMUTE [ 0.300875] evm: security.SMACK64MMAP [ 0.301928] evm: security.ima [ 0.302834] evm: security.capability [ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.308103] pinctrl core: initialized pinctrl subsystem [ 0.309596] RTC time: 3:21:34, date: 08/27/18 [ 0.310925] NET: Registered protocol family 16 [ 0.312268] cpuidle: using governor ladder [ 0.313421] cpuidle: using governor menu [ 0.314526] PCCT header not found. [ 0.315578] ACPI: bus type PCI registered [ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318415] PCI: Using configuration type 1 for base access [ 0.320675] ACPI: Added _OSI(Module Device) [ 0.321851] ACPI: Added _OSI(Processor Device) [ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324315] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326532] ACPI: Interpreter enabled [ 0.327585] ACPI: (supports S0 S5) [ 0.328568] ACPI: Using IOAPIC for interrupt routing [ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346984] acpiphp: Slot [3] registered [ 0.348114] acpiphp: Slot [4] registered [ 0.349246] acpiphp: Slot [5] registered [ 0.350365] acpiphp: Slot [6] registered [ 0.365574] acpiphp: Slot [7] registered [ 0.366699] acpiphp: Slot [8] registered [ 0.367826] acpiphp: Slot [9] registered [ 0.368948] acpiphp: Slot [10] registered [ 0.370092] acpiphp: Slot [11] registered [ 0.371232] acpiphp: Slot [12] registered [ 0.372379] acpiphp: Slot [13] registered [ 0.373516] acpiphp: Slot [14] registered [ 0.374655] acpiphp: Slot [15] registered [ 0.375799] acpiphp: Slot [16] registered [ 0.377100] acpiphp: Slot [17] registered [ 0.378255] acpiphp: Slot [18] registered [ 0.379399] acpiphp: Slot [19] registered [ 0.380539] acpiphp: Slot [20] registered [ 0.381679] acpiphp: Slot [21] registered [ 0.382808] acpiphp: Slot [22] registered [ 0.383953] acpiphp: Slot [23] registered [ 0.385104] acpiphp: Slot [24] registered [ 0.386242] acpiphp: Slot [25] registered [ 0.387378] acpiphp: Slot [26] registered [ 0.388522] acpiphp: Slot [27] registered [ 0.389671] acpiphp: Slot [28] registered [ 0.390809] acpiphp: Slot [29] registered [ 0.391953] acpiphp: Slot [30] registered [ 0.393108] acpiphp: Slot [31] registered [ 0.394247] PCI host bridge to bus 0000:00 [ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459976] vgaarb: loaded [ 0.460841] vgaarb: bridge control possible 0000:00:02.0 [ 0.462974] SCSI subsystem initialized [ 0.464651] ACPI: bus type USB registered [ 0.465848] usbcore: registered new interface driver usbfs [ 0.467302] usbcore: registered new interface driver hub [ 0.468717] usbcore: registered new device driver usb [ 0.470400] PCI: Using ACPI for IRQ routing [ 0.472406] NetLabel: Initializing [ 0.473434] NetLabel: domain hash size = 128 [ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476014] NetLabel: unlabeled traffic allowed by default [ 0.477895] amd_nb: Cannot enumerate AMD northbridges [ 0.479338] clocksource: Switched to clocksource kvm-clock [ 0.490163] AppArmor: AppArmor Filesystem Enabled [ 0.491548] pnp: PnP ACPI init [ 0.492923] pnp: PnP ACPI: found 5 devices [ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502475] NET: Registered protocol family 2 [ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512689] NET: Registered protocol family 1 [ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549843] Unpacking initramfs... [ 1.046511] Freeing initrd memory: 37084K [ 1.048242] Scanning for low memory corruption every 60 seconds [ 1.050360] audit: initializing netlink subsys (disabled) [ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized [ 1.053893] Initialise system trusted keyring [ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.059879] zbud: loaded [ 1.061012] VFS: Disk quotas dquot_6.6.0 [ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.066001] fuse init (API version 7.23) [ 1.067292] Key type big_key registered [ 1.068450] Allocating IMA MOK and blacklist keyrings. [ 1.070241] Key type asymmetric registered [ 1.071436] Asymmetric key parser 'x509' registered [ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.074932] io scheduler noop registered [ 1.076056] io scheduler deadline registered (default) [ 1.077473] io scheduler cfq registered [ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.084097] ACPI: Power Button [PWRF] [ 1.085361] GHES: HEST is not enabled! [ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.165136] Linux agpgart interface v0.103 [ 1.168181] loop: module loaded [ 1.171911] vda: vda1 [ 1.173673] scsi host0: ata_piix [ 1.174776] scsi host1: ata_piix [ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.179977] libphy: Fixed MDIO Bus: probed [ 1.181166] tun: Universal TUN/TAP device driver, 1.6 [ 1.182523] tun: (C) 1999-2004 Max Krasnyansky [ 1.185405] PPP generic driver version 2.4.2 [ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.188409] ehci-pci: EHCI PCI platform driver [ 1.189691] ehci-platform: EHCI generic platform driver [ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.192725] ohci-pci: OHCI PCI platform driver [ 1.193964] ohci-platform: OHCI generic platform driver [ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver [ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222102] usb usb1: Product: UHCI Host Controller [ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.225105] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226478] hub 1-0:1.0: USB hub found [ 1.227569] hub 1-0:1.0: 2 ports detected [ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.234772] mousedev: PS/2 mouse device common for all mice [ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.239166] rtc_cmos 00:00: RTC can wake from S4 [ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.244098] i2c /dev entries driver [ 1.245182] device-mapper: uevent: version 1.0.3 [ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs [ 1.250728] NET: Registered protocol family 10 [ 1.252431] NET: Registered protocol family 17 [ 1.253706] Key type dns_resolver registered [ 1.255204] registered taskstats version 1 [ 1.256417] Loading compiled-in X.509 certificates [ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.261021] zswap: loaded using pool lzo/zbud [ 1.263989] Key type trusted registered [ 1.267083] Key type encrypted registered [ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled [ 1.269871] ima: No TPM chip found, activating TPM-bypass! [ 1.271421] evm: HMAC attrs: 0x1 [ 1.272874] Magic number: 14:180:362 [ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095) [ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.278284] EDD information not available. [ 1.338207] Freeing unused kernel memory: 1512K [ 1.339620] Write protecting the kernel read-only data: 14336k [ 1.359255] Freeing unused kernel memory: 1692K [ 1.360929] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.469636] [drm] Initialized drm 1.1.0 20060810 [ 1.472274] virtio_net virtio0 ens3: renamed from eth0 [ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.503738] FDC 0 is a S82078B [ 1.513047] AVX2 version of gcm_enc/dec engaged. [ 1.514421] AES CTR mode by8 optimization enabled [ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708029] usb 1-1: Product: QEMU USB Tablet [ 1.709327] usb 1-1: Manufacturer: QEMU [ 1.710476] usb 1-1: SerialNumber: 42 [ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina [ 1.725877] usbcore: registered new interface driver usbhid [ 1.727788] usbhid: USB HID core driver [ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz [ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns Begin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1 [ 2.110856] md: multipath personality registered for level -4 [ 2.115108] md: raid0 personality registered for level 0 [ 2.119827] md: raid1 personality registered for level 1 [ 2.191324] raid6: sse2x1 gen() 11552 MB/s [ 2.259343] raid6: sse2x1 xor() 9042 MB/s [ 2.327338] raid6: sse2x2 gen() 14751 MB/s [ 2.395319] raid6: sse2x2 xor() 9911 MB/s [ 2.463319] raid6: sse2x4 gen() 16886 MB/s [ 2.531332] raid6: sse2x4 xor() 11436 MB/s [ 2.599320] raid6: avx2x1 gen() 22360 MB/s [ 2.667320] raid6: avx2x2 gen() 26636 MB/s [ 2.735320] raid6: avx2x4 gen() 29552 MB/s [ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s [ 2.742442] raid6: using avx2x2 recovery algorithm [ 2.750591] xor: automatically using best checksumming function: [ 2.791318] avx : 32627.000 MB/sec [ 2.794607] async_tx: api initialized (async) [ 2.808274] md: raid6 personality registered for level 6 [ 2.810153] md: raid5 personality registered for level 5 [ 2.812015] md: raid4 personality registered for level 4 [ 2.820029] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 3.013986] systemd[1]: Detected virtualization kvm. [ 3.015785] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.020674] systemd[1]: Set hostname to . [ 3.024597] systemd[1]: Initializing machine ID from KVM UUID. [ 3.026744] systemd[1]: Installed transient /etc/machine-id file. [ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.165236] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.173089] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.176808] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.185299] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.189127] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.192671] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.199894] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.209061] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.232119] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.239161] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.251827] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268351] systemd[1]: Starting Nameserver information manager... [ 3.272933] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp) [ 3.292289] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.298172] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.314231] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.319420] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser) [ 3.338378] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.355431] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.362996] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.366965] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.374465] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.379793] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.391635] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.399428] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [ 3.888291] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.978298] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 27 Aug 2018 03:21:40 +0000. Up 6.34 seconds. [ 58.981084] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.988128] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.991948] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.996142] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 59.003852] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:6e:1b:19 | [ 59.006340] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe6e:1b19/64 | . | link | fa:16:3e:6e:1b:19 | [ 59.012377] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 59.016166] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . | [ 59.024184] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 59.026530] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 59.032400] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 59.034636] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 59.040407] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 59.044132] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 59.048122] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 59.056125] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 59.058409] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 59.064353] cloud-init[934]: 2018-08-27 03:22:33,426 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 59.599734] cloud-init[934]: Generating public/private rsa key pair. [ 59.602474] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 59.608359] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 59.610238] cloud-init[934]: The key fingerprint is: [ 59.616126] cloud-init[934]: SHA256:q6pKZDxNwPE1y+OxvGZZ10JUd5yYtLyPqR9Zq38bVfE root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.618452] cloud-init[934]: The key's randomart image is: [ 59.620118] cloud-init[934]: +---[RSA 2048]----+ [ 59.624152] cloud-init[934]: |.o. o ....o+o.| [ 59.625543] cloud-init[934]: | .o o o . ooooo| [ 59.632160] cloud-init[934]: | o = . o E| [ 59.633556] cloud-init[934]: |. o o + . . . .| [ 59.634890] cloud-init[934]: | = . + .So . . ..| [ 59.640230] cloud-init[934]: |o . + ... * o| [ 59.641603] cloud-init[934]: | . = . = + | [ 59.642942] cloud-init[934]: |. o . . o o| [ 59.648385] cloud-init[934]: |....... ..o.oo| [ 59.649750] cloud-init[934]: +----[SHA256]-----+ [ 59.651078] cloud-init[934]: Generating public/private dsa key pair. [ 59.656406] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 59.658255] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 59.664139] cloud-init[934]: The key fingerprint is: [ 59.665555] cloud-init[934]: SHA256:MQ+GRkSDaNDVLMth+xACp7+mCGgfQr8QgCRuMlT+5S8 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.671573] cloud-init[934]: The key's randomart image is: [ 59.673093] cloud-init[934]: +---[DSA 1024]----+ [ 59.674684] cloud-init[934]: |+*o+.*= | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Cloud-config availability. [ 59.679944] cloud-init[934]: |*o* *.oo | [[0;32m OK [0m] Reached target Network is Online. [ 59.682684] cloud-init[934]: |*+ = *o.= | Starting iSCSI initiator daemon (iscsid)... [ 59.686857] cloud-init[934]: |+o *.o. = | [ 59.688180] cloud-init[934]: | o. + .S . | [[0;32m OK [0m] Reached target System Initialization. [ 59.690837] cloud-init[934]: |o o. . . | [ 59.692785] cloud-init[934]: [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. |o+oo E . | [ 59.697055] cloud-init[[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m[934]: |+o+ o . | [ 59.701158] ] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.cloud-init[934]: |o o | [ 59.705051] cloud-init[934]: +----[SHA256]-----+ [ 59.706019] cloud-init[934]: Generating public/private ecdsa key pair. [ 59.707238] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 59.711064] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting LXD - unix socket. Starting Socket activation for snappy daemon. [ 59.716753] cloud-init[934]: The key fingerprint is: [ 59.717803] cloud-init[934]: SHA256:6+txKWI0bhDjVmZXbc1WoMvJ/DIC80ZWfC1ZiXSJWT0 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.719720] cloud-init [[0;32m OK [0m] Listening on LXD - unix socket. [934]: The key's randomart image is: [ 59.724832] cloud-init[934]: +---[ECDSA 256]---+ [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 59.727988] cloud-init[934]: | ...+*=*| [ 59.730367] cloud-init[934]: | . .o==E.| [[0;32m OK [0m] Reached target Sockets. [ 59.733643] cloud-init[934]: | o + . .+.+ o| [[0;32m OK [0m] Reached target Basic System. [ 59.736084] cloud-init[934]: | . * . = + . | [ 59.737058] cloud-init[934]: | + o S o * | [ 59.738024] cloud-init[934]: | . + . B . . | [ 59.738993] cloud-init[934]: | = + * o . | [ 59.739957] Starting Accounts Service... [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started iperf3 Service.cloud-init[934]: | o o = . o | [ 59.745070] cloud-init[934]: | .+. | [ 59.746070] cloud-init[934]: +----[SHA256]-----+ [ 59.747044] cloud-init[934]: Generating public/private ed25519 key pair. [[0;32m OK [0m] Started iperf Service. Starting Pollinate to seed the pseudo random number generator... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started Unattended Upgrades Shutdown.[ 59.769347] Starting /etc/rc.local Compatibility...cloud-init[934]: Starting System Logging Service... [[0;32m OK [0m] Started D-Bus System Message Bus. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.792132] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.800584] cloud-init[934]: The key fingerprint is: [ 59.806443] cloud-init[934]: SHA256:cQUYHPkzYZYS7mG/T8Gjy3GIyIue19bABKa/JdlZlwY root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.811234] cloud-init Starting Apply the settings specified in cloud-config... Starting Login Service... [[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting LXD - container startup/shutdown... Starting Snappy daemon... [[0;32m OK [0m] Started ACPI event daemon. [934]: Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. The key's randomart image is: [ 59.881821] cloud-init[934]: +--[ED25519 256]--+ [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 59.921874] cloud-init[934]: | .+*.o. | [ 59.934164] cloud-init[[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [934]: | o.= E. | [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 59.967503] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [934]: | o .==.o . |[[0;32m OK [0m] Started Accounts Service. [ 59.980784] cloud-init[934]: | . o.==.+ | [ 59.987088] cloud-init[934]: | . =So.=+ | [ 59.992777] cloud-init[934]: | .+.*. + o | [ 59.999118] cloud-init[934]: | o=.o= o | [ 60.006129] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown. [934]: | oo.o..* | [ 60.015704] cloud-init[934]: | .+... o . | [ 60.020878] cloud-init[934]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 60.405294] cloud-init[1074]: Generating locales (this might take a while)... [ 61.074276] cloud-init[1074]: en_US.UTF-8... done [ 61.076094] cloud-init[1074]: Generation complete. 2018-08-27 03:22:42,974 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-27 03:22:51,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 03:22:51,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 03:22:52,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:22:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6eac8f8-6f5f-4fcb-b653-b9f537fc94ff x-compute-request-id: req-f6eac8f8-6f5f-4fcb-b653-b9f537fc94ff Content-Encoding: gzip Content-Length: 12954 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 756899176 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181517] pid_max: default: 32768 minimum: 301\n[ 0.182783] ACPI: Core revision 20150930\n[ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186360] Security Framework initialized\n[ 0.187507] Yama: becoming mindful.\n[ 0.188539] AppArmor: AppArmor initialized\n[ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196969] Initializing cgroup subsys io\n[ 0.198139] Initializing cgroup subsys memory\n[ 0.199357] Initializing cgroup subsys devices\n[ 0.200583] Initializing cgroup subsys freezer\n[ 0.201821] Initializing cgroup subsys net_cls\n[ 0.203052] Initializing cgroup subsys perf_event\n[ 0.204335] Initializing cgroup subsys net_prio\n[ 0.205577] Initializing cgroup subsys hugetlb\n[ 0.206793] Initializing cgroup subsys pids\n[ 0.207988] CPU: Physical Processor ID: 0\n[ 0.209815] mce: CPU supports 10 MCE banks\n[ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213934] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.217237] Speculative Store Bypass: Vulnerable\n[ 0.234720] Freeing SMP alternatives memory: 32K\n[ 0.240900] ftrace: allocating 32237 entries in 126 pages\n[ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277910] smpboot: Max logical packages: 1\n[ 0.279342] x2apic enabled\n[ 0.280497] Switched APIC routing to physical x2apic.\n[ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289960] KVM setup paravirtual spinlock\n[ 0.291670] x86: Booted up 1 node, 1 CPUs\n[ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294764] devtmpfs: initialized\n[ 0.296762] evm: security.selinux\n[ 0.297733] evm: security.SMACK64\n[ 0.298697] evm: security.SMACK64EXEC\n[ 0.299738] evm: security.SMACK64TRANSMUTE\n[ 0.300875] evm: security.SMACK64MMAP\n[ 0.301928] evm: security.ima\n[ 0.302834] evm: security.capability\n[ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.308103] pinctrl core: initialized pinctrl subsystem\n[ 0.309596] RTC time: 3:21:34, date: 08/27/18\n[ 0.310925] NET: Registered protocol family 16\n[ 0.312268] cpuidle: using governor ladder\n[ 0.313421] cpuidle: using governor menu\n[ 0.314526] PCCT header not found.\n[ 0.315578] ACPI: bus type PCI registered\n[ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318415] PCI: Using configuration type 1 for base access\n[ 0.320675] ACPI: Added _OSI(Module Device)\n[ 0.321851] ACPI: Added _OSI(Processor Device)\n[ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324315] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326532] ACPI: Interpreter enabled\n[ 0.327585] ACPI: (supports S0 S5)\n[ 0.328568] ACPI: Using IOAPIC for interrupt routing\n[ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346984] acpiphp: Slot [3] registered\n[ 0.348114] acpiphp: Slot [4] registered\n[ 0.349246] acpiphp: Slot [5] registered\n[ 0.350365] acpiphp: Slot [6] registered\n[ 0.365574] acpiphp: Slot [7] registered\n[ 0.366699] acpiphp: Slot [8] registered\n[ 0.367826] acpiphp: Slot [9] registered\n[ 0.368948] acpiphp: Slot [10] registered\n[ 0.370092] acpiphp: Slot [11] registered\n[ 0.371232] acpiphp: Slot [12] registered\n[ 0.372379] acpiphp: Slot [13] registered\n[ 0.373516] acpiphp: Slot [14] registered\n[ 0.374655] acpiphp: Slot [15] registered\n[ 0.375799] acpiphp: Slot [16] registered\n[ 0.377100] acpiphp: Slot [17] registered\n[ 0.378255] acpiphp: Slot [18] registered\n[ 0.379399] acpiphp: Slot [19] registered\n[ 0.380539] acpiphp: Slot [20] registered\n[ 0.381679] acpiphp: Slot [21] registered\n[ 0.382808] acpiphp: Slot [22] registered\n[ 0.383953] acpiphp: Slot [23] registered\n[ 0.385104] acpiphp: Slot [24] registered\n[ 0.386242] acpiphp: Slot [25] registered\n[ 0.387378] acpiphp: Slot [26] registered\n[ 0.388522] acpiphp: Slot [27] registered\n[ 0.389671] acpiphp: Slot [28] registered\n[ 0.390809] acpiphp: Slot [29] registered\n[ 0.391953] acpiphp: Slot [30] registered\n[ 0.393108] acpiphp: Slot [31] registered\n[ 0.394247] PCI host bridge to bus 0000:00\n[ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459976] vgaarb: loaded\n[ 0.460841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462974] SCSI subsystem initialized\n[ 0.464651] ACPI: bus type USB registered\n[ 0.465848] usbcore: registered new interface driver usbfs\n[ 0.467302] usbcore: registered new interface driver hub\n[ 0.468717] usbcore: registered new device driver usb\n[ 0.470400] PCI: Using ACPI for IRQ routing\n[ 0.472406] NetLabel: Initializing\n[ 0.473434] NetLabel: domain hash size = 128\n[ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476014] NetLabel: unlabeled traffic allowed by default\n[ 0.477895] amd_nb: Cannot enumerate AMD northbridges\n[ 0.479338] clocksource: Switched to clocksource kvm-clock\n[ 0.490163] AppArmor: AppArmor Filesystem Enabled\n[ 0.491548] pnp: PnP ACPI init\n[ 0.492923] pnp: PnP ACPI: found 5 devices\n[ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502475] NET: Registered protocol family 2\n[ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512689] NET: Registered protocol family 1\n[ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549843] Unpacking initramfs...\n[ 1.046511] Freeing initrd memory: 37084K\n[ 1.048242] Scanning for low memory corruption every 60 seconds\n[ 1.050360] audit: initializing netlink subsys (disabled)\n[ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized\n[ 1.053893] Initialise system trusted keyring\n[ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.059879] zbud: loaded\n[ 1.061012] VFS: Disk quotas dquot_6.6.0\n[ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.066001] fuse init (API version 7.23)\n[ 1.067292] Key type big_key registered\n[ 1.068450] Allocating IMA MOK and blacklist keyrings.\n[ 1.070241] Key type asymmetric registered\n[ 1.071436] Asymmetric key parser 'x509' registered\n[ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.074932] io scheduler noop registered\n[ 1.076056] io scheduler deadline registered (default)\n[ 1.077473] io scheduler cfq registered\n[ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.084097] ACPI: Power Button [PWRF]\n[ 1.085361] GHES: HEST is not enabled!\n[ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.165136] Linux agpgart interface v0.103\n[ 1.168181] loop: module loaded\n[ 1.171911] vda: vda1\n[ 1.173673] scsi host0: ata_piix\n[ 1.174776] scsi host1: ata_piix\n[ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.179977] libphy: Fixed MDIO Bus: probed\n[ 1.181166] tun: Universal TUN/TAP device driver, 1.6\n[ 1.182523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.185405] PPP generic driver version 2.4.2\n[ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.188409] ehci-pci: EHCI PCI platform driver\n[ 1.189691] ehci-platform: EHCI generic platform driver\n[ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.192725] ohci-pci: OHCI PCI platform driver\n[ 1.193964] ohci-platform: OHCI generic platform driver\n[ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222102] usb usb1: Product: UHCI Host Controller\n[ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.225105] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.226478] hub 1-0:1.0: USB hub found\n[ 1.227569] hub 1-0:1.0: 2 ports detected\n[ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.234772] mousedev: PS/2 mouse device common for all mice\n[ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.239166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.244098] i2c /dev entries driver\n[ 1.245182] device-mapper: uevent: version 1.0.3\n[ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.250728] NET: Registered protocol family 10\n[ 1.252431] NET: Registered protocol family 17\n[ 1.253706] Key type dns_resolver registered\n[ 1.255204] registered taskstats version 1\n[ 1.256417] Loading compiled-in X.509 certificates\n[ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.261021] zswap: loaded using pool lzo/zbud\n[ 1.263989] Key type trusted registered\n[ 1.267083] Key type encrypted registered\n[ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.269871] ima: No TPM chip found, activating TPM-bypass!\n[ 1.271421] evm: HMAC attrs: 0x1\n[ 1.272874] Magic number: 14:180:362\n[ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095)\n[ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.278284] EDD information not available.\n[ 1.338207] Freeing unused kernel memory: 1512K\n[ 1.339620] Write protecting the kernel read-only data: 14336k\n[ 1.359255] Freeing unused kernel memory: 1692K\n[ 1.360929] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.469636] [drm] Initialized drm 1.1.0 20060810\n[ 1.472274] virtio_net virtio0 ens3: renamed from eth0\n[ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.503738] FDC 0 is a S82078B\n[ 1.513047] AVX2 version of gcm_enc/dec engaged.\n[ 1.514421] AES CTR mode by8 optimization enabled\n[ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708029] usb 1-1: Product: QEMU USB Tablet\n[ 1.709327] usb 1-1: Manufacturer: QEMU\n[ 1.710476] usb 1-1: SerialNumber: 42\n[ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.725877] usbcore: registered new interface driver usbhid\n[ 1.727788] usbhid: USB HID core driver\n[ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz\n[ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns\nBegin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1\n[ 2.110856] md: multipath personality registered for level -4\n[ 2.115108] md: raid0 personality registered for level 0\n[ 2.119827] md: raid1 personality registered for level 1\n[ 2.191324] raid6: sse2x1 gen() 11552 MB/s\n[ 2.259343] raid6: sse2x1 xor() 9042 MB/s\n[ 2.327338] raid6: sse2x2 gen() 14751 MB/s\n[ 2.395319] raid6: sse2x2 xor() 9911 MB/s\n[ 2.463319] raid6: sse2x4 gen() 16886 MB/s\n[ 2.531332] raid6: sse2x4 xor() 11436 MB/s\n[ 2.599320] raid6: avx2x1 gen() 22360 MB/s\n[ 2.667320] raid6: avx2x2 gen() 26636 MB/s\n[ 2.735320] raid6: avx2x4 gen() 29552 MB/s\n[ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s\n[ 2.742442] raid6: using avx2x2 recovery algorithm\n[ 2.750591] xor: automatically using best checksumming function:\n[ 2.791318] avx : 32627.000 MB/sec\n[ 2.794607] async_tx: api initialized (async)\n[ 2.808274] md: raid6 personality registered for level 6\n[ 2.810153] md: raid5 personality registered for level 5\n[ 2.812015] md: raid4 personality registered for level 4\n[ 2.820029] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 3.013986] systemd[1]: Detected virtualization kvm.\n[ 3.015785] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.020674] systemd[1]: Set hostname to .\n[ 3.024597] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.026744] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.165236] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.173089] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.176808] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.185299] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.189127] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.192671] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.199894] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.209061] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.232119] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.239161] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.251827] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268351] systemd[1]: Starting Nameserver information manager...\n[ 3.272933] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp)\n\n[ 3.292289] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.298172] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.314231] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.319420] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser)\n\n[ 3.338378] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.355431] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.362996] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.366965] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.374465] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.379793] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.391635] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.399428] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[ 3.888291] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 58.978298] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 27 Aug 2018 03:21:40 +0000. Up 6.34 seconds.\n[ 58.981084] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.988128] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.991948] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.996142] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 59.003852] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:6e:1b:19 |\n[ 59.006340] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe6e:1b19/64 | . | link | fa:16:3e:6e:1b:19 |\n[ 59.012377] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 59.016166] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 59.024184] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 59.026530] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 59.032400] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 59.034636] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 59.040407] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 59.044132] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 59.048122] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 59.056125] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 59.058409] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 59.064353] cloud-init[934]: 2018-08-27 03:22:33,426 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 59.599734] cloud-init[934]: Generating public/private rsa key pair.\n[ 59.602474] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 59.608359] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 59.610238] cloud-init[934]: The key fingerprint is:\n[ 59.616126] cloud-init[934]: SHA256:q6pKZDxNwPE1y+OxvGZZ10JUd5yYtLyPqR9Zq38bVfE root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.618452] cloud-init[934]: The key's randomart image is:\n[ 59.620118] cloud-init[934]: +---[RSA 2048]----+\n[ 59.624152] cloud-init[934]: |.o. o ....o+o.|\n[ 59.625543] cloud-init[934]: | .o o o . ooooo|\n[ 59.632160] cloud-init[934]: | o = . o E|\n[ 59.633556] cloud-init[934]: |. o o + . . . .|\n[ 59.634890] cloud-init[934]: | = . + .So . . ..|\n[ 59.640230] cloud-init[934]: |o . + ... * o|\n[ 59.641603] cloud-init[934]: | . = . = + |\n[ 59.642942] cloud-init[934]: |. o . . o o|\n[ 59.648385] cloud-init[934]: |....... ..o.oo|\n[ 59.649750] cloud-init[934]: +----[SHA256]-----+\n[ 59.651078] cloud-init[934]: Generating public/private dsa key pair.\n[ 59.656406] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 59.658255] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 59.664139] cloud-init[934]: The key fingerprint is:\n[ 59.665555] cloud-init[934]: SHA256:MQ+GRkSDaNDVLMth+xACp7+mCGgfQr8QgCRuMlT+5S8 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.671573] cloud-init[934]: The key's randomart image is:\n[ 59.673093] cloud-init[934]: +---[DSA 1024]----+\n[ 59.674684] cloud-init[934]: |+*o+.*= |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 59.679944] cloud-init[934]: |*o* *.oo |\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.682684] cloud-init[934]: |*+ = *o.= |\n Starting iSCSI initiator daemon (iscsid)...\n[ 59.686857] cloud-init[934]: |+o *.o. = |\n[ 59.688180] cloud-init[934]: | o. + .S . |\n[[0;32m OK [0m] Reached target System Initialization.\n[ 59.690837] cloud-init[934]: |o o. . . |\n[ 59.692785] cloud-init[934]: [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n|o+oo E . |\n[ 59.697055] cloud-init[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m[934]: |+o+ o . |\n[ 59.701158] ] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.cloud-init[934]: |o o |\n[ 59.705051] cloud-init[934]: +----[SHA256]-----+\n[ 59.706019] cloud-init[934]: Generating public/private ecdsa key pair.\n[ 59.707238] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 59.711064] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[ 59.716753] cloud-init[934]: The key fingerprint is:\n[ 59.717803] cloud-init[934]: SHA256:6+txKWI0bhDjVmZXbc1WoMvJ/DIC80ZWfC1ZiXSJWT0 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.719720] cloud-init\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[934]: The key's randomart image is:\n[ 59.724832] cloud-init[934]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 59.727988] cloud-init[934]: | ...+*=*|\n[ 59.730367] cloud-init[934]: | . .o==E.|\n[[0;32m OK [0m] Reached target Sockets.\n[ 59.733643] cloud-init[934]: | o + . .+.+ o|\n[[0;32m OK [0m] Reached target Basic System.\n[ 59.736084] cloud-init[934]: | . * . = + . |\n[ 59.737058] cloud-init[934]: | + o S o * |\n[ 59.738024] cloud-init[934]: | . + . B . . |\n[ 59.738993] cloud-init[934]: | = + * o . |\n[ 59.739957] Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started iperf3 Service.cloud-init[934]: | o o = . o |\n[ 59.745070] cloud-init[934]: | .+. |\n[ 59.746070] cloud-init[934]: +----[SHA256]-----+\n[ 59.747044] cloud-init[934]: Generating public/private ed25519 key pair.\n[[0;32m OK [0m] Started iperf Service.\n\n Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.[ 59.769347] \n Starting /etc/rc.local Compatibility...cloud-init[934]: \n Starting System Logging Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.792132] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.800584] cloud-init[934]: The key fingerprint is:\n[ 59.806443] cloud-init[934]: SHA256:cQUYHPkzYZYS7mG/T8Gjy3GIyIue19bABKa/JdlZlwY root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.811234] cloud-init Starting Apply the settings specified in cloud-config...\n Starting Login Service...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started ACPI event daemon.\n[934]: Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\nThe key's randomart image is:\n[ 59.881821] cloud-init[934]: +--[ED25519 256]--+\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 59.921874] cloud-init[934]: \n| .+*.o. |\n[ 59.934164] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[934]: | o.= E. |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 59.967503] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[934]: | o .==.o . |[[0;32m OK [0m] Started Accounts Service.\n\n[ 59.980784] cloud-init[934]: | . o.==.+ |\n[ 59.987088] cloud-init[934]: | . =So.=+ |\n[ 59.992777] cloud-init[934]: | .+.*. + o |\n[ 59.999118] cloud-init[934]: | o=.o= o |\n[ 60.006129] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[934]: | oo.o..* |\n[ 60.015704] cloud-init[934]: | .+... o . |\n[ 60.020878] cloud-init[934]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 60.405294] cloud-init[1074]: Generating locales (this might take a while)...\n[ 61.074276] cloud-init[1074]: en_US.UTF-8... done\n[ 61.076094] cloud-init[1074]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n"} 2018-08-27 03:22:52,086 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-f6eac8f8-6f5f-4fcb-b653-b9f537fc94ff 2018-08-27 03:22:52,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.101368904114s 2018-08-27 03:22:52,087 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-f6eac8f8-6f5f-4fcb-b653-b9f537fc94ff 2018-08-27 03:22:52,088 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 756899176 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181517] pid_max: default: 32768 minimum: 301 [ 0.182783] ACPI: Core revision 20150930 [ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186360] Security Framework initialized [ 0.187507] Yama: becoming mindful. [ 0.188539] AppArmor: AppArmor initialized [ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196969] Initializing cgroup subsys io [ 0.198139] Initializing cgroup subsys memory [ 0.199357] Initializing cgroup subsys devices [ 0.200583] Initializing cgroup subsys freezer [ 0.201821] Initializing cgroup subsys net_cls [ 0.203052] Initializing cgroup subsys perf_event [ 0.204335] Initializing cgroup subsys net_prio [ 0.205577] Initializing cgroup subsys hugetlb [ 0.206793] Initializing cgroup subsys pids [ 0.207988] CPU: Physical Processor ID: 0 [ 0.209815] mce: CPU supports 10 MCE banks [ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213934] Spectre V2 : Mitigation: Full generic retpoline [ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.217237] Speculative Store Bypass: Vulnerable [ 0.234720] Freeing SMP alternatives memory: 32K [ 0.240900] ftrace: allocating 32237 entries in 126 pages [ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277910] smpboot: Max logical packages: 1 [ 0.279342] x2apic enabled [ 0.280497] Switched APIC routing to physical x2apic. [ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289960] KVM setup paravirtual spinlock [ 0.291670] x86: Booted up 1 node, 1 CPUs [ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294764] devtmpfs: initialized [ 0.296762] evm: security.selinux [ 0.297733] evm: security.SMACK64 [ 0.298697] evm: security.SMACK64EXEC [ 0.299738] evm: security.SMACK64TRANSMUTE [ 0.300875] evm: security.SMACK64MMAP [ 0.301928] evm: security.ima [ 0.302834] evm: security.capability [ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.308103] pinctrl core: initialized pinctrl subsystem [ 0.309596] RTC time: 3:21:34, date: 08/27/18 [ 0.310925] NET: Registered protocol family 16 [ 0.312268] cpuidle: using governor ladder [ 0.313421] cpuidle: using governor menu [ 0.314526] PCCT header not found. [ 0.315578] ACPI: bus type PCI registered [ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318415] PCI: Using configuration type 1 for base access [ 0.320675] ACPI: Added _OSI(Module Device) [ 0.321851] ACPI: Added _OSI(Processor Device) [ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324315] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326532] ACPI: Interpreter enabled [ 0.327585] ACPI: (supports S0 S5) [ 0.328568] ACPI: Using IOAPIC for interrupt routing [ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346984] acpiphp: Slot [3] registered [ 0.348114] acpiphp: Slot [4] registered [ 0.349246] acpiphp: Slot [5] registered [ 0.350365] acpiphp: Slot [6] registered [ 0.365574] acpiphp: Slot [7] registered [ 0.366699] acpiphp: Slot [8] registered [ 0.367826] acpiphp: Slot [9] registered [ 0.368948] acpiphp: Slot [10] registered [ 0.370092] acpiphp: Slot [11] registered [ 0.371232] acpiphp: Slot [12] registered [ 0.372379] acpiphp: Slot [13] registered [ 0.373516] acpiphp: Slot [14] registered [ 0.374655] acpiphp: Slot [15] registered [ 0.375799] acpiphp: Slot [16] registered [ 0.377100] acpiphp: Slot [17] registered [ 0.378255] acpiphp: Slot [18] registered [ 0.379399] acpiphp: Slot [19] registered [ 0.380539] acpiphp: Slot [20] registered [ 0.381679] acpiphp: Slot [21] registered [ 0.382808] acpiphp: Slot [22] registered [ 0.383953] acpiphp: Slot [23] registered [ 0.385104] acpiphp: Slot [24] registered [ 0.386242] acpiphp: Slot [25] registered [ 0.387378] acpiphp: Slot [26] registered [ 0.388522] acpiphp: Slot [27] registered [ 0.389671] acpiphp: Slot [28] registered [ 0.390809] acpiphp: Slot [29] registered [ 0.391953] acpiphp: Slot [30] registered [ 0.393108] acpiphp: Slot [31] registered [ 0.394247] PCI host bridge to bus 0000:00 [ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459976] vgaarb: loaded [ 0.460841] vgaarb: bridge control possible 0000:00:02.0 [ 0.462974] SCSI subsystem initialized [ 0.464651] ACPI: bus type USB registered [ 0.465848] usbcore: registered new interface driver usbfs [ 0.467302] usbcore: registered new interface driver hub [ 0.468717] usbcore: registered new device driver usb [ 0.470400] PCI: Using ACPI for IRQ routing [ 0.472406] NetLabel: Initializing [ 0.473434] NetLabel: domain hash size = 128 [ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476014] NetLabel: unlabeled traffic allowed by default [ 0.477895] amd_nb: Cannot enumerate AMD northbridges [ 0.479338] clocksource: Switched to clocksource kvm-clock [ 0.490163] AppArmor: AppArmor Filesystem Enabled [ 0.491548] pnp: PnP ACPI init [ 0.492923] pnp: PnP ACPI: found 5 devices [ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502475] NET: Registered protocol family 2 [ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512689] NET: Registered protocol family 1 [ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549843] Unpacking initramfs... [ 1.046511] Freeing initrd memory: 37084K [ 1.048242] Scanning for low memory corruption every 60 seconds [ 1.050360] audit: initializing netlink subsys (disabled) [ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized [ 1.053893] Initialise system trusted keyring [ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.059879] zbud: loaded [ 1.061012] VFS: Disk quotas dquot_6.6.0 [ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.066001] fuse init (API version 7.23) [ 1.067292] Key type big_key registered [ 1.068450] Allocating IMA MOK and blacklist keyrings. [ 1.070241] Key type asymmetric registered [ 1.071436] Asymmetric key parser 'x509' registered [ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.074932] io scheduler noop registered [ 1.076056] io scheduler deadline registered (default) [ 1.077473] io scheduler cfq registered [ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.084097] ACPI: Power Button [PWRF] [ 1.085361] GHES: HEST is not enabled! [ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.165136] Linux agpgart interface v0.103 [ 1.168181] loop: module loaded [ 1.171911] vda: vda1 [ 1.173673] scsi host0: ata_piix [ 1.174776] scsi host1: ata_piix [ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.179977] libphy: Fixed MDIO Bus: probed [ 1.181166] tun: Universal TUN/TAP device driver, 1.6 [ 1.182523] tun: (C) 1999-2004 Max Krasnyansky [ 1.185405] PPP generic driver version 2.4.2 [ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.188409] ehci-pci: EHCI PCI platform driver [ 1.189691] ehci-platform: EHCI generic platform driver [ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.192725] ohci-pci: OHCI PCI platform driver [ 1.193964] ohci-platform: OHCI generic platform driver [ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver [ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222102] usb usb1: Product: UHCI Host Controller [ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.225105] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226478] hub 1-0:1.0: USB hub found [ 1.227569] hub 1-0:1.0: 2 ports detected [ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.234772] mousedev: PS/2 mouse device common for all mice [ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.239166] rtc_cmos 00:00: RTC can wake from S4 [ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.244098] i2c /dev entries driver [ 1.245182] device-mapper: uevent: version 1.0.3 [ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs [ 1.250728] NET: Registered protocol family 10 [ 1.252431] NET: Registered protocol family 17 [ 1.253706] Key type dns_resolver registered [ 1.255204] registered taskstats version 1 [ 1.256417] Loading compiled-in X.509 certificates [ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.261021] zswap: loaded using pool lzo/zbud [ 1.263989] Key type trusted registered [ 1.267083] Key type encrypted registered [ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled [ 1.269871] ima: No TPM chip found, activating TPM-bypass! [ 1.271421] evm: HMAC attrs: 0x1 [ 1.272874] Magic number: 14:180:362 [ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095) [ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.278284] EDD information not available. [ 1.338207] Freeing unused kernel memory: 1512K [ 1.339620] Write protecting the kernel read-only data: 14336k [ 1.359255] Freeing unused kernel memory: 1692K [ 1.360929] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.469636] [drm] Initialized drm 1.1.0 20060810 [ 1.472274] virtio_net virtio0 ens3: renamed from eth0 [ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.503738] FDC 0 is a S82078B [ 1.513047] AVX2 version of gcm_enc/dec engaged. [ 1.514421] AES CTR mode by8 optimization enabled [ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708029] usb 1-1: Product: QEMU USB Tablet [ 1.709327] usb 1-1: Manufacturer: QEMU [ 1.710476] usb 1-1: SerialNumber: 42 [ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina [ 1.725877] usbcore: registered new interface driver usbhid [ 1.727788] usbhid: USB HID core driver [ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz [ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns Begin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1 [ 2.110856] md: multipath personality registered for level -4 [ 2.115108] md: raid0 personality registered for level 0 [ 2.119827] md: raid1 personality registered for level 1 [ 2.191324] raid6: sse2x1 gen() 11552 MB/s [ 2.259343] raid6: sse2x1 xor() 9042 MB/s [ 2.327338] raid6: sse2x2 gen() 14751 MB/s [ 2.395319] raid6: sse2x2 xor() 9911 MB/s [ 2.463319] raid6: sse2x4 gen() 16886 MB/s [ 2.531332] raid6: sse2x4 xor() 11436 MB/s [ 2.599320] raid6: avx2x1 gen() 22360 MB/s [ 2.667320] raid6: avx2x2 gen() 26636 MB/s [ 2.735320] raid6: avx2x4 gen() 29552 MB/s [ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s [ 2.742442] raid6: using avx2x2 recovery algorithm [ 2.750591] xor: automatically using best checksumming function: [ 2.791318] avx : 32627.000 MB/sec [ 2.794607] async_tx: api initialized (async) [ 2.808274] md: raid6 personality registered for level 6 [ 2.810153] md: raid5 personality registered for level 5 [ 2.812015] md: raid4 personality registered for level 4 [ 2.820029] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 3.013986] systemd[1]: Detected virtualization kvm. [ 3.015785] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.020674] systemd[1]: Set hostname to . [ 3.024597] systemd[1]: Initializing machine ID from KVM UUID. [ 3.026744] systemd[1]: Installed transient /etc/machine-id file. [ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.165236] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.173089] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.176808] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.185299] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.189127] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.192671] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.199894] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.209061] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.232119] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.239161] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.251827] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268351] systemd[1]: Starting Nameserver information manager... [ 3.272933] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp) [ 3.292289] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.298172] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.314231] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.319420] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser) [ 3.338378] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.355431] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.362996] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.366965] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.374465] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.379793] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.391635] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.399428] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [ 3.888291] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.978298] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 27 Aug 2018 03:21:40 +0000. Up 6.34 seconds. [ 58.981084] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.988128] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.991948] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.996142] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 59.003852] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:6e:1b:19 | [ 59.006340] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe6e:1b19/64 | . | link | fa:16:3e:6e:1b:19 | [ 59.012377] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 59.016166] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . | [ 59.024184] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 59.026530] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 59.032400] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 59.034636] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 59.040407] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 59.044132] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 59.048122] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 59.056125] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 59.058409] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 59.064353] cloud-init[934]: 2018-08-27 03:22:33,426 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 59.599734] cloud-init[934]: Generating public/private rsa key pair. [ 59.602474] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 59.608359] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 59.610238] cloud-init[934]: The key fingerprint is: [ 59.616126] cloud-init[934]: SHA256:q6pKZDxNwPE1y+OxvGZZ10JUd5yYtLyPqR9Zq38bVfE root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.618452] cloud-init[934]: The key's randomart image is: [ 59.620118] cloud-init[934]: +---[RSA 2048]----+ [ 59.624152] cloud-init[934]: |.o. o ....o+o.| [ 59.625543] cloud-init[934]: | .o o o . ooooo| [ 59.632160] cloud-init[934]: | o = . o E| [ 59.633556] cloud-init[934]: |. o o + . . . .| [ 59.634890] cloud-init[934]: | = . + .So . . ..| [ 59.640230] cloud-init[934]: |o . + ... * o| [ 59.641603] cloud-init[934]: | . = . = + | [ 59.642942] cloud-init[934]: |. o . . o o| [ 59.648385] cloud-init[934]: |....... ..o.oo| [ 59.649750] cloud-init[934]: +----[SHA256]-----+ [ 59.651078] cloud-init[934]: Generating public/private dsa key pair. [ 59.656406] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 59.658255] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 59.664139] cloud-init[934]: The key fingerprint is: [ 59.665555] cloud-init[934]: SHA256:MQ+GRkSDaNDVLMth+xACp7+mCGgfQr8QgCRuMlT+5S8 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.671573] cloud-init[934]: The key's randomart image is: [ 59.673093] cloud-init[934]: +---[DSA 1024]----+ [ 59.674684] cloud-init[934]: |+*o+.*= | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Cloud-config availability. [ 59.679944] cloud-init[934]: |*o* *.oo | [[0;32m OK [0m] Reached target Network is Online. [ 59.682684] cloud-init[934]: |*+ = *o.= | Starting iSCSI initiator daemon (iscsid)... [ 59.686857] cloud-init[934]: |+o *.o. = | [ 59.688180] cloud-init[934]: | o. + .S . | [[0;32m OK [0m] Reached target System Initialization. [ 59.690837] cloud-init[934]: |o o. . . | [ 59.692785] cloud-init[934]: [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. |o+oo E . | [ 59.697055] cloud-init[[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m[934]: |+o+ o . | [ 59.701158] ] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.cloud-init[934]: |o o | [ 59.705051] cloud-init[934]: +----[SHA256]-----+ [ 59.706019] cloud-init[934]: Generating public/private ecdsa key pair. [ 59.707238] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 59.711064] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting LXD - unix socket. Starting Socket activation for snappy daemon. [ 59.716753] cloud-init[934]: The key fingerprint is: [ 59.717803] cloud-init[934]: SHA256:6+txKWI0bhDjVmZXbc1WoMvJ/DIC80ZWfC1ZiXSJWT0 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.719720] cloud-init [[0;32m OK [0m] Listening on LXD - unix socket. [934]: The key's randomart image is: [ 59.724832] cloud-init[934]: +---[ECDSA 256]---+ [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 59.727988] cloud-init[934]: | ...+*=*| [ 59.730367] cloud-init[934]: | . .o==E.| [[0;32m OK [0m] Reached target Sockets. [ 59.733643] cloud-init[934]: | o + . .+.+ o| [[0;32m OK [0m] Reached target Basic System. [ 59.736084] cloud-init[934]: | . * . = + . | [ 59.737058] cloud-init[934]: | + o S o * | [ 59.738024] cloud-init[934]: | . + . B . . | [ 59.738993] cloud-init[934]: | = + * o . | [ 59.739957] Starting Accounts Service... [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started iperf3 Service.cloud-init[934]: | o o = . o | [ 59.745070] cloud-init[934]: | .+. | [ 59.746070] cloud-init[934]: +----[SHA256]-----+ [ 59.747044] cloud-init[934]: Generating public/private ed25519 key pair. [[0;32m OK [0m] Started iperf Service. Starting Pollinate to seed the pseudo random number generator... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started Unattended Upgrades Shutdown.[ 59.769347] Starting /etc/rc.local Compatibility...cloud-init[934]: Starting System Logging Service... [[0;32m OK [0m] Started D-Bus System Message Bus. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.792132] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.800584] cloud-init[934]: The key fingerprint is: [ 59.806443] cloud-init[934]: SHA256:cQUYHPkzYZYS7mG/T8Gjy3GIyIue19bABKa/JdlZlwY root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.811234] cloud-init Starting Apply the settings specified in cloud-config... Starting Login Service... [[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting LXD - container startup/shutdown... Starting Snappy daemon... [[0;32m OK [0m] Started ACPI event daemon. [934]: Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. The key's randomart image is: [ 59.881821] cloud-init[934]: +--[ED25519 256]--+ [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 59.921874] cloud-init[934]: | .+*.o. | [ 59.934164] cloud-init[[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [934]: | o.= E. | [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 59.967503] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [934]: | o .==.o . |[[0;32m OK [0m] Started Accounts Service. [ 59.980784] cloud-init[934]: | . o.==.+ | [ 59.987088] cloud-init[934]: | . =So.=+ | [ 59.992777] cloud-init[934]: | .+.*. + o | [ 59.999118] cloud-init[934]: | o=.o= o | [ 60.006129] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown. [934]: | oo.o..* | [ 60.015704] cloud-init[934]: | .+... o . | [ 60.020878] cloud-init[934]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 60.405294] cloud-init[1074]: Generating locales (this might take a while)... [ 61.074276] cloud-init[1074]: en_US.UTF-8... done [ 61.076094] cloud-init[1074]: Generation complete. [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. 2018-08-27 03:22:52,091 - paramiko.transport - DEBUG - starting thread (client mode): 0x5e3eec90L 2018-08-27 03:22:52,092 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 03:22:52,098 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-27 03:22:52,098 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-27 03:22:52,100 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 03:22:52,100 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 03:22:52,100 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 03:22:52,100 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 03:22:52,101 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 03:22:52,101 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 03:22:52,143 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 03:22:52,144 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 03:22:52,156 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.204: 15fb39178143b2ff0a148e3e09817802 2018-08-27 03:22:52,157 - paramiko.transport - DEBUG - Trying discovered key 5c9e167e28a45ef0d49b758acf7a8220 in /tmp/tmpHWApXn 2018-08-27 03:22:52,183 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 03:22:52,214 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-27 03:22:52,214 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-27 03:22:52,223 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-27 03:22:52,224 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.204: No existing session 2018-08-27 03:23:01,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 03:23:01,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89212ccf36548f9eaa2d5fd46636b5028b460195" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 03:23:01,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8705a55-ed1b-4c72-924e-17827f7bb5ef x-compute-request-id: req-a8705a55-ed1b-4c72-924e-17827f7bb5ef Content-Encoding: gzip Content-Length: 13244 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 756899176 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181517] pid_max: default: 32768 minimum: 301\n[ 0.182783] ACPI: Core revision 20150930\n[ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186360] Security Framework initialized\n[ 0.187507] Yama: becoming mindful.\n[ 0.188539] AppArmor: AppArmor initialized\n[ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196969] Initializing cgroup subsys io\n[ 0.198139] Initializing cgroup subsys memory\n[ 0.199357] Initializing cgroup subsys devices\n[ 0.200583] Initializing cgroup subsys freezer\n[ 0.201821] Initializing cgroup subsys net_cls\n[ 0.203052] Initializing cgroup subsys perf_event\n[ 0.204335] Initializing cgroup subsys net_prio\n[ 0.205577] Initializing cgroup subsys hugetlb\n[ 0.206793] Initializing cgroup subsys pids\n[ 0.207988] CPU: Physical Processor ID: 0\n[ 0.209815] mce: CPU supports 10 MCE banks\n[ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213934] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.217237] Speculative Store Bypass: Vulnerable\n[ 0.234720] Freeing SMP alternatives memory: 32K\n[ 0.240900] ftrace: allocating 32237 entries in 126 pages\n[ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277910] smpboot: Max logical packages: 1\n[ 0.279342] x2apic enabled\n[ 0.280497] Switched APIC routing to physical x2apic.\n[ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289960] KVM setup paravirtual spinlock\n[ 0.291670] x86: Booted up 1 node, 1 CPUs\n[ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294764] devtmpfs: initialized\n[ 0.296762] evm: security.selinux\n[ 0.297733] evm: security.SMACK64\n[ 0.298697] evm: security.SMACK64EXEC\n[ 0.299738] evm: security.SMACK64TRANSMUTE\n[ 0.300875] evm: security.SMACK64MMAP\n[ 0.301928] evm: security.ima\n[ 0.302834] evm: security.capability\n[ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.308103] pinctrl core: initialized pinctrl subsystem\n[ 0.309596] RTC time: 3:21:34, date: 08/27/18\n[ 0.310925] NET: Registered protocol family 16\n[ 0.312268] cpuidle: using governor ladder\n[ 0.313421] cpuidle: using governor menu\n[ 0.314526] PCCT header not found.\n[ 0.315578] ACPI: bus type PCI registered\n[ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318415] PCI: Using configuration type 1 for base access\n[ 0.320675] ACPI: Added _OSI(Module Device)\n[ 0.321851] ACPI: Added _OSI(Processor Device)\n[ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324315] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326532] ACPI: Interpreter enabled\n[ 0.327585] ACPI: (supports S0 S5)\n[ 0.328568] ACPI: Using IOAPIC for interrupt routing\n[ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346984] acpiphp: Slot [3] registered\n[ 0.348114] acpiphp: Slot [4] registered\n[ 0.349246] acpiphp: Slot [5] registered\n[ 0.350365] acpiphp: Slot [6] registered\n[ 0.365574] acpiphp: Slot [7] registered\n[ 0.366699] acpiphp: Slot [8] registered\n[ 0.367826] acpiphp: Slot [9] registered\n[ 0.368948] acpiphp: Slot [10] registered\n[ 0.370092] acpiphp: Slot [11] registered\n[ 0.371232] acpiphp: Slot [12] registered\n[ 0.372379] acpiphp: Slot [13] registered\n[ 0.373516] acpiphp: Slot [14] registered\n[ 0.374655] acpiphp: Slot [15] registered\n[ 0.375799] acpiphp: Slot [16] registered\n[ 0.377100] acpiphp: Slot [17] registered\n[ 0.378255] acpiphp: Slot [18] registered\n[ 0.379399] acpiphp: Slot [19] registered\n[ 0.380539] acpiphp: Slot [20] registered\n[ 0.381679] acpiphp: Slot [21] registered\n[ 0.382808] acpiphp: Slot [22] registered\n[ 0.383953] acpiphp: Slot [23] registered\n[ 0.385104] acpiphp: Slot [24] registered\n[ 0.386242] acpiphp: Slot [25] registered\n[ 0.387378] acpiphp: Slot [26] registered\n[ 0.388522] acpiphp: Slot [27] registered\n[ 0.389671] acpiphp: Slot [28] registered\n[ 0.390809] acpiphp: Slot [29] registered\n[ 0.391953] acpiphp: Slot [30] registered\n[ 0.393108] acpiphp: Slot [31] registered\n[ 0.394247] PCI host bridge to bus 0000:00\n[ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459976] vgaarb: loaded\n[ 0.460841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462974] SCSI subsystem initialized\n[ 0.464651] ACPI: bus type USB registered\n[ 0.465848] usbcore: registered new interface driver usbfs\n[ 0.467302] usbcore: registered new interface driver hub\n[ 0.468717] usbcore: registered new device driver usb\n[ 0.470400] PCI: Using ACPI for IRQ routing\n[ 0.472406] NetLabel: Initializing\n[ 0.473434] NetLabel: domain hash size = 128\n[ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476014] NetLabel: unlabeled traffic allowed by default\n[ 0.477895] amd_nb: Cannot enumerate AMD northbridges\n[ 0.479338] clocksource: Switched to clocksource kvm-clock\n[ 0.490163] AppArmor: AppArmor Filesystem Enabled\n[ 0.491548] pnp: PnP ACPI init\n[ 0.492923] pnp: PnP ACPI: found 5 devices\n[ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502475] NET: Registered protocol family 2\n[ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512689] NET: Registered protocol family 1\n[ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549843] Unpacking initramfs...\n[ 1.046511] Freeing initrd memory: 37084K\n[ 1.048242] Scanning for low memory corruption every 60 seconds\n[ 1.050360] audit: initializing netlink subsys (disabled)\n[ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized\n[ 1.053893] Initialise system trusted keyring\n[ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.059879] zbud: loaded\n[ 1.061012] VFS: Disk quotas dquot_6.6.0\n[ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.066001] fuse init (API version 7.23)\n[ 1.067292] Key type big_key registered\n[ 1.068450] Allocating IMA MOK and blacklist keyrings.\n[ 1.070241] Key type asymmetric registered\n[ 1.071436] Asymmetric key parser 'x509' registered\n[ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.074932] io scheduler noop registered\n[ 1.076056] io scheduler deadline registered (default)\n[ 1.077473] io scheduler cfq registered\n[ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.084097] ACPI: Power Button [PWRF]\n[ 1.085361] GHES: HEST is not enabled!\n[ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.165136] Linux agpgart interface v0.103\n[ 1.168181] loop: module loaded\n[ 1.171911] vda: vda1\n[ 1.173673] scsi host0: ata_piix\n[ 1.174776] scsi host1: ata_piix\n[ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.179977] libphy: Fixed MDIO Bus: probed\n[ 1.181166] tun: Universal TUN/TAP device driver, 1.6\n[ 1.182523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.185405] PPP generic driver version 2.4.2\n[ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.188409] ehci-pci: EHCI PCI platform driver\n[ 1.189691] ehci-platform: EHCI generic platform driver\n[ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.192725] ohci-pci: OHCI PCI platform driver\n[ 1.193964] ohci-platform: OHCI generic platform driver\n[ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222102] usb usb1: Product: UHCI Host Controller\n[ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.225105] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.226478] hub 1-0:1.0: USB hub found\n[ 1.227569] hub 1-0:1.0: 2 ports detected\n[ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.234772] mousedev: PS/2 mouse device common for all mice\n[ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.239166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.244098] i2c /dev entries driver\n[ 1.245182] device-mapper: uevent: version 1.0.3\n[ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.250728] NET: Registered protocol family 10\n[ 1.252431] NET: Registered protocol family 17\n[ 1.253706] Key type dns_resolver registered\n[ 1.255204] registered taskstats version 1\n[ 1.256417] Loading compiled-in X.509 certificates\n[ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.261021] zswap: loaded using pool lzo/zbud\n[ 1.263989] Key type trusted registered\n[ 1.267083] Key type encrypted registered\n[ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.269871] ima: No TPM chip found, activating TPM-bypass!\n[ 1.271421] evm: HMAC attrs: 0x1\n[ 1.272874] Magic number: 14:180:362\n[ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095)\n[ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.278284] EDD information not available.\n[ 1.338207] Freeing unused kernel memory: 1512K\n[ 1.339620] Write protecting the kernel read-only data: 14336k\n[ 1.359255] Freeing unused kernel memory: 1692K\n[ 1.360929] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.469636] [drm] Initialized drm 1.1.0 20060810\n[ 1.472274] virtio_net virtio0 ens3: renamed from eth0\n[ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.503738] FDC 0 is a S82078B\n[ 1.513047] AVX2 version of gcm_enc/dec engaged.\n[ 1.514421] AES CTR mode by8 optimization enabled\n[ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708029] usb 1-1: Product: QEMU USB Tablet\n[ 1.709327] usb 1-1: Manufacturer: QEMU\n[ 1.710476] usb 1-1: SerialNumber: 42\n[ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.725877] usbcore: registered new interface driver usbhid\n[ 1.727788] usbhid: USB HID core driver\n[ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz\n[ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns\nBegin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1\n[ 2.110856] md: multipath personality registered for level -4\n[ 2.115108] md: raid0 personality registered for level 0\n[ 2.119827] md: raid1 personality registered for level 1\n[ 2.191324] raid6: sse2x1 gen() 11552 MB/s\n[ 2.259343] raid6: sse2x1 xor() 9042 MB/s\n[ 2.327338] raid6: sse2x2 gen() 14751 MB/s\n[ 2.395319] raid6: sse2x2 xor() 9911 MB/s\n[ 2.463319] raid6: sse2x4 gen() 16886 MB/s\n[ 2.531332] raid6: sse2x4 xor() 11436 MB/s\n[ 2.599320] raid6: avx2x1 gen() 22360 MB/s\n[ 2.667320] raid6: avx2x2 gen() 26636 MB/s\n[ 2.735320] raid6: avx2x4 gen() 29552 MB/s\n[ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s\n[ 2.742442] raid6: using avx2x2 recovery algorithm\n[ 2.750591] xor: automatically using best checksumming function:\n[ 2.791318] avx : 32627.000 MB/sec\n[ 2.794607] async_tx: api initialized (async)\n[ 2.808274] md: raid6 personality registered for level 6\n[ 2.810153] md: raid5 personality registered for level 5\n[ 2.812015] md: raid4 personality registered for level 4\n[ 2.820029] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 3.013986] systemd[1]: Detected virtualization kvm.\n[ 3.015785] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.020674] systemd[1]: Set hostname to .\n[ 3.024597] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.026744] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.165236] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.173089] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.176808] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.185299] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.189127] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.192671] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.199894] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.209061] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.232119] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.239161] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.251827] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268351] systemd[1]: Starting Nameserver information manager...\n[ 3.272933] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp)\n\n[ 3.292289] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.298172] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.314231] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.319420] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser)\n\n[ 3.338378] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.355431] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.362996] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.366965] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.374465] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.379793] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.391635] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.399428] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[ 3.888291] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 58.978298] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 27 Aug 2018 03:21:40 +0000. Up 6.34 seconds.\n[ 58.981084] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.988128] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.991948] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.996142] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 59.003852] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:6e:1b:19 |\n[ 59.006340] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe6e:1b19/64 | . | link | fa:16:3e:6e:1b:19 |\n[ 59.012377] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 59.016166] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 59.024184] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 59.026530] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 59.032400] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 59.034636] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 59.040407] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 59.044132] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 59.048122] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 59.056125] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 59.058409] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 59.064353] cloud-init[934]: 2018-08-27 03:22:33,426 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 59.599734] cloud-init[934]: Generating public/private rsa key pair.\n[ 59.602474] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 59.608359] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 59.610238] cloud-init[934]: The key fingerprint is:\n[ 59.616126] cloud-init[934]: SHA256:q6pKZDxNwPE1y+OxvGZZ10JUd5yYtLyPqR9Zq38bVfE root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.618452] cloud-init[934]: The key's randomart image is:\n[ 59.620118] cloud-init[934]: +---[RSA 2048]----+\n[ 59.624152] cloud-init[934]: |.o. o ....o+o.|\n[ 59.625543] cloud-init[934]: | .o o o . ooooo|\n[ 59.632160] cloud-init[934]: | o = . o E|\n[ 59.633556] cloud-init[934]: |. o o + . . . .|\n[ 59.634890] cloud-init[934]: | = . + .So . . ..|\n[ 59.640230] cloud-init[934]: |o . + ... * o|\n[ 59.641603] cloud-init[934]: | . = . = + |\n[ 59.642942] cloud-init[934]: |. o . . o o|\n[ 59.648385] cloud-init[934]: |....... ..o.oo|\n[ 59.649750] cloud-init[934]: +----[SHA256]-----+\n[ 59.651078] cloud-init[934]: Generating public/private dsa key pair.\n[ 59.656406] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 59.658255] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 59.664139] cloud-init[934]: The key fingerprint is:\n[ 59.665555] cloud-init[934]: SHA256:MQ+GRkSDaNDVLMth+xACp7+mCGgfQr8QgCRuMlT+5S8 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.671573] cloud-init[934]: The key's randomart image is:\n[ 59.673093] cloud-init[934]: +---[DSA 1024]----+\n[ 59.674684] cloud-init[934]: |+*o+.*= |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 59.679944] cloud-init[934]: |*o* *.oo |\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.682684] cloud-init[934]: |*+ = *o.= |\n Starting iSCSI initiator daemon (iscsid)...\n[ 59.686857] cloud-init[934]: |+o *.o. = |\n[ 59.688180] cloud-init[934]: | o. + .S . |\n[[0;32m OK [0m] Reached target System Initialization.\n[ 59.690837] cloud-init[934]: |o o. . . |\n[ 59.692785] cloud-init[934]: [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n|o+oo E . |\n[ 59.697055] cloud-init[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m[934]: |+o+ o . |\n[ 59.701158] ] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.cloud-init[934]: |o o |\n[ 59.705051] cloud-init[934]: +----[SHA256]-----+\n[ 59.706019] cloud-init[934]: Generating public/private ecdsa key pair.\n[ 59.707238] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 59.711064] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[ 59.716753] cloud-init[934]: The key fingerprint is:\n[ 59.717803] cloud-init[934]: SHA256:6+txKWI0bhDjVmZXbc1WoMvJ/DIC80ZWfC1ZiXSJWT0 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.719720] cloud-init\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[934]: The key's randomart image is:\n[ 59.724832] cloud-init[934]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 59.727988] cloud-init[934]: | ...+*=*|\n[ 59.730367] cloud-init[934]: | . .o==E.|\n[[0;32m OK [0m] Reached target Sockets.\n[ 59.733643] cloud-init[934]: | o + . .+.+ o|\n[[0;32m OK [0m] Reached target Basic System.\n[ 59.736084] cloud-init[934]: | . * . = + . |\n[ 59.737058] cloud-init[934]: | + o S o * |\n[ 59.738024] cloud-init[934]: | . + . B . . |\n[ 59.738993] cloud-init[934]: | = + * o . |\n[ 59.739957] Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started iperf3 Service.cloud-init[934]: | o o = . o |\n[ 59.745070] cloud-init[934]: | .+. |\n[ 59.746070] cloud-init[934]: +----[SHA256]-----+\n[ 59.747044] cloud-init[934]: Generating public/private ed25519 key pair.\n[[0;32m OK [0m] Started iperf Service.\n\n Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.[ 59.769347] \n Starting /etc/rc.local Compatibility...cloud-init[934]: \n Starting System Logging Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.792132] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.800584] cloud-init[934]: The key fingerprint is:\n[ 59.806443] cloud-init[934]: SHA256:cQUYHPkzYZYS7mG/T8Gjy3GIyIue19bABKa/JdlZlwY root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e\n[ 59.811234] cloud-init Starting Apply the settings specified in cloud-config...\n Starting Login Service...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started ACPI event daemon.\n[934]: Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\nThe key's randomart image is:\n[ 59.881821] cloud-init[934]: +--[ED25519 256]--+\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 59.921874] cloud-init[934]: \n| .+*.o. |\n[ 59.934164] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[934]: | o.= E. |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 59.967503] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[934]: | o .==.o . |[[0;32m OK [0m] Started Accounts Service.\n\n[ 59.980784] cloud-init[934]: | . o.==.+ |\n[ 59.987088] cloud-init[934]: | . =So.=+ |\n[ 59.992777] cloud-init[934]: | .+.*. + o |\n[ 59.999118] cloud-init[934]: | o=.o= o |\n[ 60.006129] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[934]: | oo.o..* |\n[ 60.015704] cloud-init[934]: | .+... o . |\n[ 60.020878] cloud-init[934]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 60.405294] cloud-init[1074]: Generating locales (this might take a while)...\n[ 61.074276] cloud-init[1074]: en_US.UTF-8... done\n[ 61.076094] cloud-init[1074]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: network benchmark...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LSB: network benchmark.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Set console scheme.\n\nUbuntu 16.04.4 LTS shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e ttyS0\n\nshaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e login: "} 2018-08-27 03:23:01,346 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-a8705a55-ed1b-4c72-924e-17827f7bb5ef 2018-08-27 03:23:01,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.112327098846s 2018-08-27 03:23:01,347 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9/action used request id req-a8705a55-ed1b-4c72-924e-17827f7bb5ef 2018-08-27 03:23:01,348 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 756899176 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181517] pid_max: default: 32768 minimum: 301 [ 0.182783] ACPI: Core revision 20150930 [ 0.184506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186360] Security Framework initialized [ 0.187507] Yama: becoming mindful. [ 0.188539] AppArmor: AppArmor initialized [ 0.189737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191570] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193345] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196969] Initializing cgroup subsys io [ 0.198139] Initializing cgroup subsys memory [ 0.199357] Initializing cgroup subsys devices [ 0.200583] Initializing cgroup subsys freezer [ 0.201821] Initializing cgroup subsys net_cls [ 0.203052] Initializing cgroup subsys perf_event [ 0.204335] Initializing cgroup subsys net_prio [ 0.205577] Initializing cgroup subsys hugetlb [ 0.206793] Initializing cgroup subsys pids [ 0.207988] CPU: Physical Processor ID: 0 [ 0.209815] mce: CPU supports 10 MCE banks [ 0.210988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212391] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213934] Spectre V2 : Mitigation: Full generic retpoline [ 0.215390] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.217237] Speculative Store Bypass: Vulnerable [ 0.234720] Freeing SMP alternatives memory: 32K [ 0.240900] ftrace: allocating 32237 entries in 126 pages [ 0.276175] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277910] smpboot: Max logical packages: 1 [ 0.279342] x2apic enabled [ 0.280497] Switched APIC routing to physical x2apic. [ 0.283023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289960] KVM setup paravirtual spinlock [ 0.291670] x86: Booted up 1 node, 1 CPUs [ 0.292843] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294764] devtmpfs: initialized [ 0.296762] evm: security.selinux [ 0.297733] evm: security.SMACK64 [ 0.298697] evm: security.SMACK64EXEC [ 0.299738] evm: security.SMACK64TRANSMUTE [ 0.300875] evm: security.SMACK64MMAP [ 0.301928] evm: security.ima [ 0.302834] evm: security.capability [ 0.303947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306499] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.308103] pinctrl core: initialized pinctrl subsystem [ 0.309596] RTC time: 3:21:34, date: 08/27/18 [ 0.310925] NET: Registered protocol family 16 [ 0.312268] cpuidle: using governor ladder [ 0.313421] cpuidle: using governor menu [ 0.314526] PCCT header not found. [ 0.315578] ACPI: bus type PCI registered [ 0.316706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318415] PCI: Using configuration type 1 for base access [ 0.320675] ACPI: Added _OSI(Module Device) [ 0.321851] ACPI: Added _OSI(Processor Device) [ 0.323055] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324315] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326532] ACPI: Interpreter enabled [ 0.327585] ACPI: (supports S0 S5) [ 0.328568] ACPI: Using IOAPIC for interrupt routing [ 0.333200] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.340320] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.342054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343751] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346984] acpiphp: Slot [3] registered [ 0.348114] acpiphp: Slot [4] registered [ 0.349246] acpiphp: Slot [5] registered [ 0.350365] acpiphp: Slot [6] registered [ 0.365574] acpiphp: Slot [7] registered [ 0.366699] acpiphp: Slot [8] registered [ 0.367826] acpiphp: Slot [9] registered [ 0.368948] acpiphp: Slot [10] registered [ 0.370092] acpiphp: Slot [11] registered [ 0.371232] acpiphp: Slot [12] registered [ 0.372379] acpiphp: Slot [13] registered [ 0.373516] acpiphp: Slot [14] registered [ 0.374655] acpiphp: Slot [15] registered [ 0.375799] acpiphp: Slot [16] registered [ 0.377100] acpiphp: Slot [17] registered [ 0.378255] acpiphp: Slot [18] registered [ 0.379399] acpiphp: Slot [19] registered [ 0.380539] acpiphp: Slot [20] registered [ 0.381679] acpiphp: Slot [21] registered [ 0.382808] acpiphp: Slot [22] registered [ 0.383953] acpiphp: Slot [23] registered [ 0.385104] acpiphp: Slot [24] registered [ 0.386242] acpiphp: Slot [25] registered [ 0.387378] acpiphp: Slot [26] registered [ 0.388522] acpiphp: Slot [27] registered [ 0.389671] acpiphp: Slot [28] registered [ 0.390809] acpiphp: Slot [29] registered [ 0.391953] acpiphp: Slot [30] registered [ 0.393108] acpiphp: Slot [31] registered [ 0.394247] PCI host bridge to bus 0000:00 [ 0.395384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397101] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404952] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411445] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413092] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414841] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445745] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449700] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451923] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453706] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459976] vgaarb: loaded [ 0.460841] vgaarb: bridge control possible 0000:00:02.0 [ 0.462974] SCSI subsystem initialized [ 0.464651] ACPI: bus type USB registered [ 0.465848] usbcore: registered new interface driver usbfs [ 0.467302] usbcore: registered new interface driver hub [ 0.468717] usbcore: registered new device driver usb [ 0.470400] PCI: Using ACPI for IRQ routing [ 0.472406] NetLabel: Initializing [ 0.473434] NetLabel: domain hash size = 128 [ 0.474631] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476014] NetLabel: unlabeled traffic allowed by default [ 0.477895] amd_nb: Cannot enumerate AMD northbridges [ 0.479338] clocksource: Switched to clocksource kvm-clock [ 0.490163] AppArmor: AppArmor Filesystem Enabled [ 0.491548] pnp: PnP ACPI init [ 0.492923] pnp: PnP ACPI: found 5 devices [ 0.500014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502475] NET: Registered protocol family 2 [ 0.504234] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509440] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512689] NET: Registered protocol family 1 [ 0.513937] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549843] Unpacking initramfs... [ 1.046511] Freeing initrd memory: 37084K [ 1.048242] Scanning for low memory corruption every 60 seconds [ 1.050360] audit: initializing netlink subsys (disabled) [ 1.051862] audit: type=2000 audit(1535340095.486:1): initialized [ 1.053893] Initialise system trusted keyring [ 1.055409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.057037] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.059879] zbud: loaded [ 1.061012] VFS: Disk quotas dquot_6.6.0 [ 1.062188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.064183] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.066001] fuse init (API version 7.23) [ 1.067292] Key type big_key registered [ 1.068450] Allocating IMA MOK and blacklist keyrings. [ 1.070241] Key type asymmetric registered [ 1.071436] Asymmetric key parser 'x509' registered [ 1.072805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.074932] io scheduler noop registered [ 1.076056] io scheduler deadline registered (default) [ 1.077473] io scheduler cfq registered [ 1.078715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.080202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.082026] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.084097] ACPI: Power Button [PWRF] [ 1.085361] GHES: HEST is not enabled! [ 1.101123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.133693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.136683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.161914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.165136] Linux agpgart interface v0.103 [ 1.168181] loop: module loaded [ 1.171911] vda: vda1 [ 1.173673] scsi host0: ata_piix [ 1.174776] scsi host1: ata_piix [ 1.175852] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.177578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.179977] libphy: Fixed MDIO Bus: probed [ 1.181166] tun: Universal TUN/TAP device driver, 1.6 [ 1.182523] tun: (C) 1999-2004 Max Krasnyansky [ 1.185405] PPP generic driver version 2.4.2 [ 1.186712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.188409] ehci-pci: EHCI PCI platform driver [ 1.189691] ehci-platform: EHCI generic platform driver [ 1.191102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.192725] ohci-pci: OHCI PCI platform driver [ 1.193964] ohci-platform: OHCI generic platform driver [ 1.195380] uhci_hcd: USB Universal Host Controller Interface driver [ 1.211736] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.216664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.218353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222102] usb usb1: Product: UHCI Host Controller [ 1.223428] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.225105] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226478] hub 1-0:1.0: USB hub found [ 1.227569] hub 1-0:1.0: 2 ports detected [ 1.228900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.231946] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233292] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.234772] mousedev: PS/2 mouse device common for all mice [ 1.236580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.239166] rtc_cmos 00:00: RTC can wake from S4 [ 1.240775] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242426] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.244098] i2c /dev entries driver [ 1.245182] device-mapper: uevent: version 1.0.3 [ 1.246510] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.248801] ledtrig-cpu: registered to indicate activity on CPUs [ 1.250728] NET: Registered protocol family 10 [ 1.252431] NET: Registered protocol family 17 [ 1.253706] Key type dns_resolver registered [ 1.255204] registered taskstats version 1 [ 1.256417] Loading compiled-in X.509 certificates [ 1.258376] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.261021] zswap: loaded using pool lzo/zbud [ 1.263989] Key type trusted registered [ 1.267083] Key type encrypted registered [ 1.268324] AppArmor: AppArmor sha1 policy hashing enabled [ 1.269871] ima: No TPM chip found, activating TPM-bypass! [ 1.271421] evm: HMAC attrs: 0x1 [ 1.272874] Magic number: 14:180:362 [ 1.274165] rtc_cmos 00:00: setting system clock to 2018-08-27 03:21:35 UTC (1535340095) [ 1.276637] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.278284] EDD information not available. [ 1.338207] Freeing unused kernel memory: 1512K [ 1.339620] Write protecting the kernel read-only data: 14336k [ 1.359255] Freeing unused kernel memory: 1692K [ 1.360929] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.372989] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376057] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.381524] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.386800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400463] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.403207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.406732] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.469636] [drm] Initialized drm 1.1.0 20060810 [ 1.472274] virtio_net virtio0 ens3: renamed from eth0 [ 1.481800] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.484636] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.503738] FDC 0 is a S82078B [ 1.513047] AVX2 version of gcm_enc/dec engaged. [ 1.514421] AES CTR mode by8 optimization enabled [ 1.539348] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.704233] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706090] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708029] usb 1-1: Product: QEMU USB Tablet [ 1.709327] usb 1-1: Manufacturer: QEMU [ 1.710476] usb 1-1: SerialNumber: 42 [ 1.718561] hidraw: raw HID events driver (C) Jiri Kosina [ 1.725877] usbcore: registered new interface driver usbhid [ 1.727788] usbhid: USB HID core driver [ 1.730753] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.734939] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.047374] tsc: Refined TSC clocksource calibration: 3491.799 MHz [ 2.047376] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32550e0dcc0, max_idle_ns: 440795254130 ns Begin: Loading essential drivers ... [ 2.106704] md: linear personality registered for level -1 [ 2.110856] md: multipath personality registered for level -4 [ 2.115108] md: raid0 personality registered for level 0 [ 2.119827] md: raid1 personality registered for level 1 [ 2.191324] raid6: sse2x1 gen() 11552 MB/s [ 2.259343] raid6: sse2x1 xor() 9042 MB/s [ 2.327338] raid6: sse2x2 gen() 14751 MB/s [ 2.395319] raid6: sse2x2 xor() 9911 MB/s [ 2.463319] raid6: sse2x4 gen() 16886 MB/s [ 2.531332] raid6: sse2x4 xor() 11436 MB/s [ 2.599320] raid6: avx2x1 gen() 22360 MB/s [ 2.667320] raid6: avx2x2 gen() 26636 MB/s [ 2.735320] raid6: avx2x4 gen() 29552 MB/s [ 2.740536] raid6: using algorithm avx2x4 gen() 29552 MB/s [ 2.742442] raid6: using avx2x2 recovery algorithm [ 2.750591] xor: automatically using best checksumming function: [ 2.791318] avx : 32627.000 MB/sec [ 2.794607] async_tx: api initialized (async) [ 2.808274] md: raid6 personality registered for level 6 [ 2.810153] md: raid5 personality registered for level 5 [ 2.812015] md: raid4 personality registered for level 4 [ 2.820029] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.859653] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.889946] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 3.013986] systemd[1]: Detected virtualization kvm. [ 3.015785] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.020674] systemd[1]: Set hostname to . [ 3.024597] systemd[1]: Initializing machine ID from KVM UUID. [ 3.026744] systemd[1]: Installed transient /etc/machine-id file. [ 3.161344] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.165236] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.168829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.173089] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.176808] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.180625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.185299] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.189127] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.192671] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.199894] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.209061] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.218144] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.232119] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.239161] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.243312] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.251827] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.255680] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.262852] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268351] systemd[1]: Starting Nameserver information manager... [ 3.272933] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.277533] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 3.288439] iscsi: registered transport (tcp) [ 3.292289] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.298172] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.309749] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.314231] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.319420] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.326903] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.335277] iscsi: registered transport (iser) [ 3.338378] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.346872] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.355431] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.362996] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.366965] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.374465] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.379793] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.391635] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.399428] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [ 3.888291] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.960843] cloud-init[480]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 03:21:39 +0000. Up 4.76 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.978298] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 27 Aug 2018 03:21:40 +0000. Up 6.34 seconds. [ 58.981084] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.988128] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.991948] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.996142] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 59.003852] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:6e:1b:19 | [ 59.006340] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe6e:1b19/64 | . | link | fa:16:3e:6e:1b:19 | [ 59.012377] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 59.016166] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . | [ 59.024184] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 59.026530] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 59.032400] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 59.034636] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 59.040407] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 59.044132] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 59.048122] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 59.056125] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 59.058409] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 59.064353] cloud-init[934]: 2018-08-27 03:22:33,426 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 59.599734] cloud-init[934]: Generating public/private rsa key pair. [ 59.602474] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 59.608359] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 59.610238] cloud-init[934]: The key fingerprint is: [ 59.616126] cloud-init[934]: SHA256:q6pKZDxNwPE1y+OxvGZZ10JUd5yYtLyPqR9Zq38bVfE root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.618452] cloud-init[934]: The key's randomart image is: [ 59.620118] cloud-init[934]: +---[RSA 2048]----+ [ 59.624152] cloud-init[934]: |.o. o ....o+o.| [ 59.625543] cloud-init[934]: | .o o o . ooooo| [ 59.632160] cloud-init[934]: | o = . o E| [ 59.633556] cloud-init[934]: |. o o + . . . .| [ 59.634890] cloud-init[934]: | = . + .So . . ..| [ 59.640230] cloud-init[934]: |o . + ... * o| [ 59.641603] cloud-init[934]: | . = . = + | [ 59.642942] cloud-init[934]: |. o . . o o| [ 59.648385] cloud-init[934]: |....... ..o.oo| [ 59.649750] cloud-init[934]: +----[SHA256]-----+ [ 59.651078] cloud-init[934]: Generating public/private dsa key pair. [ 59.656406] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 59.658255] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 59.664139] cloud-init[934]: The key fingerprint is: [ 59.665555] cloud-init[934]: SHA256:MQ+GRkSDaNDVLMth+xACp7+mCGgfQr8QgCRuMlT+5S8 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.671573] cloud-init[934]: The key's randomart image is: [ 59.673093] cloud-init[934]: +---[DSA 1024]----+ [ 59.674684] cloud-init[934]: |+*o+.*= | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Cloud-config availability. [ 59.679944] cloud-init[934]: |*o* *.oo | [[0;32m OK [0m] Reached target Network is Online. [ 59.682684] cloud-init[934]: |*+ = *o.= | Starting iSCSI initiator daemon (iscsid)... [ 59.686857] cloud-init[934]: |+o *.o. = | [ 59.688180] cloud-init[934]: | o. + .S . | [[0;32m OK [0m] Reached target System Initialization. [ 59.690837] cloud-init[934]: |o o. . . | [ 59.692785] cloud-init[934]: [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. |o+oo E . | [ 59.697055] cloud-init[[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m[934]: |+o+ o . | [ 59.701158] ] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.cloud-init[934]: |o o | [ 59.705051] cloud-init[934]: +----[SHA256]-----+ [ 59.706019] cloud-init[934]: Generating public/private ecdsa key pair. [ 59.707238] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 59.711064] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting LXD - unix socket. Starting Socket activation for snappy daemon. [ 59.716753] cloud-init[934]: The key fingerprint is: [ 59.717803] cloud-init[934]: SHA256:6+txKWI0bhDjVmZXbc1WoMvJ/DIC80ZWfC1ZiXSJWT0 root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.719720] cloud-init [[0;32m OK [0m] Listening on LXD - unix socket. [934]: The key's randomart image is: [ 59.724832] cloud-init[934]: +---[ECDSA 256]---+ [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 59.727988] cloud-init[934]: | ...+*=*| [ 59.730367] cloud-init[934]: | . .o==E.| [[0;32m OK [0m] Reached target Sockets. [ 59.733643] cloud-init[934]: | o + . .+.+ o| [[0;32m OK [0m] Reached target Basic System. [ 59.736084] cloud-init[934]: | . * . = + . | [ 59.737058] cloud-init[934]: | + o S o * | [ 59.738024] cloud-init[934]: | . + . B . . | [ 59.738993] cloud-init[934]: | = + * o . | [ 59.739957] Starting Accounts Service... [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started iperf3 Service.cloud-init[934]: | o o = . o | [ 59.745070] cloud-init[934]: | .+. | [ 59.746070] cloud-init[934]: +----[SHA256]-----+ [ 59.747044] cloud-init[934]: Generating public/private ed25519 key pair. [[0;32m OK [0m] Started iperf Service. Starting Pollinate to seed the pseudo random number generator... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started Unattended Upgrades Shutdown.[ 59.769347] Starting /etc/rc.local Compatibility...cloud-init[934]: Starting System Logging Service... [[0;32m OK [0m] Started D-Bus System Message Bus. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.792132] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.800584] cloud-init[934]: The key fingerprint is: [ 59.806443] cloud-init[934]: SHA256:cQUYHPkzYZYS7mG/T8Gjy3GIyIue19bABKa/JdlZlwY root@shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e [ 59.811234] cloud-init Starting Apply the settings specified in cloud-config... Starting Login Service... [[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting LXD - container startup/shutdown... Starting Snappy daemon... [[0;32m OK [0m] Started ACPI event daemon. [934]: Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. The key's randomart image is: [ 59.881821] cloud-init[934]: +--[ED25519 256]--+ [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 59.921874] cloud-init[934]: | .+*.o. | [ 59.934164] cloud-init[[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [934]: | o.= E. | [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 59.967503] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [934]: | o .==.o . |[[0;32m OK [0m] Started Accounts Service. [ 59.980784] cloud-init[934]: | . o.==.+ | [ 59.987088] cloud-init[934]: | . =So.=+ | [ 59.992777] cloud-init[934]: | .+.*. + o | [ 59.999118] cloud-init[934]: | o=.o= o | [ 60.006129] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown. [934]: | oo.o..* | [ 60.015704] cloud-init[934]: | .+... o . | [ 60.020878] cloud-init[934]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 60.405294] cloud-init[1074]: Generating locales (this might take a while)... [ 61.074276] cloud-init[1074]: en_US.UTF-8... done [ 61.076094] cloud-init[1074]: Generation complete. [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: daemon to balance interrupts for SMP systems... Starting LSB: network benchmark... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: automatic crash report generation... Starting Permit User Sessions... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: network benchmark. [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". Starting Hold until boot process finishes up... Starting Terminate Plymouth Boot Screen... [[0;32m OK [0m] Started Hold until boot process finishes up. Starting Set console scheme... [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. [[0;32m OK [0m] Started Set console scheme. Ubuntu 16.04.4 LTS shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e ttyS0 shaker-vm-d0b913f6-1e9f-4463-a79a-04403229eb5e login: 2018-08-27 03:23:01,351 - paramiko.transport - DEBUG - starting thread (client mode): 0x5eb53710L 2018-08-27 03:23:01,352 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 03:23:01,357 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-27 03:23:01,357 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-27 03:23:01,358 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 03:23:01,358 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 03:23:01,358 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 03:23:01,359 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 03:23:01,359 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 03:23:01,359 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 03:23:01,398 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 03:23:01,398 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 03:23:01,416 - paramiko.transport - DEBUG - Trying discovered key 5c9e167e28a45ef0d49b758acf7a8220 in /tmp/tmpHWApXn 2018-08-27 03:23:01,435 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 03:23:01,444 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 03:23:01,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 03:23:01,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 03:23:01,460 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 03:23:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-834f8dda-ceec-43a1-a8a0-26ec9cef76d8 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-27 03:23:01,460 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-834f8dda-ceec-43a1-a8a0-26ec9cef76d8 2018-08-27 03:23:01,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:01,595 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-27 03:23:01,595 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-27 03:23:01,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8668868d-3408-4bb2-b61f-976989791915 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0c62d1a2eb9c4877a3aa8dcb681a60a5"}, "enabled": true, "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2d57212723554a81875eb54be2d9c71b"}, "enabled": true, "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/364f45865d2a472dbb1c17ec432dd442"}, "enabled": true, "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3a19b451b215401e9f3d62999ca779bf"}, "enabled": true, "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/4db680f9113b4a10bba97a69cba7dff9"}, "enabled": true, "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/56f6845a92454ced93c356b353215c58"}, "enabled": true, "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7d2dc95fdcb84a3bbabdf3fae7f05788"}, "enabled": true, "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/857a3547b3624035b08154c86e4b7056"}, "enabled": true, "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/85be768eef834e4e81e3ea286909240c"}, "enabled": true, "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9029bb8abda8485fb94aa849fce44487"}, "enabled": true, "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aa60adff497c48c6bda33da763d92bf2"}, "enabled": true, "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aba3aba927cf497b89d31b4472dd03d3"}, "enabled": true, "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/bcf9f08e73ed44fe9f6353aa05a1c564"}, "enabled": true, "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c980a1a85c7f4daabb41999679a5aff0"}, "enabled": true, "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f73baa7f18b743a89f10719e06527d49"}, "enabled": true, "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-27 03:23:01,658 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-8668868d-3408-4bb2-b61f-976989791915 2018-08-27 03:23:01,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.205991029739s 2018-08-27 03:23:01,658 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-8668868d-3408-4bb2-b61f-976989791915 2018-08-27 03:23:01,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 03:23:01,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:01,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa9fe4ca-5c1c-473a-a2e3-e1c1472489da Content-Encoding: gzip Content-Length: 1973 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/09baa6674c494d0d8497c6133cd0d1bb"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/106184d025434c069c4e5bb20ec8917e"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "106184d025434c069c4e5bb20ec8917e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/153006273f694a66940f23226ef55273"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "153006273f694a66940f23226ef55273"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1655b6496b9b4e9f80c5be269bbdd135"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/17ba54e453a844e3b6329f98636233f4"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "17ba54e453a844e3b6329f98636233f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1894feff0e944370b2a3a8124b2499ee"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/21ccd947710a4b0c9c5ca57b9c593052"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/24bd650d53d64173a3e2a5ce1e8757fa"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3708c51ca0df447990594d0313721f1d"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "3708c51ca0df447990594d0313721f1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/376bcee08e5d4f56bc317cf16e1cbf4a"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3b9316c7f553424ba9aa858365766565"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "3b9316c7f553424ba9aa858365766565"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/424c7a314d474fbb97d4183f7f70f936"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4a45ee754d584ccd88adc91f20d765fe"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "4a45ee754d584ccd88adc91f20d765fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4d8122c8794b4dcdb1fb157eff814dad"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4fc00b6523f84a24b191f02775eba3e7"}, "url": "http://172.30.9.26:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/55db8cdea87c4a6cb127b94aab2fecd5"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5b5cc0d0bc594f1cb15f7afb74aaed2c"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/775e63e79ed14bf8a9ef51f75cc0489c"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/868dc005a20f4593bcc9b044497e1652"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "868dc005a20f4593bcc9b044497e1652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8cda5639ba2a4d57ae1e57520e0b09eb"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8f0a17b843fa4cd8a3b27515df9469e2"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/97a2bc89fcc44b59938bc262e8251eb1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/98442d47818b4e8ba4d0c3e23ae29ea8"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a90b414a8bad4c45aaf58c60715ff5cb"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a9c8b8f6d7cf46cbba7ddbcd8876beae"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ab222d40264243c8b4238872615ef978"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "ab222d40264243c8b4238872615ef978"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3002b2b44314878973591fff296647f"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "b3002b2b44314878973591fff296647f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3866f1efd034780b903b72f14c42587"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "b3866f1efd034780b903b72f14c42587"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b581b6dcb94d4bccae73a1f30672fecb"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "b581b6dcb94d4bccae73a1f30672fecb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b87855abbd3b4f429bac9a8702923ee2"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b9211a5c91214bfb8a53a017e61e23f0"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "b9211a5c91214bfb8a53a017e61e23f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/bb9c503d5175423688ccd8a7147f154b"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "bb9c503d5175423688ccd8a7147f154b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c95ff878f2d04682be0682b3ba89e87c"}, "url": "http://172.30.9.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "c95ff878f2d04682be0682b3ba89e87c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d5bfbe7d86fe44cc83931055110b523b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dc2b6cb14ab5497b931fbd7549cc2e63"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e499ac9caf2f47258ee56dbf0b877e32"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e7b8c232cf204bc4aab09523bcb67072"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "e7b8c232cf204bc4aab09523bcb67072"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea5bfc1452384334b702e65e81fb9128"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "ea5bfc1452384334b702e65e81fb9128"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea6cf437692a484abb2273d167d2dae1"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "ea6cf437692a484abb2273d167d2dae1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ecc741fd949b4de19640330f7c04a3cf"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "ecc741fd949b4de19640330f7c04a3cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ee797cda68c042c5968595c8a2cbe1b7"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "ee797cda68c042c5968595c8a2cbe1b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/eefcb7bdf54f4097a98d16672b108fc0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 03:23:01,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-aa9fe4ca-5c1c-473a-a2e3-e1c1472489da 2018-08-27 03:23:01,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.209167003632s 2018-08-27 03:23:01,877 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-aa9fe4ca-5c1c-473a-a2e3-e1c1472489da 2018-08-27 03:23:01,884 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.26:5000 2018-08-27 03:23:01,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 03:23:01,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:02,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f8a4513-08bf-4911-b827-6ef4e3387e5b Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 03:23:02,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1f8a4513-08bf-4911-b827-6ef4e3387e5b 2018-08-27 03:23:02,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20307302475s 2018-08-27 03:23:02,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1f8a4513-08bf-4911-b827-6ef4e3387e5b 2018-08-27 03:23:02,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 03:23:02,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:02,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07ca5442-bed2-4586-a8d7-f3935d7c7d2a Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 03:23:02,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-07ca5442-bed2-4586-a8d7-f3935d7c7d2a 2018-08-27 03:23:02,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185021162033s 2018-08-27 03:23:02,281 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-07ca5442-bed2-4586-a8d7-f3935d7c7d2a 2018-08-27 03:23:02,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 03:23:02,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:02,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1295d5f-d1df-48b9-ac54-9e4c63f07909 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 03:23:02,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-c1295d5f-d1df-48b9-ac54-9e4c63f07909 2018-08-27 03:23:02,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.231877088547s 2018-08-27 03:23:02,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-c1295d5f-d1df-48b9-ac54-9e4c63f07909 2018-08-27 03:23:02,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 03:23:02,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:02,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-464543bb-435b-4619-a244-56f8c8a8566c Content-Encoding: gzip Content-Length: 962 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e", "links": {"self": "http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9532b08983bb4e94a33c923c2c5fef82", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 03:23:02,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-464543bb-435b-4619-a244-56f8c8a8566c 2018-08-27 03:23:02,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212455034256s 2018-08-27 03:23:02,732 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-464543bb-435b-4619-a244-56f8c8a8566c 2018-08-27 03:23:02,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 03:23:02,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:02,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d41c160-80a6-4b41-82cd-194b5f3ace27 Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c"}, "tags": [], "enabled": true, "id": "242eabce7faf4bd5876dab2e38c24e6c", "parent_id": "default", "domain_id": "default", "name": "shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}]} 2018-08-27 03:23:02,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6d41c160-80a6-4b41-82cd-194b5f3ace27 2018-08-27 03:23:02,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190283060074s 2018-08-27 03:23:02,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6d41c160-80a6-4b41-82cd-194b5f3ace27 2018-08-27 03:23:02,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 03:23:02,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:03,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e7778ac-bd04-4dd6-accc-c5ea5be19aab Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c", "previous": null, "next": null}} 2018-08-27 03:23:03,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c used request id req-7e7778ac-bd04-4dd6-accc-c5ea5be19aab 2018-08-27 03:23:03,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.208844184875s 2018-08-27 03:23:03,150 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c used request id req-7e7778ac-bd04-4dd6-accc-c5ea5be19aab 2018-08-27 03:23:03,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 03:23:03,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c/users/9532b08983bb4e94a33c923c2c5fef82/roles/64b62be202324fec914229b8ba9e275d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:03,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 03:23:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5221425a-b8f8-4336-b3f7-0fb3a21f7d7a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 03:23:03,384 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c/users/9532b08983bb4e94a33c923c2c5fef82/roles/64b62be202324fec914229b8ba9e275d used request id req-5221425a-b8f8-4336-b3f7-0fb3a21f7d7a 2018-08-27 03:23:03,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.23046708107s 2018-08-27 03:23:03,384 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c/users/9532b08983bb4e94a33c923c2c5fef82/roles/64b62be202324fec914229b8ba9e275d used request id req-5221425a-b8f8-4336-b3f7-0fb3a21f7d7a 2018-08-27 03:23:03,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 03:23:03,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:03,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64d89a6d-0891-40b0-8564-1258d1581278 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 03:23:03,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-64d89a6d-0891-40b0-8564-1258d1581278 2018-08-27 03:23:03,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195451021194s 2018-08-27 03:23:03,583 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-64d89a6d-0891-40b0-8564-1258d1581278 2018-08-27 03:23:03,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 03:23:03,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:03,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dfe7c5e-91e6-4139-aa96-8b336a686ced Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 03:23:03,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3dfe7c5e-91e6-4139-aa96-8b336a686ced 2018-08-27 03:23:03,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197383880615s 2018-08-27 03:23:03,787 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3dfe7c5e-91e6-4139-aa96-8b336a686ced 2018-08-27 03:23:03,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 03:23:03,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:03,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7eb2f25-c428-4655-aa82-53566089b79b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 03:23:03,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-b7eb2f25-c428-4655-aa82-53566089b79b 2018-08-27 03:23:03,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192224025726s 2018-08-27 03:23:03,984 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-b7eb2f25-c428-4655-aa82-53566089b79b 2018-08-27 03:23:03,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 03:23:03,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:04,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81b4f89c-d44e-4fde-ac50-f078c59e430a Content-Encoding: gzip Content-Length: 962 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e", "links": {"self": "http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9532b08983bb4e94a33c923c2c5fef82", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 03:23:04,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-81b4f89c-d44e-4fde-ac50-f078c59e430a 2018-08-27 03:23:04,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204200029373s 2018-08-27 03:23:04,190 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-81b4f89c-d44e-4fde-ac50-f078c59e430a 2018-08-27 03:23:04,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 03:23:04,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:04,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43cd77b7-ab85-44df-8e88-6216cf2974a6 Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c"}, "tags": [], "enabled": true, "id": "242eabce7faf4bd5876dab2e38c24e6c", "parent_id": "default", "domain_id": "default", "name": "shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}]} 2018-08-27 03:23:04,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-43cd77b7-ab85-44df-8e88-6216cf2974a6 2018-08-27 03:23:04,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199456930161s 2018-08-27 03:23:04,402 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-43cd77b7-ab85-44df-8e88-6216cf2974a6 2018-08-27 03:23:04,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 03:23:04,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:04,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 03:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6beb0e2f-5297-42be-aff1-5c9d46f7462e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c", "previous": null, "next": null}} 2018-08-27 03:23:04,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c used request id req-6beb0e2f-5297-42be-aff1-5c9d46f7462e 2018-08-27 03:23:04,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.199323892593s 2018-08-27 03:23:04,612 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=9532b08983bb4e94a33c923c2c5fef82&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=242eabce7faf4bd5876dab2e38c24e6c used request id req-6beb0e2f-5297-42be-aff1-5c9d46f7462e 2018-08-27 03:23:04,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 03:23:04,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c/users/9532b08983bb4e94a33c923c2c5fef82/roles/e244c3f7bdd84c4cae0efb6212af18a8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54df2ba429b6b1d910ae14d327f73842ac57ad4a" 2018-08-27 03:23:04,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 03:23:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8c86b81-0ca0-4d6d-bd1f-0ca761e1338d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 03:23:04,845 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c/users/9532b08983bb4e94a33c923c2c5fef82/roles/e244c3f7bdd84c4cae0efb6212af18a8 used request id req-b8c86b81-0ca0-4d6d-bd1f-0ca761e1338d 2018-08-27 03:23:04,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.22948884964s 2018-08-27 03:23:04,845 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c/users/9532b08983bb4e94a33c923c2c5fef82/roles/e244c3f7bdd84c4cae0efb6212af18a8 used request id req-b8c86b81-0ca0-4d6d-bd1f-0ca761e1338d 2018-08-27 03:23:04,846 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 03:23:04,846 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-27 03:23:04,847 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 03:23:04,848 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 03:23:04,922 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 03:23:04,923 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-27 03:23:04,923 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 03:23:04,963 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-27 03:23:04,963 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-27 03:23:04,988 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-27 04:23:05,070 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-27 04:23:05,071 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=242eabce7faf4bd5876dab2e38c24e6c SHELL=/bin/bash SSH_CLIENT=172.30.9.66 53162 22 OS_REGION_NAME=regionOne OS_USER_DOMAIN_NAME=Default OS_IMAGE_API_VERSION=2 USER=ubuntu PYTHONWARNINGS=ignore:Certificate has no, ignore:A true SSLContext object is not available OS_PROJECT_NAME=shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e CLOUDPROMPT_ENABLED=1 MAIL=/var/mail/ubuntu PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games OS_IDENTITY_API_VERSION=3 NOVA_VERSION=1.1 SDN_CONTROLLER_IP=192.30.9.4 PWD=/home/ubuntu OS_PASSWORD=1fe776c3-40af-46ab-ba4f-f40d79924c8e LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.26:5000 SDN_CONTROLLER_PASSWORD=FgxMojezvLOSrPmgQXt87YWYu OS_USERNAME=shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.26,192.30.9.4 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 53162 192.168.120.7 22 OS_VOLUME_API_VERSION=3.52 COMPUTE_API_VERSION=1.1 OS_INTERFACE=public XDG_RUNTIME_DIR=/run/user/1000 OS_NO_CACHE=True OS_CLOUDNAME=overcloud OS_PROJECT_DOMAIN_NAME=Default _=/usr/bin/env 2018-08-27 03:23:05.630 1373 INFO shaker.engine.utils [-] Logging enabled 2018-08-27 03:23:05.632 1373 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-27 03:23:05.635 1373 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-27 03:23:05.642 1381 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-27 03:23:05.643 1381 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.204:9000 2018-08-27 03:23:05.643 1381 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-27 03:23:05.653 1373 INFO pykwalify.core [-] validation.valid 2018-08-27 03:23:17.608 1373 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-27 03:23:23.878 1373 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'22543384-7a5c-4004-b5e5-144945e29b62', u'links': [{u'href': u'http://172.30.9.26:8004/v1/242eabce7faf4bd5876dab2e38c24e6c/stacks/shaker_espdof/22543384-7a5c-4004-b5e5-144945e29b62', u'rel': u'self'}]} 2018-08-27 03:27:09.353 1373 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_espdof_slave_0', 'shaker_espdof_master_0']) 2018-08-27 03:27:09.358 1373 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 03:28:39.519 1373 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 03:30:09.615 1373 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 03:31:39.726 1373 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 03:31:39.727 1373 INFO shaker.engine.server [-] Execution is done 2018-08-27 03:31:40.901 1373 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-27 04:23:05,072 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-27 04:23:05,072 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-27 04:23:05,074 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-27 04:23:05,112 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-27 04:23:05,113 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-27 04:23:05,140 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-27 04:23:05,143 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-27 04:23:05,144 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-27 04:23:05,144 - functest.opnfv_tests.openstack.shaker.shaker - ERROR - cannot get report files Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/shaker/shaker.py", line 112, in execute scpc.get('report.json', self.res_dir) File "/usr/lib/python2.7/site-packages/scp.py", line 198, in get self._recv_all() File "/usr/lib/python2.7/site-packages/scp.py", line 348, in _recv_all raise SCPException(asunicode(msg[1:])) SCPException: scp: report.json: No such file or directory 2018-08-27 04:23:05,271 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 04:23:05,271 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 65:17 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-27 04:23:05,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:23:05,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "e244c3f7bdd84c4cae0efb6212af18a8", "name": "heat_stack_owner"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:23:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "242eabce7faf4bd5876dab2e38c24e6c", "name": "shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/242eabce7faf4bd5876dab2e38c24e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/242eabce7faf4bd5876dab2e38c24e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/242eabce7faf4bd5876dab2e38c24e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_242eabce7faf4bd5876dab2e38c24e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_242eabce7faf4bd5876dab2e38c24e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/242eabce7faf4bd5876dab2e38c24e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/242eabce7faf4bd5876dab2e38c24e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/242eabce7faf4bd5876dab2e38c24e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/242eabce7faf4bd5876dab2e38c24e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e", "id": "9532b08983bb4e94a33c923c2c5fef82"}, "audit_ids": ["viyiHFrPT-exCkRGjmwEeA"], "issued_at": "2018-08-27T04:23:05.000000Z"}} 2018-08-27 04:23:05,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 04:23:05,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/12b86dab-a66c-45fe-b373-75676419e97a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:07,043 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1fab1d90-f9f0-49f1-bdbd-ee0f899ee53c Content-Length: 0 Date: Mon, 27 Aug 2018 04:23:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:23:07,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/12b86dab-a66c-45fe-b373-75676419e97a.json used request id req-1fab1d90-f9f0-49f1-bdbd-ee0f899ee53c 2018-08-27 04:23:07,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.34500718117s 2018-08-27 04:23:07,043 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/12b86dab-a66c-45fe-b373-75676419e97a.json used request id req-1fab1d90-f9f0-49f1-bdbd-ee0f899ee53c 2018-08-27 04:23:07,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 04:23:07,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:07,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-a45965cd-9fa1-425d-aec1-ae8c6b3c6e9c Date: Mon, 27 Aug 2018 04:23:07 GMT RESP BODY: {"floatingips": [{"router_id": "480e21c6-6f1c-4c6a-bd04-dceb28f4319f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T02:54:58Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.1.10", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "82308e0d-757c-4b6d-a432-c35dc1e2fefa", "id": "52d1d92b-4cd1-46e5-9dc1-2b8526f7266d", "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "created_at": "2018-08-27T02:54:58Z", "project_id": "d6a9b1e70afc438d9f89f87453c9a60e"}]} 2018-08-27 04:23:07,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-a45965cd-9fa1-425d-aec1-ae8c6b3c6e9c 2018-08-27 04:23:07,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.543984889984s 2018-08-27 04:23:07,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-a45965cd-9fa1-425d-aec1-ae8c6b3c6e9c 2018-08-27 04:23:07,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 04:23:07,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:08,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:23:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b507cf25-2e47-441f-bf2a-7496a325d577 x-compute-request-id: req-b507cf25-2e47-441f-bf2a-7496a325d577 Content-Type: application/json 2018-08-27 04:23:08,149 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9 used request id req-b507cf25-2e47-441f-bf2a-7496a325d577 2018-08-27 04:23:08,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.552263021469s 2018-08-27 04:23:08,149 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9 used request id req-b507cf25-2e47-441f-bf2a-7496a325d577 2018-08-27 04:23:08,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:23:08,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:09,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3283bd58-c947-401b-b600-7852523d617d x-compute-request-id: req-3283bd58-c947-401b-b600-7852523d617d Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_d0b913f6-1e9f-4463-a79a-04403229eb5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:1b:19", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:1b:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/03ef104e-d9dd-459b-8534-485f68ec94c9", "rel": "bookmark"}], "image": {"id": "51559ffa-6958-4622-895b-8ddc28eb659c", "links": [{"href": "http://172.30.9.26:8774/images/51559ffa-6958-4622-895b-8ddc28eb659c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000089", "OS-SRV-USG:launched_at": "2018-08-27T03:21:33.000000", "flavor": {"id": "175d5687-4d21-44ca-b0e6-ba2eda838f91", "links": [{"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}]}, "id": "03ef104e-d9dd-459b-8534-485f68ec94c9", "security_groups": [{"name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}], "user_id": "9532b08983bb4e94a33c923c2c5fef82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:23:08Z", "hostId": "c2dae5489861f1ec21d4818c0ffac6ebe3856ea06bfbb56f13293676", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "shaker-vm_d0b913f6-1e9f-4463-a79a-04403229eb5e", "created": "2018-08-27T03:18:17Z", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:23:09,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3283bd58-c947-401b-b600-7852523d617d 2018-08-27 04:23:09,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.6765100956s 2018-08-27 04:23:09,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3283bd58-c947-401b-b600-7852523d617d 2018-08-27 04:23:09,828 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:23:11,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:23:11,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:11,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c52aebdc-39a2-4d49-9f41-970af043e2e8 x-compute-request-id: req-c52aebdc-39a2-4d49-9f41-970af043e2e8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 04:23:11,906 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c52aebdc-39a2-4d49-9f41-970af043e2e8 2018-08-27 04:23:11,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0748782157898s 2018-08-27 04:23:11,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c52aebdc-39a2-4d49-9f41-970af043e2e8 2018-08-27 04:23:11,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:23:11,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:12,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 51845 X-Openstack-Request-Id: req-9f4b21cf-539d-465e-900f-9c1e3e1bec78 Date: Mon, 27 Aug 2018 04:23:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8d0f476fbac74d949d5610dbc1da8d9d", "created_at": "2018-08-27T01:59:53Z", "updated_at": "2018-08-27T01:59:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:53Z", "revision_number": 0, "id": "058219f1-e656-4b61-b136-84e6207e072b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:53Z", "security_group_id": "0333f50b-3f30-4a6b-838c-a036320dc906", "tenant_id": "8d0f476fbac74d949d5610dbc1da8d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d0f476fbac74d949d5610dbc1da8d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:53Z", "revision_number": 0, "id": "2936eaae-7661-471e-a94a-d9b51e69002d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:53Z", "security_group_id": "0333f50b-3f30-4a6b-838c-a036320dc906", "tenant_id": "8d0f476fbac74d949d5610dbc1da8d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d0f476fbac74d949d5610dbc1da8d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:53Z", "revision_number": 0, "id": "3a2d5562-faa8-420d-9d99-97f5cbe60fec", "remote_group_id": "0333f50b-3f30-4a6b-838c-a036320dc906", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:53Z", "security_group_id": "0333f50b-3f30-4a6b-838c-a036320dc906", "tenant_id": "8d0f476fbac74d949d5610dbc1da8d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d0f476fbac74d949d5610dbc1da8d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:53Z", "revision_number": 0, "id": "8ec4dd8a-cd65-4d81-b76e-b75d86bdf7cf", "remote_group_id": "0333f50b-3f30-4a6b-838c-a036320dc906", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:53Z", "security_group_id": "0333f50b-3f30-4a6b-838c-a036320dc906", "tenant_id": "8d0f476fbac74d949d5610dbc1da8d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d0f476fbac74d949d5610dbc1da8d9d"}], "revision_number": 1, "project_id": "8d0f476fbac74d949d5610dbc1da8d9d", "id": "0333f50b-3f30-4a6b-838c-a036320dc906", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f0a243eb84f4423197fb8111563b2340", "created_at": "2018-08-27T01:59:41Z", "updated_at": "2018-08-27T01:59:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:41Z", "revision_number": 0, "id": "08499d96-f0c9-4def-b035-e8efaa10700f", "remote_group_id": "11bdc1ae-3343-4dc0-9652-2be49777d8ca", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:41Z", "security_group_id": "11bdc1ae-3343-4dc0-9652-2be49777d8ca", "tenant_id": "f0a243eb84f4423197fb8111563b2340", "port_range_min": null, "ethertype": "IPv4", "project_id": "f0a243eb84f4423197fb8111563b2340"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:41Z", "revision_number": 0, "id": "4036848f-ae72-4b1e-a73c-131ec25d161c", "remote_group_id": "11bdc1ae-3343-4dc0-9652-2be49777d8ca", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:41Z", "security_group_id": "11bdc1ae-3343-4dc0-9652-2be49777d8ca", "tenant_id": "f0a243eb84f4423197fb8111563b2340", "port_range_min": null, "ethertype": "IPv6", "project_id": "f0a243eb84f4423197fb8111563b2340"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:41Z", "revision_number": 0, "id": "8881ac04-d335-4fa1-9ba2-ddbe4cd86fc7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:41Z", "security_group_id": "11bdc1ae-3343-4dc0-9652-2be49777d8ca", "tenant_id": "f0a243eb84f4423197fb8111563b2340", "port_range_min": null, "ethertype": "IPv4", "project_id": "f0a243eb84f4423197fb8111563b2340"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:41Z", "revision_number": 0, "id": "fe790010-6709-459b-9b9f-131dba01b727", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:41Z", "security_group_id": "11bdc1ae-3343-4dc0-9652-2be49777d8ca", "tenant_id": "f0a243eb84f4423197fb8111563b2340", "port_range_min": null, "ethertype": "IPv6", "project_id": "f0a243eb84f4423197fb8111563b2340"}], "revision_number": 1, "project_id": "f0a243eb84f4423197fb8111563b2340", "id": "11bdc1ae-3343-4dc0-9652-2be49777d8ca", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f9a14dd371b442cda526f2e4900c97fb", "created_at": "2018-08-27T01:59:25Z", "updated_at": "2018-08-27T01:59:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:25Z", "revision_number": 0, "id": "1b1da0d0-f961-4962-a211-5681600171b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:25Z", "security_group_id": "2512e3d6-b2ec-400d-95fa-22965eb15de5", "tenant_id": "f9a14dd371b442cda526f2e4900c97fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9a14dd371b442cda526f2e4900c97fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:25Z", "revision_number": 0, "id": "4128f583-3f86-4dff-8190-50ae82ef0675", "remote_group_id": "2512e3d6-b2ec-400d-95fa-22965eb15de5", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:25Z", "security_group_id": "2512e3d6-b2ec-400d-95fa-22965eb15de5", "tenant_id": "f9a14dd371b442cda526f2e4900c97fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9a14dd371b442cda526f2e4900c97fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:25Z", "revision_number": 0, "id": "5e5d4f02-0d09-4614-8226-77fa0f2781ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:25Z", "security_group_id": "2512e3d6-b2ec-400d-95fa-22965eb15de5", "tenant_id": "f9a14dd371b442cda526f2e4900c97fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9a14dd371b442cda526f2e4900c97fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:25Z", "revision_number": 0, "id": "8348574a-b694-4303-aa57-cba5c4f55f8d", "remote_group_id": "2512e3d6-b2ec-400d-95fa-22965eb15de5", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:25Z", "security_group_id": "2512e3d6-b2ec-400d-95fa-22965eb15de5", "tenant_id": "f9a14dd371b442cda526f2e4900c97fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9a14dd371b442cda526f2e4900c97fb"}], "revision_number": 1, "project_id": "f9a14dd371b442cda526f2e4900c97fb", "id": "2512e3d6-b2ec-400d-95fa-22965eb15de5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "created_at": "2018-08-27T01:39:11Z", "updated_at": "2018-08-27T01:39:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "153a7e1a-caff-4825-b124-b3efb785d274", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv4", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "563ed945-ba5e-46c2-8bf1-ba05a0b7a9c6", "remote_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv4", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "b387c1dd-cd2d-4c90-8a04-a670ccdbcaf9", "remote_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv6", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:39:11Z", "revision_number": 0, "id": "d0da6690-ea34-4df2-b6ab-c617502306e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:39:11Z", "security_group_id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "tenant_id": "fdfb6f654fdc41ceb857063b3e09e496", "port_range_min": null, "ethertype": "IPv6", "project_id": "fdfb6f654fdc41ceb857063b3e09e496"}], "revision_number": 1, "project_id": "fdfb6f654fdc41ceb857063b3e09e496", "id": "2a19a3c6-a5bf-47fe-a9ae-4390b6016c76", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "created_at": "2018-08-27T01:45:18Z", "updated_at": "2018-08-27T01:45:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "10b59233-89b2-4ffa-9562-01388415da77", "remote_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "512982cb-58e9-49f0-a191-676f288eca98", "remote_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "7b859e35-c522-4a9e-9714-6cc1d44004d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:45:19Z", "revision_number": 0, "id": "fb1a00ee-8baa-4b8a-86bd-67ece992c1c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:45:19Z", "security_group_id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "tenant_id": "ec7e3e12600d40459a55c404eee0fbd6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec7e3e12600d40459a55c404eee0fbd6"}], "revision_number": 1, "project_id": "ec7e3e12600d40459a55c404eee0fbd6", "id": "2fbc5e59-35a0-4d2b-87e6-fda74da05fa9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9b0d37f0d59d412393c0c351ac9e8f53", "created_at": "2018-08-27T01:59:57Z", "updated_at": "2018-08-27T01:59:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:57Z", "revision_number": 0, "id": "622f639c-7e25-4250-b370-4bc1f76ea63d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:57Z", "security_group_id": "3ae3e674-db1f-41d1-9309-fbb9d55008c8", "tenant_id": "9b0d37f0d59d412393c0c351ac9e8f53", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b0d37f0d59d412393c0c351ac9e8f53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:57Z", "revision_number": 0, "id": "d93b41b0-9542-420f-9b4b-e3fa9f65344a", "remote_group_id": "3ae3e674-db1f-41d1-9309-fbb9d55008c8", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:57Z", "security_group_id": "3ae3e674-db1f-41d1-9309-fbb9d55008c8", "tenant_id": "9b0d37f0d59d412393c0c351ac9e8f53", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b0d37f0d59d412393c0c351ac9e8f53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:57Z", "revision_number": 0, "id": "e35a0f16-d01e-4f0f-b338-7db7b591d028", "remote_group_id": "3ae3e674-db1f-41d1-9309-fbb9d55008c8", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:57Z", "security_group_id": "3ae3e674-db1f-41d1-9309-fbb9d55008c8", "tenant_id": "9b0d37f0d59d412393c0c351ac9e8f53", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b0d37f0d59d412393c0c351ac9e8f53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:57Z", "revision_number": 0, "id": "fd26c287-7973-4157-9393-6e0cb2b7f14f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:57Z", "security_group_id": "3ae3e674-db1f-41d1-9309-fbb9d55008c8", "tenant_id": "9b0d37f0d59d412393c0c351ac9e8f53", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b0d37f0d59d412393c0c351ac9e8f53"}], "revision_number": 1, "project_id": "9b0d37f0d59d412393c0c351ac9e8f53", "id": "3ae3e674-db1f-41d1-9309-fbb9d55008c8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "created_at": "2018-08-27T01:46:19Z", "updated_at": "2018-08-27T01:46:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "651cd0af-c132-499e-812e-04a2990c6cd2", "remote_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "83b225ac-8d5c-4de9-9e2a-ecbe4feed760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "9354b69d-e3fa-4765-9d2e-aa6fc0f320f2", "remote_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:46:19Z", "revision_number": 0, "id": "a1451ef8-af1d-42d5-be2d-6368588b4b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:46:19Z", "security_group_id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "tenant_id": "2833a599ce6643b398c926d7c0dc7be3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2833a599ce6643b398c926d7c0dc7be3"}], "revision_number": 1, "project_id": "2833a599ce6643b398c926d7c0dc7be3", "id": "3baed2c6-2384-4944-8a45-46acc0f0050a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "46a08f96b28a458bb6d076800aba1e1d", "created_at": "2018-08-27T01:59:44Z", "updated_at": "2018-08-27T01:59:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:44Z", "revision_number": 0, "id": "4cdd00b2-f420-4d51-b788-cfe6381c4251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:44Z", "security_group_id": "3d463691-2f42-4f4f-b9e4-053e2e6c87fd", "tenant_id": "46a08f96b28a458bb6d076800aba1e1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "46a08f96b28a458bb6d076800aba1e1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:44Z", "revision_number": 0, "id": "a7e55274-3d6c-4d28-a4d2-eb9e46182e08", "remote_group_id": "3d463691-2f42-4f4f-b9e4-053e2e6c87fd", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:44Z", "security_group_id": "3d463691-2f42-4f4f-b9e4-053e2e6c87fd", "tenant_id": "46a08f96b28a458bb6d076800aba1e1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "46a08f96b28a458bb6d076800aba1e1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:44Z", "revision_number": 0, "id": "aa4c4811-c306-4aec-abe8-9da38364623f", "remote_group_id": "3d463691-2f42-4f4f-b9e4-053e2e6c87fd", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:44Z", "security_group_id": "3d463691-2f42-4f4f-b9e4-053e2e6c87fd", "tenant_id": "46a08f96b28a458bb6d076800aba1e1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "46a08f96b28a458bb6d076800aba1e1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:44Z", "revision_number": 0, "id": "e817b23f-ddc9-437f-b5c6-ba856870f8ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:44Z", "security_group_id": "3d463691-2f42-4f4f-b9e4-053e2e6c87fd", "tenant_id": "46a08f96b28a458bb6d076800aba1e1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "46a08f96b28a458bb6d076800aba1e1d"}], "revision_number": 1, "project_id": "46a08f96b28a458bb6d076800aba1e1d", "id": "3d463691-2f42-4f4f-b9e4-053e2e6c87fd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T01:42:32Z", "updated_at": "2018-08-27T01:42:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "3c8b496f-edee-4279-ab89-23b0f132dd1e", "remote_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "52a4193c-6661-4ee6-a82a-2e10fdcd84d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "627e451c-5a11-4c3c-b2a9-2ecf5a06e6e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:32Z", "revision_number": 0, "id": "c2c2400b-c5c7-413f-a98a-aae2d90d8db3", "remote_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:32Z", "security_group_id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5785a4ec7e274272b18e396a3b5ede5b"}], "revision_number": 1, "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "5a6d5ccb-b074-4a82-8abd-23c7e4d82e03", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "created_at": "2018-08-27T01:43:52Z", "updated_at": "2018-08-27T01:43:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "0cef62f7-8ca8-4114-a836-d782b3022827", "remote_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "27883390-f9c5-447a-93aa-2f216ac561ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "a363e182-578c-4bc9-88e3-cf9c14645402", "remote_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:43:52Z", "revision_number": 0, "id": "c0024ff1-e92b-45a1-b965-1913f9767c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:43:52Z", "security_group_id": "753518c2-5a46-407e-ae93-f7acb646368f", "tenant_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8"}], "revision_number": 1, "project_id": "36a1ee3a67b3495cbaeba849cb4d92d8", "id": "753518c2-5a46-407e-ae93-f7acb646368f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "created_at": "2018-08-27T02:53:10Z", "updated_at": "2018-08-27T02:53:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T02:53:10Z", "revision_number": 0, "id": "97e26145-a272-4b67-87e7-5d8414d7794f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T02:53:10Z", "security_group_id": "9344d676-753c-4bf7-a449-4a466c97473c", "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6a9b1e70afc438d9f89f87453c9a60e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T02:53:10Z", "revision_number": 0, "id": "a280f04c-59ea-45b0-b387-77f306e1fb51", "remote_group_id": "9344d676-753c-4bf7-a449-4a466c97473c", "remote_ip_prefix": null, "created_at": "2018-08-27T02:53:10Z", "security_group_id": "9344d676-753c-4bf7-a449-4a466c97473c", "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6a9b1e70afc438d9f89f87453c9a60e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T02:53:10Z", "revision_number": 0, "id": "b921bd3d-7f87-4824-b258-2c586cf22e09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T02:53:10Z", "security_group_id": "9344d676-753c-4bf7-a449-4a466c97473c", "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6a9b1e70afc438d9f89f87453c9a60e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T02:53:10Z", "revision_number": 0, "id": "df831e26-2509-4589-a358-1ea878778052", "remote_group_id": "9344d676-753c-4bf7-a449-4a466c97473c", "remote_ip_prefix": null, "created_at": "2018-08-27T02:53:10Z", "security_group_id": "9344d676-753c-4bf7-a449-4a466c97473c", "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6a9b1e70afc438d9f89f87453c9a60e"}], "revision_number": 1, "project_id": "d6a9b1e70afc438d9f89f87453c9a60e", "id": "9344d676-753c-4bf7-a449-4a466c97473c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "created_at": "2018-08-27T01:47:43Z", "updated_at": "2018-08-27T01:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:47:43Z", "revision_number": 0, "id": "03a74226-ed11-40f4-8361-58ef9d8380ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:47:43Z", "security_group_id": "a07d407a-60e2-4986-881e-e01aadd4d7cb", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2297c17ecdd64a0ea654eaf43869f4f6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:47:43Z", "revision_number": 0, "id": "4ed88071-d766-42b1-ae6c-352750e0ba95", "remote_group_id": "a07d407a-60e2-4986-881e-e01aadd4d7cb", "remote_ip_prefix": null, "created_at": "2018-08-27T01:47:43Z", "security_group_id": "a07d407a-60e2-4986-881e-e01aadd4d7cb", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2297c17ecdd64a0ea654eaf43869f4f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:47:43Z", "revision_number": 0, "id": "90d57eca-5d3c-402b-9457-af466013419b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:47:43Z", "security_group_id": "a07d407a-60e2-4986-881e-e01aadd4d7cb", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2297c17ecdd64a0ea654eaf43869f4f6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:47:43Z", "revision_number": 0, "id": "e8079b2a-b39a-47ba-af38-a4ddaa16e760", "remote_group_id": "a07d407a-60e2-4986-881e-e01aadd4d7cb", "remote_ip_prefix": null, "created_at": "2018-08-27T01:47:43Z", "security_group_id": "a07d407a-60e2-4986-881e-e01aadd4d7cb", "tenant_id": "2297c17ecdd64a0ea654eaf43869f4f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2297c17ecdd64a0ea654eaf43869f4f6"}], "revision_number": 1, "project_id": "2297c17ecdd64a0ea654eaf43869f4f6", "id": "a07d407a-60e2-4986-881e-e01aadd4d7cb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7aa6dee64bcb46e98e278646a99251bd", "created_at": "2018-08-27T02:13:24Z", "updated_at": "2018-08-27T02:13:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T02:13:24Z", "revision_number": 0, "id": "16c1c65b-24ed-410a-b0c0-50c13ee82d16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T02:13:24Z", "security_group_id": "a9764591-d208-49e1-a221-13b83ad3ce49", "tenant_id": "7aa6dee64bcb46e98e278646a99251bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "7aa6dee64bcb46e98e278646a99251bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T02:13:24Z", "revision_number": 0, "id": "3695f81f-a255-4591-94a0-e5e2ebe14644", "remote_group_id": "a9764591-d208-49e1-a221-13b83ad3ce49", "remote_ip_prefix": null, "created_at": "2018-08-27T02:13:24Z", "security_group_id": "a9764591-d208-49e1-a221-13b83ad3ce49", "tenant_id": "7aa6dee64bcb46e98e278646a99251bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "7aa6dee64bcb46e98e278646a99251bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T02:13:24Z", "revision_number": 0, "id": "e37be49f-4a9b-4cd6-b245-46dfb8a2bff6", "remote_group_id": "a9764591-d208-49e1-a221-13b83ad3ce49", "remote_ip_prefix": null, "created_at": "2018-08-27T02:13:24Z", "security_group_id": "a9764591-d208-49e1-a221-13b83ad3ce49", "tenant_id": "7aa6dee64bcb46e98e278646a99251bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "7aa6dee64bcb46e98e278646a99251bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T02:13:24Z", "revision_number": 0, "id": "f2cf99b3-218e-4753-84f1-e26a85a8fec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T02:13:24Z", "security_group_id": "a9764591-d208-49e1-a221-13b83ad3ce49", "tenant_id": "7aa6dee64bcb46e98e278646a99251bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "7aa6dee64bcb46e98e278646a99251bd"}], "revision_number": 1, "project_id": "7aa6dee64bcb46e98e278646a99251bd", "id": "a9764591-d208-49e1-a221-13b83ad3ce49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-27T01:42:37Z", "updated_at": "2018-08-27T01:42:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "2cef997f-0f96-4a96-be2e-1b9358fc9598", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "4735dd16-88c3-40f7-a93a-ca4bf09f7e7d", "remote_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "8a3b171b-770b-4152-9baf-6532b6f29e1a", "remote_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:37Z", "revision_number": 0, "id": "e6875607-69f6-4362-9c60-a518f3d55e50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:37Z", "security_group_id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "bfa5b76f-fded-49e7-9374-58eba662a3ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:17:48Z", "updated_at": "2018-08-27T03:17:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "6fa605c8-ac0f-4eec-a4f3-67caf86021f7", "remote_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "9ee1dde6-0e8a-4263-8a4c-7209afbcc13e", "remote_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "c55effcc-ee51-4375-b43b-ec97c3a406aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:17:48Z", "revision_number": 0, "id": "cefec410-d4ad-487d-bd88-400bb0c5566a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:17:48Z", "security_group_id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}], "revision_number": 1, "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "c87e7be0-0cbc-4557-8db1-4351d210e65a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "created_at": "2018-08-27T01:42:58Z", "updated_at": "2018-08-27T01:42:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "037e5993-c160-40f8-81e5-faa01e525785", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "13f71ab7-95c1-4568-8795-dcca030f852e", "remote_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "1af6f790-e028-4032-a110-4ae10c5aee29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "4392af7e7a0747e184901ac824beb6ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:42:58Z", "revision_number": 0, "id": "59a49a6c-057f-4993-a107-d5c1acaaf7ca", "remote_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "remote_ip_prefix": null, "created_at": "2018-08-27T01:42:58Z", "security_group_id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "tenant_id": "4392af7e7a0747e184901ac824beb6ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "4392af7e7a0747e184901ac824beb6ef"}], "revision_number": 1, "project_id": "4392af7e7a0747e184901ac824beb6ef", "id": "ddf8f7ec-0d3b-4ded-8119-aff05770103b", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:18:09Z", "updated_at": "2018-08-27T03:18:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:11Z", "revision_number": 0, "id": "053b1d24-030b-44f4-86b5-2ea91c69d979", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:11Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-27T03:18:12Z", "revision_number": 0, "id": "56031836-8cd2-4784-b99d-012c4ec09db8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:12Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:09Z", "revision_number": 0, "id": "81264684-9a60-4940-9bde-8c7757045290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:09Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T03:18:09Z", "revision_number": 0, "id": "ac34b569-7d0b-46a7-a75f-5d22e305fc09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:09Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T03:18:10Z", "revision_number": 0, "id": "bde88548-8689-4dea-8f4c-e38a95d2d68d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T03:18:10Z", "security_group_id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "242eabce7faf4bd5876dab2e38c24e6c"}], "revision_number": 4, "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "ebde2e7f-28a2-4a69-96e2-d7017df3f689", "name": "shaker-sg_d0b913f6-1e9f-4463-a79a-04403229eb5e"}, {"description": "Default security group", "tags": [], "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "created_at": "2018-08-27T01:48:51Z", "updated_at": "2018-08-27T01:48:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "5fe14de6-6ca6-4c4f-8b46-273616eb8208", "remote_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "96f8d84d-79ef-4da2-8800-c31eef5e8bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "cc8d7ed2-0dd8-41ed-b8d7-d2c602239007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv4", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:48:51Z", "revision_number": 0, "id": "fe32d838-a9a2-46ec-abbc-386023677231", "remote_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "remote_ip_prefix": null, "created_at": "2018-08-27T01:48:51Z", "security_group_id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "tenant_id": "16f42a6324d94bbd96c0850db3dcf067", "port_range_min": null, "ethertype": "IPv6", "project_id": "16f42a6324d94bbd96c0850db3dcf067"}], "revision_number": 1, "project_id": "16f42a6324d94bbd96c0850db3dcf067", "id": "ec6d1229-c6dd-48ab-b005-78883ed178d4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1446c3d594b444739d43beea3fd8e085", "created_at": "2018-08-27T01:59:54Z", "updated_at": "2018-08-27T01:59:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:54Z", "revision_number": 0, "id": "361bd36a-1f52-4ea0-b2d4-6bcdb3fb5eb6", "remote_group_id": "eed34c13-d7f5-4718-be72-71b4c7c47a69", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:54Z", "security_group_id": "eed34c13-d7f5-4718-be72-71b4c7c47a69", "tenant_id": "1446c3d594b444739d43beea3fd8e085", "port_range_min": null, "ethertype": "IPv6", "project_id": "1446c3d594b444739d43beea3fd8e085"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:54Z", "revision_number": 0, "id": "5fdf29f6-2fb9-4414-96f3-b4fad0ef0d8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:54Z", "security_group_id": "eed34c13-d7f5-4718-be72-71b4c7c47a69", "tenant_id": "1446c3d594b444739d43beea3fd8e085", "port_range_min": null, "ethertype": "IPv6", "project_id": "1446c3d594b444739d43beea3fd8e085"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:54Z", "revision_number": 0, "id": "ce51b0af-6a6b-481d-b48f-8894152abd11", "remote_group_id": "eed34c13-d7f5-4718-be72-71b4c7c47a69", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:54Z", "security_group_id": "eed34c13-d7f5-4718-be72-71b4c7c47a69", "tenant_id": "1446c3d594b444739d43beea3fd8e085", "port_range_min": null, "ethertype": "IPv4", "project_id": "1446c3d594b444739d43beea3fd8e085"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:54Z", "revision_number": 0, "id": "fd5f854b-c614-4a68-9df5-9824e58771d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:54Z", "security_group_id": "eed34c13-d7f5-4718-be72-71b4c7c47a69", "tenant_id": "1446c3d594b444739d43beea3fd8e085", "port_range_min": null, "ethertype": "IPv4", "project_id": "1446c3d594b444739d43beea3fd8e085"}], "revision_number": 1, "project_id": "1446c3d594b444739d43beea3fd8e085", "id": "eed34c13-d7f5-4718-be72-71b4c7c47a69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a6b2cf0cd58f408598eda49a878e059b", "created_at": "2018-08-27T01:59:55Z", "updated_at": "2018-08-27T01:59:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:55Z", "revision_number": 0, "id": "4c1b88a0-d769-45d9-b8b2-28ec5831a11f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:55Z", "security_group_id": "efaf646e-a027-4be7-9a30-6ea255afc959", "tenant_id": "a6b2cf0cd58f408598eda49a878e059b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6b2cf0cd58f408598eda49a878e059b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:55Z", "revision_number": 0, "id": "d802e6f9-ec2a-47e0-8704-ff9a9452b4b3", "remote_group_id": "efaf646e-a027-4be7-9a30-6ea255afc959", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:55Z", "security_group_id": "efaf646e-a027-4be7-9a30-6ea255afc959", "tenant_id": "a6b2cf0cd58f408598eda49a878e059b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6b2cf0cd58f408598eda49a878e059b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:55Z", "revision_number": 0, "id": "ea37c575-a92b-492e-bfe1-6c33efc36a18", "remote_group_id": "efaf646e-a027-4be7-9a30-6ea255afc959", "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:55Z", "security_group_id": "efaf646e-a027-4be7-9a30-6ea255afc959", "tenant_id": "a6b2cf0cd58f408598eda49a878e059b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6b2cf0cd58f408598eda49a878e059b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T01:59:55Z", "revision_number": 0, "id": "f2e95c81-0d6e-466c-aa6f-974abe7adf0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T01:59:55Z", "security_group_id": "efaf646e-a027-4be7-9a30-6ea255afc959", "tenant_id": "a6b2cf0cd58f408598eda49a878e059b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6b2cf0cd58f408598eda49a878e059b"}], "revision_number": 1, "project_id": "a6b2cf0cd58f408598eda49a878e059b", "id": "efaf646e-a027-4be7-9a30-6ea255afc959", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "created_at": "2018-08-27T02:53:18Z", "updated_at": "2018-08-27T02:53:19Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T02:53:18Z", "revision_number": 0, "id": "04eaa4ca-5c84-486f-9e84-5a0fbaa3f84d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-27T02:53:18Z", "security_group_id": "f7e11dae-85e6-4bad-8f07-934084f1cc65", "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6a9b1e70afc438d9f89f87453c9a60e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T02:53:19Z", "revision_number": 0, "id": "0b9c34eb-10a2-4280-9c46-0f4519e48ed0", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-27T02:53:19Z", "security_group_id": "f7e11dae-85e6-4bad-8f07-934084f1cc65", "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6a9b1e70afc438d9f89f87453c9a60e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T02:53:18Z", "revision_number": 0, "id": "70f140db-8b03-4182-81b7-2325d090de5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T02:53:18Z", "security_group_id": "f7e11dae-85e6-4bad-8f07-934084f1cc65", "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6a9b1e70afc438d9f89f87453c9a60e"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-27T02:53:19Z", "revision_number": 0, "id": "826eb52a-ff5d-4f22-925f-7c0712fc1fba", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-27T02:53:19Z", "security_group_id": "f7e11dae-85e6-4bad-8f07-934084f1cc65", "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "d6a9b1e70afc438d9f89f87453c9a60e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T02:53:18Z", "revision_number": 0, "id": "8effb443-1f83-4064-a12c-b5a5c75c5e54", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T02:53:18Z", "security_group_id": "f7e11dae-85e6-4bad-8f07-934084f1cc65", "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6a9b1e70afc438d9f89f87453c9a60e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-27T02:53:19Z", "revision_number": 0, "id": "f907efc0-48bb-48c8-8c39-9d946044e09b", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-27T02:53:19Z", "security_group_id": "f7e11dae-85e6-4bad-8f07-934084f1cc65", "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "d6a9b1e70afc438d9f89f87453c9a60e"}], "revision_number": 5, "project_id": "d6a9b1e70afc438d9f89f87453c9a60e", "id": "f7e11dae-85e6-4bad-8f07-934084f1cc65", "name": "pns-security9cc27d67-20e0-4fb1-89ed-a27c67b00353"}]} 2018-08-27 04:23:12,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-9f4b21cf-539d-465e-900f-9c1e3e1bec78 2018-08-27 04:23:12,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.361438035965s 2018-08-27 04:23:12,271 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-9f4b21cf-539d-465e-900f-9c1e3e1bec78 2018-08-27 04:23:12,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 04:23:12,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/ebde2e7f-28a2-4a69-96e2-d7017df3f689.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:12,724 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-865936bb-2653-4d8e-93db-f0a3485fdadb Content-Length: 0 Date: Mon, 27 Aug 2018 04:23:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:23:12,724 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/ebde2e7f-28a2-4a69-96e2-d7017df3f689.json used request id req-865936bb-2653-4d8e-93db-f0a3485fdadb 2018-08-27 04:23:12,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.446631193161s 2018-08-27 04:23:12,724 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/ebde2e7f-28a2-4a69-96e2-d7017df3f689.json used request id req-865936bb-2653-4d8e-93db-f0a3485fdadb 2018-08-27 04:23:12,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 04:23:12,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:12,796 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 04:23:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2558af69-47c2-4b87-9982-03567a68b0aa x-compute-request-id: req-2558af69-47c2-4b87-9982-03567a68b0aa Content-Length: 0 Content-Type: application/json 2018-08-27 04:23:12,796 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e used request id req-2558af69-47c2-4b87-9982-03567a68b0aa 2018-08-27 04:23:12,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0711410045624s 2018-08-27 04:23:12,796 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/shaker-kp_d0b913f6-1e9f-4463-a79a-04403229eb5e used request id req-2558af69-47c2-4b87-9982-03567a68b0aa 2018-08-27 04:23:12,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 04:23:12,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/598b4b48-920e-41eb-ae41-14f60b54afb1/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" -d '{"subnet_id": "b5c65a65-7333-4caf-ba12-b8875562c4d8"}' 2018-08-27 04:23:14,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e3634990-c91f-406b-afbb-0b89e035f5c3 Date: Mon, 27 Aug 2018 04:23:14 GMT RESP BODY: {"network_id": "20711cc0-3279-49b8-b318-b96d1f326f68", "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "subnet_id": "b5c65a65-7333-4caf-ba12-b8875562c4d8", "subnet_ids": ["b5c65a65-7333-4caf-ba12-b8875562c4d8"], "port_id": "5b03b6e6-3c44-4d24-ac67-5d39c404473d", "id": "598b4b48-920e-41eb-ae41-14f60b54afb1"} 2018-08-27 04:23:14,777 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/598b4b48-920e-41eb-ae41-14f60b54afb1/remove_router_interface.json used request id req-e3634990-c91f-406b-afbb-0b89e035f5c3 2018-08-27 04:23:14,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.98020100594s 2018-08-27 04:23:14,778 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/598b4b48-920e-41eb-ae41-14f60b54afb1/remove_router_interface.json used request id req-e3634990-c91f-406b-afbb-0b89e035f5c3 returning object 598b4b48-920e-41eb-ae41-14f60b54afb1 2018-08-27 04:23:14,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 04:23:14,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:15,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1269 X-Openstack-Request-Id: req-6c228075-6589-43be-9e0a-902c79ed590b Date: Mon, 27 Aug 2018 04:23:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "created_at": "2018-08-27T02:52:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T02:53:16Z", "revision_number": 4, "routes": [], "project_id": "d6a9b1e70afc438d9f89f87453c9a60e", "id": "480e21c6-6f1c-4c6a-bd04-dceb28f4319f", "name": "vmtp-router_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "242eabce7faf4bd5876dab2e38c24e6c", "created_at": "2018-08-27T03:17:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T04:23:13Z", "revision_number": 4, "routes": [], "project_id": "242eabce7faf4bd5876dab2e38c24e6c", "id": "598b4b48-920e-41eb-ae41-14f60b54afb1", "name": "shaker-router_d0b913f6-1e9f-4463-a79a-04403229eb5e"}]} 2018-08-27 04:23:15,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-6c228075-6589-43be-9e0a-902c79ed590b 2018-08-27 04:23:15,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.506197929382s 2018-08-27 04:23:15,285 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-6c228075-6589-43be-9e0a-902c79ed590b 2018-08-27 04:23:15,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 04:23:15,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/598b4b48-920e-41eb-ae41-14f60b54afb1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:16,912 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bade2fd1-492b-42b1-b4fa-815ad54626d5 Content-Length: 0 Date: Mon, 27 Aug 2018 04:23:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:23:16,913 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/598b4b48-920e-41eb-ae41-14f60b54afb1.json used request id req-bade2fd1-492b-42b1-b4fa-815ad54626d5 2018-08-27 04:23:16,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.62608194351s 2018-08-27 04:23:16,913 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/598b4b48-920e-41eb-ae41-14f60b54afb1.json used request id req-bade2fd1-492b-42b1-b4fa-815ad54626d5 2018-08-27 04:23:16,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 04:23:16,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:17,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2539 X-Openstack-Request-Id: req-29a2bd31-2c9f-48cf-a977-04e86ff1fa9d Date: Mon, 27 Aug 2018 04:23:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b838cdb-de6f-4609-94c6-ccfbfbcb5611","tenant_id":"d6a9b1e70afc438d9f89f87453c9a60e","created_at":"2018-08-27T02:53:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T02:53:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"d6a9b1e70afc438d9f89f87453c9a60e","id":"3710acd4-0111-4016-bf54-2b05113d5c3e","subnetpool_id":null,"name":"pns-internal-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74f8e55f-adf8-4a25-8f45-6a4fe773b01d","tenant_id":"d6a9b1e70afc438d9f89f87453c9a60e","created_at":"2018-08-27T02:53:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T02:53:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"d6a9b1e70afc438d9f89f87453c9a60e","id":"a8378ea2-f6ea-44ee-8dea-6f95a4b6d4d6","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20711cc0-3279-49b8-b318-b96d1f326f68","tenant_id":"242eabce7faf4bd5876dab2e38c24e6c","created_at":"2018-08-27T03:17:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T03:17:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"242eabce7faf4bd5876dab2e38c24e6c","id":"b5c65a65-7333-4caf-ba12-b8875562c4d8","subnetpool_id":null,"name":"shaker-subnet_d0b913f6-1e9f-4463-a79a-04403229eb5e"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 04:23:17,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-29a2bd31-2c9f-48cf-a977-04e86ff1fa9d 2018-08-27 04:23:17,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.301638126373s 2018-08-27 04:23:17,216 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-29a2bd31-2c9f-48cf-a977-04e86ff1fa9d 2018-08-27 04:23:17,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 04:23:17,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/b5c65a65-7333-4caf-ba12-b8875562c4d8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:19,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4f51de11-bfa9-470e-8e4b-fac0ff1ccb00 Date: Mon, 27 Aug 2018 04:23:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:23:19,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/b5c65a65-7333-4caf-ba12-b8875562c4d8.json used request id req-4f51de11-bfa9-470e-8e4b-fac0ff1ccb00 2018-08-27 04:23:19,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.59126091003s 2018-08-27 04:23:19,809 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/b5c65a65-7333-4caf-ba12-b8875562c4d8.json used request id req-4f51de11-bfa9-470e-8e4b-fac0ff1ccb00 2018-08-27 04:23:19,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:23:19,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:19,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2748 X-Openstack-Request-Id: req-fc4fa9ba-d2f0-4154-8381-15d3d24b3a46 Date: Mon, 27 Aug 2018 04:23:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1b838cdb-de6f-4609-94c6-ccfbfbcb5611","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6a9b1e70afc438d9f89f87453c9a60e","status":"ACTIVE","subnets":["3710acd4-0111-4016-bf54-2b05113d5c3e"],"description":"","tags":[],"updated_at":"2018-08-27T02:53:12Z","provider:segmentation_id":31,"name":"pns-internal-net2_9cc27d67-20e0-4fb1-89ed-a27c67b00353","admin_state_up":true,"tenant_id":"d6a9b1e70afc438d9f89f87453c9a60e","created_at":"2018-08-27T02:53:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"20711cc0-3279-49b8-b318-b96d1f326f68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"242eabce7faf4bd5876dab2e38c24e6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T04:23:19Z","provider:segmentation_id":43,"name":"shaker-net_d0b913f6-1e9f-4463-a79a-04403229eb5e","admin_state_up":true,"tenant_id":"242eabce7faf4bd5876dab2e38c24e6c","created_at":"2018-08-27T03:17:48Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"74f8e55f-adf8-4a25-8f45-6a4fe773b01d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6a9b1e70afc438d9f89f87453c9a60e","status":"ACTIVE","subnets":["a8378ea2-f6ea-44ee-8dea-6f95a4b6d4d6"],"description":"","tags":[],"updated_at":"2018-08-27T02:53:10Z","provider:segmentation_id":39,"name":"pns-internal-net_9cc27d67-20e0-4fb1-89ed-a27c67b00353","admin_state_up":true,"tenant_id":"d6a9b1e70afc438d9f89f87453c9a60e","created_at":"2018-08-27T02:53:10Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 04:23:19,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fc4fa9ba-d2f0-4154-8381-15d3d24b3a46 2018-08-27 04:23:19,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0828938484192s 2018-08-27 04:23:19,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fc4fa9ba-d2f0-4154-8381-15d3d24b3a46 2018-08-27 04:23:19,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 04:23:19,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/20711cc0-3279-49b8-b318-b96d1f326f68.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:21,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e7071400-d06f-4fc3-a9f9-8da30f70dd90 Date: Mon, 27 Aug 2018 04:23:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:23:21,571 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/20711cc0-3279-49b8-b318-b96d1f326f68.json used request id req-e7071400-d06f-4fc3-a9f9-8da30f70dd90 2018-08-27 04:23:21,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.67734098434s 2018-08-27 04:23:21,572 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/20711cc0-3279-49b8-b318-b96d1f326f68.json used request id req-e7071400-d06f-4fc3-a9f9-8da30f70dd90 2018-08-27 04:23:21,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:23:21,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:22,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-d40333df-3f9f-40a3-93eb-fd6b2f884c7c Date: Mon, 27 Aug 2018 04:23:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T03:18:08Z", "file": "/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c/file", "owner": "242eabce7faf4bd5876dab2e38c24e6c", "id": "51559ffa-6958-4622-895b-8ddc28eb659c", "size": 666173440, "self": "/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/51559ffa-6958-4622-895b-8ddc28eb659c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/51559ffa-6958-4622-895b-8ddc28eb659c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_d0b913f6-1e9f-4463-a79a-04403229eb5e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-27T03:17:58Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:23:22,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d40333df-3f9f-40a3-93eb-fd6b2f884c7c 2018-08-27 04:23:22,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.710881948471s 2018-08-27 04:23:22,288 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d40333df-3f9f-40a3-93eb-fd6b2f884c7c 2018-08-27 04:23:22,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 04:23:22,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}992728577bb772c2a79dfc838396226296bf4b4a" 2018-08-27 04:23:24,162 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c1eaaec-7f84-4a91-84cb-2a4051fc18ca Date: Mon, 27 Aug 2018 04:23:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:23:24,162 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c used request id req-7c1eaaec-7f84-4a91-84cb-2a4051fc18ca 2018-08-27 04:23:24,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.87244391441s 2018-08-27 04:23:24,162 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/51559ffa-6958-4622-895b-8ddc28eb659c used request id req-7c1eaaec-7f84-4a91-84cb-2a4051fc18ca 2018-08-27 04:23:24,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:23:24,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:23:24,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:23:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["YpaErvTUQ-KhfXUvZ3oVzw"], "issued_at": "2018-08-27T04:23:24.000000Z"}} 2018-08-27 04:23:24,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7aae356fd95fd3ddb98e31daaa52517c75832c1c" 2018-08-27 04:23:25,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc4d2517-b27d-4ea5-bbea-a37133f220c0 x-compute-request-id: req-cc4d2517-b27d-4ea5-bbea-a37133f220c0 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_d0b913f6-1e9f-4463-a79a-04403229eb5e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "175d5687-4d21-44ca-b0e6-ba2eda838f91"}]} 2018-08-27 04:23:25,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-cc4d2517-b27d-4ea5-bbea-a37133f220c0 2018-08-27 04:23:25,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 1.11866092682s 2018-08-27 04:23:25,282 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-cc4d2517-b27d-4ea5-bbea-a37133f220c0 2018-08-27 04:23:25,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 04:23:25,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7aae356fd95fd3ddb98e31daaa52517c75832c1c" 2018-08-27 04:23:25,316 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 04:23:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2731b116-29a5-4303-bdec-999bd05ba150 x-compute-request-id: req-2731b116-29a5-4303-bdec-999bd05ba150 Content-Length: 0 Content-Type: application/json 2018-08-27 04:23:25,316 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91 used request id req-2731b116-29a5-4303-bdec-999bd05ba150 2018-08-27 04:23:25,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0326881408691s 2018-08-27 04:23:25,316 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/175d5687-4d21-44ca-b0e6-ba2eda838f91 used request id req-2731b116-29a5-4303-bdec-999bd05ba150 2018-08-27 04:23:25,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:23:25,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7aae356fd95fd3ddb98e31daaa52517c75832c1c" 2018-08-27 04:23:25,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43e84b76-56d8-49b7-9437-2d932e7423d2 Content-Encoding: gzip Content-Length: 962 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e", "links": {"self": "http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9532b08983bb4e94a33c923c2c5fef82", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 04:23:25,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-43e84b76-56d8-49b7-9437-2d932e7423d2 2018-08-27 04:23:25,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205940008163s 2018-08-27 04:23:25,523 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-43e84b76-56d8-49b7-9437-2d932e7423d2 2018-08-27 04:23:25,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:23:25,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7aae356fd95fd3ddb98e31daaa52517c75832c1c" 2018-08-27 04:23:25,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b3efed8-943c-42cf-b213-d31cdacdf8b0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_d0b913f6-1e9f-4463-a79a-04403229eb5e", "links": {"self": "http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "9532b08983bb4e94a33c923c2c5fef82", "description": null}} 2018-08-27 04:23:25,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82 used request id req-8b3efed8-943c-42cf-b213-d31cdacdf8b0 2018-08-27 04:23:25,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20768904686s 2018-08-27 04:23:25,738 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82 used request id req-8b3efed8-943c-42cf-b213-d31cdacdf8b0 2018-08-27 04:23:25,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 04:23:25,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7aae356fd95fd3ddb98e31daaa52517c75832c1c" 2018-08-27 04:23:26,113 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:23:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1116a487-683f-4361-bcd7-0932ca8f69d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:23:26,113 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82 used request id req-1116a487-683f-4361-bcd7-0932ca8f69d8 2018-08-27 04:23:26,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.374652147293s 2018-08-27 04:23:26,113 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/9532b08983bb4e94a33c923c2c5fef82 used request id req-1116a487-683f-4361-bcd7-0932ca8f69d8 2018-08-27 04:23:26,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:23:26,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7aae356fd95fd3ddb98e31daaa52517c75832c1c" 2018-08-27 04:23:26,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-948ee101-e2fe-4094-9867-2c5387f7453d Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c"}, "tags": [], "enabled": true, "id": "242eabce7faf4bd5876dab2e38c24e6c", "parent_id": "default", "domain_id": "default", "name": "shaker-project_d0b913f6-1e9f-4463-a79a-04403229eb5e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 04:23:26,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-948ee101-e2fe-4094-9867-2c5387f7453d 2018-08-27 04:23:26,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.228699922562s 2018-08-27 04:23:26,349 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-948ee101-e2fe-4094-9867-2c5387f7453d 2018-08-27 04:23:26,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 04:23:26,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7aae356fd95fd3ddb98e31daaa52517c75832c1c" 2018-08-27 04:23:26,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:23:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abfa6a9f-9eef-4819-951b-a43abc628bd3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:23:26,646 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c used request id req-abfa6a9f-9eef-4819-951b-a43abc628bd3 2018-08-27 04:23:26,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.293025970459s 2018-08-27 04:23:26,647 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/242eabce7faf4bd5876dab2e38c24e6c used request id req-abfa6a9f-9eef-4819-951b-a43abc628bd3 2018-08-27 04:23:26,647 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-27 04:23:26,707 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-27 04:23:27,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:23:27,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 04:23:27,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:23:27,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:23:27,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:23:27,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:23:27,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:23:27,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:23:27,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:23:27,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 04:23:27,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 04:23:27,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:23:27,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-398ae134-7f49-48b3-8150-d5c23b91d870 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:23:27,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-398ae134-7f49-48b3-8150-d5c23b91d870 2018-08-27 04:23:27,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:23:27,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["RMbPrBAdRseWp6qhY5XcFw"], "issued_at": "2018-08-27T04:23:27.000000Z"}} 2018-08-27 04:23:27,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:23:27,612 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 04:23:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66cfea5d-1576-4e4a-8c37-1d13d672337e Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 04:23:27,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-66cfea5d-1576-4e4a-8c37-1d13d672337e 2018-08-27 04:23:27,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 04:23:27,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:27,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5139f2-3476-46e3-a24f-0ecd17525063 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 04:23:27,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-0b5139f2-3476-46e3-a24f-0ecd17525063 2018-08-27 04:23:27,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.210598945618s 2018-08-27 04:23:27,824 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-0b5139f2-3476-46e3-a24f-0ecd17525063 2018-08-27 04:23:27,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 04:23:27,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}}' 2018-08-27 04:23:28,066 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 04:23:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54a48361-bb0f-4823-a371-c86d3d9d82a1 Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}} 2018-08-27 04:23:28,066 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-54a48361-bb0f-4823-a371-c86d3d9d82a1 2018-08-27 04:23:28,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.234828948975s 2018-08-27 04:23:28,067 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-54a48361-bb0f-4823-a371-c86d3d9d82a1 2018-08-27 04:23:28,067 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: snaps_smoke', u'tags': [], 'enabled': True, 'id': u'171e50bdfc224eb1a5f71eca68b5028a', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9'}) 2018-08-27 04:23:28,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 04:23:28,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a082ba39-7737-4f9e-80dc-ee544c9d243d", "email": null, "name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}}' 2018-08-27 04:23:28,544 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 04:23:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a150b605-05ab-4117-823a-a28689dce087 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}} 2018-08-27 04:23:28,545 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-a150b605-05ab-4117-823a-a28689dce087 2018-08-27 04:23:28,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.471789121628s 2018-08-27 04:23:28,545 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-a150b605-05ab-4117-823a-a28689dce087 2018-08-27 04:23:28,546 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5c3e99e6f09c4ea09a71ed57a47f5ee3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9'}) 2018-08-27 04:23:28,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:23:28,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:28,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe7f9678-ee57-4286-9c38-d27418e7ed7a Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:23:28,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fe7f9678-ee57-4286-9c38-d27418e7ed7a 2018-08-27 04:23:28,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20076918602s 2018-08-27 04:23:28,750 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fe7f9678-ee57-4286-9c38-d27418e7ed7a 2018-08-27 04:23:28,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:23:28,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:28,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faab127d-1ae8-4a09-a262-7611ce8af6d2 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:23:28,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-faab127d-1ae8-4a09-a262-7611ce8af6d2 2018-08-27 04:23:28,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181835174561s 2018-08-27 04:23:28,937 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-faab127d-1ae8-4a09-a262-7611ce8af6d2 2018-08-27 04:23:28,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:23:28,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:29,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57a426ac-356c-4af8-97c0-0f8d9a6afab3 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:23:29,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-57a426ac-356c-4af8-97c0-0f8d9a6afab3 2018-08-27 04:23:29,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194779157639s 2018-08-27 04:23:29,138 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-57a426ac-356c-4af8-97c0-0f8d9a6afab3 2018-08-27 04:23:29,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 04:23:29,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:29,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-212253f4-1a73-4185-af34-e6ae14aaf677 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 04:23:29,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-212253f4-1a73-4185-af34-e6ae14aaf677 2018-08-27 04:23:29,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.20232796669s 2018-08-27 04:23:29,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-212253f4-1a73-4185-af34-e6ae14aaf677 2018-08-27 04:23:29,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:23:29,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:29,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-229fd259-51b8-45f3-aa97-074c43839697 Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 04:23:29,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-229fd259-51b8-45f3-aa97-074c43839697 2018-08-27 04:23:29,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124352931976s 2018-08-27 04:23:29,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-229fd259-51b8-45f3-aa97-074c43839697 2018-08-27 04:23:29,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:23:29,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:29,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-286d92bf-879e-4a5d-8b87-bf92aeea301c Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}]} 2018-08-27 04:23:29,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-286d92bf-879e-4a5d-8b87-bf92aeea301c 2018-08-27 04:23:29,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192040920258s 2018-08-27 04:23:29,675 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-286d92bf-879e-4a5d-8b87-bf92aeea301c 2018-08-27 04:23:29,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 04:23:29,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:29,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b1feee3-245b-42cb-8044-c8a4010ba7c4 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a", "previous": null, "next": null}} 2018-08-27 04:23:29,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a used request id req-8b1feee3-245b-42cb-8044-c8a4010ba7c4 2018-08-27 04:23:29,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.291084051132s 2018-08-27 04:23:29,975 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a used request id req-8b1feee3-245b-42cb-8044-c8a4010ba7c4 2018-08-27 04:23:29,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 04:23:29,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a/users/5c3e99e6f09c4ea09a71ed57a47f5ee3/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:30,158 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:23:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c27d87f-5794-4ad9-8b5f-340aef2f47fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:23:30,158 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a/users/5c3e99e6f09c4ea09a71ed57a47f5ee3/roles/565edadc366246ae845471a412ad99ed used request id req-6c27d87f-5794-4ad9-8b5f-340aef2f47fb 2018-08-27 04:23:30,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.179590940475s 2018-08-27 04:23:30,158 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a/users/5c3e99e6f09c4ea09a71ed57a47f5ee3/roles/565edadc366246ae845471a412ad99ed used request id req-6c27d87f-5794-4ad9-8b5f-340aef2f47fb 2018-08-27 04:23:30,159 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'171e50bdfc224eb1a5f71eca68b5028a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'a082ba39-7737-4f9e-80dc-ee544c9d243d', 'username': u'snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 04:23:30,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:23:30,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 04:23:30,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:23:30,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:23:30,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:23:30,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:23:30,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:23:30,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:23:30,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:23:30,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:23:30,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:23:30,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:23:30,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:23:30,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:23:30,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:23:30,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:23:30,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:23:30,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:23:30,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:23:30,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:23:30,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:23:30,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:23:30,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:23:30,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 04:23:30,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 04:23:30,164 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9', 'password': 'a082ba39-7737-4f9e-80dc-ee544c9d243d', 'project_name': 'snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '171e50bdfc224eb1a5f71eca68b5028a', 'project_domain_name': 'Default'} 2018-08-27 04:23:30,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:23:30,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:30,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2d7e10-4d42-4831-b921-6ce8ae469907 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:23:30,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7f2d7e10-4d42-4831-b921-6ce8ae469907 2018-08-27 04:23:30,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17867898941s 2018-08-27 04:23:30,347 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7f2d7e10-4d42-4831-b921-6ce8ae469907 2018-08-27 04:23:30,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:23:30,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:30,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30bf5405-6e66-4475-961b-468948d718d7 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:23:30,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-30bf5405-6e66-4475-961b-468948d718d7 2018-08-27 04:23:30,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200333118439s 2018-08-27 04:23:30,552 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-30bf5405-6e66-4475-961b-468948d718d7 2018-08-27 04:23:30,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 04:23:30,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:30,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a77962-84f6-49dc-be58-27ab469d338e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 04:23:30,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-98a77962-84f6-49dc-be58-27ab469d338e 2018-08-27 04:23:30,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18207192421s 2018-08-27 04:23:30,739 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-98a77962-84f6-49dc-be58-27ab469d338e 2018-08-27 04:23:30,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:23:30,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:30,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be98d391-409a-484d-a8b9-f24c2a6668e0 Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 04:23:30,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-be98d391-409a-484d-a8b9-f24c2a6668e0 2018-08-27 04:23:30,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218698978424s 2018-08-27 04:23:30,959 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-be98d391-409a-484d-a8b9-f24c2a6668e0 2018-08-27 04:23:30,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:23:30,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:31,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f4cc5df-fe11-427f-a976-c0a4d1d59f7c Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}]} 2018-08-27 04:23:31,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-5f4cc5df-fe11-427f-a976-c0a4d1d59f7c 2018-08-27 04:23:31,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199017047882s 2018-08-27 04:23:31,170 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-5f4cc5df-fe11-427f-a976-c0a4d1d59f7c 2018-08-27 04:23:31,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 04:23:31,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:31,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eee052f-9234-4d28-81c3-41fddcb4bd01 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a", "previous": null, "next": null}} 2018-08-27 04:23:31,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a used request id req-4eee052f-9234-4d28-81c3-41fddcb4bd01 2018-08-27 04:23:31,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.14315700531s 2018-08-27 04:23:31,321 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=64b62be202324fec914229b8ba9e275d&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a used request id req-4eee052f-9234-4d28-81c3-41fddcb4bd01 2018-08-27 04:23:31,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 04:23:31,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a/users/5c3e99e6f09c4ea09a71ed57a47f5ee3/roles/64b62be202324fec914229b8ba9e275d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:31,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:23:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-470b9e08-3ba7-42f8-8f8c-9deb973f838e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:23:31,475 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a/users/5c3e99e6f09c4ea09a71ed57a47f5ee3/roles/64b62be202324fec914229b8ba9e275d used request id req-470b9e08-3ba7-42f8-8f8c-9deb973f838e 2018-08-27 04:23:31,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.15114402771s 2018-08-27 04:23:31,475 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a/users/5c3e99e6f09c4ea09a71ed57a47f5ee3/roles/64b62be202324fec914229b8ba9e275d used request id req-470b9e08-3ba7-42f8-8f8c-9deb973f838e 2018-08-27 04:23:31,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:23:31,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:31,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d1b65b4-3247-43b4-a69b-fe6c4f915086 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:23:31,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8d1b65b4-3247-43b4-a69b-fe6c4f915086 2018-08-27 04:23:31,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.206117153168s 2018-08-27 04:23:31,685 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8d1b65b4-3247-43b4-a69b-fe6c4f915086 2018-08-27 04:23:31,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:23:31,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:31,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8201cef2-f00d-4676-9a47-2155f9fb1136 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:23:31,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8201cef2-f00d-4676-9a47-2155f9fb1136 2018-08-27 04:23:31,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.291340827942s 2018-08-27 04:23:31,982 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8201cef2-f00d-4676-9a47-2155f9fb1136 2018-08-27 04:23:31,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 04:23:31,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:32,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87cdd87a-7fc9-4598-8c9e-01cd8164d377 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 04:23:32,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-87cdd87a-7fc9-4598-8c9e-01cd8164d377 2018-08-27 04:23:32,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107873916626s 2018-08-27 04:23:32,095 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-87cdd87a-7fc9-4598-8c9e-01cd8164d377 2018-08-27 04:23:32,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:23:32,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:32,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94b9c842-f7e4-4aa4-8f1f-38c6c1979ccc Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 04:23:32,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-94b9c842-f7e4-4aa4-8f1f-38c6c1979ccc 2018-08-27 04:23:32,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.231281042099s 2018-08-27 04:23:32,328 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-94b9c842-f7e4-4aa4-8f1f-38c6c1979ccc 2018-08-27 04:23:32,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:23:32,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:32,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a02d51b-ec8b-4343-a584-f44d16d45215 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}]} 2018-08-27 04:23:32,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-5a02d51b-ec8b-4343-a584-f44d16d45215 2018-08-27 04:23:32,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112112045288s 2018-08-27 04:23:32,452 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-5a02d51b-ec8b-4343-a584-f44d16d45215 2018-08-27 04:23:32,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 04:23:32,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:32,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b7a5957-5d20-4dc6-a1b6-f2f533092fc5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a", "previous": null, "next": null}} 2018-08-27 04:23:32,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a used request id req-7b7a5957-5d20-4dc6-a1b6-f2f533092fc5 2018-08-27 04:23:32,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.189725875854s 2018-08-27 04:23:32,650 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=5c3e99e6f09c4ea09a71ed57a47f5ee3&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=171e50bdfc224eb1a5f71eca68b5028a used request id req-7b7a5957-5d20-4dc6-a1b6-f2f533092fc5 2018-08-27 04:23:32,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 04:23:32,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a/users/5c3e99e6f09c4ea09a71ed57a47f5ee3/roles/e244c3f7bdd84c4cae0efb6212af18a8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e9cffc59502d5520aeb473fd708fbb9d4d65b43" 2018-08-27 04:23:32,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:23:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-177795fb-fa4f-4256-a790-23bcaf3420f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:23:32,811 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a/users/5c3e99e6f09c4ea09a71ed57a47f5ee3/roles/e244c3f7bdd84c4cae0efb6212af18a8 used request id req-177795fb-fa4f-4256-a790-23bcaf3420f8 2018-08-27 04:23:32,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.158447027206s 2018-08-27 04:23:32,812 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a/users/5c3e99e6f09c4ea09a71ed57a47f5ee3/roles/e244c3f7bdd84c4cae0efb6212af18a8 used request id req-177795fb-fa4f-4256-a790-23bcaf3420f8 2018-08-27 04:23:32,812 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-27 04:23:32,812 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-27 04:23:32,813 - openstack_tests - INFO - OS Credentials = > 2018-08-27 04:23:32,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-27 04:23:32,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-27 04:23:32,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-27 04:23:32,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-27 04:23:32,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-27 04:23:32,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-27 04:23:32,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:23:33,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "e244c3f7bdd84c4cae0efb6212af18a8", "name": "heat_stack_owner"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:23:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "171e50bdfc224eb1a5f71eca68b5028a", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/171e50bdfc224eb1a5f71eca68b5028a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/171e50bdfc224eb1a5f71eca68b5028a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/171e50bdfc224eb1a5f71eca68b5028a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_171e50bdfc224eb1a5f71eca68b5028a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_171e50bdfc224eb1a5f71eca68b5028a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/171e50bdfc224eb1a5f71eca68b5028a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/171e50bdfc224eb1a5f71eca68b5028a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/171e50bdfc224eb1a5f71eca68b5028a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/171e50bdfc224eb1a5f71eca68b5028a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/171e50bdfc224eb1a5f71eca68b5028a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/171e50bdfc224eb1a5f71eca68b5028a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/171e50bdfc224eb1a5f71eca68b5028a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/171e50bdfc224eb1a5f71eca68b5028a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/171e50bdfc224eb1a5f71eca68b5028a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "audit_ids": ["WDbGOVhRSxCh3xeOC9eL9g"], "issued_at": "2018-08-27T04:23:33.000000Z"}} 2018-08-27 04:23:33,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc75499777e614e17e36d9db80862bb157ffa69" 2018-08-27 04:23:33,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-bd22c99d-8f8e-4eb6-86e3-aae225f03fd7 Date: Mon, 27 Aug 2018 04:23:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 04:23:33,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-bd22c99d-8f8e-4eb6-86e3-aae225f03fd7 2018-08-27 04:23:33,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ecff2169-f0a1-4e87-90bc-3c582067cb09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc75499777e614e17e36d9db80862bb157ffa69" 2018-08-27 04:23:33,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-db0ddcab-7510-4434-9a05-b83c6a560384 Date: Mon, 27 Aug 2018 04:23:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 04:23:33,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ecff2169-f0a1-4e87-90bc-3c582067cb09 used request id req-db0ddcab-7510-4434-9a05-b83c6a560384 2018-08-27 04:23:33,984 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-27 04:23:33,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:23:33,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 04:23:33,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:23:33,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:23:33,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:23:33,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:23:33,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:23:33,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:23:33,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:23:33,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:23:33,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:23:33,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:23:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:23:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:23:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:23:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:23:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:23:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:23:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:23:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:23:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:23:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:23:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:23:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 04:23:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 04:23:33,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-27 04:23:33,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:23:33,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21c351a8-953f-4fe6-8efc-d936c67e7ede Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:23:33,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-21c351a8-953f-4fe6-8efc-d936c67e7ede 2018-08-27 04:23:33,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:23:34,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:23:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["uvmr-bBXQzSbM904KqmkJw"], "issued_at": "2018-08-27T04:23:34.000000Z"}} 2018-08-27 04:23:34,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/ -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a06f3172ef8a9b766992a2b6888929df373417cb" 2018-08-27 04:23:35,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6b84611-5e98-4aa6-b476-b7e44de77452 x-compute-request-id: req-b6b84611-5e98-4aa6-b476-b7e44de77452 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"version": {"status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [{"href": "http://172.30.9.26:8774/v2.1/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}], "min_version": "2.1", "version": "2.65", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1"}} 2018-08-27 04:23:35,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/ used request id req-b6b84611-5e98-4aa6-b476-b7e44de77452 2018-08-27 04:23:35,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 1.10518121719s 2018-08-27 04:23:35,096 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/ used request id req-b6b84611-5e98-4aa6-b476-b7e44de77452 2018-08-27 04:23:35,096 - functest.utils.functest_utils - DEBUG - cloud._compute_client.request: {u'version': {u'status': u'CURRENT', u'updated': u'2013-07-23T11:33:21Z', u'links': [{u'href': u'http://172.30.9.26:8774/v2.1/', u'rel': u'self'}, {u'href': u'http://docs.openstack.org/', u'type': u'text/html', u'rel': u'describedby'}], u'min_version': u'2.1', u'version': u'2.65', u'media-types': [{u'base': u'application/json', u'type': u'application/vnd.openstack.compute+json;version=2.1'}], u'id': u'v2.1'}} 2018-08-27 04:23:35,096 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-27 04:23:35,097 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-27 04:23:35,097 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-27 04:23:35,165 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-27 04:23:35,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:23:35,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 04:23:35,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:23:35,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:23:35,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:23:35,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:23:35,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:23:35,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:23:35,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:23:35,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:23:35,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:23:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:23:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 04:23:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 04:23:35,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:23:35,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19f8aa78-8ba1-4223-aea9-c2e29427973e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:23:35,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-19f8aa78-8ba1-4223-aea9-c2e29427973e 2018-08-27 04:23:35,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:23:35,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:23:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["5k_C6P--RjOretPyUSIeWg"], "issued_at": "2018-08-27T04:23:35.000000Z"}} 2018-08-27 04:23:35,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:23:35,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:23:35,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-dc2c423f-8673-4de0-b8cb-ffccc9ef00b4 Date: Mon, 27 Aug 2018 04:23:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 04:23:35,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dc2c423f-8673-4de0-b8cb-ffccc9ef00b4 2018-08-27 04:23:35,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.380153179169s 2018-08-27 04:23:35,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dc2c423f-8673-4de0-b8cb-ffccc9ef00b4 2018-08-27 04:23:35,998 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 04:23:38,900 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 04:23:41,734 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 1ac6acb8-2df3-4201-b5f9-3e0dd91d36ca | 2018-08-27T04:23:41.349387 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 1ac6acb8-2df3-4201-b5f9-3e0dd91d36ca ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-27 04:23:45,569 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-27 04:23:45,570 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 04:23:48,244 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 04:23:51,725 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=83f72e81-dd45-42cb-9428-10ac27a7a456) as the default verifier for the future CLI operations. 2018-08-27 04:23:55,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 04:23:55,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:23:55,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-f7a3ba96-a7c5-45c7-b9b3-8850ef8bc2ac Date: Mon, 27 Aug 2018 04:23:55 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-27 04:23:55,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-f7a3ba96-a7c5-45c7-b9b3-8850ef8bc2ac 2018-08-27 04:23:55,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.275155067444s 2018-08-27 04:23:55,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-f7a3ba96-a7c5-45c7-b9b3-8850ef8bc2ac 2018-08-27 04:23:55,347 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-27 04:23:55,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 04:23:55,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '{"network": {"shared": true, "name": "neutron_trunk-net_f2c9fbdc-d889-41e7-a941-cba849377c17", "admin_state_up": true}}' 2018-08-27 04:23:55,902 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f4bf9312-eccb-462d-97ae-73f6b5e96da9 Date: Mon, 27 Aug 2018 04:23:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b9e66dcc-1a51-486e-aa7d-3944d06092c9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T04:23:55Z","is_default":false,"provider:segmentation_id":28,"name":"neutron_trunk-net_f2c9fbdc-d889-41e7-a941-cba849377c17","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T04:23:55Z","mtu":1450}} 2018-08-27 04:23:55,902 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-f4bf9312-eccb-462d-97ae-73f6b5e96da9 2018-08-27 04:23:55,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.554991960526s 2018-08-27 04:23:55,903 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-f4bf9312-eccb-462d-97ae-73f6b5e96da9 2018-08-27 04:23:55,903 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T04:23:55Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b9e66dcc-1a51-486e-aa7d-3944d06092c9', u'provider:segmentation_id': 28, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_f2c9fbdc-d889-41e7-a941-cba849377c17', u'admin_state_up': True, u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T04:23:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 04:23:55,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:23:55,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:23:56,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2748 X-Openstack-Request-Id: req-1aec074f-b91c-4294-b936-ec7e188c32a3 Date: Mon, 27 Aug 2018 04:23:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1b838cdb-de6f-4609-94c6-ccfbfbcb5611","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6a9b1e70afc438d9f89f87453c9a60e","status":"ACTIVE","subnets":["3710acd4-0111-4016-bf54-2b05113d5c3e"],"description":"","tags":[],"updated_at":"2018-08-27T02:53:12Z","provider:segmentation_id":31,"name":"pns-internal-net2_9cc27d67-20e0-4fb1-89ed-a27c67b00353","admin_state_up":true,"tenant_id":"d6a9b1e70afc438d9f89f87453c9a60e","created_at":"2018-08-27T02:53:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"74f8e55f-adf8-4a25-8f45-6a4fe773b01d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6a9b1e70afc438d9f89f87453c9a60e","status":"ACTIVE","subnets":["a8378ea2-f6ea-44ee-8dea-6f95a4b6d4d6"],"description":"","tags":[],"updated_at":"2018-08-27T02:53:10Z","provider:segmentation_id":39,"name":"pns-internal-net_9cc27d67-20e0-4fb1-89ed-a27c67b00353","admin_state_up":true,"tenant_id":"d6a9b1e70afc438d9f89f87453c9a60e","created_at":"2018-08-27T02:53:10Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"b9e66dcc-1a51-486e-aa7d-3944d06092c9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T04:23:55Z","provider:segmentation_id":28,"name":"neutron_trunk-net_f2c9fbdc-d889-41e7-a941-cba849377c17","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T04:23:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 04:23:56,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1aec074f-b91c-4294-b936-ec7e188c32a3 2018-08-27 04:23:56,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.393560886383s 2018-08-27 04:23:56,298 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1aec074f-b91c-4294-b936-ec7e188c32a3 2018-08-27 04:23:56,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 04:23:56,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '{"subnet": {"name": "neutron_trunk-subnet_f2c9fbdc-d889-41e7-a941-cba849377c17", "enable_dhcp": true, "network_id": "b9e66dcc-1a51-486e-aa7d-3944d06092c9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 04:23:56,974 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-93ce4b23-605f-44db-b3d7-0b553f6ee978 Date: Mon, 27 Aug 2018 04:23:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9e66dcc-1a51-486e-aa7d-3944d06092c9","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T04:23:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T04:23:56Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"5c948e21-3b69-4343-b6ba-509af0b23c8a","subnetpool_id":null,"name":"neutron_trunk-subnet_f2c9fbdc-d889-41e7-a941-cba849377c17"}} 2018-08-27 04:23:56,974 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-93ce4b23-605f-44db-b3d7-0b553f6ee978 2018-08-27 04:23:56,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.674187898636s 2018-08-27 04:23:56,975 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-93ce4b23-605f-44db-b3d7-0b553f6ee978 2018-08-27 04:23:56,975 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T04:23:56Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'5c948e21-3b69-4343-b6ba-509af0b23c8a', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_f2c9fbdc-d889-41e7-a941-cba849377c17', u'enable_dhcp': True, u'network_id': u'b9e66dcc-1a51-486e-aa7d-3944d06092c9', u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T04:23:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b'}) 2018-08-27 04:23:56,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 04:23:56,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "neutron_trunk-router_f2c9fbdc-d889-41e7-a941-cba849377c17", "admin_state_up": true}}' 2018-08-27 04:23:58,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-0d1c216b-99e4-460a-b598-1ccebb9b35fe Date: Mon, 27 Aug 2018 04:23:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T04:23:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T04:23:58Z", "revision_number": 2, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "e7aecb02-8b95-4910-beec-d7f2ab06cd98", "name": "neutron_trunk-router_f2c9fbdc-d889-41e7-a941-cba849377c17"}} 2018-08-27 04:23:58,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-0d1c216b-99e4-460a-b598-1ccebb9b35fe 2018-08-27 04:23:58,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.61759805679s 2018-08-27 04:23:58,594 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-0d1c216b-99e4-460a-b598-1ccebb9b35fe 2018-08-27 04:23:58,594 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'created_at': u'2018-08-27T04:23:57Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T04:23:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'5785a4ec7e274272b18e396a3b5ede5b', u'id': u'e7aecb02-8b95-4910-beec-d7f2ab06cd98', u'name': u'neutron_trunk-router_f2c9fbdc-d889-41e7-a941-cba849377c17'}) 2018-08-27 04:23:58,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 04:23:58,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/e7aecb02-8b95-4910-beec-d7f2ab06cd98/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '{"subnet_id": "5c948e21-3b69-4343-b6ba-509af0b23c8a"}' 2018-08-27 04:24:00,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2d1c3578-7a30-444b-b52d-bedebeb506c7 Date: Mon, 27 Aug 2018 04:24:00 GMT RESP BODY: {"network_id": "b9e66dcc-1a51-486e-aa7d-3944d06092c9", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "5c948e21-3b69-4343-b6ba-509af0b23c8a", "subnet_ids": ["5c948e21-3b69-4343-b6ba-509af0b23c8a"], "port_id": "b4c3f051-f1fe-47fc-aeee-85f2051d3717", "id": "e7aecb02-8b95-4910-beec-d7f2ab06cd98"} 2018-08-27 04:24:00,512 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e7aecb02-8b95-4910-beec-d7f2ab06cd98/add_router_interface.json used request id req-2d1c3578-7a30-444b-b52d-bedebeb506c7 2018-08-27 04:24:00,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.91775488853s 2018-08-27 04:24:00,513 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e7aecb02-8b95-4910-beec-d7f2ab06cd98/add_router_interface.json used request id req-2d1c3578-7a30-444b-b52d-bedebeb506c7 returning object e7aecb02-8b95-4910-beec-d7f2ab06cd98 2018-08-27 04:24:00,513 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 04:24:00,637 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 04:24:00,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:24:00,645 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 04:24:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 04:24:00,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:24:00,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:24:01,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9a7c303a-2d3e-4518-b085-c4da9c37081f Date: Mon, 27 Aug 2018 04:24:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:24:01,328 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9a7c303a-2d3e-4518-b085-c4da9c37081f 2018-08-27 04:24:01,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.677850008011s 2018-08-27 04:24:01,328 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9a7c303a-2d3e-4518-b085-c4da9c37081f 2018-08-27 04:24:01,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 04:24:01,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17"}' 2018-08-27 04:24:02,086 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8f5ea17e-a015-44c5-9ac0-d35d55728c04 Date: Mon, 27 Aug 2018 04:24:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:24:02Z", "file": "/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "c6fbd776-9697-4f56-b8df-1f3b1334a014", "size": null, "self": "/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17", "checksum": null, "created_at": "2018-08-27T04:24:02Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 04:24:02,087 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-8f5ea17e-a015-44c5-9ac0-d35d55728c04 2018-08-27 04:24:02,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.750164985657s 2018-08-27 04:24:02,087 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-8f5ea17e-a015-44c5-9ac0-d35d55728c04 returning object c6fbd776-9697-4f56-b8df-1f3b1334a014 2018-08-27 04:24:02,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 04:24:02,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '' 2018-08-27 04:24:04,114 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63eff3ad-6f4c-4c73-bafb-177fc8779ce2 Date: Mon, 27 Aug 2018 04:24:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:24:04,115 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/file used request id req-63eff3ad-6f4c-4c73-bafb-177fc8779ce2 2018-08-27 04:24:04,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.0268509388s 2018-08-27 04:24:04,115 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/file used request id req-63eff3ad-6f4c-4c73-bafb-177fc8779ce2 2018-08-27 04:24:04,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:24:04,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:24:04,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-16e34808-5eac-4c3c-a914-53c87f3cdcce Date: Mon, 27 Aug 2018 04:24:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:24:04Z", "file": "/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "c6fbd776-9697-4f56-b8df-1f3b1334a014", "size": 12716032, "self": "/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T04:24:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:24:04,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-16e34808-5eac-4c3c-a914-53c87f3cdcce 2018-08-27 04:24:04,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.711534976959s 2018-08-27 04:24:04,831 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-16e34808-5eac-4c3c-a914-53c87f3cdcce 2018-08-27 04:24:04,833 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'c6fbd776-9697-4f56-b8df-1f3b1334a014', 'size': 12716032, u'self': u'/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T04:24:04Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T04:24:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17', 'created': u'2018-08-27T04:24:02Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T04:24:02Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 04:24:04,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 04:24:04,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_f2c9fbdc-d889-41e7-a941-cba849377c17", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 04:24:05,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:24:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33b04f3b-4781-4327-b7f3-fbbe72e7c42a x-compute-request-id: req-33b04f3b-4781-4327-b7f3-fbbe72e7c42a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_f2c9fbdc-d889-41e7-a941-cba849377c17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/450baa1e-6664-48b8-b092-5e10dd32b605", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/450baa1e-6664-48b8-b092-5e10dd32b605", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "450baa1e-6664-48b8-b092-5e10dd32b605"}} 2018-08-27 04:24:05,129 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-33b04f3b-4781-4327-b7f3-fbbe72e7c42a 2018-08-27 04:24:05,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.294739961624s 2018-08-27 04:24:05,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-33b04f3b-4781-4327-b7f3-fbbe72e7c42a 2018-08-27 04:24:05,130 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_f2c9fbdc-d889-41e7-a941-cba849377c17', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'450baa1e-6664-48b8-b092-5e10dd32b605', 'swap': 0}) 2018-08-27 04:24:05,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 04:24:05,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/450baa1e-6664-48b8-b092-5e10dd32b605/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '{"extra_specs": {}}' 2018-08-27 04:24:05,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:24:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d6e4c3c-19d4-4aed-82c8-d1344787ec82 x-compute-request-id: req-0d6e4c3c-19d4-4aed-82c8-d1344787ec82 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 04:24:05,156 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/450baa1e-6664-48b8-b092-5e10dd32b605/os-extra_specs used request id req-0d6e4c3c-19d4-4aed-82c8-d1344787ec82 2018-08-27 04:24:05,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0247349739075s 2018-08-27 04:24:05,156 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/450baa1e-6664-48b8-b092-5e10dd32b605/os-extra_specs used request id req-0d6e4c3c-19d4-4aed-82c8-d1344787ec82 2018-08-27 04:24:05,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:24:05,166 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 04:24:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcfb6b43-354e-470c-8b99-fbf3ff6ad057 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 04:24:05,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-bcfb6b43-354e-470c-8b99-fbf3ff6ad057 2018-08-27 04:24:05,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:24:05,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:24:05,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32582e85-8f03-4670-91f9-a485c0757f0a Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:24:05,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-32582e85-8f03-4670-91f9-a485c0757f0a 2018-08-27 04:24:05,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190424203873s 2018-08-27 04:24:05,360 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-32582e85-8f03-4670-91f9-a485c0757f0a 2018-08-27 04:24:05,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:24:05,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:24:05,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcb97c00-17e1-4de0-ac52-6129396e7e5f Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:24:05,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fcb97c00-17e1-4de0-ac52-6129396e7e5f 2018-08-27 04:24:05,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178886175156s 2018-08-27 04:24:05,544 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fcb97c00-17e1-4de0-ac52-6129396e7e5f 2018-08-27 04:24:05,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 04:24:05,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:24:05,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:24:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63bd7a07-dcff-4eee-a2b8-ca75f9f4cd05 x-compute-request-id: req-63bd7a07-dcff-4eee-a2b8-ca75f9f4cd05 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 266}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 241, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 263}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 1, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 241, "local_gb": 247, "free_ram_mb": 26358, "id": 5}]} 2018-08-27 04:24:05,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-63bd7a07-dcff-4eee-a2b8-ca75f9f4cd05 2018-08-27 04:24:05,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.038703918457s 2018-08-27 04:24:05,591 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-63bd7a07-dcff-4eee-a2b8-ca75f9f4cd05 2018-08-27 04:24:05,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:24:05,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:24:06,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-1fd4e128-3c84-4f97-a39d-3fd4fe6ac4ba Date: Mon, 27 Aug 2018 04:24:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:24:04Z", "file": "/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "c6fbd776-9697-4f56-b8df-1f3b1334a014", "size": 12716032, "self": "/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T04:24:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:24:06,325 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1fd4e128-3c84-4f97-a39d-3fd4fe6ac4ba 2018-08-27 04:24:06,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.730257034302s 2018-08-27 04:24:06,325 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1fd4e128-3c84-4f97-a39d-3fd4fe6ac4ba 2018-08-27 04:24:06,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 04:24:06,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_f2c9fbdc-d889-41e7-a941-cba849377c17", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_f2c9fbdc-d889-41e7-a941-cba849377c17"}' 2018-08-27 04:24:07,075 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6dc151d3-1436-4052-96bf-54cedddd8e5f Date: Mon, 27 Aug 2018 04:24:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:24:07Z", "file": "/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "5993e5cf-625a-4db7-a3e8-b4a95797cb55", "size": null, "self": "/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_f2c9fbdc-d889-41e7-a941-cba849377c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_f2c9fbdc-d889-41e7-a941-cba849377c17", "checksum": null, "created_at": "2018-08-27T04:24:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 04:24:07,076 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-6dc151d3-1436-4052-96bf-54cedddd8e5f 2018-08-27 04:24:07,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.743916034698s 2018-08-27 04:24:07,076 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-6dc151d3-1436-4052-96bf-54cedddd8e5f returning object 5993e5cf-625a-4db7-a3e8-b4a95797cb55 2018-08-27 04:24:07,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 04:24:07,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '' 2018-08-27 04:24:08,224 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-274dad34-88a7-46e6-b2a3-d8c19c2c3f12 Date: Mon, 27 Aug 2018 04:24:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:24:08,224 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55/file used request id req-274dad34-88a7-46e6-b2a3-d8c19c2c3f12 2018-08-27 04:24:08,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.14737820625s 2018-08-27 04:24:08,225 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55/file used request id req-274dad34-88a7-46e6-b2a3-d8c19c2c3f12 2018-08-27 04:24:08,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:24:08,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:24:08,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-853dd6a8-0ced-4f6c-8010-d4c5b0c9dd33 Date: Mon, 27 Aug 2018 04:24:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:24:08Z", "file": "/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "5993e5cf-625a-4db7-a3e8-b4a95797cb55", "size": 12716032, "self": "/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_f2c9fbdc-d889-41e7-a941-cba849377c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_f2c9fbdc-d889-41e7-a941-cba849377c17", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T04:24:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:24:04Z", "file": "/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "c6fbd776-9697-4f56-b8df-1f3b1334a014", "size": 12716032, "self": "/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T04:24:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:24:08,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-853dd6a8-0ced-4f6c-8010-d4c5b0c9dd33 2018-08-27 04:24:08,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.7104139328s 2018-08-27 04:24:08,940 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-853dd6a8-0ced-4f6c-8010-d4c5b0c9dd33 2018-08-27 04:24:08,942 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55/file', 'owner': u'5785a4ec7e274272b18e396a3b5ede5b', 'id': u'5993e5cf-625a-4db7-a3e8-b4a95797cb55', 'size': 12716032, u'self': u'/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T04:24:08Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T04:24:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_f2c9fbdc-d889-41e7-a941-cba849377c17', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_f2c9fbdc-d889-41e7-a941-cba849377c17', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_f2c9fbdc-d889-41e7-a941-cba849377c17', 'created': u'2018-08-27T04:24:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T04:24:07Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_f2c9fbdc-d889-41e7-a941-cba849377c17', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 04:24:08,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 04:24:08,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_f2c9fbdc-d889-41e7-a941-cba849377c17", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-27 04:24:08,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:24:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00a59e5d-aaeb-4e86-a810-0533ace6d4cd x-compute-request-id: req-00a59e5d-aaeb-4e86-a810-0533ace6d4cd Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_f2c9fbdc-d889-41e7-a941-cba849377c17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5d2fb40c-cd41-474e-845d-08b23129a1d2", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5d2fb40c-cd41-474e-845d-08b23129a1d2", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5d2fb40c-cd41-474e-845d-08b23129a1d2"}} 2018-08-27 04:24:08,977 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-00a59e5d-aaeb-4e86-a810-0533ace6d4cd 2018-08-27 04:24:08,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0342638492584s 2018-08-27 04:24:08,978 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-00a59e5d-aaeb-4e86-a810-0533ace6d4cd 2018-08-27 04:24:08,979 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_f2c9fbdc-d889-41e7-a941-cba849377c17', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'5d2fb40c-cd41-474e-845d-08b23129a1d2', 'swap': 0}) 2018-08-27 04:24:08,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 04:24:08,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/5d2fb40c-cd41-474e-845d-08b23129a1d2/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '{"extra_specs": {}}' 2018-08-27 04:24:09,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:24:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-73fd9714-2053-4a4b-a80c-b396be02af25 x-compute-request-id: req-73fd9714-2053-4a4b-a80c-b396be02af25 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 04:24:09,001 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5d2fb40c-cd41-474e-845d-08b23129a1d2/os-extra_specs used request id req-73fd9714-2053-4a4b-a80c-b396be02af25 2018-08-27 04:24:09,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215840339661s 2018-08-27 04:24:09,001 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5d2fb40c-cd41-474e-845d-08b23129a1d2/os-extra_specs used request id req-73fd9714-2053-4a4b-a80c-b396be02af25 2018-08-27 04:24:09,001 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_f2c9fbdc-d889-41e7-a941-cba849377c17', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'5d2fb40c-cd41-474e-845d-08b23129a1d2', 'swap': 0}) 2018-08-27 04:24:12,782 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-27 04:24:12,783 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-27 04:24:12,783 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-27 04:24:12,785 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-27 04:24:12,789 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-27 04:24:16,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-83f72e81-dd45-42cb-9428-10ac27a7a456/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-27 04:24:16,524 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-27 04:24:16,542 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-27 04:24:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-08-27 04:26:29,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 8fea3ab2-15c4-4e27-864b-afa90d3f9e72 2018-08-27 04:26:29,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8fea3ab2-15c4-4e27-864b-afa90d3f9e72']'. 2018-08-27 04:26:30,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-27 04:26:30,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-27 04:26:30,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 04:26:30,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8fea3ab2-15c4-4e27-864b-afa90d3f9e72 | 2018-08-27 04:26:30,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-27 04:26:30,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-27 04:24:19 | 2018-08-27 04:26:30,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-27 04:26:28 | 2018-08-27 04:26:30,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:09 | 2018-08-27 04:26:30,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-27 04:26:30,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-27 04:26:30,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 83f72e81-dd45-42cb-9428-10ac27a7a456) | 2018-08-27 04:26:30,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-27 04:26:30,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1ac6acb8-2df3-4201-b5f9-3e0dd91d36ca) | 2018-08-27 04:26:30,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-27 04:26:30,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 116.001 | 2018-08-27 04:26:30,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-08-27 04:26:30,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-27 04:26:30,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-27 04:26:30,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-27 04:26:30,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-08-27 04:26:30,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 04:26:30,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-27 04:26:30,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-27 04:26:30,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-08-27 04:26:30,303 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 04:26:30,304 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:35 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-27 04:26:30,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 04:26:30,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:32,306 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a105079f-3dbe-4dc6-b93f-521711b717eb Date: Mon, 27 Aug 2018 04:26:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:26:32,306 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55 used request id req-a105079f-3dbe-4dc6-b93f-521711b717eb 2018-08-27 04:26:32,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.99646401405s 2018-08-27 04:26:32,306 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/5993e5cf-625a-4db7-a3e8-b4a95797cb55 used request id req-a105079f-3dbe-4dc6-b93f-521711b717eb 2018-08-27 04:26:32,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:26:32,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:32,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:26:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6652eb72-0bd8-4cde-85a2-e1111780db61 x-compute-request-id: req-6652eb72-0bd8-4cde-85a2-e1111780db61 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_f2c9fbdc-d889-41e7-a941-cba849377c17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/450baa1e-6664-48b8-b092-5e10dd32b605", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/450baa1e-6664-48b8-b092-5e10dd32b605", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "450baa1e-6664-48b8-b092-5e10dd32b605"}, {"name": "neutron_trunk-flavor_alt_f2c9fbdc-d889-41e7-a941-cba849377c17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5d2fb40c-cd41-474e-845d-08b23129a1d2", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5d2fb40c-cd41-474e-845d-08b23129a1d2", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5d2fb40c-cd41-474e-845d-08b23129a1d2"}]} 2018-08-27 04:26:32,350 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-6652eb72-0bd8-4cde-85a2-e1111780db61 2018-08-27 04:26:32,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0432398319244s 2018-08-27 04:26:32,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-6652eb72-0bd8-4cde-85a2-e1111780db61 2018-08-27 04:26:32,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 04:26:32,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/5d2fb40c-cd41-474e-845d-08b23129a1d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:32,424 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 04:26:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0cb383f8-ec91-453a-8d08-0fb273e77890 x-compute-request-id: req-0cb383f8-ec91-453a-8d08-0fb273e77890 Content-Length: 0 Content-Type: application/json 2018-08-27 04:26:32,424 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5d2fb40c-cd41-474e-845d-08b23129a1d2 used request id req-0cb383f8-ec91-453a-8d08-0fb273e77890 2018-08-27 04:26:32,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0714168548584s 2018-08-27 04:26:32,425 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5d2fb40c-cd41-474e-845d-08b23129a1d2 used request id req-0cb383f8-ec91-453a-8d08-0fb273e77890 2018-08-27 04:26:32,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 04:26:32,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/e7aecb02-8b95-4910-beec-d7f2ab06cd98/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" -d '{"subnet_id": "5c948e21-3b69-4343-b6ba-509af0b23c8a"}' 2018-08-27 04:26:34,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-47eb0133-0fe7-4988-98ff-099772f1def0 Date: Mon, 27 Aug 2018 04:26:34 GMT RESP BODY: {"network_id": "b9e66dcc-1a51-486e-aa7d-3944d06092c9", "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "subnet_id": "5c948e21-3b69-4343-b6ba-509af0b23c8a", "subnet_ids": ["5c948e21-3b69-4343-b6ba-509af0b23c8a"], "port_id": "b4c3f051-f1fe-47fc-aeee-85f2051d3717", "id": "e7aecb02-8b95-4910-beec-d7f2ab06cd98"} 2018-08-27 04:26:34,479 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e7aecb02-8b95-4910-beec-d7f2ab06cd98/remove_router_interface.json used request id req-47eb0133-0fe7-4988-98ff-099772f1def0 2018-08-27 04:26:34,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.05379486084s 2018-08-27 04:26:34,479 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e7aecb02-8b95-4910-beec-d7f2ab06cd98/remove_router_interface.json used request id req-47eb0133-0fe7-4988-98ff-099772f1def0 returning object e7aecb02-8b95-4910-beec-d7f2ab06cd98 2018-08-27 04:26:34,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 04:26:34,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:34,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-589c14ea-a58a-4e72-898b-7ce464b28b8f Date: Mon, 27 Aug 2018 04:26:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "d6a9b1e70afc438d9f89f87453c9a60e", "created_at": "2018-08-27T02:52:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T02:53:16Z", "revision_number": 4, "routes": [], "project_id": "d6a9b1e70afc438d9f89f87453c9a60e", "id": "480e21c6-6f1c-4c6a-bd04-dceb28f4319f", "name": "vmtp-router_9cc27d67-20e0-4fb1-89ed-a27c67b00353"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "5785a4ec7e274272b18e396a3b5ede5b", "created_at": "2018-08-27T04:23:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T04:26:33Z", "revision_number": 4, "routes": [], "project_id": "5785a4ec7e274272b18e396a3b5ede5b", "id": "e7aecb02-8b95-4910-beec-d7f2ab06cd98", "name": "neutron_trunk-router_f2c9fbdc-d889-41e7-a941-cba849377c17"}]} 2018-08-27 04:26:34,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-589c14ea-a58a-4e72-898b-7ce464b28b8f 2018-08-27 04:26:34,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.309987068176s 2018-08-27 04:26:34,790 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-589c14ea-a58a-4e72-898b-7ce464b28b8f 2018-08-27 04:26:34,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 04:26:34,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/e7aecb02-8b95-4910-beec-d7f2ab06cd98.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:36,304 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b6474c5-1ac8-4a0a-838c-9ff6a9d4687d Content-Length: 0 Date: Mon, 27 Aug 2018 04:26:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:26:36,304 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/e7aecb02-8b95-4910-beec-d7f2ab06cd98.json used request id req-1b6474c5-1ac8-4a0a-838c-9ff6a9d4687d 2018-08-27 04:26:36,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.51158595085s 2018-08-27 04:26:36,305 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/e7aecb02-8b95-4910-beec-d7f2ab06cd98.json used request id req-1b6474c5-1ac8-4a0a-838c-9ff6a9d4687d 2018-08-27 04:26:36,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 04:26:36,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:36,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3138 X-Openstack-Request-Id: req-a71f6631-8397-446e-9587-fca562aaabfb Date: Mon, 27 Aug 2018 04:26:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b838cdb-de6f-4609-94c6-ccfbfbcb5611","tenant_id":"d6a9b1e70afc438d9f89f87453c9a60e","created_at":"2018-08-27T02:53:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T02:53:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"d6a9b1e70afc438d9f89f87453c9a60e","id":"3710acd4-0111-4016-bf54-2b05113d5c3e","subnetpool_id":null,"name":"pns-internal-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9e66dcc-1a51-486e-aa7d-3944d06092c9","tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T04:23:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T04:23:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5785a4ec7e274272b18e396a3b5ede5b","id":"5c948e21-3b69-4343-b6ba-509af0b23c8a","subnetpool_id":null,"name":"neutron_trunk-subnet_f2c9fbdc-d889-41e7-a941-cba849377c17"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74f8e55f-adf8-4a25-8f45-6a4fe773b01d","tenant_id":"d6a9b1e70afc438d9f89f87453c9a60e","created_at":"2018-08-27T02:53:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T02:53:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"d6a9b1e70afc438d9f89f87453c9a60e","id":"a8378ea2-f6ea-44ee-8dea-6f95a4b6d4d6","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:17Z","dns_nameservers":[],"updated_at":"2018-08-27T01:39:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ec6e23f3-cc41-4110-8e66-704db251bf8b","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"225bd296-a77f-4887-b908-ddf6e3a7bd67","tenant_id":"249f2527f2d34231975a31fb6a81ea08","created_at":"2018-08-27T04:24:30Z","dns_nameservers":[],"updated_at":"2018-08-27T04:24:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"gateway_ip":"10.100.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.100.0.0/28","project_id":"249f2527f2d34231975a31fb6a81ea08","id":"f3944251-1e91-4fc1-8fe4-959a70783e22","subnetpool_id":null,"name":""}]} 2018-08-27 04:26:36,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a71f6631-8397-446e-9587-fca562aaabfb 2018-08-27 04:26:36,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0553920269012s 2018-08-27 04:26:36,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a71f6631-8397-446e-9587-fca562aaabfb 2018-08-27 04:26:36,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 04:26:36,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/5c948e21-3b69-4343-b6ba-509af0b23c8a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:38,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a3d5ac7-0e59-4a39-a622-4f52de40cd0d Date: Mon, 27 Aug 2018 04:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:26:38,770 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/5c948e21-3b69-4343-b6ba-509af0b23c8a.json used request id req-6a3d5ac7-0e59-4a39-a622-4f52de40cd0d 2018-08-27 04:26:38,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.40694403648s 2018-08-27 04:26:38,771 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/5c948e21-3b69-4343-b6ba-509af0b23c8a.json used request id req-6a3d5ac7-0e59-4a39-a622-4f52de40cd0d 2018-08-27 04:26:38,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:26:38,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:38,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3432 X-Openstack-Request-Id: req-51111d39-30ac-4a1c-be6c-17042bcad9e1 Date: Mon, 27 Aug 2018 04:26:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1b838cdb-de6f-4609-94c6-ccfbfbcb5611","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6a9b1e70afc438d9f89f87453c9a60e","status":"ACTIVE","subnets":["3710acd4-0111-4016-bf54-2b05113d5c3e"],"description":"","tags":[],"updated_at":"2018-08-27T02:53:12Z","provider:segmentation_id":31,"name":"pns-internal-net2_9cc27d67-20e0-4fb1-89ed-a27c67b00353","admin_state_up":true,"tenant_id":"d6a9b1e70afc438d9f89f87453c9a60e","created_at":"2018-08-27T02:53:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"225bd296-a77f-4887-b908-ddf6e3a7bd67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"249f2527f2d34231975a31fb6a81ea08","status":"ACTIVE","subnets":["f3944251-1e91-4fc1-8fe4-959a70783e22"],"description":"","tags":[],"updated_at":"2018-08-27T04:24:30Z","provider:segmentation_id":23,"name":"tempest-test-network--2090853583","admin_state_up":true,"tenant_id":"249f2527f2d34231975a31fb6a81ea08","created_at":"2018-08-27T04:24:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"74f8e55f-adf8-4a25-8f45-6a4fe773b01d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6a9b1e70afc438d9f89f87453c9a60e","status":"ACTIVE","subnets":["a8378ea2-f6ea-44ee-8dea-6f95a4b6d4d6"],"description":"","tags":[],"updated_at":"2018-08-27T02:53:10Z","provider:segmentation_id":39,"name":"pns-internal-net_9cc27d67-20e0-4fb1-89ed-a27c67b00353","admin_state_up":true,"tenant_id":"d6a9b1e70afc438d9f89f87453c9a60e","created_at":"2018-08-27T02:53:10Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b9e66dcc-1a51-486e-aa7d-3944d06092c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"5785a4ec7e274272b18e396a3b5ede5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T04:26:38Z","provider:segmentation_id":28,"name":"neutron_trunk-net_f2c9fbdc-d889-41e7-a941-cba849377c17","admin_state_up":true,"tenant_id":"5785a4ec7e274272b18e396a3b5ede5b","created_at":"2018-08-27T04:23:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 04:26:38,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-51111d39-30ac-4a1c-be6c-17042bcad9e1 2018-08-27 04:26:38,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.129333019257s 2018-08-27 04:26:38,901 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-51111d39-30ac-4a1c-be6c-17042bcad9e1 2018-08-27 04:26:38,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 04:26:38,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/b9e66dcc-1a51-486e-aa7d-3944d06092c9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:40,387 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b50520a5-d106-462a-a089-e3f87bb2a5f2 Date: Mon, 27 Aug 2018 04:26:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:26:40,387 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/b9e66dcc-1a51-486e-aa7d-3944d06092c9.json used request id req-b50520a5-d106-462a-a089-e3f87bb2a5f2 2018-08-27 04:26:40,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.48411297798s 2018-08-27 04:26:40,388 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/b9e66dcc-1a51-486e-aa7d-3944d06092c9.json used request id req-b50520a5-d106-462a-a089-e3f87bb2a5f2 2018-08-27 04:26:40,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:26:40,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:41,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-22f0da19-b5c1-4da7-9692-b21adc8ead28 Date: Mon, 27 Aug 2018 04:26:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:24:04Z", "file": "/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/file", "owner": "5785a4ec7e274272b18e396a3b5ede5b", "id": "c6fbd776-9697-4f56-b8df-1f3b1334a014", "size": 12716032, "self": "/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c6fbd776-9697-4f56-b8df-1f3b1334a014/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_f2c9fbdc-d889-41e7-a941-cba849377c17", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T04:24:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:26:41,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-22f0da19-b5c1-4da7-9692-b21adc8ead28 2018-08-27 04:26:41,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.81113910675s 2018-08-27 04:26:41,203 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-22f0da19-b5c1-4da7-9692-b21adc8ead28 2018-08-27 04:26:41,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 04:26:41,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:42,223 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9520147e-9488-4585-bc98-ddaec5216fa4 Date: Mon, 27 Aug 2018 04:26:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:26:42,224 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014 used request id req-9520147e-9488-4585-bc98-ddaec5216fa4 2018-08-27 04:26:42,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01824617386s 2018-08-27 04:26:42,224 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/c6fbd776-9697-4f56-b8df-1f3b1334a014 used request id req-9520147e-9488-4585-bc98-ddaec5216fa4 2018-08-27 04:26:42,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:26:42,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:42,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:26:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3009717e-e06e-4546-830f-597f5365595b x-compute-request-id: req-3009717e-e06e-4546-830f-597f5365595b Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_f2c9fbdc-d889-41e7-a941-cba849377c17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/450baa1e-6664-48b8-b092-5e10dd32b605", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/450baa1e-6664-48b8-b092-5e10dd32b605", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "450baa1e-6664-48b8-b092-5e10dd32b605"}]} 2018-08-27 04:26:42,252 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3009717e-e06e-4546-830f-597f5365595b 2018-08-27 04:26:42,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0272970199585s 2018-08-27 04:26:42,252 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3009717e-e06e-4546-830f-597f5365595b 2018-08-27 04:26:42,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 04:26:42,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/450baa1e-6664-48b8-b092-5e10dd32b605 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca7433425e08682666066adc161f508573c4b01d" 2018-08-27 04:26:42,293 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 04:26:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6cf56099-6e7c-4257-b9c8-c13c7a14e59e x-compute-request-id: req-6cf56099-6e7c-4257-b9c8-c13c7a14e59e Content-Length: 0 Content-Type: application/json 2018-08-27 04:26:42,293 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/450baa1e-6664-48b8-b092-5e10dd32b605 used request id req-6cf56099-6e7c-4257-b9c8-c13c7a14e59e 2018-08-27 04:26:42,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0387480258942s 2018-08-27 04:26:42,293 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/450baa1e-6664-48b8-b092-5e10dd32b605 used request id req-6cf56099-6e7c-4257-b9c8-c13c7a14e59e 2018-08-27 04:26:42,293 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-08-27 04:26:42,342 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-27 04:26:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:26:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 04:26:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:26:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:26:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:26:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:26:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:26:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:26:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 04:26:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 04:26:42,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:26:42,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3a052df-9e34-412e-9c63-03546fa293b6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:26:42,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e3a052df-9e34-412e-9c63-03546fa293b6 2018-08-27 04:26:42,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:26:42,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["tMYom_cJSt2BOnMqg9NftA"], "issued_at": "2018-08-27T04:26:42.000000Z"}} 2018-08-27 04:26:42,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:26:42,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5950d48381a358b284cf043203f30abab255232b" 2018-08-27 04:26:43,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-2fb7674e-4f4b-485a-a7f5-bed3bca83650 Date: Mon, 27 Aug 2018 04:26:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 04:26:43,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2fb7674e-4f4b-485a-a7f5-bed3bca83650 2018-08-27 04:26:43,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367832183838s 2018-08-27 04:26:43,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2fb7674e-4f4b-485a-a7f5-bed3bca83650 2018-08-27 04:26:43,156 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 04:26:45,973 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 04:26:48,708 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | ee865e5e-f87d-4161-8c33-68dd80e99107 | 2018-08-27T04:26:48.312268 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: ee865e5e-f87d-4161-8c33-68dd80e99107 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-27 04:26:52,465 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-27 04:26:52,465 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 04:26:55,248 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 04:26:58,758 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=c098f9ae-bf4f-4843-b1b2-35e5a8c65832) as the default verifier for the future CLI operations. 2018-08-27 04:27:02,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 04:27:02,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5950d48381a358b284cf043203f30abab255232b" 2018-08-27 04:27:02,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-19163565-1b0c-43b4-be84-9f74ebe7714a Date: Mon, 27 Aug 2018 04:27:02 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-27 04:27:02,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-19163565-1b0c-43b4-be84-9f74ebe7714a 2018-08-27 04:27:02,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.36621594429s 2018-08-27 04:27:02,442 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-19163565-1b0c-43b4-be84-9f74ebe7714a 2018-08-27 04:27:02,450 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-08-27 04:27:02,450 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-08-27 04:27:02,450 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-08-27 04:27:02,511 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-27 04:27:02,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:27:02,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 04:27:02,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:27:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:27:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:27:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:27:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:27:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:27:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:27:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:27:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:27:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:27:02,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:27:02,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:27:02,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:27:02,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:27:02,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:27:02,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:27:02,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:27:02,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:27:02,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:27:02,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:27:02,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:27:02,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 04:27:02,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 04:27:02,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:27:02,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be4efa6f-a832-4919-bb90-626c6c41c0b8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:27:02,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-be4efa6f-a832-4919-bb90-626c6c41c0b8 2018-08-27 04:27:02,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:27:02,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:27:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["SdwHGg2vTyumsmBEO691Sg"], "issued_at": "2018-08-27T04:27:02.000000Z"}} 2018-08-27 04:27:02,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:27:02,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d5f7910e87f921065bafa4ab7a1d2563e00512f" 2018-08-27 04:27:03,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-950a002b-3040-4e37-a00a-a6421264ebfa Date: Mon, 27 Aug 2018 04:27:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 04:27:03,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-950a002b-3040-4e37-a00a-a6421264ebfa 2018-08-27 04:27:03,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.576786994934s 2018-08-27 04:27:03,561 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-950a002b-3040-4e37-a00a-a6421264ebfa 2018-08-27 04:27:03,561 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 04:27:06,638 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 04:27:10,746 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9e1e56bd-dab4-4a73-9de9-a39a968ba1a4 | 2018-08-27T04:27:09.127054 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9e1e56bd-dab4-4a73-9de9-a39a968ba1a4 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-27 04:27:14,554 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-27 04:27:14,554 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 04:27:17,275 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 04:27:20,833 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=14a0792b-3506-4875-af3a-fc2ff5262796) as the default verifier for the future CLI operations. 2018-08-27 04:27:24,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 04:27:24,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d5f7910e87f921065bafa4ab7a1d2563e00512f" 2018-08-27 04:27:24,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-5875370b-2b94-4e7d-a466-fa9fda028bbb Date: Mon, 27 Aug 2018 04:27:24 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-27 04:27:24,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-5875370b-2b94-4e7d-a466-fa9fda028bbb 2018-08-27 04:27:24,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.28045296669s 2018-08-27 04:27:24,370 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-5875370b-2b94-4e7d-a466-fa9fda028bbb 2018-08-27 04:27:24,377 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-27 04:27:24,377 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-27 04:27:24,377 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-27 04:27:24,438 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-27 04:27:24,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:27:24,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 04:27:24,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:27:24,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:27:24,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:27:24,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:27:24,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:27:24,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:27:24,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:27:24,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:27:24,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 04:27:24,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 04:27:24,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:27:24,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26070327-c62b-412e-aa98-e451f13bb151 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:27:24,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-26070327-c62b-412e-aa98-e451f13bb151 2018-08-27 04:27:24,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:27:24,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:27:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["OHcT6RW5Sp6VyFnxLPoxMA"], "issued_at": "2018-08-27T04:27:24.000000Z"}} 2018-08-27 04:27:24,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:27:24,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3da7fe0fa7684e229722ce6ea4ea344d49b2cc18" 2018-08-27 04:27:25,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-eb9c66ce-6ddd-44d4-acc3-6e720c84862d Date: Mon, 27 Aug 2018 04:27:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 04:27:25,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eb9c66ce-6ddd-44d4-acc3-6e720c84862d 2018-08-27 04:27:25,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.619463920593s 2018-08-27 04:27:25,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eb9c66ce-6ddd-44d4-acc3-6e720c84862d 2018-08-27 04:27:25,510 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 04:27:28,396 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 04:27:31,261 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 191c62b0-1eea-49d0-8446-18b336ec8947 | 2018-08-27T04:27:30.868125 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 191c62b0-1eea-49d0-8446-18b336ec8947 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-27 04:27:35,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-27 04:27:35,007 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 04:27:37,640 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 04:27:41,316 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=5f524e94-5184-4454-938c-c064e712b596) as the default verifier for the future CLI operations. 2018-08-27 04:27:44,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:27:44,772 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 04:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad6b46eb-451f-4968-9071-fa8ab1be2803 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 04:27:44,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-ad6b46eb-451f-4968-9071-fa8ab1be2803 2018-08-27 04:27:44,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 04:27:44,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:27:44,783 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 04:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2059596c-bcf3-46f1-a3cf-f0f9534ac4d5 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-27 04:27:44,783 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-2059596c-bcf3-46f1-a3cf-f0f9534ac4d5 2018-08-27 04:27:44,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3da7fe0fa7684e229722ce6ea4ea344d49b2cc18" 2018-08-27 04:27:44,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f54ab5a8-103d-4d90-b7a2-116739e1844d Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0c62d1a2eb9c4877a3aa8dcb681a60a5"}, "enabled": true, "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2d57212723554a81875eb54be2d9c71b"}, "enabled": true, "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/364f45865d2a472dbb1c17ec432dd442"}, "enabled": true, "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3a19b451b215401e9f3d62999ca779bf"}, "enabled": true, "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/4db680f9113b4a10bba97a69cba7dff9"}, "enabled": true, "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/56f6845a92454ced93c356b353215c58"}, "enabled": true, "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7d2dc95fdcb84a3bbabdf3fae7f05788"}, "enabled": true, "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/857a3547b3624035b08154c86e4b7056"}, "enabled": true, "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/85be768eef834e4e81e3ea286909240c"}, "enabled": true, "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9029bb8abda8485fb94aa849fce44487"}, "enabled": true, "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aa60adff497c48c6bda33da763d92bf2"}, "enabled": true, "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aba3aba927cf497b89d31b4472dd03d3"}, "enabled": true, "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/bcf9f08e73ed44fe9f6353aa05a1c564"}, "enabled": true, "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c980a1a85c7f4daabb41999679a5aff0"}, "enabled": true, "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f73baa7f18b743a89f10719e06527d49"}, "enabled": true, "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-27 04:27:44,978 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f54ab5a8-103d-4d90-b7a2-116739e1844d 2018-08-27 04:27:44,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.202597856522s 2018-08-27 04:27:44,979 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f54ab5a8-103d-4d90-b7a2-116739e1844d 2018-08-27 04:27:44,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 04:27:44,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3da7fe0fa7684e229722ce6ea4ea344d49b2cc18" 2018-08-27 04:27:45,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-2bcd9d1a-c478-4325-8e43-91a91d98b5a9 Date: Mon, 27 Aug 2018 04:27:45 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-27 04:27:45,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-2bcd9d1a-c478-4325-8e43-91a91d98b5a9 2018-08-27 04:27:45,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.285103082657s 2018-08-27 04:27:45,271 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/extensions.json used request id req-2bcd9d1a-c478-4325-8e43-91a91d98b5a9 2018-08-27 04:27:45,278 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-27 04:27:45,278 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-27 04:27:45,283 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 06:18 | FAIL | | neutron-tempest-plugin-api | functest | smoke | 14:26 | FAIL | | rally_sanity | functest | smoke | 28:01 | FAIL | | refstack_defcore | functest | smoke | 07:58 | FAIL | | patrole | functest | smoke | 02:09 | PASS | | vmtp | functest | smoke | 24:47 | FAIL | | shaker | functest | smoke | 65:17 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:35 | FAIL | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-27 04:27:45,293 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-27 04:27:45,333 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-27 04:27:48,186 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-249 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-27 04:27:48,189 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.26,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Kcp8ixoszHHOQTzEmjMIO9tKe export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=5785a4ec7e274272b18e396a3b5ede5b export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=FgxMojezvLOSrPmgQXt87YWYu export OS_REGION_NAME=regionOne 2018-08-27 04:27:48,189 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-27 04:27:48,189 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-27 04:27:48,190 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | | vgpu | functest | features | 00:00 | SKIP | | stor4nfv_os | stor4nfv | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-27 04:27:48,192 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-27 04:27:50,741 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-249 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-27 04:27:50,744 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.26,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Kcp8ixoszHHOQTzEmjMIO9tKe export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=5785a4ec7e274272b18e396a3b5ede5b export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=FgxMojezvLOSrPmgQXt87YWYu export OS_REGION_NAME=regionOne 2018-08-27 04:27:50,744 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-27 04:27:50,746 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------------------------+----------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------------------------+----------------------------------------+ | vnf | 4 | Collection of VNF test cases. | cloudify cloudify_ims heat_ims | | | | | vyos_vrouter juju_epc | +---------------+---------------+---------------------------------------+----------------------------------------+ 2018-08-27 04:27:50,774 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:27:51,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:27:51,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:27:51,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:27:51,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:27:51,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:27:51,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:27:51,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64198070-2c84-467e-8bfb-6eed89c85fd6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:27:51,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-64198070-2c84-467e-8bfb-6eed89c85fd6 2018-08-27 04:27:51,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:27:51,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:27:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["HKJv__3lTg--_WuUJlHNZQ"], "issued_at": "2018-08-27T04:27:51.000000Z"}} 2018-08-27 04:27:51,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:27:51,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:27:52,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-0c93008d-a151-47fa-8aee-6c6917790105 Date: Mon, 27 Aug 2018 04:27:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 04:27:52,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0c93008d-a151-47fa-8aee-6c6917790105 2018-08-27 04:27:52,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346847057343s 2018-08-27 04:27:52,228 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0c93008d-a151-47fa-8aee-6c6917790105 2018-08-27 04:27:52,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:27:52,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 04:27:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d189d4a1-6823-40b1-8c35-0c03f10aa718 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 04:27:52,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-d189d4a1-6823-40b1-8c35-0c03f10aa718 2018-08-27 04:27:52,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 04:27:52,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:27:52,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-364e19af-7dbe-43b7-a679-7cf05a543238 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 04:27:52,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-364e19af-7dbe-43b7-a679-7cf05a543238 2018-08-27 04:27:52,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.195307970047s 2018-08-27 04:27:52,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-364e19af-7dbe-43b7-a679-7cf05a543238 2018-08-27 04:27:52,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 04:27:52,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}}' 2018-08-27 04:27:52,702 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 04:27:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68ef5d5e-de3f-4934-84a7-fcbdd67465ef Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.26:5000/v3/projects/5d0c164ed66d4e2092e5da0b57cf8c87"}, "tags": [], "enabled": true, "id": "5d0c164ed66d4e2092e5da0b57cf8c87", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}} 2018-08-27 04:27:52,702 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-68ef5d5e-de3f-4934-84a7-fcbdd67465ef 2018-08-27 04:27:52,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.256036996841s 2018-08-27 04:27:52,702 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-68ef5d5e-de3f-4934-84a7-fcbdd67465ef 2018-08-27 04:27:52,703 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify', u'tags': [], 'enabled': True, 'id': u'5d0c164ed66d4e2092e5da0b57cf8c87', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046'}) 2018-08-27 04:27:52,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 04:27:52,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8bf183fa-f269-43eb-a04a-62081580e5e1", "email": null, "name": "cloudify-user_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}}' 2018-08-27 04:27:53,217 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 04:27:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08a662f7-2da9-48db-ad6e-2837d5fc1d05 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "links": {"self": "http://172.30.9.26:5000/v3/users/6242697c7245476eb94bbc62f9698458"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6242697c7245476eb94bbc62f9698458", "domain_id": "default", "password_expires_at": null}} 2018-08-27 04:27:53,217 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-08a662f7-2da9-48db-ad6e-2837d5fc1d05 2018-08-27 04:27:53,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.508526086807s 2018-08-27 04:27:53,218 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-08a662f7-2da9-48db-ad6e-2837d5fc1d05 2018-08-27 04:27:53,218 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6242697c7245476eb94bbc62f9698458', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_1da68bdf-bd11-49d8-9a7a-4f2abd58d046'}) 2018-08-27 04:27:53,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:27:53,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:27:53,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12fb7177-b96a-4f5e-9f4e-3fca9d2af507 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:27:53,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-12fb7177-b96a-4f5e-9f4e-3fca9d2af507 2018-08-27 04:27:53,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185373783112s 2018-08-27 04:27:53,409 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-12fb7177-b96a-4f5e-9f4e-3fca9d2af507 2018-08-27 04:27:53,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:27:53,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:27:53,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df0424d-ee3c-433c-afd7-02a635c6f392 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:27:53,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3df0424d-ee3c-433c-afd7-02a635c6f392 2018-08-27 04:27:53,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189203023911s 2018-08-27 04:27:53,604 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3df0424d-ee3c-433c-afd7-02a635c6f392 2018-08-27 04:27:53,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:27:53,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:27:53,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c688fa84-21c7-4748-b37d-43bac4df00bd Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:27:53,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c688fa84-21c7-4748-b37d-43bac4df00bd 2018-08-27 04:27:53,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200684070587s 2018-08-27 04:27:53,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c688fa84-21c7-4748-b37d-43bac4df00bd 2018-08-27 04:27:53,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 04:27:53,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:27:54,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2423d23a-089d-4086-b3ae-c913c719bc6a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 04:27:54,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-2423d23a-089d-4086-b3ae-c913c719bc6a 2018-08-27 04:27:54,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.200063943863s 2018-08-27 04:27:54,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-2423d23a-089d-4086-b3ae-c913c719bc6a 2018-08-27 04:27:54,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:27:54,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:27:54,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-838ce31b-d862-401b-865d-4a6f18166ab6 Content-Encoding: gzip Content-Length: 1026 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "cloudify-user_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "links": {"self": "http://172.30.9.26:5000/v3/users/6242697c7245476eb94bbc62f9698458"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6242697c7245476eb94bbc62f9698458", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 04:27:54,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-838ce31b-d862-401b-865d-4a6f18166ab6 2018-08-27 04:27:54,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212352991104s 2018-08-27 04:27:54,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-838ce31b-d862-401b-865d-4a6f18166ab6 2018-08-27 04:27:54,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:27:54,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:27:54,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e267ff3e-9a9d-4a80-b116-7a92d4c45439 Content-Encoding: gzip Content-Length: 594 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.26:5000/v3/projects/5d0c164ed66d4e2092e5da0b57cf8c87"}, "tags": [], "enabled": true, "id": "5d0c164ed66d4e2092e5da0b57cf8c87", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}]} 2018-08-27 04:27:54,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-e267ff3e-9a9d-4a80-b116-7a92d4c45439 2018-08-27 04:27:54,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.120902061462s 2018-08-27 04:27:54,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-e267ff3e-9a9d-4a80-b116-7a92d4c45439 2018-08-27 04:27:54,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 04:27:54,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=6242697c7245476eb94bbc62f9698458&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=5d0c164ed66d4e2092e5da0b57cf8c87" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:27:54,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-254e13b2-aac6-4a18-bc8c-1eb3ab9fddcb Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=6242697c7245476eb94bbc62f9698458&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=5d0c164ed66d4e2092e5da0b57cf8c87", "previous": null, "next": null}} 2018-08-27 04:27:54,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=6242697c7245476eb94bbc62f9698458&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=5d0c164ed66d4e2092e5da0b57cf8c87 used request id req-254e13b2-aac6-4a18-bc8c-1eb3ab9fddcb 2018-08-27 04:27:54,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.193948030472s 2018-08-27 04:27:54,563 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=6242697c7245476eb94bbc62f9698458&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=5d0c164ed66d4e2092e5da0b57cf8c87 used request id req-254e13b2-aac6-4a18-bc8c-1eb3ab9fddcb 2018-08-27 04:27:54,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 04:27:54,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/5d0c164ed66d4e2092e5da0b57cf8c87/users/6242697c7245476eb94bbc62f9698458/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:27:54,795 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:27:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3aa5ce19-8be3-4bb5-bbc8-fe1df39ea7cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:27:54,796 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/5d0c164ed66d4e2092e5da0b57cf8c87/users/6242697c7245476eb94bbc62f9698458/roles/565edadc366246ae845471a412ad99ed used request id req-3aa5ce19-8be3-4bb5-bbc8-fe1df39ea7cb 2018-08-27 04:27:54,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.228449821472s 2018-08-27 04:27:54,796 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/5d0c164ed66d4e2092e5da0b57cf8c87/users/6242697c7245476eb94bbc62f9698458/roles/565edadc366246ae845471a412ad99ed used request id req-3aa5ce19-8be3-4bb5-bbc8-fe1df39ea7cb 2018-08-27 04:27:54,797 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'5d0c164ed66d4e2092e5da0b57cf8c87', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8bf183fa-f269-43eb-a04a-62081580e5e1', 'username': u'cloudify-user_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 04:27:54,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:27:54,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:27:54,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:27:54,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:27:54,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:27:54,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:27:54,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:27:54,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:27:54,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:27:54,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:27:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:27:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:27:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:27:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:27:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:27:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:27:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:27:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:27:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:27:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:27:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:27:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:27:54,802 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'password': '8bf183fa-f269-43eb-a04a-62081580e5e1', 'project_name': 'cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '5d0c164ed66d4e2092e5da0b57cf8c87', 'project_domain_name': 'Default'} 2018-08-27 04:27:54,803 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-27 04:27:54,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:27:54,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52243007-f851-40b2-83e3-2411c62e64ca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:27:54,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-52243007-f851-40b2-83e3-2411c62e64ca 2018-08-27 04:27:54,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:27:55,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:27:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d0c164ed66d4e2092e5da0b57cf8c87", "name": "cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5d0c164ed66d4e2092e5da0b57cf8c87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "id": "6242697c7245476eb94bbc62f9698458"}, "audit_ids": ["J7b4FOA7TCmks_n8dIpesA"], "issued_at": "2018-08-27T04:27:55.000000Z"}} 2018-08-27 04:27:55,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 04:27:55,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"network": {"name": "cloudify-net_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "admin_state_up": true}}' 2018-08-27 04:27:55,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-0711cfbe-4422-4540-bd86-dc7fb2b2a18e Date: Mon, 27 Aug 2018 04:27:55 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5d0c164ed66d4e2092e5da0b57cf8c87","created_at":"2018-08-27T04:27:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T04:27:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5d0c164ed66d4e2092e5da0b57cf8c87","id":"63a725dc-d5af-4a12-8028-f006800f18b9","name":"cloudify-net_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}} 2018-08-27 04:27:55,801 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0711cfbe-4422-4540-bd86-dc7fb2b2a18e 2018-08-27 04:27:55,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.599032878876s 2018-08-27 04:27:55,801 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0711cfbe-4422-4540-bd86-dc7fb2b2a18e 2018-08-27 04:27:55,802 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T04:27:55Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'63a725dc-d5af-4a12-8028-f006800f18b9', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', u'admin_state_up': True, u'tenant_id': u'5d0c164ed66d4e2092e5da0b57cf8c87', u'created_at': u'2018-08-27T04:27:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5d0c164ed66d4e2092e5da0b57cf8c87'}) 2018-08-27 04:27:55,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:27:55,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:27:56,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-535ef67c-6e6b-4de3-9f06-bdcb586b1a76 Date: Mon, 27 Aug 2018 04:27:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T04:27:55Z","tenant_id":"5d0c164ed66d4e2092e5da0b57cf8c87","created_at":"2018-08-27T04:27:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"5d0c164ed66d4e2092e5da0b57cf8c87","id":"63a725dc-d5af-4a12-8028-f006800f18b9","name":"cloudify-net_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 04:27:56,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-535ef67c-6e6b-4de3-9f06-bdcb586b1a76 2018-08-27 04:27:56,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.378278017044s 2018-08-27 04:27:56,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-535ef67c-6e6b-4de3-9f06-bdcb586b1a76 2018-08-27 04:27:56,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 04:27:56,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"subnet": {"name": "cloudify-subnet_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "enable_dhcp": true, "network_id": "63a725dc-d5af-4a12-8028-f006800f18b9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 04:27:57,120 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2514e410-5c63-444b-839f-38fdb861f568 Date: Mon, 27 Aug 2018 04:27:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63a725dc-d5af-4a12-8028-f006800f18b9","tenant_id":"5d0c164ed66d4e2092e5da0b57cf8c87","created_at":"2018-08-27T04:27:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T04:27:56Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5d0c164ed66d4e2092e5da0b57cf8c87","id":"fde30897-a4a1-49c2-8c9c-0ee9f9865b8f","subnetpool_id":null,"name":"cloudify-subnet_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}} 2018-08-27 04:27:57,120 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-2514e410-5c63-444b-839f-38fdb861f568 2018-08-27 04:27:57,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.93794298172s 2018-08-27 04:27:57,121 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-2514e410-5c63-444b-839f-38fdb861f568 2018-08-27 04:27:57,121 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T04:27:56Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'fde30897-a4a1-49c2-8c9c-0ee9f9865b8f', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', u'enable_dhcp': True, u'network_id': u'63a725dc-d5af-4a12-8028-f006800f18b9', u'tenant_id': u'5d0c164ed66d4e2092e5da0b57cf8c87', u'created_at': u'2018-08-27T04:27:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5d0c164ed66d4e2092e5da0b57cf8c87'}) 2018-08-27 04:27:57,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 04:27:57,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "cloudify-router_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "admin_state_up": true}}' 2018-08-27 04:27:58,702 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-c63718e6-c817-46be-9800-57e183ec8a88 Date: Mon, 27 Aug 2018 04:27:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:27:57Z", "admin_state_up": true, "updated_at": "2018-08-27T04:27:58Z", "revision_number": 2, "routes": [], "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "a1ebc683-7c36-4fee-a001-b7379719ce9e", "name": "cloudify-router_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}} 2018-08-27 04:27:58,702 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c63718e6-c817-46be-9800-57e183ec8a88 2018-08-27 04:27:58,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.58004188538s 2018-08-27 04:27:58,702 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c63718e6-c817-46be-9800-57e183ec8a88 2018-08-27 04:27:58,703 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5d0c164ed66d4e2092e5da0b57cf8c87', u'created_at': u'2018-08-27T04:27:57Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T04:27:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'5d0c164ed66d4e2092e5da0b57cf8c87', u'id': u'a1ebc683-7c36-4fee-a001-b7379719ce9e', u'name': u'cloudify-router_1da68bdf-bd11-49d8-9a7a-4f2abd58d046'}) 2018-08-27 04:27:58,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 04:27:58,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/a1ebc683-7c36-4fee-a001-b7379719ce9e/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"subnet_id": "fde30897-a4a1-49c2-8c9c-0ee9f9865b8f"}' 2018-08-27 04:28:01,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2f53087b-9373-4881-83d6-b880c3e2c2e9 Date: Mon, 27 Aug 2018 04:28:01 GMT RESP BODY: {"network_id": "63a725dc-d5af-4a12-8028-f006800f18b9", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "subnet_id": "fde30897-a4a1-49c2-8c9c-0ee9f9865b8f", "subnet_ids": ["fde30897-a4a1-49c2-8c9c-0ee9f9865b8f"], "port_id": "8675bb65-4edd-4a02-832c-3a5d342b32fd", "id": "a1ebc683-7c36-4fee-a001-b7379719ce9e"} 2018-08-27 04:28:01,194 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a1ebc683-7c36-4fee-a001-b7379719ce9e/add_router_interface.json used request id req-2f53087b-9373-4881-83d6-b880c3e2c2e9 2018-08-27 04:28:01,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.49072313309s 2018-08-27 04:28:01,194 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a1ebc683-7c36-4fee-a001-b7379719ce9e/add_router_interface.json used request id req-2f53087b-9373-4881-83d6-b880c3e2c2e9 returning object a1ebc683-7c36-4fee-a001-b7379719ce9e 2018-08-27 04:28:01,195 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-27 04:28:24,584 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-27 04:28:24,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:28:24,592 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 04:28:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 04:28:24,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:28:24,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:28:25,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-bfd0b08b-0a35-4b43-8e40-d4b5e970ba90 Date: Mon, 27 Aug 2018 04:28:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:28:25,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-bfd0b08b-0a35-4b43-8e40-d4b5e970ba90 2018-08-27 04:28:25,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.725062131882s 2018-08-27 04:28:25,322 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-bfd0b08b-0a35-4b43-8e40-d4b5e970ba90 2018-08-27 04:28:25,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 04:28:25,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}' 2018-08-27 04:28:26,113 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8265cfa0-333d-48ba-aeaa-cf09dd20350d Date: Mon, 27 Aug 2018 04:28:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:28:26Z", "file": "/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/file", "owner": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "size": null, "self": "/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "checksum": null, "created_at": "2018-08-27T04:28:26Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 04:28:26,113 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-8265cfa0-333d-48ba-aeaa-cf09dd20350d 2018-08-27 04:28:26,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.783159017563s 2018-08-27 04:28:26,114 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-8265cfa0-333d-48ba-aeaa-cf09dd20350d returning object 201f6bb3-433c-444f-be82-0d5a7c9ee7e6 2018-08-27 04:28:26,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 04:28:26,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '' 2018-08-27 04:29:24,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9975fef9-44e7-457f-84f2-1e407bc324b3 Date: Mon, 27 Aug 2018 04:29:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:29:24,378 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/file used request id req-9975fef9-44e7-457f-84f2-1e407bc324b3 2018-08-27 04:29:24,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 58.263491869s 2018-08-27 04:29:24,378 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/file used request id req-9975fef9-44e7-457f-84f2-1e407bc324b3 2018-08-27 04:29:24,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:29:24,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:24,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d000d6ac-87e2-4810-bbab-981286f87643 Date: Mon, 27 Aug 2018 04:29:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:29:24Z", "file": "/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/file", "owner": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "size": 4373348352, "self": "/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T04:28:26Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:29:24,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d000d6ac-87e2-4810-bbab-981286f87643 2018-08-27 04:29:24,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.315524816513s 2018-08-27 04:29:24,697 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d000d6ac-87e2-4810-bbab-981286f87643 2018-08-27 04:29:24,698 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/file', 'owner': u'5d0c164ed66d4e2092e5da0b57cf8c87', 'id': u'201f6bb3-433c-444f-be82-0d5a7c9ee7e6', 'size': 4373348352, u'self': u'/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5d0c164ed66d4e2092e5da0b57cf8c87', 'name': 'cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T04:29:24Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T04:29:24Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'created': u'2018-08-27T04:28:26Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-27T04:28:26Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-27 04:29:24,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 04:29:24,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-27 04:29:25,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0abd57b2-237d-47f2-b576-02127f9a934a x-compute-request-id: req-0abd57b2-237d-47f2-b576-02127f9a934a Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3"}} 2018-08-27 04:29:25,035 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0abd57b2-237d-47f2-b576-02127f9a934a 2018-08-27 04:29:25,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.335157871246s 2018-08-27 04:29:25,035 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0abd57b2-237d-47f2-b576-02127f9a934a 2018-08-27 04:29:25,036 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'ephemeral': 0, 'ram': 4096, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 40, 'id': u'bbeef83b-f839-4127-bb4e-46f38c90cdf3', 'swap': 0}) 2018-08-27 04:29:25,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 04:29:25,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" -d '{"extra_specs": {}}' 2018-08-27 04:29:25,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-731a0e13-4d72-4811-8939-3304f1367a4c x-compute-request-id: req-731a0e13-4d72-4811-8939-3304f1367a4c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 04:29:25,060 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3/os-extra_specs used request id req-731a0e13-4d72-4811-8939-3304f1367a4c 2018-08-27 04:29:25,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0235168933868s 2018-08-27 04:29:25,061 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3/os-extra_specs used request id req-731a0e13-4d72-4811-8939-3304f1367a4c 2018-08-27 04:29:25,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 04:29:25,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"keypair": {"name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}}' 2018-08-27 04:29:25,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c1a3cf8-1d58-4af7-8711-c6c5bdee2fb8 x-compute-request-id: req-8c1a3cf8-1d58-4af7-8711-c6c5bdee2fb8 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6UeslnwUPiqDYYwiYTVNUOn3c5BRW2mVtvkdVvruB0X+Uy1XI8ahL8jRfEk2XZSMMxEnhRh76Ck49Mf64XpMDxYAFJTq6tfMXgGcQUhVi+YeJ6o0ER/pbhIxNd0QItIDfuDDN0uUOniZALVA+WWjHOiSjRGoCMyLxnnNb0WYv6QasXPK7JkIc99o8CjbdGQKqpBSsTCIJZXg1J8gzkF0LDxmEq8cTL4vZ/+yZEyWPA7VpBsKLG9jIdRPppgDufrbUCIWFArSuaUNKXKgpjDWckPTZptzOlXEQVb9pMpMPCP9oB7RtSGcB+9vAdORmpgXZNfpAcZyF+1I2T3rSmnp9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAulHrJZ8FD4qg2GMImE1TVDp93OQUVtplbb5HVb67gdF/lMtV\nyPGoS/I0XxJNl2UjDMRJ4UYe+gpOPTH+uF6TA8WABSU6urXzF4BnEFIVYvmHieqN\nBEf6W4SMTXdECLSA37gwzdLlDp4mQC1QPlloxzoko0RqAjMi8Z5zW9FmL+kGrFzy\nuyZCHPfaPAo23RkCqqQUrEwiCWV4NSfIM5BdCw8ZhKvHEy+L2f/smRMljwO1aQbC\nixvYyHUT6aYA7n621AiFhQK0rmlDSlyoKYw1nJD02abczpVxEFW/aTKTDwj/aAe0\nbUhnAfvbwHTkZqYF2TX6QHGchftSNk960pp6fQIDAQABAoIBAQC2ESCwRaEjW7rr\nWHLoqP8ZmoKtXG8HpChjQgHhJx2BsN9z3fJ5BrQHaqmEkZUisOC8M/9h1Cym93UW\n1YjsTvZoRBFidcva8buXJpEP4LYnXmD1Ay9DlLZvwal8dWQVAZXBh/Kg3kmYrDAC\nnIUCOEpsDEQLCupwNdoas1RUz92ESAwKlASUmRVCzM49YtiB9uwdS3QiiUznbTmR\nSiUSXVrBCKsbnqYNbo4EyH/hh1CAMQOc95z99JW2DHAuNBWwOaaCKwDNqEVFDx+A\nBCfWKXannCfNDe2rCcbJY6uORlwNdTOyx5G31mX/ZPAGx71fRo9zk1GZFCuMtvBL\nno6wZAvhAoGBAO6qcq6gdMJBr0Lu64WDzMomuzIUGTiK1O2rSB8widQHlsbt1SkU\nQbI/NwF1l+V5xXHYyug4o9121n3bhOAUnBFk+7IhB29W6EPI9qBaBUZb0spgUuHl\nvxMO2cKuM3JHHtK5l/Mc/zz36FHXVpLt8URhnMyOVMLcxKfcUjy9OSklAoGBAMfa\nMkFaAIyjCQsnfd090Emv+acVrkVz2+SWOha9Tvjqk4ZNjN6ma1wclm2ecBnyBQyi\neipBtIIeMRt8taI0/l2TmL1/eLwaurDdAFH8YZNDd0H4VO6/25vKID8IPlJ/b6gJ\n10Za0Y64PbKxkSPcVJ1KMT6QOCZ10xK9CMxBs2h5AoGAfJ5re1s1HCmIBf8S44hK\nalOG80MjWC7Ft8PzyLVjgl7kD8MnxmdZVmVDp3NreNr4idWVPWQ1y/G9VcJFw2t/\ngmWkNwKgCzbp2Fsay+e1UWOo0Rsyq9l2x9C9S7YCDu2r3oQiH0NI0uDvYax6/AVa\nMUZ2xSicgZMc7DlSh3yWWDECgYEAjuwIDJxk0C64BPYVGOdf0ZK7ozXqD1kv5GVa\n3XA8zd5T6jQDjibNmG4JVhN8b9GYstRvMVET2gnlbJbe/kWPszQeg0Zp/XvQDzO9\nSuSGk14oJ1GEy8kBMIR4Uxt+Fll0bGO9RF8mhj5UQTqjZVXoXSP125wfy8FvVXNC\nm3BQ8WECgYEA7axvRGQtUzJIlLnPu9qPVPd4cak1J9jkOzpit8z6u1TYBAWN5kdz\nOiO26/GDVU4fuKHi3T6gdQ1PWBCMVVrFGvAT/UE3FFJqMSk84BXKJeSLcuUWliCL\n7wO0W0fosYZhIpXfzTzPBscmFHM1zh1YrjGNzwDZJUh38NHTcSeQUi8=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6242697c7245476eb94bbc62f9698458", "name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "fingerprint": "f0:aa:f1:c1:7d:3e:d7:a9:68:d7:fe:43:c8:36:9f:35"}} 2018-08-27 04:29:25,501 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-8c1a3cf8-1d58-4af7-8711-c6c5bdee2fb8 2018-08-27 04:29:25,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.439456939697s 2018-08-27 04:29:25,501 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-8c1a3cf8-1d58-4af7-8711-c6c5bdee2fb8 2018-08-27 04:29:25,502 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6UeslnwUPiqDYYwiYTVNUOn3c5BRW2mVtvkdVvruB0X+Uy1XI8ahL8jRfEk2XZSMMxEnhRh76Ck49Mf64XpMDxYAFJTq6tfMXgGcQUhVi+YeJ6o0ER/pbhIxNd0QItIDfuDDN0uUOniZALVA+WWjHOiSjRGoCMyLxnnNb0WYv6QasXPK7JkIc99o8CjbdGQKqpBSsTCIJZXg1J8gzkF0LDxmEq8cTL4vZ/+yZEyWPA7VpBsKLG9jIdRPppgDufrbUCIWFArSuaUNKXKgpjDWckPTZptzOlXEQVb9pMpMPCP9oB7RtSGcB+9vAdORmpgXZNfpAcZyF+1I2T3rSmnp9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAulHrJZ8FD4qg2GMImE1TVDp93OQUVtplbb5HVb67gdF/lMtV\nyPGoS/I0XxJNl2UjDMRJ4UYe+gpOPTH+uF6TA8WABSU6urXzF4BnEFIVYvmHieqN\nBEf6W4SMTXdECLSA37gwzdLlDp4mQC1QPlloxzoko0RqAjMi8Z5zW9FmL+kGrFzy\nuyZCHPfaPAo23RkCqqQUrEwiCWV4NSfIM5BdCw8ZhKvHEy+L2f/smRMljwO1aQbC\nixvYyHUT6aYA7n621AiFhQK0rmlDSlyoKYw1nJD02abczpVxEFW/aTKTDwj/aAe0\nbUhnAfvbwHTkZqYF2TX6QHGchftSNk960pp6fQIDAQABAoIBAQC2ESCwRaEjW7rr\nWHLoqP8ZmoKtXG8HpChjQgHhJx2BsN9z3fJ5BrQHaqmEkZUisOC8M/9h1Cym93UW\n1YjsTvZoRBFidcva8buXJpEP4LYnXmD1Ay9DlLZvwal8dWQVAZXBh/Kg3kmYrDAC\nnIUCOEpsDEQLCupwNdoas1RUz92ESAwKlASUmRVCzM49YtiB9uwdS3QiiUznbTmR\nSiUSXVrBCKsbnqYNbo4EyH/hh1CAMQOc95z99JW2DHAuNBWwOaaCKwDNqEVFDx+A\nBCfWKXannCfNDe2rCcbJY6uORlwNdTOyx5G31mX/ZPAGx71fRo9zk1GZFCuMtvBL\nno6wZAvhAoGBAO6qcq6gdMJBr0Lu64WDzMomuzIUGTiK1O2rSB8widQHlsbt1SkU\nQbI/NwF1l+V5xXHYyug4o9121n3bhOAUnBFk+7IhB29W6EPI9qBaBUZb0spgUuHl\nvxMO2cKuM3JHHtK5l/Mc/zz36FHXVpLt8URhnMyOVMLcxKfcUjy9OSklAoGBAMfa\nMkFaAIyjCQsnfd090Emv+acVrkVz2+SWOha9Tvjqk4ZNjN6ma1wclm2ecBnyBQyi\neipBtIIeMRt8taI0/l2TmL1/eLwaurDdAFH8YZNDd0H4VO6/25vKID8IPlJ/b6gJ\n10Za0Y64PbKxkSPcVJ1KMT6QOCZ10xK9CMxBs2h5AoGAfJ5re1s1HCmIBf8S44hK\nalOG80MjWC7Ft8PzyLVjgl7kD8MnxmdZVmVDp3NreNr4idWVPWQ1y/G9VcJFw2t/\ngmWkNwKgCzbp2Fsay+e1UWOo0Rsyq9l2x9C9S7YCDu2r3oQiH0NI0uDvYax6/AVa\nMUZ2xSicgZMc7DlSh3yWWDECgYEAjuwIDJxk0C64BPYVGOdf0ZK7ozXqD1kv5GVa\n3XA8zd5T6jQDjibNmG4JVhN8b9GYstRvMVET2gnlbJbe/kWPszQeg0Zp/XvQDzO9\nSuSGk14oJ1GEy8kBMIR4Uxt+Fll0bGO9RF8mhj5UQTqjZVXoXSP125wfy8FvVXNC\nm3BQ8WECgYEA7axvRGQtUzJIlLnPu9qPVPd4cak1J9jkOzpit8z6u1TYBAWN5kdz\nOiO26/GDVU4fuKHi3T6gdQ1PWBCMVVrFGvAT/UE3FFJqMSk84BXKJeSLcuUWliCL\n7wO0W0fosYZhIpXfzTzPBscmFHM1zh1YrjGNzwDZJUh38NHTcSeQUi8=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'6242697c7245476eb94bbc62f9698458', 'name': u'cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'created_at': '2018-08-27T04:29:25.502188', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5d0c164ed66d4e2092e5da0b57cf8c87', 'name': 'cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f0:aa:f1:c1:7d:3e:d7:a9:68:d7:fe:43:c8:36:9f:35', 'type': 'ssh', 'id': u'cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046'}) 2018-08-27 04:29:25,502 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAulHrJZ8FD4qg2GMImE1TVDp93OQUVtplbb5HVb67gdF/lMtV yPGoS/I0XxJNl2UjDMRJ4UYe+gpOPTH+uF6TA8WABSU6urXzF4BnEFIVYvmHieqN BEf6W4SMTXdECLSA37gwzdLlDp4mQC1QPlloxzoko0RqAjMi8Z5zW9FmL+kGrFzy uyZCHPfaPAo23RkCqqQUrEwiCWV4NSfIM5BdCw8ZhKvHEy+L2f/smRMljwO1aQbC ixvYyHUT6aYA7n621AiFhQK0rmlDSlyoKYw1nJD02abczpVxEFW/aTKTDwj/aAe0 bUhnAfvbwHTkZqYF2TX6QHGchftSNk960pp6fQIDAQABAoIBAQC2ESCwRaEjW7rr WHLoqP8ZmoKtXG8HpChjQgHhJx2BsN9z3fJ5BrQHaqmEkZUisOC8M/9h1Cym93UW 1YjsTvZoRBFidcva8buXJpEP4LYnXmD1Ay9DlLZvwal8dWQVAZXBh/Kg3kmYrDAC nIUCOEpsDEQLCupwNdoas1RUz92ESAwKlASUmRVCzM49YtiB9uwdS3QiiUznbTmR SiUSXVrBCKsbnqYNbo4EyH/hh1CAMQOc95z99JW2DHAuNBWwOaaCKwDNqEVFDx+A BCfWKXannCfNDe2rCcbJY6uORlwNdTOyx5G31mX/ZPAGx71fRo9zk1GZFCuMtvBL no6wZAvhAoGBAO6qcq6gdMJBr0Lu64WDzMomuzIUGTiK1O2rSB8widQHlsbt1SkU QbI/NwF1l+V5xXHYyug4o9121n3bhOAUnBFk+7IhB29W6EPI9qBaBUZb0spgUuHl vxMO2cKuM3JHHtK5l/Mc/zz36FHXVpLt8URhnMyOVMLcxKfcUjy9OSklAoGBAMfa MkFaAIyjCQsnfd090Emv+acVrkVz2+SWOha9Tvjqk4ZNjN6ma1wclm2ecBnyBQyi eipBtIIeMRt8taI0/l2TmL1/eLwaurDdAFH8YZNDd0H4VO6/25vKID8IPlJ/b6gJ 10Za0Y64PbKxkSPcVJ1KMT6QOCZ10xK9CMxBs2h5AoGAfJ5re1s1HCmIBf8S44hK alOG80MjWC7Ft8PzyLVjgl7kD8MnxmdZVmVDp3NreNr4idWVPWQ1y/G9VcJFw2t/ gmWkNwKgCzbp2Fsay+e1UWOo0Rsyq9l2x9C9S7YCDu2r3oQiH0NI0uDvYax6/AVa MUZ2xSicgZMc7DlSh3yWWDECgYEAjuwIDJxk0C64BPYVGOdf0ZK7ozXqD1kv5GVa 3XA8zd5T6jQDjibNmG4JVhN8b9GYstRvMVET2gnlbJbe/kWPszQeg0Zp/XvQDzO9 SuSGk14oJ1GEy8kBMIR4Uxt+Fll0bGO9RF8mhj5UQTqjZVXoXSP125wfy8FvVXNC m3BQ8WECgYEA7axvRGQtUzJIlLnPu9qPVPd4cak1J9jkOzpit8z6u1TYBAWN5kdz OiO26/GDVU4fuKHi3T6gdQ1PWBCMVVrFGvAT/UE3FFJqMSk84BXKJeSLcuUWliCL 7wO0W0fosYZhIpXfzTzPBscmFHM1zh1YrjGNzwDZJUh38NHTcSeQUi8= -----END RSA PRIVATE KEY----- 2018-08-27 04:29:25,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 04:29:25,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"security_group": {"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-27 04:29:25,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-fdf242be-7a51-4052-a298-8df8a2562640 Date: Mon, 27 Aug 2018 04:29:25 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:25Z", "updated_at": "2018-08-27T04:29:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "699b7d66-8c99-4164-b01d-6c78153ecf12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "851dec5d-ff47-4ca2-8c25-a06d35e144c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 1, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}} 2018-08-27 04:29:25,990 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-fdf242be-7a51-4052-a298-8df8a2562640 2018-08-27 04:29:25,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.484709978104s 2018-08-27 04:29:25,990 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-fdf242be-7a51-4052-a298-8df8a2562640 2018-08-27 04:29:25,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:29:25,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:26,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-e1663700-1837-46b6-9ddb-08ce29e54155 Date: Mon, 27 Aug 2018 04:29:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:27:55Z", "updated_at": "2018-08-27T04:27:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "27461a71-ef6a-4d22-b1fb-8f203ff792ed", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "7a2a6a5d-e090-497a-beb0-49f82953397e", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "a2e1d7a8-68b2-4a81-be5a-7c87d265b5b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "ab42c085-1ee0-45ca-b334-ed49653c3072", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 1, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:25Z", "updated_at": "2018-08-27T04:29:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "699b7d66-8c99-4164-b01d-6c78153ecf12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "851dec5d-ff47-4ca2-8c25-a06d35e144c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 1, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}]} 2018-08-27 04:29:26,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-e1663700-1837-46b6-9ddb-08ce29e54155 2018-08-27 04:29:26,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0519371032715s 2018-08-27 04:29:26,047 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-e1663700-1837-46b6-9ddb-08ce29e54155 2018-08-27 04:29:26,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:29:26,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e"}}' 2018-08-27 04:29:26,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ebf765d4-fb89-4f23-a6a5-150282b24656 Date: Mon, 27 Aug 2018 04:29:26 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-27T04:29:26Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "port_range_min": 22, "revision_number": 0, "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:26Z", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "0188d2d1-920c-4102-be11-12e0f2f2c52b"}} 2018-08-27 04:29:26,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-ebf765d4-fb89-4f23-a6a5-150282b24656 2018-08-27 04:29:26,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.602016925812s 2018-08-27 04:29:26,653 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-ebf765d4-fb89-4f23-a6a5-150282b24656 2018-08-27 04:29:26,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:29:26,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:26,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-7193b784-2503-42ff-9666-30237e5b6b3e Date: Mon, 27 Aug 2018 04:29:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:27:55Z", "updated_at": "2018-08-27T04:27:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "27461a71-ef6a-4d22-b1fb-8f203ff792ed", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "7a2a6a5d-e090-497a-beb0-49f82953397e", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "a2e1d7a8-68b2-4a81-be5a-7c87d265b5b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "ab42c085-1ee0-45ca-b334-ed49653c3072", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 1, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:25Z", "updated_at": "2018-08-27T04:29:26Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:29:26Z", "revision_number": 0, "id": "0188d2d1-920c-4102-be11-12e0f2f2c52b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:26Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "699b7d66-8c99-4164-b01d-6c78153ecf12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "851dec5d-ff47-4ca2-8c25-a06d35e144c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 2, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}]} 2018-08-27 04:29:26,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-7193b784-2503-42ff-9666-30237e5b6b3e 2018-08-27 04:29:26,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.311261892319s 2018-08-27 04:29:26,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-7193b784-2503-42ff-9666-30237e5b6b3e 2018-08-27 04:29:26,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:29:26,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e"}}' 2018-08-27 04:29:27,443 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-1f41de14-3480-4daa-8776-2cc2cad399b8 Date: Mon, 27 Aug 2018 04:29:27 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-27T04:29:27Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "port_range_min": null, "revision_number": 0, "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:27Z", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "1f1050ae-514e-4ee3-a1b6-d5363d6b997c"}} 2018-08-27 04:29:27,443 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-1f41de14-3480-4daa-8776-2cc2cad399b8 2018-08-27 04:29:27,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.471796989441s 2018-08-27 04:29:27,444 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-1f41de14-3480-4daa-8776-2cc2cad399b8 2018-08-27 04:29:27,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:29:27,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:27,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-1e85629e-694f-4ae2-b26c-f9eb1946cb86 Date: Mon, 27 Aug 2018 04:29:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:27:55Z", "updated_at": "2018-08-27T04:27:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "27461a71-ef6a-4d22-b1fb-8f203ff792ed", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "7a2a6a5d-e090-497a-beb0-49f82953397e", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "a2e1d7a8-68b2-4a81-be5a-7c87d265b5b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "ab42c085-1ee0-45ca-b334-ed49653c3072", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 1, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:25Z", "updated_at": "2018-08-27T04:29:27Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:29:26Z", "revision_number": 0, "id": "0188d2d1-920c-4102-be11-12e0f2f2c52b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:26Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:27Z", "revision_number": 0, "id": "1f1050ae-514e-4ee3-a1b6-d5363d6b997c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:27Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "699b7d66-8c99-4164-b01d-6c78153ecf12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "851dec5d-ff47-4ca2-8c25-a06d35e144c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 3, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}]} 2018-08-27 04:29:27,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-1e85629e-694f-4ae2-b26c-f9eb1946cb86 2018-08-27 04:29:27,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.300203800201s 2018-08-27 04:29:27,748 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-1e85629e-694f-4ae2-b26c-f9eb1946cb86 2018-08-27 04:29:27,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:29:27,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e"}}' 2018-08-27 04:29:28,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f7680a53-0006-4c31-ab1b-5639c963e0a9 Date: Mon, 27 Aug 2018 04:29:28 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-27T04:29:28Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "port_range_min": 80, "revision_number": 0, "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:28Z", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "99b40378-90dc-44e2-96bb-41ea5f5800e7"}} 2018-08-27 04:29:28,431 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-f7680a53-0006-4c31-ab1b-5639c963e0a9 2018-08-27 04:29:28,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.679769039154s 2018-08-27 04:29:28,432 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-f7680a53-0006-4c31-ab1b-5639c963e0a9 2018-08-27 04:29:28,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:29:28,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:28,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-caa57b81-117a-4a5e-a1b4-c1b2bab28e7c Date: Mon, 27 Aug 2018 04:29:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:27:55Z", "updated_at": "2018-08-27T04:27:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "27461a71-ef6a-4d22-b1fb-8f203ff792ed", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "7a2a6a5d-e090-497a-beb0-49f82953397e", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "a2e1d7a8-68b2-4a81-be5a-7c87d265b5b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "ab42c085-1ee0-45ca-b334-ed49653c3072", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 1, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:25Z", "updated_at": "2018-08-27T04:29:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:29:26Z", "revision_number": 0, "id": "0188d2d1-920c-4102-be11-12e0f2f2c52b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:26Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:27Z", "revision_number": 0, "id": "1f1050ae-514e-4ee3-a1b6-d5363d6b997c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:27Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "699b7d66-8c99-4164-b01d-6c78153ecf12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "851dec5d-ff47-4ca2-8c25-a06d35e144c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T04:29:28Z", "revision_number": 0, "id": "99b40378-90dc-44e2-96bb-41ea5f5800e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:28Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 4, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}]} 2018-08-27 04:29:28,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-caa57b81-117a-4a5e-a1b4-c1b2bab28e7c 2018-08-27 04:29:28,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0792181491852s 2018-08-27 04:29:28,515 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-caa57b81-117a-4a5e-a1b4-c1b2bab28e7c 2018-08-27 04:29:28,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:29:28,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e"}}' 2018-08-27 04:29:28,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-af5b5f98-5dd8-46d6-9d01-4858a0574113 Date: Mon, 27 Aug 2018 04:29:28 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-27T04:29:28Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "port_range_min": 443, "revision_number": 0, "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:28Z", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "86a1bdf4-f299-44be-b9ba-0e7cd10f9763"}} 2018-08-27 04:29:28,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-af5b5f98-5dd8-46d6-9d01-4858a0574113 2018-08-27 04:29:28,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.440488100052s 2018-08-27 04:29:28,959 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-af5b5f98-5dd8-46d6-9d01-4858a0574113 2018-08-27 04:29:28,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:29:28,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:29,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-c79f22e1-2b6e-4c77-837c-00e6e46f2810 Date: Mon, 27 Aug 2018 04:29:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:27:55Z", "updated_at": "2018-08-27T04:27:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "27461a71-ef6a-4d22-b1fb-8f203ff792ed", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "7a2a6a5d-e090-497a-beb0-49f82953397e", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "a2e1d7a8-68b2-4a81-be5a-7c87d265b5b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "ab42c085-1ee0-45ca-b334-ed49653c3072", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 1, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:25Z", "updated_at": "2018-08-27T04:29:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:29:26Z", "revision_number": 0, "id": "0188d2d1-920c-4102-be11-12e0f2f2c52b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:26Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:27Z", "revision_number": 0, "id": "1f1050ae-514e-4ee3-a1b6-d5363d6b997c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:27Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "699b7d66-8c99-4164-b01d-6c78153ecf12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "851dec5d-ff47-4ca2-8c25-a06d35e144c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T04:29:28Z", "revision_number": 0, "id": "86a1bdf4-f299-44be-b9ba-0e7cd10f9763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:28Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 443, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T04:29:28Z", "revision_number": 0, "id": "99b40378-90dc-44e2-96bb-41ea5f5800e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:28Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 5, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}]} 2018-08-27 04:29:29,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-c79f22e1-2b6e-4c77-837c-00e6e46f2810 2018-08-27 04:29:29,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.224837064743s 2018-08-27 04:29:29,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-c79f22e1-2b6e-4c77-837c-00e6e46f2810 2018-08-27 04:29:29,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:29:29,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e"}}' 2018-08-27 04:29:29,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-24eb326c-060f-4046-806c-d49602304a41 Date: Mon, 27 Aug 2018 04:29:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-27T04:29:29Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "port_range_min": 5671, "revision_number": 0, "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:29Z", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "ee2fb57f-781f-457a-826c-0afa2427def1"}} 2018-08-27 04:29:29,374 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-24eb326c-060f-4046-806c-d49602304a41 2018-08-27 04:29:29,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.18332195282s 2018-08-27 04:29:29,375 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-24eb326c-060f-4046-806c-d49602304a41 2018-08-27 04:29:29,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:29:29,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:29,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-7beb399c-a161-47df-b429-56ee81ad4240 Date: Mon, 27 Aug 2018 04:29:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:27:55Z", "updated_at": "2018-08-27T04:27:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "27461a71-ef6a-4d22-b1fb-8f203ff792ed", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "7a2a6a5d-e090-497a-beb0-49f82953397e", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "a2e1d7a8-68b2-4a81-be5a-7c87d265b5b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "ab42c085-1ee0-45ca-b334-ed49653c3072", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 1, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:25Z", "updated_at": "2018-08-27T04:29:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:29:26Z", "revision_number": 0, "id": "0188d2d1-920c-4102-be11-12e0f2f2c52b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:26Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:27Z", "revision_number": 0, "id": "1f1050ae-514e-4ee3-a1b6-d5363d6b997c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:27Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "699b7d66-8c99-4164-b01d-6c78153ecf12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "851dec5d-ff47-4ca2-8c25-a06d35e144c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T04:29:28Z", "revision_number": 0, "id": "86a1bdf4-f299-44be-b9ba-0e7cd10f9763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:28Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 443, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T04:29:28Z", "revision_number": 0, "id": "99b40378-90dc-44e2-96bb-41ea5f5800e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:28Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T04:29:29Z", "revision_number": 0, "id": "ee2fb57f-781f-457a-826c-0afa2427def1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:29Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 6, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}]} 2018-08-27 04:29:29,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-7beb399c-a161-47df-b429-56ee81ad4240 2018-08-27 04:29:29,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.484035015106s 2018-08-27 04:29:29,863 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-7beb399c-a161-47df-b429-56ee81ad4240 2018-08-27 04:29:29,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:29:29,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e"}}' 2018-08-27 04:29:30,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-7d8b3a10-b093-49f2-822f-4b9fe8141867 Date: Mon, 27 Aug 2018 04:29:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-27T04:29:30Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "port_range_min": 53333, "revision_number": 0, "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:30Z", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "1103f580-e0b2-440b-80d4-54f3a28d7b3b"}} 2018-08-27 04:29:30,336 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-7d8b3a10-b093-49f2-822f-4b9fe8141867 2018-08-27 04:29:30,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.470077991486s 2018-08-27 04:29:30,336 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-7d8b3a10-b093-49f2-822f-4b9fe8141867 2018-08-27 04:29:30,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:29:30,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:30,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-aaef590e-548d-479e-8a18-665b85e74d84 Date: Mon, 27 Aug 2018 04:29:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fde30897-a4a1-49c2-8c9c-0ee9f9865b8f"],"updated_at":"2018-08-27T04:27:56Z","tenant_id":"5d0c164ed66d4e2092e5da0b57cf8c87","created_at":"2018-08-27T04:27:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5d0c164ed66d4e2092e5da0b57cf8c87","id":"63a725dc-d5af-4a12-8028-f006800f18b9","name":"cloudify-net_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 04:29:30,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-aaef590e-548d-479e-8a18-665b85e74d84 2018-08-27 04:29:30,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.368034124374s 2018-08-27 04:29:30,706 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-aaef590e-548d-479e-8a18-665b85e74d84 2018-08-27 04:29:30,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:29:30,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:31,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-60dd7b88-135f-4fa1-894c-482c2d993fb2 Date: Mon, 27 Aug 2018 04:29:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:29:24Z", "file": "/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/file", "owner": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "size": 4373348352, "self": "/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T04:28:26Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:29:31,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-60dd7b88-135f-4fa1-894c-482c2d993fb2 2018-08-27 04:29:31,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.319694042206s 2018-08-27 04:29:31,031 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-60dd7b88-135f-4fa1-894c-482c2d993fb2 2018-08-27 04:29:31,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:29:31,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:31,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e58ea85-fef2-440e-a84b-507de841eb33 x-compute-request-id: req-0e58ea85-fef2-440e-a84b-507de841eb33 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3"}]} 2018-08-27 04:29:31,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-0e58ea85-fef2-440e-a84b-507de841eb33 2018-08-27 04:29:31,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0324509143829s 2018-08-27 04:29:31,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-0e58ea85-fef2-440e-a84b-507de841eb33 2018-08-27 04:29:31,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 04:29:31,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"server": {"name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "imageRef": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "flavorRef": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "63a725dc-d5af-4a12-8028-f006800f18b9"}], "security_groups": [{"name": "bf8a9602-e407-49c0-99fd-ce2711cd235e"}]}}' 2018-08-27 04:29:35,746 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 04:29:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c49cd151-67a3-46b4-995f-cbbcd1c9a582 x-compute-request-id: req-c49cd151-67a3-46b4-995f-cbbcd1c9a582 Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bf8a9602-e407-49c0-99fd-ce2711cd235e"}], "OS-DCF:diskConfig": "MANUAL", "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "adminPass": "MtfYKtBMg78c"}} 2018-08-27 04:29:35,746 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-c49cd151-67a3-46b4-995f-cbbcd1c9a582 2018-08-27 04:29:35,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.67900800705s 2018-08-27 04:29:35,746 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-c49cd151-67a3-46b4-995f-cbbcd1c9a582 2018-08-27 04:29:35,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:29:35,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:36,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-292968ee-8d71-4c20-8399-390a58166165 x-compute-request-id: req-292968ee-8d71-4c20-8399-390a58166165 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:29:36,140 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-292968ee-8d71-4c20-8399-390a58166165 2018-08-27 04:29:36,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392780065536s 2018-08-27 04:29:36,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-292968ee-8d71-4c20-8399-390a58166165 2018-08-27 04:29:36,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:29:36,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:36,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-388a7498-4817-4c83-a9d0-23e0155db001 Date: Mon, 27 Aug 2018 04:29:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fde30897-a4a1-49c2-8c9c-0ee9f9865b8f"],"updated_at":"2018-08-27T04:27:56Z","tenant_id":"5d0c164ed66d4e2092e5da0b57cf8c87","created_at":"2018-08-27T04:27:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5d0c164ed66d4e2092e5da0b57cf8c87","id":"63a725dc-d5af-4a12-8028-f006800f18b9","name":"cloudify-net_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 04:29:36,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-388a7498-4817-4c83-a9d0-23e0155db001 2018-08-27 04:29:36,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0989389419556s 2018-08-27 04:29:36,245 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-388a7498-4817-4c83-a9d0-23e0155db001 2018-08-27 04:29:36,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 04:29:36,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:36,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7fa6f7f8-378c-42b4-be84-56c5e67ed97d Date: Mon, 27 Aug 2018 04:29:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63a725dc-d5af-4a12-8028-f006800f18b9","tenant_id":"5d0c164ed66d4e2092e5da0b57cf8c87","created_at":"2018-08-27T04:27:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T04:27:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5d0c164ed66d4e2092e5da0b57cf8c87","id":"fde30897-a4a1-49c2-8c9c-0ee9f9865b8f","subnetpool_id":null,"name":"cloudify-subnet_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}]} 2018-08-27 04:29:36,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7fa6f7f8-378c-42b4-be84-56c5e67ed97d 2018-08-27 04:29:36,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0532531738281s 2018-08-27 04:29:36,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7fa6f7f8-378c-42b4-be84-56c5e67ed97d 2018-08-27 04:29:36,300 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:29:38,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:29:38,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:39,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03fb6f7e-6a37-484c-9205-78fa37dded2b x-compute-request-id: req-03fb6f7e-6a37-484c-9205-78fa37dded2b Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:29:39,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-03fb6f7e-6a37-484c-9205-78fa37dded2b 2018-08-27 04:29:39,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.735265016556s 2018-08-27 04:29:39,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-03fb6f7e-6a37-484c-9205-78fa37dded2b 2018-08-27 04:29:39,042 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:29:41,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:29:41,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:41,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78092059-ae79-4507-97a6-009edb6c30c5 x-compute-request-id: req-78092059-ae79-4507-97a6-009edb6c30c5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:29:41,799 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-78092059-ae79-4507-97a6-009edb6c30c5 2018-08-27 04:29:41,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754760980606s 2018-08-27 04:29:41,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-78092059-ae79-4507-97a6-009edb6c30c5 2018-08-27 04:29:41,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:29:43,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:29:43,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:44,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-417f9af2-2b18-4633-9ba7-50189085a766 x-compute-request-id: req-417f9af2-2b18-4633-9ba7-50189085a766 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:29:44,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-417f9af2-2b18-4633-9ba7-50189085a766 2018-08-27 04:29:44,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.782144069672s 2018-08-27 04:29:44,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-417f9af2-2b18-4633-9ba7-50189085a766 2018-08-27 04:29:44,592 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:29:46,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:29:46,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:47,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edc4cb2a-709c-4996-b709-b27a68b0161c x-compute-request-id: req-edc4cb2a-709c-4996-b709-b27a68b0161c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:29:47,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-edc4cb2a-709c-4996-b709-b27a68b0161c 2018-08-27 04:29:47,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0937871933s 2018-08-27 04:29:47,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-edc4cb2a-709c-4996-b709-b27a68b0161c 2018-08-27 04:29:47,693 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:29:49,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:29:49,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:51,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0418d7c5-1ebd-4aaa-9703-e0cac17d41b2 x-compute-request-id: req-0418d7c5-1ebd-4aaa-9703-e0cac17d41b2 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:29:51,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0418d7c5-1ebd-4aaa-9703-e0cac17d41b2 2018-08-27 04:29:51,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31857609749s 2018-08-27 04:29:51,015 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0418d7c5-1ebd-4aaa-9703-e0cac17d41b2 2018-08-27 04:29:51,018 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:29:53,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:29:53,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:54,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a10b4b1-bfc5-4904-986c-002fb17b78f8 x-compute-request-id: req-5a10b4b1-bfc5-4904-986c-002fb17b78f8 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:29:54,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5a10b4b1-bfc5-4904-986c-002fb17b78f8 2018-08-27 04:29:54,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18752908707s 2018-08-27 04:29:54,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5a10b4b1-bfc5-4904-986c-002fb17b78f8 2018-08-27 04:29:54,212 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:29:56,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:29:56,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:57,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe92a096-1f03-43be-9145-c3b4891af63d x-compute-request-id: req-fe92a096-1f03-43be-9145-c3b4891af63d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:29:57,030 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fe92a096-1f03-43be-9145-c3b4891af63d 2018-08-27 04:29:57,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.814836978912s 2018-08-27 04:29:57,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fe92a096-1f03-43be-9145-c3b4891af63d 2018-08-27 04:29:57,034 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:29:59,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:29:59,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:29:59,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:29:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69de638a-413c-4872-b4f2-1fc0a5e9874e x-compute-request-id: req-69de638a-413c-4872-b4f2-1fc0a5e9874e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:29:59,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-69de638a-413c-4872-b4f2-1fc0a5e9874e 2018-08-27 04:29:59,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.639216899872s 2018-08-27 04:29:59,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-69de638a-413c-4872-b4f2-1fc0a5e9874e 2018-08-27 04:29:59,681 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:01,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:01,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:03,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6361360-7178-4509-bc50-f9f971353f90 x-compute-request-id: req-e6361360-7178-4509-bc50-f9f971353f90 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:03,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e6361360-7178-4509-bc50-f9f971353f90 2018-08-27 04:30:03,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.57476997375s 2018-08-27 04:30:03,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e6361360-7178-4509-bc50-f9f971353f90 2018-08-27 04:30:03,263 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:05,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:05,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:06,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea4c278b-f76e-4dd5-b320-5cb64cdc0353 x-compute-request-id: req-ea4c278b-f76e-4dd5-b320-5cb64cdc0353 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:06,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ea4c278b-f76e-4dd5-b320-5cb64cdc0353 2018-08-27 04:30:06,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.38795113564s 2018-08-27 04:30:06,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ea4c278b-f76e-4dd5-b320-5cb64cdc0353 2018-08-27 04:30:06,659 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:08,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:08,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:09,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-571ba3f1-db0f-4df3-86bd-5cfe39aedbf5 x-compute-request-id: req-571ba3f1-db0f-4df3-86bd-5cfe39aedbf5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:09,309 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-571ba3f1-db0f-4df3-86bd-5cfe39aedbf5 2018-08-27 04:30:09,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.647705078125s 2018-08-27 04:30:09,310 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-571ba3f1-db0f-4df3-86bd-5cfe39aedbf5 2018-08-27 04:30:09,313 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:11,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:11,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:11,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bb07eb4-b249-40dc-a0b6-3738ff229ecc x-compute-request-id: req-6bb07eb4-b249-40dc-a0b6-3738ff229ecc Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:11,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6bb07eb4-b249-40dc-a0b6-3738ff229ecc 2018-08-27 04:30:11,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677670955658s 2018-08-27 04:30:11,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6bb07eb4-b249-40dc-a0b6-3738ff229ecc 2018-08-27 04:30:11,998 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:14,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:14,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:14,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8dec97b-eed7-4927-a621-9a4162bfab2f x-compute-request-id: req-c8dec97b-eed7-4927-a621-9a4162bfab2f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:14,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c8dec97b-eed7-4927-a621-9a4162bfab2f 2018-08-27 04:30:14,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.72608590126s 2018-08-27 04:30:14,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c8dec97b-eed7-4927-a621-9a4162bfab2f 2018-08-27 04:30:14,731 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:16,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:16,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:17,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8456b30b-21ff-4977-a236-52c7a9ee9017 x-compute-request-id: req-8456b30b-21ff-4977-a236-52c7a9ee9017 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:17,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8456b30b-21ff-4977-a236-52c7a9ee9017 2018-08-27 04:30:17,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18484401703s 2018-08-27 04:30:17,919 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8456b30b-21ff-4977-a236-52c7a9ee9017 2018-08-27 04:30:17,923 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:19,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:19,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:20,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4a93a6b-38b2-42bf-8cc2-93e67b34d933 x-compute-request-id: req-f4a93a6b-38b2-42bf-8cc2-93e67b34d933 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:20,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f4a93a6b-38b2-42bf-8cc2-93e67b34d933 2018-08-27 04:30:20,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02396798134s 2018-08-27 04:30:20,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f4a93a6b-38b2-42bf-8cc2-93e67b34d933 2018-08-27 04:30:20,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:22,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:22,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:23,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd4a9f25-c624-4109-9b6b-67782fe4b28f x-compute-request-id: req-fd4a9f25-c624-4109-9b6b-67782fe4b28f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:23,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fd4a9f25-c624-4109-9b6b-67782fe4b28f 2018-08-27 04:30:23,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01834011078s 2018-08-27 04:30:23,974 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fd4a9f25-c624-4109-9b6b-67782fe4b28f 2018-08-27 04:30:23,978 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:25,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:25,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:27,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fc39158-08c9-467e-ac0d-67d16de2da68 x-compute-request-id: req-0fc39158-08c9-467e-ac0d-67d16de2da68 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:27,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0fc39158-08c9-467e-ac0d-67d16de2da68 2018-08-27 04:30:27,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13998794556s 2018-08-27 04:30:27,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0fc39158-08c9-467e-ac0d-67d16de2da68 2018-08-27 04:30:27,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:29,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:29,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:29,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91909ebf-eceb-4e7e-9451-549fbd90a348 x-compute-request-id: req-91909ebf-eceb-4e7e-9451-549fbd90a348 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:29,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-91909ebf-eceb-4e7e-9451-549fbd90a348 2018-08-27 04:30:29,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634088993073s 2018-08-27 04:30:29,761 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-91909ebf-eceb-4e7e-9451-549fbd90a348 2018-08-27 04:30:29,765 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:31,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:31,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:32,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b107eed0-a66f-489e-8d7e-2998580fb95c x-compute-request-id: req-b107eed0-a66f-489e-8d7e-2998580fb95c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:32,760 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b107eed0-a66f-489e-8d7e-2998580fb95c 2018-08-27 04:30:32,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.992855072021s 2018-08-27 04:30:32,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b107eed0-a66f-489e-8d7e-2998580fb95c 2018-08-27 04:30:32,764 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:34,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:34,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:35,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f39026b4-a350-473e-a22e-fbc2bf544350 x-compute-request-id: req-f39026b4-a350-473e-a22e-fbc2bf544350 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:35,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f39026b4-a350-473e-a22e-fbc2bf544350 2018-08-27 04:30:35,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06240701675s 2018-08-27 04:30:35,829 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f39026b4-a350-473e-a22e-fbc2bf544350 2018-08-27 04:30:35,833 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:37,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:37,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:38,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff0742f6-05ce-41a4-b7c2-f1fe4875e1b7 x-compute-request-id: req-ff0742f6-05ce-41a4-b7c2-f1fe4875e1b7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:38,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ff0742f6-05ce-41a4-b7c2-f1fe4875e1b7 2018-08-27 04:30:38,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11874699593s 2018-08-27 04:30:38,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ff0742f6-05ce-41a4-b7c2-f1fe4875e1b7 2018-08-27 04:30:38,959 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:40,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:40,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:42,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faf4c07e-4181-45b8-8903-7b943e7ef857 x-compute-request-id: req-faf4c07e-4181-45b8-8903-7b943e7ef857 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:42,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-faf4c07e-4181-45b8-8903-7b943e7ef857 2018-08-27 04:30:42,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17114400864s 2018-08-27 04:30:42,133 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-faf4c07e-4181-45b8-8903-7b943e7ef857 2018-08-27 04:30:42,137 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:44,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:44,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:45,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc3f03a7-3ff5-46b3-b8fb-517d75a00bb2 x-compute-request-id: req-dc3f03a7-3ff5-46b3-b8fb-517d75a00bb2 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:45,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dc3f03a7-3ff5-46b3-b8fb-517d75a00bb2 2018-08-27 04:30:45,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00522708893s 2018-08-27 04:30:45,145 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dc3f03a7-3ff5-46b3-b8fb-517d75a00bb2 2018-08-27 04:30:45,149 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:47,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:47,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:47,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0aa71d4-b9ce-4399-9e7e-101d1125e9d3 x-compute-request-id: req-a0aa71d4-b9ce-4399-9e7e-101d1125e9d3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:47,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a0aa71d4-b9ce-4399-9e7e-101d1125e9d3 2018-08-27 04:30:47,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.729861021042s 2018-08-27 04:30:47,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a0aa71d4-b9ce-4399-9e7e-101d1125e9d3 2018-08-27 04:30:47,885 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:49,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:49,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:50,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5688db4-0478-4b96-9f94-4ff6a624b582 x-compute-request-id: req-c5688db4-0478-4b96-9f94-4ff6a624b582 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:50,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c5688db4-0478-4b96-9f94-4ff6a624b582 2018-08-27 04:30:50,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677453041077s 2018-08-27 04:30:50,566 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c5688db4-0478-4b96-9f94-4ff6a624b582 2018-08-27 04:30:50,569 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:52,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:52,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:53,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb980796-fd7c-4d25-9b2e-0dba10bf5e29 x-compute-request-id: req-cb980796-fd7c-4d25-9b2e-0dba10bf5e29 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:53,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cb980796-fd7c-4d25-9b2e-0dba10bf5e29 2018-08-27 04:30:53,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622622013092s 2018-08-27 04:30:53,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cb980796-fd7c-4d25-9b2e-0dba10bf5e29 2018-08-27 04:30:53,199 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:55,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:55,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:55,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61fcfd5b-b570-4085-bed6-3d07b4221541 x-compute-request-id: req-61fcfd5b-b570-4085-bed6-3d07b4221541 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:55,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-61fcfd5b-b570-4085-bed6-3d07b4221541 2018-08-27 04:30:55,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737643957138s 2018-08-27 04:30:55,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-61fcfd5b-b570-4085-bed6-3d07b4221541 2018-08-27 04:30:55,943 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:30:57,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:30:57,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:30:58,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:30:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c38bb7e-0486-4036-adfa-cad38e0a989f x-compute-request-id: req-7c38bb7e-0486-4036-adfa-cad38e0a989f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:30:58,681 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7c38bb7e-0486-4036-adfa-cad38e0a989f 2018-08-27 04:30:58,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.736037015915s 2018-08-27 04:30:58,682 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7c38bb7e-0486-4036-adfa-cad38e0a989f 2018-08-27 04:30:58,686 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:00,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:00,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:01,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c99d894-775a-4bf0-a40e-396bc945b28c x-compute-request-id: req-9c99d894-775a-4bf0-a40e-396bc945b28c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:01,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9c99d894-775a-4bf0-a40e-396bc945b28c 2018-08-27 04:31:01,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.93398809433s 2018-08-27 04:31:01,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9c99d894-775a-4bf0-a40e-396bc945b28c 2018-08-27 04:31:01,626 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:03,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:03,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:04,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32fcf632-4776-4619-9782-9af34d9ff3d9 x-compute-request-id: req-32fcf632-4776-4619-9782-9af34d9ff3d9 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:04,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-32fcf632-4776-4619-9782-9af34d9ff3d9 2018-08-27 04:31:04,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.744293928146s 2018-08-27 04:31:04,373 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-32fcf632-4776-4619-9782-9af34d9ff3d9 2018-08-27 04:31:04,377 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:06,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:06,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:07,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd35f39b-56a0-4f02-88d0-f0f8ec8f573f x-compute-request-id: req-bd35f39b-56a0-4f02-88d0-f0f8ec8f573f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:07,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bd35f39b-56a0-4f02-88d0-f0f8ec8f573f 2018-08-27 04:31:07,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685909986496s 2018-08-27 04:31:07,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bd35f39b-56a0-4f02-88d0-f0f8ec8f573f 2018-08-27 04:31:07,070 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:09,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:09,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:09,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0d9c55b-31ac-4cf9-bcc0-ec3cb5dc7c80 x-compute-request-id: req-d0d9c55b-31ac-4cf9-bcc0-ec3cb5dc7c80 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:09,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d0d9c55b-31ac-4cf9-bcc0-ec3cb5dc7c80 2018-08-27 04:31:09,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.863929033279s 2018-08-27 04:31:09,937 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d0d9c55b-31ac-4cf9-bcc0-ec3cb5dc7c80 2018-08-27 04:31:09,940 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:11,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:11,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:12,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e7652c3-647f-41d4-a9e9-48826829f212 x-compute-request-id: req-3e7652c3-647f-41d4-a9e9-48826829f212 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:12,678 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3e7652c3-647f-41d4-a9e9-48826829f212 2018-08-27 04:31:12,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.73543214798s 2018-08-27 04:31:12,678 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3e7652c3-647f-41d4-a9e9-48826829f212 2018-08-27 04:31:12,682 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:14,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:14,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:15,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f01395d6-fb51-449d-8986-71af6758f0d6 x-compute-request-id: req-f01395d6-fb51-449d-8986-71af6758f0d6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:15,427 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f01395d6-fb51-449d-8986-71af6758f0d6 2018-08-27 04:31:15,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742172956467s 2018-08-27 04:31:15,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f01395d6-fb51-449d-8986-71af6758f0d6 2018-08-27 04:31:15,431 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:17,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:17,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:18,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20db68f5-8142-4f95-8bad-67803ad9bfe7 x-compute-request-id: req-20db68f5-8142-4f95-8bad-67803ad9bfe7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:18,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-20db68f5-8142-4f95-8bad-67803ad9bfe7 2018-08-27 04:31:18,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01372814178s 2018-08-27 04:31:18,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-20db68f5-8142-4f95-8bad-67803ad9bfe7 2018-08-27 04:31:18,451 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:20,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:20,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:21,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f08330e-258a-4813-a584-2f4a58a4ed5e x-compute-request-id: req-5f08330e-258a-4813-a584-2f4a58a4ed5e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:21,165 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5f08330e-258a-4813-a584-2f4a58a4ed5e 2018-08-27 04:31:21,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710437059402s 2018-08-27 04:31:21,165 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5f08330e-258a-4813-a584-2f4a58a4ed5e 2018-08-27 04:31:21,169 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:23,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:23,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:23,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-874f1de6-b217-47a9-9609-958a498d7827 x-compute-request-id: req-874f1de6-b217-47a9-9609-958a498d7827 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:23,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-874f1de6-b217-47a9-9609-958a498d7827 2018-08-27 04:31:23,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728267192841s 2018-08-27 04:31:23,901 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-874f1de6-b217-47a9-9609-958a498d7827 2018-08-27 04:31:23,904 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:25,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:25,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:27,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-549a8780-3d3a-4642-890c-2bd7586cba76 x-compute-request-id: req-549a8780-3d3a-4642-890c-2bd7586cba76 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:27,053 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-549a8780-3d3a-4642-890c-2bd7586cba76 2018-08-27 04:31:27,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14633202553s 2018-08-27 04:31:27,053 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-549a8780-3d3a-4642-890c-2bd7586cba76 2018-08-27 04:31:27,057 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:29,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:29,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:29,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dca819d0-5aab-4ef1-999f-e375f9ec1712 x-compute-request-id: req-dca819d0-5aab-4ef1-999f-e375f9ec1712 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:29,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dca819d0-5aab-4ef1-999f-e375f9ec1712 2018-08-27 04:31:29,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.904987096786s 2018-08-27 04:31:29,965 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dca819d0-5aab-4ef1-999f-e375f9ec1712 2018-08-27 04:31:29,969 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:31,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:31,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:33,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a332f4aa-8b15-4265-ab61-298bbd385d5e x-compute-request-id: req-a332f4aa-8b15-4265-ab61-298bbd385d5e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:33,226 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a332f4aa-8b15-4265-ab61-298bbd385d5e 2018-08-27 04:31:33,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.25441288948s 2018-08-27 04:31:33,226 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a332f4aa-8b15-4265-ab61-298bbd385d5e 2018-08-27 04:31:33,230 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:35,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:35,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:35,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3e1ec11-4238-4bab-ad0e-345592bcdbbb x-compute-request-id: req-b3e1ec11-4238-4bab-ad0e-345592bcdbbb Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:35,967 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b3e1ec11-4238-4bab-ad0e-345592bcdbbb 2018-08-27 04:31:35,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.734144926071s 2018-08-27 04:31:35,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b3e1ec11-4238-4bab-ad0e-345592bcdbbb 2018-08-27 04:31:35,971 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:37,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:37,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:38,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a243e461-68fe-4790-8e21-8169e6d8588f x-compute-request-id: req-a243e461-68fe-4790-8e21-8169e6d8588f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:29:38Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:38,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a243e461-68fe-4790-8e21-8169e6d8588f 2018-08-27 04:31:38,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676996946335s 2018-08-27 04:31:38,651 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a243e461-68fe-4790-8e21-8169e6d8588f 2018-08-27 04:31:38,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:31:40,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:31:40,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:41,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b8af756-ff27-427c-bfe9-54715ab0904c x-compute-request-id: req-5b8af756-ff27-427c-bfe9-54715ab0904c Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_1da68bdf-bd11-49d8-9a7a-4f2abd58d046": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:5d:fd", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:31:39.000000", "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:31:39Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:31:41,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5b8af756-ff27-427c-bfe9-54715ab0904c 2018-08-27 04:31:41,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461494922638s 2018-08-27 04:31:41,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5b8af756-ff27-427c-bfe9-54715ab0904c 2018-08-27 04:31:41,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 04:31:41,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=4d89ac76-99d4-4784-b338-3b39d5822e1a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:41,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-794595b5-2f69-4214-8841-824826935531 Date: Mon, 27 Aug 2018 04:31:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"63a725dc-d5af-4a12-8028-f006800f18b9","tenant_id":"5d0c164ed66d4e2092e5da0b57cf8c87","created_at":"2018-08-27T04:29:39Z","admin_state_up":true,"updated_at":"2018-08-27T04:31:38Z","binding:vnic_type":"normal","device_id":"4d89ac76-99d4-4784-b338-3b39d5822e1a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:30:5d:fd","id":"41fa2ad6-ca2f-44ea-af97-29405f3fea27","port_security_enabled":true,"project_id":"5d0c164ed66d4e2092e5da0b57cf8c87","fixed_ips":[{"subnet_id":"fde30897-a4a1-49c2-8c9c-0ee9f9865b8f","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["bf8a9602-e407-49c0-99fd-ce2711cd235e"],"name":""}]} 2018-08-27 04:31:41,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=4d89ac76-99d4-4784-b338-3b39d5822e1a used request id req-794595b5-2f69-4214-8841-824826935531 2018-08-27 04:31:41,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.254855871201s 2018-08-27 04:31:41,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=4d89ac76-99d4-4784-b338-3b39d5822e1a used request id req-794595b5-2f69-4214-8841-824826935531 2018-08-27 04:31:41,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 04:31:41,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=41fa2ad6-ca2f-44ea-af97-29405f3fea27" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:41,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-151da089-d015-473c-9f2f-8bb56b849b88 Date: Mon, 27 Aug 2018 04:31:41 GMT RESP BODY: {"floatingips": []} 2018-08-27 04:31:41,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=41fa2ad6-ca2f-44ea-af97-29405f3fea27 used request id req-151da089-d015-473c-9f2f-8bb56b849b88 2018-08-27 04:31:41,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0449838638306s 2018-08-27 04:31:41,430 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=41fa2ad6-ca2f-44ea-af97-29405f3fea27 used request id req-151da089-d015-473c-9f2f-8bb56b849b88 2018-08-27 04:31:41,430 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_1da68bdf-bd11-49d8-9a7a-4f2abd58d046': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:30:5d:fd', u'version': 4, u'addr': u'192.168.120.16', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'201f6bb3-433c-444f-be82-0d5a7c9ee7e6'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:31:39.000000', 'flavor': Munch({u'id': u'bbeef83b-f839-4127-bb4e-46f38c90cdf3'}), 'az': u'nova', 'id': u'4d89ac76-99d4-4784-b338-3b39d5822e1a', 'security_groups': [Munch({u'name': u'cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6242697c7245476eb94bbc62f9698458', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5d0c164ed66d4e2092e5da0b57cf8c87', 'name': 'cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T04:31:39.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T04:31:39Z', 'hostId': u'9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'public_v6': '', 'private_v4': u'192.168.120.16', 'cloud': 'envvars', 'host_id': u'9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:31:39.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5d0c164ed66d4e2092e5da0b57cf8c87', 'name': u'cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'adminPass': u'MtfYKtBMg78c', 'tenant_id': u'5d0c164ed66d4e2092e5da0b57cf8c87', 'created_at': u'2018-08-27T04:29:35Z', 'created': u'2018-08-27T04:29:35Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 04:31:41,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:31:41,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:41,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-ac652b9c-381e-4e06-8d0d-cdfdf9410c23 Date: Mon, 27 Aug 2018 04:31:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fde30897-a4a1-49c2-8c9c-0ee9f9865b8f"],"updated_at":"2018-08-27T04:27:56Z","tenant_id":"5d0c164ed66d4e2092e5da0b57cf8c87","created_at":"2018-08-27T04:27:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5d0c164ed66d4e2092e5da0b57cf8c87","id":"63a725dc-d5af-4a12-8028-f006800f18b9","name":"cloudify-net_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 04:31:41,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ac652b9c-381e-4e06-8d0d-cdfdf9410c23 2018-08-27 04:31:41,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0996370315552s 2018-08-27 04:31:41,534 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ac652b9c-381e-4e06-8d0d-cdfdf9410c23 2018-08-27 04:31:41,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 04:31:41,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=4d89ac76-99d4-4784-b338-3b39d5822e1a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:41,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f76ec7f4-3ac4-4b5c-90ec-03958b347910 Date: Mon, 27 Aug 2018 04:31:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"63a725dc-d5af-4a12-8028-f006800f18b9","tenant_id":"5d0c164ed66d4e2092e5da0b57cf8c87","created_at":"2018-08-27T04:29:39Z","admin_state_up":true,"updated_at":"2018-08-27T04:31:38Z","binding:vnic_type":"normal","device_id":"4d89ac76-99d4-4784-b338-3b39d5822e1a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:30:5d:fd","id":"41fa2ad6-ca2f-44ea-af97-29405f3fea27","port_security_enabled":true,"project_id":"5d0c164ed66d4e2092e5da0b57cf8c87","fixed_ips":[{"subnet_id":"fde30897-a4a1-49c2-8c9c-0ee9f9865b8f","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["bf8a9602-e407-49c0-99fd-ce2711cd235e"],"name":""}]} 2018-08-27 04:31:41,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=4d89ac76-99d4-4784-b338-3b39d5822e1a used request id req-f76ec7f4-3ac4-4b5c-90ec-03958b347910 2018-08-27 04:31:41,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.060182094574s 2018-08-27 04:31:41,595 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=4d89ac76-99d4-4784-b338-3b39d5822e1a used request id req-f76ec7f4-3ac4-4b5c-90ec-03958b347910 2018-08-27 04:31:41,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 04:31:41,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"floatingip": {"floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.16", "port_id": "41fa2ad6-ca2f-44ea-af97-29405f3fea27"}}' 2018-08-27 04:31:43,465 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-65dbe4a6-79df-414e-9466-30f94f09c95e Date: Mon, 27 Aug 2018 04:31:43 GMT RESP BODY: {"floatingip": {"router_id": "a1ebc683-7c36-4fee-a001-b7379719ce9e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T04:31:42Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "41fa2ad6-ca2f-44ea-af97-29405f3fea27", "id": "5135cad7-0b8f-4191-9e47-f29668295879", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:31:42Z", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}} 2018-08-27 04:31:43,465 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-65dbe4a6-79df-414e-9466-30f94f09c95e 2018-08-27 04:31:43,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.86889195442s 2018-08-27 04:31:43,465 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-65dbe4a6-79df-414e-9466-30f94f09c95e 2018-08-27 04:31:43,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 04:31:43,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:31:43,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-be6e8e16-9d2f-44b6-aac2-f81911ce5757 Date: Mon, 27 Aug 2018 04:31:43 GMT RESP BODY: {"floatingips": [{"router_id": "a1ebc683-7c36-4fee-a001-b7379719ce9e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T04:31:42Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "41fa2ad6-ca2f-44ea-af97-29405f3fea27", "id": "5135cad7-0b8f-4191-9e47-f29668295879", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:31:42Z", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}]} 2018-08-27 04:31:43,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-be6e8e16-9d2f-44b6-aac2-f81911ce5757 2018-08-27 04:31:43,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0630059242249s 2018-08-27 04:31:43,537 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-be6e8e16-9d2f-44b6-aac2-f81911ce5757 2018-08-27 04:31:43,539 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'a1ebc683-7c36-4fee-a001-b7379719ce9e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5d0c164ed66d4e2092e5da0b57cf8c87', 'created_at': u'2018-08-27T04:31:42Z', 'attached': True, 'updated_at': u'2018-08-27T04:31:42Z', 'id': u'5135cad7-0b8f-4191-9e47-f29668295879', 'floating_network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', 'fixed_ip_address': u'192.168.120.16', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5d0c164ed66d4e2092e5da0b57cf8c87', 'name': 'cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a1ebc683-7c36-4fee-a001-b7379719ce9e', 'project_id': u'5d0c164ed66d4e2092e5da0b57cf8c87', 'port_id': u'41fa2ad6-ca2f-44ea-af97-29405f3fea27', 'port': u'41fa2ad6-ca2f-44ea-af97-29405f3fea27', 'network': u'ecff2169-f0a1-4e87-90bc-3c582067cb09'}) 2018-08-27 04:31:43,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:31:43,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:31:43,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52bf4a4f-1805-45d4-867c-b72a8f7123be x-compute-request-id: req-52bf4a4f-1805-45d4-867c-b72a8f7123be Content-Encoding: gzip Content-Length: 9022 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1836875479 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.424580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.427586] pid_max: default: 32768 minimum: 301\n[ 0.429222] Security Framework initialized\n[ 0.430730] SELinux: Initializing.\n[ 0.432378] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.438924] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.442911] Mount-cache hash table entries: 4096\n[ 0.444822] Initializing cgroup subsys memory\n[ 0.446394] Initializing cgroup subsys devices\n[ 0.447963] Initializing cgroup subsys freezer\n[ 0.449527] Initializing cgroup subsys net_cls\n[ 0.451097] Initializing cgroup subsys blkio\n[ 0.452619] Initializing cgroup subsys perf_event\n[ 0.454236] Initializing cgroup subsys hugetlb\n[ 0.455793] Initializing cgroup subsys pids\n[ 0.457296] Initializing cgroup subsys net_prio\n[ 0.458956] CPU: Physical Processor ID: 0\n[ 0.461131] mce: CPU supports 10 MCE banks\n[ 0.462654] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464383] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.466116] tlb_flushall_shift: 6\n[ 0.467642] Freeing SMP alternatives: 28k freed\n[ 0.471817] ACPI: Core revision 20130517\n[ 0.473713] ACPI: All ACPI Tables successfully acquired\n[ 0.475687] ftrace: allocating 25812 entries in 101 pages\n[ 0.497679] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.499712] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.501703] smpboot: Max logical packages: 2\n[ 0.503500] Enabling x2apic\n[ 0.504730] Enabled x2apic\n[ 0.506237] Switched APIC routing to physical x2apic.\n[ 0.509278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.511254] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.514765] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.522929] KVM setup paravirtual spinlock\n[ 0.525713] smpboot: Booting Node 0, Processors #1 OK\n[ 0.527809] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.550406] Brought up 2 CPUs\n[ 0.550409] KVM setup async PF for cpu 1\n[ 0.550413] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.554645] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.557477] devtmpfs: initialized\n[ 0.560252] EVM: security.selinux\n[ 0.561567] EVM: security.ima\n[ 0.562817] EVM: security.capability\n[ 0.564843] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.566889] pinctrl core: initialized pinctrl subsystem\n[ 0.568725] NET: Registered protocol family 16\n[ 0.570486] ACPI: bus type PCI registered\n[ 0.571957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.574003] PCI: Using configuration type 1 for base access\n[ 0.579145] ACPI: Added _OSI(Module Device)\n[ 0.580665] ACPI: Added _OSI(Processor Device)\n[ 0.582259] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.583891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.586752] ACPI: Interpreter enabled\n[ 0.588219] ACPI: (supports S0 S5)\n[ 0.589608] ACPI: Using IOAPIC for interrupt routing\n[ 0.591327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.596222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.598221] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.600354] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.602417] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.606301] acpiphp: Slot [3] registered\n[ 0.607827] acpiphp: Slot [4] registered\n[ 0.609356] acpiphp: Slot [5] registered\n[ 0.610865] acpiphp: Slot [6] registered\n[ 0.612374] acpiphp: Slot [7] registered\n[ 0.613906] acpiphp: Slot [8] registered\n[ 0.615428] acpiphp: Slot [9] registered\n[ 0.616905] acpiphp: Slot [10] registered\n[ 0.618437] acpiphp: Slot [11] registered\n[ 0.619974] acpiphp: Slot [12] registered\n[ 0.621538] acpiphp: Slot [13] registered\n[ 0.623053] acpiphp: Slot [14] registered\n[ 0.624579] acpiphp: Slot [15] registered\n[ 0.626105] acpiphp: Slot [16] registered\n[ 0.627638] acpiphp: Slot [17] registered\n[ 0.629154] acpiphp: Slot [18] registered\n[ 0.630665] acpiphp: Slot [19] registered\n[ 0.632169] acpiphp: Slot [20] registered\n[ 0.633700] acpiphp: Slot [21] registered\n[ 0.635210] acpiphp: Slot [22] registered\n[ 0.636726] acpiphp: Slot [23] registered\n[ 0.638301] acpiphp: Slot [24] registered\n[ 0.639825] acpiphp: Slot [25] registered\n[ 0.641367] acpiphp: Slot [26] registered\n[ 0.642914] acpiphp: Slot [27] registered\n[ 0.644407] acpiphp: Slot [28] registered\n[ 0.645899] acpiphp: Slot [29] registered\n[ 0.647401] acpiphp: Slot [30] registered\n[ 0.648894] acpiphp: Slot [31] registered\n[ 0.650380] PCI host bridge to bus 0000:00\n[ 0.651871] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.653699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.655818] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.657889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.660710] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.663508] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.669178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.671295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.673327] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.675542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.679956] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.682700] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.707333] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.710567] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.713041] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.715395] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.717746] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.719923] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.722171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.725160] vgaarb: loaded\n[ 0.726414] vgaarb: bridge control possible 0000:00:02.0\n[ 0.728395] SCSI subsystem initialized\n[ 0.729872] ACPI: bus type USB registered\n[ 0.731414] usbcore: registered new interface driver usbfs\n[ 0.733220] usbcore: registered new interface driver hub\n[ 0.735052] usbcore: registered new device driver usb\n[ 0.737042] PCI: Using ACPI for IRQ routing\n[ 0.738994] NetLabel: Initializing\n[ 0.740367] NetLabel: domain hash size = 128\n[ 0.741945] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.743734] NetLabel: unlabeled traffic allowed by default\n[ 0.745787] Switched to clocksource kvm-clock\n[ 0.756035] pnp: PnP ACPI init\n[ 0.757381] ACPI: bus type PNP registered\n[ 0.759317] pnp: PnP ACPI: found 5 devices\n[ 0.760877] ACPI: bus type PNP unregistered\n[ 0.768776] NET: Registered protocol family 2\n[ 0.770752] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.773829] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.776398] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.778560] TCP: reno registered\n[ 0.779919] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.781965] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.784092] NET: Registered protocol family 1\n[ 0.785745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.787706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.789651] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.810190] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.830731] Unpacking initramfs...\n[ 1.314183] Freeing initrd memory: 37508k freed\n[ 1.323849] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.326015] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.329923] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.331962] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.334269] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.336262] Initialise system trusted keyring\n[ 1.337899] audit: initializing netlink socket (disabled)\n[ 1.339783] type=2000 audit(1535344302.247:1): initialized\n[ 1.356994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.359067] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.361961] zpool: loaded\n[ 1.363220] zbud: loaded\n[ 1.364617] VFS: Disk quotas dquot_6.5.2\n[ 1.366169] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.368408] msgmni has been set to 7578\n[ 1.369962] Key type big_key registered\n[ 1.372220] NET: Registered protocol family 38\n[ 1.373871] Key type asymmetric registered\n[ 1.375412] Asymmetric key parser 'x509' registered\n[ 1.377147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.380022] io scheduler noop registered\n[ 1.381538] io scheduler deadline registered (default)\n[ 1.397095] io scheduler cfq registered\n[ 1.398675] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.400577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.402771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.405618] ACPI: Power Button [PWRF]\n[ 1.407202] GHES: HEST is not enabled!\n[ 1.408758] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.433088] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.435481] Non-volatile memory driver v1.3\n[ 1.437071] Linux agpgart interface v0.103\n[ 1.438742] crash memory driver: version 1.1\n[ 1.440399] rdac: device handler registered\n[ 1.442065] hp_sw: device handler registered\n[ 1.443665] emc: device handler registered\n[ 1.445200] alua: device handler registered\n[ 1.446812] libphy: Fixed MDIO Bus: probed\n[ 1.448462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.450554] ehci-pci: EHCI PCI platform driver\n[ 1.452180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.454194] ohci-pci: OHCI PCI platform driver\n[ 1.455841] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.476375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.478267] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.481147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.482974] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.484995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.487070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.489790] usb usb1: Product: UHCI Host Controller\n[ 1.491522] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.493699] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.495494] hub 1-0:1.0: USB hub found\n[ 1.496994] hub 1-0:1.0: 2 ports detected\n[ 1.498655] usbcore: registered new interface driver usbserial\n[ 1.500615] usbcore: registered new interface driver usbserial_generic\n[ 1.502698] usbserial: USB Serial support registered for generic\n[ 1.504714] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.508422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.510153] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.511982] mousedev: PS/2 mouse device common for all mice\n[ 1.514147] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.517857] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.520920] rtc_cmos 00:00: RTC can wake from S4\n[ 1.522834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.524863] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.526921] cpuidle: using governor menu\n[ 1.528588] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.531716] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.533728] usbcore: registered new interface driver usbhid\n[ 1.535648] usbhid: USB HID core driver\n[ 1.537203] drop_monitor: Initializing network drop monitor service\n[ 1.539343] TCP: cubic registered\n[ 1.540754] Initializing XFRM netlink socket\n[ 1.542488] NET: Registered protocol family 10\n[ 1.544414] NET: Registered protocol family 17\n[ 1.546198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.548055] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.550047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.553351] Loading compiled-in X.509 certificates\n[ 1.555102] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.558456] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.562242] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.565509] registered taskstats version 1\n[ 1.568903] Key type trusted registered\n[ 1.571631] Key type encrypted registered\n[ 1.574318] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.576568] rtc_cmos 00:00: setting system clock to 2018-08-27 04:31:42 UTC (1535344302)\n[ 1.580213] Freeing unused kernel memory: 1680k freed\n[ 1.586089] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.591814] systemd[1]: Detected virtualization kvm.\n[ 1.593646] systemd[1]: Detected architecture x86-64.\n[ 1.595469] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.598779] systemd[1]: No hostname configured.\n[ 1.600451] systemd[1]: Set hostname to .\n[ 1.602298] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.628193] systemd[1]: Reached target Timers.\n[ 1.629906] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.632486] systemd[1]: Reached target Swap.\n[ 1.634127] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.636797] systemd[1]: Reached target Local File Systems.\n[ 1.638724] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.641662] systemd[1]: Created slice Root Slice.\n[ 1.643420] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.646172] systemd[1]: Listening on udev Kernel Socket.\n[ 1.648020] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.650911] systemd[1]: Listening on Journal Socket.\n[ 1.652715] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.655593] systemd[1]: Listening on udev Control Socket.\n[ 1.657474] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.660291] systemd[1]: Reached target Sockets.\n[ 1.661978] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.664635] systemd[1]: Created slice System Slice.\n[ 1.666410] systemd[1]: Starting System Slice.\n[ 1.668442] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.672063] systemd[1]: Reached target Slices.\n[ 1.673703] systemd[1]: Starting Slices.\n[ 1.675625] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.680588] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.683822] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.686601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.689590] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.693611] systemd[1]: Reached target Paths.\n[ 1.695220] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.698050] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.755626] RPC: Registered named UNIX socket transport module.\n[ 1.757831] RPC: Registered udp transport module.\n[ 1.759691] RPC: Registered tcp transport module.\n[ 1.761553] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.799804] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.862891] FDC 0 is a S82078B\n[ 1.881458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.885573] scsi host0: ata_piix\n[ 1.887216] scsi host1: ata_piix\n[ 1.888827] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.891000] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.929156] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.935589] vda: vda1\n[ 1.951672] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953921] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.956227] usb 1-1: Product: QEMU USB Tablet\n[ 1.957940] usb 1-1: Manufacturer: QEMU\n[ 1.959548] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.971881] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.975563] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.063379] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.066401] XFS (vda1): Mounting V4 Filesystem\n[ 2.090074] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-Sudev hook.\n"} 2018-08-27 04:31:43,610 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action used request id req-52bf4a4f-1805-45d4-867c-b72a8f7123be 2018-08-27 04:31:43,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0704369544983s 2018-08-27 04:31:43,610 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action used request id req-52bf4a4f-1805-45d4-867c-b72a8f7123be 2018-08-27 04:31:43,611 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1836875479 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.424580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.427586] pid_max: default: 32768 minimum: 301 [ 0.429222] Security Framework initialized [ 0.430730] SELinux: Initializing. [ 0.432378] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.438924] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.442911] Mount-cache hash table entries: 4096 [ 0.444822] Initializing cgroup subsys memory [ 0.446394] Initializing cgroup subsys devices [ 0.447963] Initializing cgroup subsys freezer [ 0.449527] Initializing cgroup subsys net_cls [ 0.451097] Initializing cgroup subsys blkio [ 0.452619] Initializing cgroup subsys perf_event [ 0.454236] Initializing cgroup subsys hugetlb [ 0.455793] Initializing cgroup subsys pids [ 0.457296] Initializing cgroup subsys net_prio [ 0.458956] CPU: Physical Processor ID: 0 [ 0.461131] mce: CPU supports 10 MCE banks [ 0.462654] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464383] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.466116] tlb_flushall_shift: 6 [ 0.467642] Freeing SMP alternatives: 28k freed [ 0.471817] ACPI: Core revision 20130517 [ 0.473713] ACPI: All ACPI Tables successfully acquired [ 0.475687] ftrace: allocating 25812 entries in 101 pages [ 0.497679] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.499712] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.501703] smpboot: Max logical packages: 2 [ 0.503500] Enabling x2apic [ 0.504730] Enabled x2apic [ 0.506237] Switched APIC routing to physical x2apic. [ 0.509278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.511254] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.514765] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.522929] KVM setup paravirtual spinlock [ 0.525713] smpboot: Booting Node 0, Processors #1 OK [ 0.527809] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.550406] Brought up 2 CPUs [ 0.550409] KVM setup async PF for cpu 1 [ 0.550413] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.554645] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.557477] devtmpfs: initialized [ 0.560252] EVM: security.selinux [ 0.561567] EVM: security.ima [ 0.562817] EVM: security.capability [ 0.564843] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.566889] pinctrl core: initialized pinctrl subsystem [ 0.568725] NET: Registered protocol family 16 [ 0.570486] ACPI: bus type PCI registered [ 0.571957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.574003] PCI: Using configuration type 1 for base access [ 0.579145] ACPI: Added _OSI(Module Device) [ 0.580665] ACPI: Added _OSI(Processor Device) [ 0.582259] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.583891] ACPI: Added _OSI(Processor Aggregator Device) [ 0.586752] ACPI: Interpreter enabled [ 0.588219] ACPI: (supports S0 S5) [ 0.589608] ACPI: Using IOAPIC for interrupt routing [ 0.591327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.596222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.598221] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.600354] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.602417] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.606301] acpiphp: Slot [3] registered [ 0.607827] acpiphp: Slot [4] registered [ 0.609356] acpiphp: Slot [5] registered [ 0.610865] acpiphp: Slot [6] registered [ 0.612374] acpiphp: Slot [7] registered [ 0.613906] acpiphp: Slot [8] registered [ 0.615428] acpiphp: Slot [9] registered [ 0.616905] acpiphp: Slot [10] registered [ 0.618437] acpiphp: Slot [11] registered [ 0.619974] acpiphp: Slot [12] registered [ 0.621538] acpiphp: Slot [13] registered [ 0.623053] acpiphp: Slot [14] registered [ 0.624579] acpiphp: Slot [15] registered [ 0.626105] acpiphp: Slot [16] registered [ 0.627638] acpiphp: Slot [17] registered [ 0.629154] acpiphp: Slot [18] registered [ 0.630665] acpiphp: Slot [19] registered [ 0.632169] acpiphp: Slot [20] registered [ 0.633700] acpiphp: Slot [21] registered [ 0.635210] acpiphp: Slot [22] registered [ 0.636726] acpiphp: Slot [23] registered [ 0.638301] acpiphp: Slot [24] registered [ 0.639825] acpiphp: Slot [25] registered [ 0.641367] acpiphp: Slot [26] registered [ 0.642914] acpiphp: Slot [27] registered [ 0.644407] acpiphp: Slot [28] registered [ 0.645899] acpiphp: Slot [29] registered [ 0.647401] acpiphp: Slot [30] registered [ 0.648894] acpiphp: Slot [31] registered [ 0.650380] PCI host bridge to bus 0000:00 [ 0.651871] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.653699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.655818] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.657889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.660710] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.663508] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.669178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.671295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.673327] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.675542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.679956] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.682700] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.707333] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.710567] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.713041] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.715395] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.717746] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.719923] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.722171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.725160] vgaarb: loaded [ 0.726414] vgaarb: bridge control possible 0000:00:02.0 [ 0.728395] SCSI subsystem initialized [ 0.729872] ACPI: bus type USB registered [ 0.731414] usbcore: registered new interface driver usbfs [ 0.733220] usbcore: registered new interface driver hub [ 0.735052] usbcore: registered new device driver usb [ 0.737042] PCI: Using ACPI for IRQ routing [ 0.738994] NetLabel: Initializing [ 0.740367] NetLabel: domain hash size = 128 [ 0.741945] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.743734] NetLabel: unlabeled traffic allowed by default [ 0.745787] Switched to clocksource kvm-clock [ 0.756035] pnp: PnP ACPI init [ 0.757381] ACPI: bus type PNP registered [ 0.759317] pnp: PnP ACPI: found 5 devices [ 0.760877] ACPI: bus type PNP unregistered [ 0.768776] NET: Registered protocol family 2 [ 0.770752] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.773829] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.776398] TCP: Hash tables configured (established 32768 bind 32768) [ 0.778560] TCP: reno registered [ 0.779919] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.781965] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.784092] NET: Registered protocol family 1 [ 0.785745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.787706] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.789651] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.810190] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.830731] Unpacking initramfs... [ 1.314183] Freeing initrd memory: 37508k freed [ 1.323849] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.326015] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.329923] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.331962] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.334269] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.336262] Initialise system trusted keyring [ 1.337899] audit: initializing netlink socket (disabled) [ 1.339783] type=2000 audit(1535344302.247:1): initialized [ 1.356994] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.359067] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.361961] zpool: loaded [ 1.363220] zbud: loaded [ 1.364617] VFS: Disk quotas dquot_6.5.2 [ 1.366169] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.368408] msgmni has been set to 7578 [ 1.369962] Key type big_key registered [ 1.372220] NET: Registered protocol family 38 [ 1.373871] Key type asymmetric registered [ 1.375412] Asymmetric key parser 'x509' registered [ 1.377147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.380022] io scheduler noop registered [ 1.381538] io scheduler deadline registered (default) [ 1.397095] io scheduler cfq registered [ 1.398675] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.400577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.402771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.405618] ACPI: Power Button [PWRF] [ 1.407202] GHES: HEST is not enabled! [ 1.408758] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.433088] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.435481] Non-volatile memory driver v1.3 [ 1.437071] Linux agpgart interface v0.103 [ 1.438742] crash memory driver: version 1.1 [ 1.440399] rdac: device handler registered [ 1.442065] hp_sw: device handler registered [ 1.443665] emc: device handler registered [ 1.445200] alua: device handler registered [ 1.446812] libphy: Fixed MDIO Bus: probed [ 1.448462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.450554] ehci-pci: EHCI PCI platform driver [ 1.452180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.454194] ohci-pci: OHCI PCI platform driver [ 1.455841] uhci_hcd: USB Universal Host Controller Interface driver [ 1.476375] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.478267] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.481147] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.482974] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.484995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.487070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.489790] usb usb1: Product: UHCI Host Controller [ 1.491522] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.493699] usb usb1: SerialNumber: 0000:00:01.2 [ 1.495494] hub 1-0:1.0: USB hub found [ 1.496994] hub 1-0:1.0: 2 ports detected [ 1.498655] usbcore: registered new interface driver usbserial [ 1.500615] usbcore: registered new interface driver usbserial_generic [ 1.502698] usbserial: USB Serial support registered for generic [ 1.504714] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.508422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.510153] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.511982] mousedev: PS/2 mouse device common for all mice [ 1.514147] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.517857] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.520920] rtc_cmos 00:00: RTC can wake from S4 [ 1.522834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.524863] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.526921] cpuidle: using governor menu [ 1.528588] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.531716] hidraw: raw HID events driver (C) Jiri Kosina [ 1.533728] usbcore: registered new interface driver usbhid [ 1.535648] usbhid: USB HID core driver [ 1.537203] drop_monitor: Initializing network drop monitor service [ 1.539343] TCP: cubic registered [ 1.540754] Initializing XFRM netlink socket [ 1.542488] NET: Registered protocol family 10 [ 1.544414] NET: Registered protocol family 17 [ 1.546198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.548055] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.550047] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.553351] Loading compiled-in X.509 certificates [ 1.555102] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.558456] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.562242] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.565509] registered taskstats version 1 [ 1.568903] Key type trusted registered [ 1.571631] Key type encrypted registered [ 1.574318] IMA: No TPM chip found, activating TPM-bypass! [ 1.576568] rtc_cmos 00:00: setting system clock to 2018-08-27 04:31:42 UTC (1535344302) [ 1.580213] Freeing unused kernel memory: 1680k freed [ 1.586089] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.591814] systemd[1]: Detected virtualization kvm. [ 1.593646] systemd[1]: Detected architecture x86-64. [ 1.595469] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.598779] systemd[1]: No hostname configured. [ 1.600451] systemd[1]: Set hostname to . [ 1.602298] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.628193] systemd[1]: Reached target Timers. [ 1.629906] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.632486] systemd[1]: Reached target Swap. [ 1.634127] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.636797] systemd[1]: Reached target Local File Systems. [ 1.638724] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.641662] systemd[1]: Created slice Root Slice. [ 1.643420] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.646172] systemd[1]: Listening on udev Kernel Socket. [ 1.648020] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.650911] systemd[1]: Listening on Journal Socket. [ 1.652715] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.655593] systemd[1]: Listening on udev Control Socket. [ 1.657474] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.660291] systemd[1]: Reached target Sockets. [ 1.661978] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.664635] systemd[1]: Created slice System Slice. [ 1.666410] systemd[1]: Starting System Slice. [ 1.668442] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.672063] systemd[1]: Reached target Slices. [ 1.673703] systemd[1]: Starting Slices. [ 1.675625] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.680588] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.683822] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.686601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.689590] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.693611] systemd[1]: Reached target Paths. [ 1.695220] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.698050] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.755626] RPC: Registered named UNIX socket transport module. [ 1.757831] RPC: Registered udp transport module. [ 1.759691] RPC: Registered tcp transport module. [ 1.761553] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.799804] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.862891] FDC 0 is a S82078B [ 1.881458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.885573] scsi host0: ata_piix [ 1.887216] scsi host1: ata_piix [ 1.888827] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.891000] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.929156] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.935589] vda: vda1 [ 1.951672] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953921] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.956227] usb 1-1: Product: QEMU USB Tablet [ 1.957940] usb 1-1: Manufacturer: QEMU [ 1.959548] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.971881] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.975563] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.063379] SGI XFS with ACLs, security attributes, no debug enabled [ 2.066401] XFS (vda1): Mounting V4 Filesystem [ 2.090074] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-Sudev hook. 2018-08-27 04:31:44,614 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-08-27 04:31:53,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:31:53,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:31:53,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:31:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a3d694c-314f-4d84-ba94-132809443aa4 x-compute-request-id: req-0a3d694c-314f-4d84-ba94-132809443aa4 Content-Encoding: gzip Content-Length: 11752 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1836875479 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.424580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.427586] pid_max: default: 32768 minimum: 301\n[ 0.429222] Security Framework initialized\n[ 0.430730] SELinux: Initializing.\n[ 0.432378] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.438924] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.442911] Mount-cache hash table entries: 4096\n[ 0.444822] Initializing cgroup subsys memory\n[ 0.446394] Initializing cgroup subsys devices\n[ 0.447963] Initializing cgroup subsys freezer\n[ 0.449527] Initializing cgroup subsys net_cls\n[ 0.451097] Initializing cgroup subsys blkio\n[ 0.452619] Initializing cgroup subsys perf_event\n[ 0.454236] Initializing cgroup subsys hugetlb\n[ 0.455793] Initializing cgroup subsys pids\n[ 0.457296] Initializing cgroup subsys net_prio\n[ 0.458956] CPU: Physical Processor ID: 0\n[ 0.461131] mce: CPU supports 10 MCE banks\n[ 0.462654] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464383] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.466116] tlb_flushall_shift: 6\n[ 0.467642] Freeing SMP alternatives: 28k freed\n[ 0.471817] ACPI: Core revision 20130517\n[ 0.473713] ACPI: All ACPI Tables successfully acquired\n[ 0.475687] ftrace: allocating 25812 entries in 101 pages\n[ 0.497679] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.499712] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.501703] smpboot: Max logical packages: 2\n[ 0.503500] Enabling x2apic\n[ 0.504730] Enabled x2apic\n[ 0.506237] Switched APIC routing to physical x2apic.\n[ 0.509278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.511254] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.514765] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.522929] KVM setup paravirtual spinlock\n[ 0.525713] smpboot: Booting Node 0, Processors #1 OK\n[ 0.527809] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.550406] Brought up 2 CPUs\n[ 0.550409] KVM setup async PF for cpu 1\n[ 0.550413] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.554645] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.557477] devtmpfs: initialized\n[ 0.560252] EVM: security.selinux\n[ 0.561567] EVM: security.ima\n[ 0.562817] EVM: security.capability\n[ 0.564843] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.566889] pinctrl core: initialized pinctrl subsystem\n[ 0.568725] NET: Registered protocol family 16\n[ 0.570486] ACPI: bus type PCI registered\n[ 0.571957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.574003] PCI: Using configuration type 1 for base access\n[ 0.579145] ACPI: Added _OSI(Module Device)\n[ 0.580665] ACPI: Added _OSI(Processor Device)\n[ 0.582259] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.583891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.586752] ACPI: Interpreter enabled\n[ 0.588219] ACPI: (supports S0 S5)\n[ 0.589608] ACPI: Using IOAPIC for interrupt routing\n[ 0.591327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.596222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.598221] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.600354] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.602417] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.606301] acpiphp: Slot [3] registered\n[ 0.607827] acpiphp: Slot [4] registered\n[ 0.609356] acpiphp: Slot [5] registered\n[ 0.610865] acpiphp: Slot [6] registered\n[ 0.612374] acpiphp: Slot [7] registered\n[ 0.613906] acpiphp: Slot [8] registered\n[ 0.615428] acpiphp: Slot [9] registered\n[ 0.616905] acpiphp: Slot [10] registered\n[ 0.618437] acpiphp: Slot [11] registered\n[ 0.619974] acpiphp: Slot [12] registered\n[ 0.621538] acpiphp: Slot [13] registered\n[ 0.623053] acpiphp: Slot [14] registered\n[ 0.624579] acpiphp: Slot [15] registered\n[ 0.626105] acpiphp: Slot [16] registered\n[ 0.627638] acpiphp: Slot [17] registered\n[ 0.629154] acpiphp: Slot [18] registered\n[ 0.630665] acpiphp: Slot [19] registered\n[ 0.632169] acpiphp: Slot [20] registered\n[ 0.633700] acpiphp: Slot [21] registered\n[ 0.635210] acpiphp: Slot [22] registered\n[ 0.636726] acpiphp: Slot [23] registered\n[ 0.638301] acpiphp: Slot [24] registered\n[ 0.639825] acpiphp: Slot [25] registered\n[ 0.641367] acpiphp: Slot [26] registered\n[ 0.642914] acpiphp: Slot [27] registered\n[ 0.644407] acpiphp: Slot [28] registered\n[ 0.645899] acpiphp: Slot [29] registered\n[ 0.647401] acpiphp: Slot [30] registered\n[ 0.648894] acpiphp: Slot [31] registered\n[ 0.650380] PCI host bridge to bus 0000:00\n[ 0.651871] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.653699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.655818] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.657889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.660710] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.663508] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.669178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.671295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.673327] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.675542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.679956] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.682700] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.707333] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.710567] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.713041] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.715395] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.717746] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.719923] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.722171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.725160] vgaarb: loaded\n[ 0.726414] vgaarb: bridge control possible 0000:00:02.0\n[ 0.728395] SCSI subsystem initialized\n[ 0.729872] ACPI: bus type USB registered\n[ 0.731414] usbcore: registered new interface driver usbfs\n[ 0.733220] usbcore: registered new interface driver hub\n[ 0.735052] usbcore: registered new device driver usb\n[ 0.737042] PCI: Using ACPI for IRQ routing\n[ 0.738994] NetLabel: Initializing\n[ 0.740367] NetLabel: domain hash size = 128\n[ 0.741945] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.743734] NetLabel: unlabeled traffic allowed by default\n[ 0.745787] Switched to clocksource kvm-clock\n[ 0.756035] pnp: PnP ACPI init\n[ 0.757381] ACPI: bus type PNP registered\n[ 0.759317] pnp: PnP ACPI: found 5 devices\n[ 0.760877] ACPI: bus type PNP unregistered\n[ 0.768776] NET: Registered protocol family 2\n[ 0.770752] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.773829] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.776398] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.778560] TCP: reno registered\n[ 0.779919] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.781965] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.784092] NET: Registered protocol family 1\n[ 0.785745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.787706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.789651] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.810190] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.830731] Unpacking initramfs...\n[ 1.314183] Freeing initrd memory: 37508k freed\n[ 1.323849] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.326015] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.329923] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.331962] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.334269] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.336262] Initialise system trusted keyring\n[ 1.337899] audit: initializing netlink socket (disabled)\n[ 1.339783] type=2000 audit(1535344302.247:1): initialized\n[ 1.356994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.359067] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.361961] zpool: loaded\n[ 1.363220] zbud: loaded\n[ 1.364617] VFS: Disk quotas dquot_6.5.2\n[ 1.366169] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.368408] msgmni has been set to 7578\n[ 1.369962] Key type big_key registered\n[ 1.372220] NET: Registered protocol family 38\n[ 1.373871] Key type asymmetric registered\n[ 1.375412] Asymmetric key parser 'x509' registered\n[ 1.377147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.380022] io scheduler noop registered\n[ 1.381538] io scheduler deadline registered (default)\n[ 1.397095] io scheduler cfq registered\n[ 1.398675] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.400577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.402771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.405618] ACPI: Power Button [PWRF]\n[ 1.407202] GHES: HEST is not enabled!\n[ 1.408758] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.433088] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.435481] Non-volatile memory driver v1.3\n[ 1.437071] Linux agpgart interface v0.103\n[ 1.438742] crash memory driver: version 1.1\n[ 1.440399] rdac: device handler registered\n[ 1.442065] hp_sw: device handler registered\n[ 1.443665] emc: device handler registered\n[ 1.445200] alua: device handler registered\n[ 1.446812] libphy: Fixed MDIO Bus: probed\n[ 1.448462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.450554] ehci-pci: EHCI PCI platform driver\n[ 1.452180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.454194] ohci-pci: OHCI PCI platform driver\n[ 1.455841] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.476375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.478267] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.481147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.482974] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.484995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.487070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.489790] usb usb1: Product: UHCI Host Controller\n[ 1.491522] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.493699] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.495494] hub 1-0:1.0: USB hub found\n[ 1.496994] hub 1-0:1.0: 2 ports detected\n[ 1.498655] usbcore: registered new interface driver usbserial\n[ 1.500615] usbcore: registered new interface driver usbserial_generic\n[ 1.502698] usbserial: USB Serial support registered for generic\n[ 1.504714] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.508422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.510153] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.511982] mousedev: PS/2 mouse device common for all mice\n[ 1.514147] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.517857] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.520920] rtc_cmos 00:00: RTC can wake from S4\n[ 1.522834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.524863] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.526921] cpuidle: using governor menu\n[ 1.528588] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.531716] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.533728] usbcore: registered new interface driver usbhid\n[ 1.535648] usbhid: USB HID core driver\n[ 1.537203] drop_monitor: Initializing network drop monitor service\n[ 1.539343] TCP: cubic registered\n[ 1.540754] Initializing XFRM netlink socket\n[ 1.542488] NET: Registered protocol family 10\n[ 1.544414] NET: Registered protocol family 17\n[ 1.546198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.548055] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.550047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.553351] Loading compiled-in X.509 certificates\n[ 1.555102] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.558456] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.562242] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.565509] registered taskstats version 1\n[ 1.568903] Key type trusted registered\n[ 1.571631] Key type encrypted registered\n[ 1.574318] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.576568] rtc_cmos 00:00: setting system clock to 2018-08-27 04:31:42 UTC (1535344302)\n[ 1.580213] Freeing unused kernel memory: 1680k freed\n[ 1.586089] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.591814] systemd[1]: Detected virtualization kvm.\n[ 1.593646] systemd[1]: Detected architecture x86-64.\n[ 1.595469] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.598779] systemd[1]: No hostname configured.\n[ 1.600451] systemd[1]: Set hostname to .\n[ 1.602298] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.628193] systemd[1]: Reached target Timers.\n[ 1.629906] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.632486] systemd[1]: Reached target Swap.\n[ 1.634127] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.636797] systemd[1]: Reached target Local File Systems.\n[ 1.638724] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.641662] systemd[1]: Created slice Root Slice.\n[ 1.643420] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.646172] systemd[1]: Listening on udev Kernel Socket.\n[ 1.648020] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.650911] systemd[1]: Listening on Journal Socket.\n[ 1.652715] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.655593] systemd[1]: Listening on udev Control Socket.\n[ 1.657474] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.660291] systemd[1]: Reached target Sockets.\n[ 1.661978] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.664635] systemd[1]: Created slice System Slice.\n[ 1.666410] systemd[1]: Starting System Slice.\n[ 1.668442] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.672063] systemd[1]: Reached target Slices.\n[ 1.673703] systemd[1]: Starting Slices.\n[ 1.675625] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.680588] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.683822] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.686601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.689590] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.693611] systemd[1]: Reached target Paths.\n[ 1.695220] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.698050] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.755626] RPC: Registered named UNIX socket transport module.\n[ 1.757831] RPC: Registered udp transport module.\n[ 1.759691] RPC: Registered tcp transport module.\n[ 1.761553] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.799804] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.862891] FDC 0 is a S82078B\n[ 1.881458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.885573] scsi host0: ata_piix\n[ 1.887216] scsi host1: ata_piix\n[ 1.888827] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.891000] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.929156] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.935589] vda: vda1\n[ 1.951672] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953921] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.956227] usb 1-1: Product: QEMU USB Tablet\n[ 1.957940] usb 1-1: Manufacturer: QEMU\n[ 1.959548] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.971881] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.975563] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.063379] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.066401] XFS (vda1): Mounting V4 Filesystem\n[ 2.090074] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-Sudev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.325162] systemd-journald[103]: Received SIGTERM from PID 1 (systemd).\n[ 2.330835] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n[ 2.416321] SELinux: Disabled at runtime.\n[ 2.454824] type=1404 audit(1535344303.378:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.500342] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.502305] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Huge Pages File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Mounted Debug File System.\n[ 3.230301] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.380143] systemd-journald[394]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 3.582170] type=1305 audit(1535344304.505:3): audit_pid=435 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Login Service...\n[ 3.813171] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 3.821117] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.825273] [drm] Initialized drm 1.1.0 20060810\n Starting Authorization Manager...\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.856464] ppdev: user-space parallel port driver\n[ 3.862080] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.862081] [TTM] Initializing pool allocator\n[ 3.862082] [TTM] Initializing DMA pool allocator\n[ 3.862330] [drm] fb mappable at 0xFC000000\n[ 3.862330] [drm] vram aper at 0xFC000000\n[ 3.862331] [drm] size 33554432\n[ 3.862331] [drm] fb depth is 24\n[ 3.862331] [drm] pitch is 3072\n[ 3.909834] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.934639] Console: switching to colour frame buffer device 128x48\n[ 3.949205] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.954943] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.[ 4.018638] AES CTR mode by8 optimization enabled\n\n Starting Permit User Sessions...\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 4.054289] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n[ 4.061122] alg: No test for crc32 (crc32-pclmul)\n Starting Command Scheduler...\n[ 4.065617] intel_rapl: no valid rapl domains found in package 0\n[ 4.070112] intel_rapl: no valid rapl domains found in package 0\n[ 4.073893] intel_powerclamp: No package C-state available\n[ 4.079504] intel_powerclamp: No package C-state available[ 3.959391] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:31:45 +0000. Up 3.92 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting OpenSSH server daemon...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.436028] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:31:47 +0000. Up 6.38 seconds.\n[ 6.472244] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.484233] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.492932] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.495292] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.497376] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.499385] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.16 | 255.255.255.0 | fa:16:3e:30:5d:fd |\n[ 6.501405] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.503472] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.505656] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.508621] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.511170] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.514406] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.517763] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.520246] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.522796] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-27 04:31:53,691 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action used request id req-0a3d694c-314f-4d84-ba94-132809443aa4 2018-08-27 04:31:53,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0758030414581s 2018-08-27 04:31:53,692 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action used request id req-0a3d694c-314f-4d84-ba94-132809443aa4 2018-08-27 04:31:53,692 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1836875479 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.424580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.427586] pid_max: default: 32768 minimum: 301 [ 0.429222] Security Framework initialized [ 0.430730] SELinux: Initializing. [ 0.432378] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.438924] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.442911] Mount-cache hash table entries: 4096 [ 0.444822] Initializing cgroup subsys memory [ 0.446394] Initializing cgroup subsys devices [ 0.447963] Initializing cgroup subsys freezer [ 0.449527] Initializing cgroup subsys net_cls [ 0.451097] Initializing cgroup subsys blkio [ 0.452619] Initializing cgroup subsys perf_event [ 0.454236] Initializing cgroup subsys hugetlb [ 0.455793] Initializing cgroup subsys pids [ 0.457296] Initializing cgroup subsys net_prio [ 0.458956] CPU: Physical Processor ID: 0 [ 0.461131] mce: CPU supports 10 MCE banks [ 0.462654] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464383] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.466116] tlb_flushall_shift: 6 [ 0.467642] Freeing SMP alternatives: 28k freed [ 0.471817] ACPI: Core revision 20130517 [ 0.473713] ACPI: All ACPI Tables successfully acquired [ 0.475687] ftrace: allocating 25812 entries in 101 pages [ 0.497679] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.499712] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.501703] smpboot: Max logical packages: 2 [ 0.503500] Enabling x2apic [ 0.504730] Enabled x2apic [ 0.506237] Switched APIC routing to physical x2apic. [ 0.509278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.511254] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.514765] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.522929] KVM setup paravirtual spinlock [ 0.525713] smpboot: Booting Node 0, Processors #1 OK [ 0.527809] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.550406] Brought up 2 CPUs [ 0.550409] KVM setup async PF for cpu 1 [ 0.550413] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.554645] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.557477] devtmpfs: initialized [ 0.560252] EVM: security.selinux [ 0.561567] EVM: security.ima [ 0.562817] EVM: security.capability [ 0.564843] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.566889] pinctrl core: initialized pinctrl subsystem [ 0.568725] NET: Registered protocol family 16 [ 0.570486] ACPI: bus type PCI registered [ 0.571957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.574003] PCI: Using configuration type 1 for base access [ 0.579145] ACPI: Added _OSI(Module Device) [ 0.580665] ACPI: Added _OSI(Processor Device) [ 0.582259] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.583891] ACPI: Added _OSI(Processor Aggregator Device) [ 0.586752] ACPI: Interpreter enabled [ 0.588219] ACPI: (supports S0 S5) [ 0.589608] ACPI: Using IOAPIC for interrupt routing [ 0.591327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.596222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.598221] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.600354] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.602417] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.606301] acpiphp: Slot [3] registered [ 0.607827] acpiphp: Slot [4] registered [ 0.609356] acpiphp: Slot [5] registered [ 0.610865] acpiphp: Slot [6] registered [ 0.612374] acpiphp: Slot [7] registered [ 0.613906] acpiphp: Slot [8] registered [ 0.615428] acpiphp: Slot [9] registered [ 0.616905] acpiphp: Slot [10] registered [ 0.618437] acpiphp: Slot [11] registered [ 0.619974] acpiphp: Slot [12] registered [ 0.621538] acpiphp: Slot [13] registered [ 0.623053] acpiphp: Slot [14] registered [ 0.624579] acpiphp: Slot [15] registered [ 0.626105] acpiphp: Slot [16] registered [ 0.627638] acpiphp: Slot [17] registered [ 0.629154] acpiphp: Slot [18] registered [ 0.630665] acpiphp: Slot [19] registered [ 0.632169] acpiphp: Slot [20] registered [ 0.633700] acpiphp: Slot [21] registered [ 0.635210] acpiphp: Slot [22] registered [ 0.636726] acpiphp: Slot [23] registered [ 0.638301] acpiphp: Slot [24] registered [ 0.639825] acpiphp: Slot [25] registered [ 0.641367] acpiphp: Slot [26] registered [ 0.642914] acpiphp: Slot [27] registered [ 0.644407] acpiphp: Slot [28] registered [ 0.645899] acpiphp: Slot [29] registered [ 0.647401] acpiphp: Slot [30] registered [ 0.648894] acpiphp: Slot [31] registered [ 0.650380] PCI host bridge to bus 0000:00 [ 0.651871] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.653699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.655818] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.657889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.660710] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.663508] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.669178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.671295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.673327] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.675542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.679956] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.682700] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.707333] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.710567] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.713041] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.715395] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.717746] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.719923] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.722171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.725160] vgaarb: loaded [ 0.726414] vgaarb: bridge control possible 0000:00:02.0 [ 0.728395] SCSI subsystem initialized [ 0.729872] ACPI: bus type USB registered [ 0.731414] usbcore: registered new interface driver usbfs [ 0.733220] usbcore: registered new interface driver hub [ 0.735052] usbcore: registered new device driver usb [ 0.737042] PCI: Using ACPI for IRQ routing [ 0.738994] NetLabel: Initializing [ 0.740367] NetLabel: domain hash size = 128 [ 0.741945] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.743734] NetLabel: unlabeled traffic allowed by default [ 0.745787] Switched to clocksource kvm-clock [ 0.756035] pnp: PnP ACPI init [ 0.757381] ACPI: bus type PNP registered [ 0.759317] pnp: PnP ACPI: found 5 devices [ 0.760877] ACPI: bus type PNP unregistered [ 0.768776] NET: Registered protocol family 2 [ 0.770752] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.773829] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.776398] TCP: Hash tables configured (established 32768 bind 32768) [ 0.778560] TCP: reno registered [ 0.779919] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.781965] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.784092] NET: Registered protocol family 1 [ 0.785745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.787706] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.789651] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.810190] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.830731] Unpacking initramfs... [ 1.314183] Freeing initrd memory: 37508k freed [ 1.323849] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.326015] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.329923] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.331962] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.334269] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.336262] Initialise system trusted keyring [ 1.337899] audit: initializing netlink socket (disabled) [ 1.339783] type=2000 audit(1535344302.247:1): initialized [ 1.356994] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.359067] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.361961] zpool: loaded [ 1.363220] zbud: loaded [ 1.364617] VFS: Disk quotas dquot_6.5.2 [ 1.366169] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.368408] msgmni has been set to 7578 [ 1.369962] Key type big_key registered [ 1.372220] NET: Registered protocol family 38 [ 1.373871] Key type asymmetric registered [ 1.375412] Asymmetric key parser 'x509' registered [ 1.377147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.380022] io scheduler noop registered [ 1.381538] io scheduler deadline registered (default) [ 1.397095] io scheduler cfq registered [ 1.398675] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.400577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.402771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.405618] ACPI: Power Button [PWRF] [ 1.407202] GHES: HEST is not enabled! [ 1.408758] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.433088] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.435481] Non-volatile memory driver v1.3 [ 1.437071] Linux agpgart interface v0.103 [ 1.438742] crash memory driver: version 1.1 [ 1.440399] rdac: device handler registered [ 1.442065] hp_sw: device handler registered [ 1.443665] emc: device handler registered [ 1.445200] alua: device handler registered [ 1.446812] libphy: Fixed MDIO Bus: probed [ 1.448462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.450554] ehci-pci: EHCI PCI platform driver [ 1.452180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.454194] ohci-pci: OHCI PCI platform driver [ 1.455841] uhci_hcd: USB Universal Host Controller Interface driver [ 1.476375] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.478267] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.481147] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.482974] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.484995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.487070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.489790] usb usb1: Product: UHCI Host Controller [ 1.491522] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.493699] usb usb1: SerialNumber: 0000:00:01.2 [ 1.495494] hub 1-0:1.0: USB hub found [ 1.496994] hub 1-0:1.0: 2 ports detected [ 1.498655] usbcore: registered new interface driver usbserial [ 1.500615] usbcore: registered new interface driver usbserial_generic [ 1.502698] usbserial: USB Serial support registered for generic [ 1.504714] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.508422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.510153] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.511982] mousedev: PS/2 mouse device common for all mice [ 1.514147] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.517857] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.520920] rtc_cmos 00:00: RTC can wake from S4 [ 1.522834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.524863] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.526921] cpuidle: using governor menu [ 1.528588] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.531716] hidraw: raw HID events driver (C) Jiri Kosina [ 1.533728] usbcore: registered new interface driver usbhid [ 1.535648] usbhid: USB HID core driver [ 1.537203] drop_monitor: Initializing network drop monitor service [ 1.539343] TCP: cubic registered [ 1.540754] Initializing XFRM netlink socket [ 1.542488] NET: Registered protocol family 10 [ 1.544414] NET: Registered protocol family 17 [ 1.546198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.548055] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.550047] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.553351] Loading compiled-in X.509 certificates [ 1.555102] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.558456] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.562242] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.565509] registered taskstats version 1 [ 1.568903] Key type trusted registered [ 1.571631] Key type encrypted registered [ 1.574318] IMA: No TPM chip found, activating TPM-bypass! [ 1.576568] rtc_cmos 00:00: setting system clock to 2018-08-27 04:31:42 UTC (1535344302) [ 1.580213] Freeing unused kernel memory: 1680k freed [ 1.586089] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.591814] systemd[1]: Detected virtualization kvm. [ 1.593646] systemd[1]: Detected architecture x86-64. [ 1.595469] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.598779] systemd[1]: No hostname configured. [ 1.600451] systemd[1]: Set hostname to . [ 1.602298] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.628193] systemd[1]: Reached target Timers. [ 1.629906] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.632486] systemd[1]: Reached target Swap. [ 1.634127] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.636797] systemd[1]: Reached target Local File Systems. [ 1.638724] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.641662] systemd[1]: Created slice Root Slice. [ 1.643420] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.646172] systemd[1]: Listening on udev Kernel Socket. [ 1.648020] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.650911] systemd[1]: Listening on Journal Socket. [ 1.652715] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.655593] systemd[1]: Listening on udev Control Socket. [ 1.657474] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.660291] systemd[1]: Reached target Sockets. [ 1.661978] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.664635] systemd[1]: Created slice System Slice. [ 1.666410] systemd[1]: Starting System Slice. [ 1.668442] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.672063] systemd[1]: Reached target Slices. [ 1.673703] systemd[1]: Starting Slices. [ 1.675625] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.680588] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.683822] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.686601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.689590] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.693611] systemd[1]: Reached target Paths. [ 1.695220] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.698050] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.755626] RPC: Registered named UNIX socket transport module. [ 1.757831] RPC: Registered udp transport module. [ 1.759691] RPC: Registered tcp transport module. [ 1.761553] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.799804] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.862891] FDC 0 is a S82078B [ 1.881458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.885573] scsi host0: ata_piix [ 1.887216] scsi host1: ata_piix [ 1.888827] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.891000] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.929156] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.935589] vda: vda1 [ 1.951672] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953921] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.956227] usb 1-1: Product: QEMU USB Tablet [ 1.957940] usb 1-1: Manufacturer: QEMU [ 1.959548] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.971881] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.975563] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.063379] SGI XFS with ACLs, security attributes, no debug enabled [ 2.066401] XFS (vda1): Mounting V4 Filesystem [ 2.090074] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-Sudev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.325162] systemd-journald[103]: Received SIGTERM from PID 1 (systemd). [ 2.330835] tsc: Refined TSC clocksource calibration: 3491.840 MHz [ 2.416321] SELinux: Disabled at runtime. [ 2.454824] type=1404 audit(1535344303.378:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.500342] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.502305] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Reached target Encrypted Volumes. Mounting NFSD configuration filesystem... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Huge Pages File System... Mounting Debug File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. Starting Setup Virtual Console... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Listening on udev Control Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Mounted Debug File System. [ 3.230301] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. [ 3.380143] systemd-journald[394]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 3.582170] type=1305 audit(1535344304.505:3): audit_pid=435 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Login Service... [ 3.813171] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 3.821117] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.825273] [drm] Initialized drm 1.1.0 20060810 Starting Authorization Manager... Starting NTP client/server... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.856464] ppdev: user-space parallel port driver [ 3.862080] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.862081] [TTM] Initializing pool allocator [ 3.862082] [TTM] Initializing DMA pool allocator [ 3.862330] [drm] fb mappable at 0xFC000000 [ 3.862330] [drm] vram aper at 0xFC000000 [ 3.862331] [drm] size 33554432 [ 3.862331] [drm] fb depth is 24 [ 3.862331] [drm] pitch is 3072 [ 3.909834] fbcon: cirrusdrmfb (fb0) is primary device [ 3.934639] Console: switching to colour frame buffer device 128x48 [ 3.949205] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.954943] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems.[ 4.018638] AES CTR mode by8 optimization enabled Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 4.054289] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. [ 4.061122] alg: No test for crc32 (crc32-pclmul) Starting Command Scheduler... [ 4.065617] intel_rapl: no valid rapl domains found in package 0 [ 4.070112] intel_rapl: no valid rapl domains found in package 0 [ 4.073893] intel_powerclamp: No package C-state available [ 4.079504] intel_powerclamp: No package C-state available[ 3.959391] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:31:45 +0000. Up 3.92 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting OpenSSH server daemon... Starting System Logging Service... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.436028] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:31:47 +0000. Up 6.38 seconds. [ 6.472244] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.484233] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.492932] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.495292] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.497376] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.499385] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.16 | 255.255.255.0 | fa:16:3e:30:5d:fd | [ 6.501405] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.503472] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.505656] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.508621] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.511170] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.514406] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.517763] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.520246] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.522796] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-27 04:31:53,697 - paramiko.transport - DEBUG - starting thread (client mode): 0x410eee10L 2018-08-27 04:31:53,698 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 04:31:53,711 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 04:31:53,711 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 04:31:53,741 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 04:31:53,741 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 04:31:53,741 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 04:31:53,742 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 04:31:53,742 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 04:31:53,742 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 04:31:53,750 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 04:31:53,751 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 04:31:53,761 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.203: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-27 04:31:53,763 - paramiko.transport - DEBUG - Trying discovered key f0aaf1c17d3ed7a968d7fe43c8369f35 in /tmp/tmp9scIml 2018-08-27 04:31:53,789 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 04:32:03,821 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 04:32:03,842 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-27 04:32:03,848 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 04:32:03,856 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 04:32:03,859 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.203: Authentication failed. 2018-08-27 04:32:12,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:32:12,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:32:12,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:32:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-147607bc-8c64-43d0-aa89-fab9d20f2101 x-compute-request-id: req-147607bc-8c64-43d0-aa89-fab9d20f2101 Content-Encoding: gzip Content-Length: 11752 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1836875479 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.424580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.427586] pid_max: default: 32768 minimum: 301\n[ 0.429222] Security Framework initialized\n[ 0.430730] SELinux: Initializing.\n[ 0.432378] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.438924] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.442911] Mount-cache hash table entries: 4096\n[ 0.444822] Initializing cgroup subsys memory\n[ 0.446394] Initializing cgroup subsys devices\n[ 0.447963] Initializing cgroup subsys freezer\n[ 0.449527] Initializing cgroup subsys net_cls\n[ 0.451097] Initializing cgroup subsys blkio\n[ 0.452619] Initializing cgroup subsys perf_event\n[ 0.454236] Initializing cgroup subsys hugetlb\n[ 0.455793] Initializing cgroup subsys pids\n[ 0.457296] Initializing cgroup subsys net_prio\n[ 0.458956] CPU: Physical Processor ID: 0\n[ 0.461131] mce: CPU supports 10 MCE banks\n[ 0.462654] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464383] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.466116] tlb_flushall_shift: 6\n[ 0.467642] Freeing SMP alternatives: 28k freed\n[ 0.471817] ACPI: Core revision 20130517\n[ 0.473713] ACPI: All ACPI Tables successfully acquired\n[ 0.475687] ftrace: allocating 25812 entries in 101 pages\n[ 0.497679] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.499712] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.501703] smpboot: Max logical packages: 2\n[ 0.503500] Enabling x2apic\n[ 0.504730] Enabled x2apic\n[ 0.506237] Switched APIC routing to physical x2apic.\n[ 0.509278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.511254] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.514765] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.522929] KVM setup paravirtual spinlock\n[ 0.525713] smpboot: Booting Node 0, Processors #1 OK\n[ 0.527809] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.550406] Brought up 2 CPUs\n[ 0.550409] KVM setup async PF for cpu 1\n[ 0.550413] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.554645] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.557477] devtmpfs: initialized\n[ 0.560252] EVM: security.selinux\n[ 0.561567] EVM: security.ima\n[ 0.562817] EVM: security.capability\n[ 0.564843] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.566889] pinctrl core: initialized pinctrl subsystem\n[ 0.568725] NET: Registered protocol family 16\n[ 0.570486] ACPI: bus type PCI registered\n[ 0.571957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.574003] PCI: Using configuration type 1 for base access\n[ 0.579145] ACPI: Added _OSI(Module Device)\n[ 0.580665] ACPI: Added _OSI(Processor Device)\n[ 0.582259] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.583891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.586752] ACPI: Interpreter enabled\n[ 0.588219] ACPI: (supports S0 S5)\n[ 0.589608] ACPI: Using IOAPIC for interrupt routing\n[ 0.591327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.596222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.598221] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.600354] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.602417] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.606301] acpiphp: Slot [3] registered\n[ 0.607827] acpiphp: Slot [4] registered\n[ 0.609356] acpiphp: Slot [5] registered\n[ 0.610865] acpiphp: Slot [6] registered\n[ 0.612374] acpiphp: Slot [7] registered\n[ 0.613906] acpiphp: Slot [8] registered\n[ 0.615428] acpiphp: Slot [9] registered\n[ 0.616905] acpiphp: Slot [10] registered\n[ 0.618437] acpiphp: Slot [11] registered\n[ 0.619974] acpiphp: Slot [12] registered\n[ 0.621538] acpiphp: Slot [13] registered\n[ 0.623053] acpiphp: Slot [14] registered\n[ 0.624579] acpiphp: Slot [15] registered\n[ 0.626105] acpiphp: Slot [16] registered\n[ 0.627638] acpiphp: Slot [17] registered\n[ 0.629154] acpiphp: Slot [18] registered\n[ 0.630665] acpiphp: Slot [19] registered\n[ 0.632169] acpiphp: Slot [20] registered\n[ 0.633700] acpiphp: Slot [21] registered\n[ 0.635210] acpiphp: Slot [22] registered\n[ 0.636726] acpiphp: Slot [23] registered\n[ 0.638301] acpiphp: Slot [24] registered\n[ 0.639825] acpiphp: Slot [25] registered\n[ 0.641367] acpiphp: Slot [26] registered\n[ 0.642914] acpiphp: Slot [27] registered\n[ 0.644407] acpiphp: Slot [28] registered\n[ 0.645899] acpiphp: Slot [29] registered\n[ 0.647401] acpiphp: Slot [30] registered\n[ 0.648894] acpiphp: Slot [31] registered\n[ 0.650380] PCI host bridge to bus 0000:00\n[ 0.651871] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.653699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.655818] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.657889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.660710] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.663508] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.669178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.671295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.673327] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.675542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.679956] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.682700] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.707333] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.710567] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.713041] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.715395] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.717746] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.719923] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.722171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.725160] vgaarb: loaded\n[ 0.726414] vgaarb: bridge control possible 0000:00:02.0\n[ 0.728395] SCSI subsystem initialized\n[ 0.729872] ACPI: bus type USB registered\n[ 0.731414] usbcore: registered new interface driver usbfs\n[ 0.733220] usbcore: registered new interface driver hub\n[ 0.735052] usbcore: registered new device driver usb\n[ 0.737042] PCI: Using ACPI for IRQ routing\n[ 0.738994] NetLabel: Initializing\n[ 0.740367] NetLabel: domain hash size = 128\n[ 0.741945] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.743734] NetLabel: unlabeled traffic allowed by default\n[ 0.745787] Switched to clocksource kvm-clock\n[ 0.756035] pnp: PnP ACPI init\n[ 0.757381] ACPI: bus type PNP registered\n[ 0.759317] pnp: PnP ACPI: found 5 devices\n[ 0.760877] ACPI: bus type PNP unregistered\n[ 0.768776] NET: Registered protocol family 2\n[ 0.770752] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.773829] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.776398] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.778560] TCP: reno registered\n[ 0.779919] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.781965] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.784092] NET: Registered protocol family 1\n[ 0.785745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.787706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.789651] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.810190] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.830731] Unpacking initramfs...\n[ 1.314183] Freeing initrd memory: 37508k freed\n[ 1.323849] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.326015] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.329923] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.331962] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.334269] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.336262] Initialise system trusted keyring\n[ 1.337899] audit: initializing netlink socket (disabled)\n[ 1.339783] type=2000 audit(1535344302.247:1): initialized\n[ 1.356994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.359067] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.361961] zpool: loaded\n[ 1.363220] zbud: loaded\n[ 1.364617] VFS: Disk quotas dquot_6.5.2\n[ 1.366169] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.368408] msgmni has been set to 7578\n[ 1.369962] Key type big_key registered\n[ 1.372220] NET: Registered protocol family 38\n[ 1.373871] Key type asymmetric registered\n[ 1.375412] Asymmetric key parser 'x509' registered\n[ 1.377147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.380022] io scheduler noop registered\n[ 1.381538] io scheduler deadline registered (default)\n[ 1.397095] io scheduler cfq registered\n[ 1.398675] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.400577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.402771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.405618] ACPI: Power Button [PWRF]\n[ 1.407202] GHES: HEST is not enabled!\n[ 1.408758] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.433088] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.435481] Non-volatile memory driver v1.3\n[ 1.437071] Linux agpgart interface v0.103\n[ 1.438742] crash memory driver: version 1.1\n[ 1.440399] rdac: device handler registered\n[ 1.442065] hp_sw: device handler registered\n[ 1.443665] emc: device handler registered\n[ 1.445200] alua: device handler registered\n[ 1.446812] libphy: Fixed MDIO Bus: probed\n[ 1.448462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.450554] ehci-pci: EHCI PCI platform driver\n[ 1.452180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.454194] ohci-pci: OHCI PCI platform driver\n[ 1.455841] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.476375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.478267] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.481147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.482974] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.484995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.487070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.489790] usb usb1: Product: UHCI Host Controller\n[ 1.491522] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.493699] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.495494] hub 1-0:1.0: USB hub found\n[ 1.496994] hub 1-0:1.0: 2 ports detected\n[ 1.498655] usbcore: registered new interface driver usbserial\n[ 1.500615] usbcore: registered new interface driver usbserial_generic\n[ 1.502698] usbserial: USB Serial support registered for generic\n[ 1.504714] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.508422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.510153] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.511982] mousedev: PS/2 mouse device common for all mice\n[ 1.514147] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.517857] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.520920] rtc_cmos 00:00: RTC can wake from S4\n[ 1.522834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.524863] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.526921] cpuidle: using governor menu\n[ 1.528588] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.531716] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.533728] usbcore: registered new interface driver usbhid\n[ 1.535648] usbhid: USB HID core driver\n[ 1.537203] drop_monitor: Initializing network drop monitor service\n[ 1.539343] TCP: cubic registered\n[ 1.540754] Initializing XFRM netlink socket\n[ 1.542488] NET: Registered protocol family 10\n[ 1.544414] NET: Registered protocol family 17\n[ 1.546198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.548055] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.550047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.553351] Loading compiled-in X.509 certificates\n[ 1.555102] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.558456] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.562242] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.565509] registered taskstats version 1\n[ 1.568903] Key type trusted registered\n[ 1.571631] Key type encrypted registered\n[ 1.574318] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.576568] rtc_cmos 00:00: setting system clock to 2018-08-27 04:31:42 UTC (1535344302)\n[ 1.580213] Freeing unused kernel memory: 1680k freed\n[ 1.586089] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.591814] systemd[1]: Detected virtualization kvm.\n[ 1.593646] systemd[1]: Detected architecture x86-64.\n[ 1.595469] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.598779] systemd[1]: No hostname configured.\n[ 1.600451] systemd[1]: Set hostname to .\n[ 1.602298] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.628193] systemd[1]: Reached target Timers.\n[ 1.629906] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.632486] systemd[1]: Reached target Swap.\n[ 1.634127] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.636797] systemd[1]: Reached target Local File Systems.\n[ 1.638724] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.641662] systemd[1]: Created slice Root Slice.\n[ 1.643420] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.646172] systemd[1]: Listening on udev Kernel Socket.\n[ 1.648020] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.650911] systemd[1]: Listening on Journal Socket.\n[ 1.652715] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.655593] systemd[1]: Listening on udev Control Socket.\n[ 1.657474] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.660291] systemd[1]: Reached target Sockets.\n[ 1.661978] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.664635] systemd[1]: Created slice System Slice.\n[ 1.666410] systemd[1]: Starting System Slice.\n[ 1.668442] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.672063] systemd[1]: Reached target Slices.\n[ 1.673703] systemd[1]: Starting Slices.\n[ 1.675625] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.680588] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.683822] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.686601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.689590] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.693611] systemd[1]: Reached target Paths.\n[ 1.695220] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.698050] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.755626] RPC: Registered named UNIX socket transport module.\n[ 1.757831] RPC: Registered udp transport module.\n[ 1.759691] RPC: Registered tcp transport module.\n[ 1.761553] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.799804] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.862891] FDC 0 is a S82078B\n[ 1.881458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.885573] scsi host0: ata_piix\n[ 1.887216] scsi host1: ata_piix\n[ 1.888827] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.891000] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.929156] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.935589] vda: vda1\n[ 1.951672] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953921] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.956227] usb 1-1: Product: QEMU USB Tablet\n[ 1.957940] usb 1-1: Manufacturer: QEMU\n[ 1.959548] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.971881] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.975563] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.063379] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.066401] XFS (vda1): Mounting V4 Filesystem\n[ 2.090074] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-Sudev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.325162] systemd-journald[103]: Received SIGTERM from PID 1 (systemd).\n[ 2.330835] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n[ 2.416321] SELinux: Disabled at runtime.\n[ 2.454824] type=1404 audit(1535344303.378:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.500342] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.502305] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Huge Pages File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Mounted Debug File System.\n[ 3.230301] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.380143] systemd-journald[394]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 3.582170] type=1305 audit(1535344304.505:3): audit_pid=435 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Login Service...\n[ 3.813171] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 3.821117] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.825273] [drm] Initialized drm 1.1.0 20060810\n Starting Authorization Manager...\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.856464] ppdev: user-space parallel port driver\n[ 3.862080] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.862081] [TTM] Initializing pool allocator\n[ 3.862082] [TTM] Initializing DMA pool allocator\n[ 3.862330] [drm] fb mappable at 0xFC000000\n[ 3.862330] [drm] vram aper at 0xFC000000\n[ 3.862331] [drm] size 33554432\n[ 3.862331] [drm] fb depth is 24\n[ 3.862331] [drm] pitch is 3072\n[ 3.909834] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.934639] Console: switching to colour frame buffer device 128x48\n[ 3.949205] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.954943] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.[ 4.018638] AES CTR mode by8 optimization enabled\n\n Starting Permit User Sessions...\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 4.054289] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n[ 4.061122] alg: No test for crc32 (crc32-pclmul)\n Starting Command Scheduler...\n[ 4.065617] intel_rapl: no valid rapl domains found in package 0\n[ 4.070112] intel_rapl: no valid rapl domains found in package 0\n[ 4.073893] intel_powerclamp: No package C-state available\n[ 4.079504] intel_powerclamp: No package C-state available[ 3.959391] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:31:45 +0000. Up 3.92 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting OpenSSH server daemon...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.436028] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:31:47 +0000. Up 6.38 seconds.\n[ 6.472244] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.484233] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.492932] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.495292] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.497376] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.499385] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.16 | 255.255.255.0 | fa:16:3e:30:5d:fd |\n[ 6.501405] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.503472] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.505656] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.508621] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.511170] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.514406] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.517763] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.520246] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.522796] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-27 04:32:12,975 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action used request id req-147607bc-8c64-43d0-aa89-fab9d20f2101 2018-08-27 04:32:12,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.106885910034s 2018-08-27 04:32:12,977 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action used request id req-147607bc-8c64-43d0-aa89-fab9d20f2101 2018-08-27 04:32:12,977 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1836875479 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.424580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.427586] pid_max: default: 32768 minimum: 301 [ 0.429222] Security Framework initialized [ 0.430730] SELinux: Initializing. [ 0.432378] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.438924] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.442911] Mount-cache hash table entries: 4096 [ 0.444822] Initializing cgroup subsys memory [ 0.446394] Initializing cgroup subsys devices [ 0.447963] Initializing cgroup subsys freezer [ 0.449527] Initializing cgroup subsys net_cls [ 0.451097] Initializing cgroup subsys blkio [ 0.452619] Initializing cgroup subsys perf_event [ 0.454236] Initializing cgroup subsys hugetlb [ 0.455793] Initializing cgroup subsys pids [ 0.457296] Initializing cgroup subsys net_prio [ 0.458956] CPU: Physical Processor ID: 0 [ 0.461131] mce: CPU supports 10 MCE banks [ 0.462654] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464383] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.466116] tlb_flushall_shift: 6 [ 0.467642] Freeing SMP alternatives: 28k freed [ 0.471817] ACPI: Core revision 20130517 [ 0.473713] ACPI: All ACPI Tables successfully acquired [ 0.475687] ftrace: allocating 25812 entries in 101 pages [ 0.497679] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.499712] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.501703] smpboot: Max logical packages: 2 [ 0.503500] Enabling x2apic [ 0.504730] Enabled x2apic [ 0.506237] Switched APIC routing to physical x2apic. [ 0.509278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.511254] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.514765] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.522929] KVM setup paravirtual spinlock [ 0.525713] smpboot: Booting Node 0, Processors #1 OK [ 0.527809] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.550406] Brought up 2 CPUs [ 0.550409] KVM setup async PF for cpu 1 [ 0.550413] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.554645] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.557477] devtmpfs: initialized [ 0.560252] EVM: security.selinux [ 0.561567] EVM: security.ima [ 0.562817] EVM: security.capability [ 0.564843] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.566889] pinctrl core: initialized pinctrl subsystem [ 0.568725] NET: Registered protocol family 16 [ 0.570486] ACPI: bus type PCI registered [ 0.571957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.574003] PCI: Using configuration type 1 for base access [ 0.579145] ACPI: Added _OSI(Module Device) [ 0.580665] ACPI: Added _OSI(Processor Device) [ 0.582259] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.583891] ACPI: Added _OSI(Processor Aggregator Device) [ 0.586752] ACPI: Interpreter enabled [ 0.588219] ACPI: (supports S0 S5) [ 0.589608] ACPI: Using IOAPIC for interrupt routing [ 0.591327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.596222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.598221] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.600354] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.602417] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.606301] acpiphp: Slot [3] registered [ 0.607827] acpiphp: Slot [4] registered [ 0.609356] acpiphp: Slot [5] registered [ 0.610865] acpiphp: Slot [6] registered [ 0.612374] acpiphp: Slot [7] registered [ 0.613906] acpiphp: Slot [8] registered [ 0.615428] acpiphp: Slot [9] registered [ 0.616905] acpiphp: Slot [10] registered [ 0.618437] acpiphp: Slot [11] registered [ 0.619974] acpiphp: Slot [12] registered [ 0.621538] acpiphp: Slot [13] registered [ 0.623053] acpiphp: Slot [14] registered [ 0.624579] acpiphp: Slot [15] registered [ 0.626105] acpiphp: Slot [16] registered [ 0.627638] acpiphp: Slot [17] registered [ 0.629154] acpiphp: Slot [18] registered [ 0.630665] acpiphp: Slot [19] registered [ 0.632169] acpiphp: Slot [20] registered [ 0.633700] acpiphp: Slot [21] registered [ 0.635210] acpiphp: Slot [22] registered [ 0.636726] acpiphp: Slot [23] registered [ 0.638301] acpiphp: Slot [24] registered [ 0.639825] acpiphp: Slot [25] registered [ 0.641367] acpiphp: Slot [26] registered [ 0.642914] acpiphp: Slot [27] registered [ 0.644407] acpiphp: Slot [28] registered [ 0.645899] acpiphp: Slot [29] registered [ 0.647401] acpiphp: Slot [30] registered [ 0.648894] acpiphp: Slot [31] registered [ 0.650380] PCI host bridge to bus 0000:00 [ 0.651871] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.653699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.655818] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.657889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.660710] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.663508] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.669178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.671295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.673327] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.675542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.679956] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.682700] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.707333] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.710567] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.713041] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.715395] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.717746] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.719923] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.722171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.725160] vgaarb: loaded [ 0.726414] vgaarb: bridge control possible 0000:00:02.0 [ 0.728395] SCSI subsystem initialized [ 0.729872] ACPI: bus type USB registered [ 0.731414] usbcore: registered new interface driver usbfs [ 0.733220] usbcore: registered new interface driver hub [ 0.735052] usbcore: registered new device driver usb [ 0.737042] PCI: Using ACPI for IRQ routing [ 0.738994] NetLabel: Initializing [ 0.740367] NetLabel: domain hash size = 128 [ 0.741945] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.743734] NetLabel: unlabeled traffic allowed by default [ 0.745787] Switched to clocksource kvm-clock [ 0.756035] pnp: PnP ACPI init [ 0.757381] ACPI: bus type PNP registered [ 0.759317] pnp: PnP ACPI: found 5 devices [ 0.760877] ACPI: bus type PNP unregistered [ 0.768776] NET: Registered protocol family 2 [ 0.770752] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.773829] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.776398] TCP: Hash tables configured (established 32768 bind 32768) [ 0.778560] TCP: reno registered [ 0.779919] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.781965] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.784092] NET: Registered protocol family 1 [ 0.785745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.787706] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.789651] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.810190] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.830731] Unpacking initramfs... [ 1.314183] Freeing initrd memory: 37508k freed [ 1.323849] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.326015] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.329923] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.331962] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.334269] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.336262] Initialise system trusted keyring [ 1.337899] audit: initializing netlink socket (disabled) [ 1.339783] type=2000 audit(1535344302.247:1): initialized [ 1.356994] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.359067] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.361961] zpool: loaded [ 1.363220] zbud: loaded [ 1.364617] VFS: Disk quotas dquot_6.5.2 [ 1.366169] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.368408] msgmni has been set to 7578 [ 1.369962] Key type big_key registered [ 1.372220] NET: Registered protocol family 38 [ 1.373871] Key type asymmetric registered [ 1.375412] Asymmetric key parser 'x509' registered [ 1.377147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.380022] io scheduler noop registered [ 1.381538] io scheduler deadline registered (default) [ 1.397095] io scheduler cfq registered [ 1.398675] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.400577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.402771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.405618] ACPI: Power Button [PWRF] [ 1.407202] GHES: HEST is not enabled! [ 1.408758] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.433088] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.435481] Non-volatile memory driver v1.3 [ 1.437071] Linux agpgart interface v0.103 [ 1.438742] crash memory driver: version 1.1 [ 1.440399] rdac: device handler registered [ 1.442065] hp_sw: device handler registered [ 1.443665] emc: device handler registered [ 1.445200] alua: device handler registered [ 1.446812] libphy: Fixed MDIO Bus: probed [ 1.448462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.450554] ehci-pci: EHCI PCI platform driver [ 1.452180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.454194] ohci-pci: OHCI PCI platform driver [ 1.455841] uhci_hcd: USB Universal Host Controller Interface driver [ 1.476375] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.478267] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.481147] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.482974] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.484995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.487070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.489790] usb usb1: Product: UHCI Host Controller [ 1.491522] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.493699] usb usb1: SerialNumber: 0000:00:01.2 [ 1.495494] hub 1-0:1.0: USB hub found [ 1.496994] hub 1-0:1.0: 2 ports detected [ 1.498655] usbcore: registered new interface driver usbserial [ 1.500615] usbcore: registered new interface driver usbserial_generic [ 1.502698] usbserial: USB Serial support registered for generic [ 1.504714] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.508422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.510153] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.511982] mousedev: PS/2 mouse device common for all mice [ 1.514147] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.517857] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.520920] rtc_cmos 00:00: RTC can wake from S4 [ 1.522834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.524863] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.526921] cpuidle: using governor menu [ 1.528588] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.531716] hidraw: raw HID events driver (C) Jiri Kosina [ 1.533728] usbcore: registered new interface driver usbhid [ 1.535648] usbhid: USB HID core driver [ 1.537203] drop_monitor: Initializing network drop monitor service [ 1.539343] TCP: cubic registered [ 1.540754] Initializing XFRM netlink socket [ 1.542488] NET: Registered protocol family 10 [ 1.544414] NET: Registered protocol family 17 [ 1.546198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.548055] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.550047] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.553351] Loading compiled-in X.509 certificates [ 1.555102] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.558456] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.562242] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.565509] registered taskstats version 1 [ 1.568903] Key type trusted registered [ 1.571631] Key type encrypted registered [ 1.574318] IMA: No TPM chip found, activating TPM-bypass! [ 1.576568] rtc_cmos 00:00: setting system clock to 2018-08-27 04:31:42 UTC (1535344302) [ 1.580213] Freeing unused kernel memory: 1680k freed [ 1.586089] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.591814] systemd[1]: Detected virtualization kvm. [ 1.593646] systemd[1]: Detected architecture x86-64. [ 1.595469] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.598779] systemd[1]: No hostname configured. [ 1.600451] systemd[1]: Set hostname to . [ 1.602298] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.628193] systemd[1]: Reached target Timers. [ 1.629906] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.632486] systemd[1]: Reached target Swap. [ 1.634127] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.636797] systemd[1]: Reached target Local File Systems. [ 1.638724] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.641662] systemd[1]: Created slice Root Slice. [ 1.643420] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.646172] systemd[1]: Listening on udev Kernel Socket. [ 1.648020] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.650911] systemd[1]: Listening on Journal Socket. [ 1.652715] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.655593] systemd[1]: Listening on udev Control Socket. [ 1.657474] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.660291] systemd[1]: Reached target Sockets. [ 1.661978] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.664635] systemd[1]: Created slice System Slice. [ 1.666410] systemd[1]: Starting System Slice. [ 1.668442] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.672063] systemd[1]: Reached target Slices. [ 1.673703] systemd[1]: Starting Slices. [ 1.675625] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.680588] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.683822] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.686601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.689590] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.693611] systemd[1]: Reached target Paths. [ 1.695220] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.698050] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.755626] RPC: Registered named UNIX socket transport module. [ 1.757831] RPC: Registered udp transport module. [ 1.759691] RPC: Registered tcp transport module. [ 1.761553] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.799804] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.862891] FDC 0 is a S82078B [ 1.881458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.885573] scsi host0: ata_piix [ 1.887216] scsi host1: ata_piix [ 1.888827] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.891000] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.929156] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.935589] vda: vda1 [ 1.951672] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953921] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.956227] usb 1-1: Product: QEMU USB Tablet [ 1.957940] usb 1-1: Manufacturer: QEMU [ 1.959548] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.971881] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.975563] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.063379] SGI XFS with ACLs, security attributes, no debug enabled [ 2.066401] XFS (vda1): Mounting V4 Filesystem [ 2.090074] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-Sudev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.325162] systemd-journald[103]: Received SIGTERM from PID 1 (systemd). [ 2.330835] tsc: Refined TSC clocksource calibration: 3491.840 MHz [ 2.416321] SELinux: Disabled at runtime. [ 2.454824] type=1404 audit(1535344303.378:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.500342] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.502305] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Reached target Encrypted Volumes. Mounting NFSD configuration filesystem... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Huge Pages File System... Mounting Debug File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. Starting Setup Virtual Console... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Listening on udev Control Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Mounted Debug File System. [ 3.230301] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. [ 3.380143] systemd-journald[394]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 3.582170] type=1305 audit(1535344304.505:3): audit_pid=435 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Login Service... [ 3.813171] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 3.821117] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.825273] [drm] Initialized drm 1.1.0 20060810 Starting Authorization Manager... Starting NTP client/server... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.856464] ppdev: user-space parallel port driver [ 3.862080] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.862081] [TTM] Initializing pool allocator [ 3.862082] [TTM] Initializing DMA pool allocator [ 3.862330] [drm] fb mappable at 0xFC000000 [ 3.862330] [drm] vram aper at 0xFC000000 [ 3.862331] [drm] size 33554432 [ 3.862331] [drm] fb depth is 24 [ 3.862331] [drm] pitch is 3072 [ 3.909834] fbcon: cirrusdrmfb (fb0) is primary device [ 3.934639] Console: switching to colour frame buffer device 128x48 [ 3.949205] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.954943] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems.[ 4.018638] AES CTR mode by8 optimization enabled Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 4.054289] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. [ 4.061122] alg: No test for crc32 (crc32-pclmul) Starting Command Scheduler... [ 4.065617] intel_rapl: no valid rapl domains found in package 0 [ 4.070112] intel_rapl: no valid rapl domains found in package 0 [ 4.073893] intel_powerclamp: No package C-state available [ 4.079504] intel_powerclamp: No package C-state available[ 3.959391] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:31:45 +0000. Up 3.92 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting OpenSSH server daemon... Starting System Logging Service... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.436028] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:31:47 +0000. Up 6.38 seconds. [ 6.472244] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.484233] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.492932] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.495292] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.497376] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.499385] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.16 | 255.255.255.0 | fa:16:3e:30:5d:fd | [ 6.501405] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.503472] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.505656] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.508621] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.511170] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.514406] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.517763] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.520246] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.522796] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-27 04:32:12,980 - paramiko.transport - DEBUG - starting thread (client mode): 0x410eea10L 2018-08-27 04:32:12,981 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 04:32:12,986 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 04:32:12,987 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 04:32:12,988 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 04:32:12,988 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 04:32:12,989 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 04:32:12,989 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 04:32:12,989 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 04:32:12,989 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 04:32:12,994 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 04:32:12,994 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 04:32:12,997 - paramiko.transport - DEBUG - Trying discovered key f0aaf1c17d3ed7a968d7fe43c8369f35 in /tmp/tmp9scIml 2018-08-27 04:32:13,034 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 04:32:23,055 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 04:32:23,077 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-27 04:32:23,079 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 04:32:23,084 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 04:32:23,085 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.203: Authentication failed. 2018-08-27 04:32:32,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:32:32,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:32:32,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:32:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58428044-240b-4e0d-a5eb-03dd15b3bb46 x-compute-request-id: req-58428044-240b-4e0d-a5eb-03dd15b3bb46 Content-Encoding: gzip Content-Length: 11752 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1836875479 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.424580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.427586] pid_max: default: 32768 minimum: 301\n[ 0.429222] Security Framework initialized\n[ 0.430730] SELinux: Initializing.\n[ 0.432378] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.438924] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.442911] Mount-cache hash table entries: 4096\n[ 0.444822] Initializing cgroup subsys memory\n[ 0.446394] Initializing cgroup subsys devices\n[ 0.447963] Initializing cgroup subsys freezer\n[ 0.449527] Initializing cgroup subsys net_cls\n[ 0.451097] Initializing cgroup subsys blkio\n[ 0.452619] Initializing cgroup subsys perf_event\n[ 0.454236] Initializing cgroup subsys hugetlb\n[ 0.455793] Initializing cgroup subsys pids\n[ 0.457296] Initializing cgroup subsys net_prio\n[ 0.458956] CPU: Physical Processor ID: 0\n[ 0.461131] mce: CPU supports 10 MCE banks\n[ 0.462654] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464383] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.466116] tlb_flushall_shift: 6\n[ 0.467642] Freeing SMP alternatives: 28k freed\n[ 0.471817] ACPI: Core revision 20130517\n[ 0.473713] ACPI: All ACPI Tables successfully acquired\n[ 0.475687] ftrace: allocating 25812 entries in 101 pages\n[ 0.497679] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.499712] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.501703] smpboot: Max logical packages: 2\n[ 0.503500] Enabling x2apic\n[ 0.504730] Enabled x2apic\n[ 0.506237] Switched APIC routing to physical x2apic.\n[ 0.509278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.511254] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.514765] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.522929] KVM setup paravirtual spinlock\n[ 0.525713] smpboot: Booting Node 0, Processors #1 OK\n[ 0.527809] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.550406] Brought up 2 CPUs\n[ 0.550409] KVM setup async PF for cpu 1\n[ 0.550413] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.554645] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.557477] devtmpfs: initialized\n[ 0.560252] EVM: security.selinux\n[ 0.561567] EVM: security.ima\n[ 0.562817] EVM: security.capability\n[ 0.564843] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.566889] pinctrl core: initialized pinctrl subsystem\n[ 0.568725] NET: Registered protocol family 16\n[ 0.570486] ACPI: bus type PCI registered\n[ 0.571957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.574003] PCI: Using configuration type 1 for base access\n[ 0.579145] ACPI: Added _OSI(Module Device)\n[ 0.580665] ACPI: Added _OSI(Processor Device)\n[ 0.582259] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.583891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.586752] ACPI: Interpreter enabled\n[ 0.588219] ACPI: (supports S0 S5)\n[ 0.589608] ACPI: Using IOAPIC for interrupt routing\n[ 0.591327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.596222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.598221] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.600354] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.602417] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.606301] acpiphp: Slot [3] registered\n[ 0.607827] acpiphp: Slot [4] registered\n[ 0.609356] acpiphp: Slot [5] registered\n[ 0.610865] acpiphp: Slot [6] registered\n[ 0.612374] acpiphp: Slot [7] registered\n[ 0.613906] acpiphp: Slot [8] registered\n[ 0.615428] acpiphp: Slot [9] registered\n[ 0.616905] acpiphp: Slot [10] registered\n[ 0.618437] acpiphp: Slot [11] registered\n[ 0.619974] acpiphp: Slot [12] registered\n[ 0.621538] acpiphp: Slot [13] registered\n[ 0.623053] acpiphp: Slot [14] registered\n[ 0.624579] acpiphp: Slot [15] registered\n[ 0.626105] acpiphp: Slot [16] registered\n[ 0.627638] acpiphp: Slot [17] registered\n[ 0.629154] acpiphp: Slot [18] registered\n[ 0.630665] acpiphp: Slot [19] registered\n[ 0.632169] acpiphp: Slot [20] registered\n[ 0.633700] acpiphp: Slot [21] registered\n[ 0.635210] acpiphp: Slot [22] registered\n[ 0.636726] acpiphp: Slot [23] registered\n[ 0.638301] acpiphp: Slot [24] registered\n[ 0.639825] acpiphp: Slot [25] registered\n[ 0.641367] acpiphp: Slot [26] registered\n[ 0.642914] acpiphp: Slot [27] registered\n[ 0.644407] acpiphp: Slot [28] registered\n[ 0.645899] acpiphp: Slot [29] registered\n[ 0.647401] acpiphp: Slot [30] registered\n[ 0.648894] acpiphp: Slot [31] registered\n[ 0.650380] PCI host bridge to bus 0000:00\n[ 0.651871] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.653699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.655818] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.657889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.660710] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.663508] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.669178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.671295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.673327] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.675542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.679956] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.682700] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.707333] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.710567] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.713041] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.715395] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.717746] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.719923] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.722171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.725160] vgaarb: loaded\n[ 0.726414] vgaarb: bridge control possible 0000:00:02.0\n[ 0.728395] SCSI subsystem initialized\n[ 0.729872] ACPI: bus type USB registered\n[ 0.731414] usbcore: registered new interface driver usbfs\n[ 0.733220] usbcore: registered new interface driver hub\n[ 0.735052] usbcore: registered new device driver usb\n[ 0.737042] PCI: Using ACPI for IRQ routing\n[ 0.738994] NetLabel: Initializing\n[ 0.740367] NetLabel: domain hash size = 128\n[ 0.741945] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.743734] NetLabel: unlabeled traffic allowed by default\n[ 0.745787] Switched to clocksource kvm-clock\n[ 0.756035] pnp: PnP ACPI init\n[ 0.757381] ACPI: bus type PNP registered\n[ 0.759317] pnp: PnP ACPI: found 5 devices\n[ 0.760877] ACPI: bus type PNP unregistered\n[ 0.768776] NET: Registered protocol family 2\n[ 0.770752] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.773829] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.776398] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.778560] TCP: reno registered\n[ 0.779919] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.781965] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.784092] NET: Registered protocol family 1\n[ 0.785745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.787706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.789651] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.810190] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.830731] Unpacking initramfs...\n[ 1.314183] Freeing initrd memory: 37508k freed\n[ 1.323849] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.326015] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.329923] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.331962] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.334269] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.336262] Initialise system trusted keyring\n[ 1.337899] audit: initializing netlink socket (disabled)\n[ 1.339783] type=2000 audit(1535344302.247:1): initialized\n[ 1.356994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.359067] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.361961] zpool: loaded\n[ 1.363220] zbud: loaded\n[ 1.364617] VFS: Disk quotas dquot_6.5.2\n[ 1.366169] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.368408] msgmni has been set to 7578\n[ 1.369962] Key type big_key registered\n[ 1.372220] NET: Registered protocol family 38\n[ 1.373871] Key type asymmetric registered\n[ 1.375412] Asymmetric key parser 'x509' registered\n[ 1.377147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.380022] io scheduler noop registered\n[ 1.381538] io scheduler deadline registered (default)\n[ 1.397095] io scheduler cfq registered\n[ 1.398675] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.400577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.402771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.405618] ACPI: Power Button [PWRF]\n[ 1.407202] GHES: HEST is not enabled!\n[ 1.408758] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.433088] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.435481] Non-volatile memory driver v1.3\n[ 1.437071] Linux agpgart interface v0.103\n[ 1.438742] crash memory driver: version 1.1\n[ 1.440399] rdac: device handler registered\n[ 1.442065] hp_sw: device handler registered\n[ 1.443665] emc: device handler registered\n[ 1.445200] alua: device handler registered\n[ 1.446812] libphy: Fixed MDIO Bus: probed\n[ 1.448462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.450554] ehci-pci: EHCI PCI platform driver\n[ 1.452180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.454194] ohci-pci: OHCI PCI platform driver\n[ 1.455841] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.476375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.478267] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.481147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.482974] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.484995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.487070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.489790] usb usb1: Product: UHCI Host Controller\n[ 1.491522] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.493699] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.495494] hub 1-0:1.0: USB hub found\n[ 1.496994] hub 1-0:1.0: 2 ports detected\n[ 1.498655] usbcore: registered new interface driver usbserial\n[ 1.500615] usbcore: registered new interface driver usbserial_generic\n[ 1.502698] usbserial: USB Serial support registered for generic\n[ 1.504714] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.508422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.510153] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.511982] mousedev: PS/2 mouse device common for all mice\n[ 1.514147] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.517857] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.520920] rtc_cmos 00:00: RTC can wake from S4\n[ 1.522834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.524863] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.526921] cpuidle: using governor menu\n[ 1.528588] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.531716] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.533728] usbcore: registered new interface driver usbhid\n[ 1.535648] usbhid: USB HID core driver\n[ 1.537203] drop_monitor: Initializing network drop monitor service\n[ 1.539343] TCP: cubic registered\n[ 1.540754] Initializing XFRM netlink socket\n[ 1.542488] NET: Registered protocol family 10\n[ 1.544414] NET: Registered protocol family 17\n[ 1.546198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.548055] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.550047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.553351] Loading compiled-in X.509 certificates\n[ 1.555102] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.558456] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.562242] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.565509] registered taskstats version 1\n[ 1.568903] Key type trusted registered\n[ 1.571631] Key type encrypted registered\n[ 1.574318] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.576568] rtc_cmos 00:00: setting system clock to 2018-08-27 04:31:42 UTC (1535344302)\n[ 1.580213] Freeing unused kernel memory: 1680k freed\n[ 1.586089] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.591814] systemd[1]: Detected virtualization kvm.\n[ 1.593646] systemd[1]: Detected architecture x86-64.\n[ 1.595469] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.598779] systemd[1]: No hostname configured.\n[ 1.600451] systemd[1]: Set hostname to .\n[ 1.602298] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.628193] systemd[1]: Reached target Timers.\n[ 1.629906] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.632486] systemd[1]: Reached target Swap.\n[ 1.634127] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.636797] systemd[1]: Reached target Local File Systems.\n[ 1.638724] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.641662] systemd[1]: Created slice Root Slice.\n[ 1.643420] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.646172] systemd[1]: Listening on udev Kernel Socket.\n[ 1.648020] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.650911] systemd[1]: Listening on Journal Socket.\n[ 1.652715] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.655593] systemd[1]: Listening on udev Control Socket.\n[ 1.657474] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.660291] systemd[1]: Reached target Sockets.\n[ 1.661978] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.664635] systemd[1]: Created slice System Slice.\n[ 1.666410] systemd[1]: Starting System Slice.\n[ 1.668442] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.672063] systemd[1]: Reached target Slices.\n[ 1.673703] systemd[1]: Starting Slices.\n[ 1.675625] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.680588] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.683822] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.686601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.689590] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.693611] systemd[1]: Reached target Paths.\n[ 1.695220] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.698050] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.755626] RPC: Registered named UNIX socket transport module.\n[ 1.757831] RPC: Registered udp transport module.\n[ 1.759691] RPC: Registered tcp transport module.\n[ 1.761553] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.799804] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.862891] FDC 0 is a S82078B\n[ 1.881458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.885573] scsi host0: ata_piix\n[ 1.887216] scsi host1: ata_piix\n[ 1.888827] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.891000] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.929156] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.935589] vda: vda1\n[ 1.951672] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953921] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.956227] usb 1-1: Product: QEMU USB Tablet\n[ 1.957940] usb 1-1: Manufacturer: QEMU\n[ 1.959548] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.971881] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.975563] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.063379] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.066401] XFS (vda1): Mounting V4 Filesystem\n[ 2.090074] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-Sudev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.325162] systemd-journald[103]: Received SIGTERM from PID 1 (systemd).\n[ 2.330835] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n[ 2.416321] SELinux: Disabled at runtime.\n[ 2.454824] type=1404 audit(1535344303.378:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.500342] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.502305] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Huge Pages File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Mounted Debug File System.\n[ 3.230301] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.380143] systemd-journald[394]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 3.582170] type=1305 audit(1535344304.505:3): audit_pid=435 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Login Service...\n[ 3.813171] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 3.821117] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.825273] [drm] Initialized drm 1.1.0 20060810\n Starting Authorization Manager...\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.856464] ppdev: user-space parallel port driver\n[ 3.862080] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.862081] [TTM] Initializing pool allocator\n[ 3.862082] [TTM] Initializing DMA pool allocator\n[ 3.862330] [drm] fb mappable at 0xFC000000\n[ 3.862330] [drm] vram aper at 0xFC000000\n[ 3.862331] [drm] size 33554432\n[ 3.862331] [drm] fb depth is 24\n[ 3.862331] [drm] pitch is 3072\n[ 3.909834] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.934639] Console: switching to colour frame buffer device 128x48\n[ 3.949205] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.954943] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.[ 4.018638] AES CTR mode by8 optimization enabled\n\n Starting Permit User Sessions...\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 4.054289] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n[ 4.061122] alg: No test for crc32 (crc32-pclmul)\n Starting Command Scheduler...\n[ 4.065617] intel_rapl: no valid rapl domains found in package 0\n[ 4.070112] intel_rapl: no valid rapl domains found in package 0\n[ 4.073893] intel_powerclamp: No package C-state available\n[ 4.079504] intel_powerclamp: No package C-state available[ 3.959391] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:31:45 +0000. Up 3.92 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting OpenSSH server daemon...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.436028] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:31:47 +0000. Up 6.38 seconds.\n[ 6.472244] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.484233] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.492932] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.495292] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.497376] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.499385] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.16 | 255.255.255.0 | fa:16:3e:30:5d:fd |\n[ 6.501405] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.503472] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.505656] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.508621] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.511170] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.514406] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.517763] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.520246] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.522796] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-27 04:32:32,180 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action used request id req-58428044-240b-4e0d-a5eb-03dd15b3bb46 2018-08-27 04:32:32,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0921359062195s 2018-08-27 04:32:32,181 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a/action used request id req-58428044-240b-4e0d-a5eb-03dd15b3bb46 2018-08-27 04:32:32,182 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1836875479 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.424580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.427586] pid_max: default: 32768 minimum: 301 [ 0.429222] Security Framework initialized [ 0.430730] SELinux: Initializing. [ 0.432378] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.438924] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.442911] Mount-cache hash table entries: 4096 [ 0.444822] Initializing cgroup subsys memory [ 0.446394] Initializing cgroup subsys devices [ 0.447963] Initializing cgroup subsys freezer [ 0.449527] Initializing cgroup subsys net_cls [ 0.451097] Initializing cgroup subsys blkio [ 0.452619] Initializing cgroup subsys perf_event [ 0.454236] Initializing cgroup subsys hugetlb [ 0.455793] Initializing cgroup subsys pids [ 0.457296] Initializing cgroup subsys net_prio [ 0.458956] CPU: Physical Processor ID: 0 [ 0.461131] mce: CPU supports 10 MCE banks [ 0.462654] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464383] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.466116] tlb_flushall_shift: 6 [ 0.467642] Freeing SMP alternatives: 28k freed [ 0.471817] ACPI: Core revision 20130517 [ 0.473713] ACPI: All ACPI Tables successfully acquired [ 0.475687] ftrace: allocating 25812 entries in 101 pages [ 0.497679] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.499712] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.501703] smpboot: Max logical packages: 2 [ 0.503500] Enabling x2apic [ 0.504730] Enabled x2apic [ 0.506237] Switched APIC routing to physical x2apic. [ 0.509278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.511254] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.514765] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.522929] KVM setup paravirtual spinlock [ 0.525713] smpboot: Booting Node 0, Processors #1 OK [ 0.527809] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.550406] Brought up 2 CPUs [ 0.550409] KVM setup async PF for cpu 1 [ 0.550413] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.554645] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.557477] devtmpfs: initialized [ 0.560252] EVM: security.selinux [ 0.561567] EVM: security.ima [ 0.562817] EVM: security.capability [ 0.564843] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.566889] pinctrl core: initialized pinctrl subsystem [ 0.568725] NET: Registered protocol family 16 [ 0.570486] ACPI: bus type PCI registered [ 0.571957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.574003] PCI: Using configuration type 1 for base access [ 0.579145] ACPI: Added _OSI(Module Device) [ 0.580665] ACPI: Added _OSI(Processor Device) [ 0.582259] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.583891] ACPI: Added _OSI(Processor Aggregator Device) [ 0.586752] ACPI: Interpreter enabled [ 0.588219] ACPI: (supports S0 S5) [ 0.589608] ACPI: Using IOAPIC for interrupt routing [ 0.591327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.596222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.598221] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.600354] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.602417] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.606301] acpiphp: Slot [3] registered [ 0.607827] acpiphp: Slot [4] registered [ 0.609356] acpiphp: Slot [5] registered [ 0.610865] acpiphp: Slot [6] registered [ 0.612374] acpiphp: Slot [7] registered [ 0.613906] acpiphp: Slot [8] registered [ 0.615428] acpiphp: Slot [9] registered [ 0.616905] acpiphp: Slot [10] registered [ 0.618437] acpiphp: Slot [11] registered [ 0.619974] acpiphp: Slot [12] registered [ 0.621538] acpiphp: Slot [13] registered [ 0.623053] acpiphp: Slot [14] registered [ 0.624579] acpiphp: Slot [15] registered [ 0.626105] acpiphp: Slot [16] registered [ 0.627638] acpiphp: Slot [17] registered [ 0.629154] acpiphp: Slot [18] registered [ 0.630665] acpiphp: Slot [19] registered [ 0.632169] acpiphp: Slot [20] registered [ 0.633700] acpiphp: Slot [21] registered [ 0.635210] acpiphp: Slot [22] registered [ 0.636726] acpiphp: Slot [23] registered [ 0.638301] acpiphp: Slot [24] registered [ 0.639825] acpiphp: Slot [25] registered [ 0.641367] acpiphp: Slot [26] registered [ 0.642914] acpiphp: Slot [27] registered [ 0.644407] acpiphp: Slot [28] registered [ 0.645899] acpiphp: Slot [29] registered [ 0.647401] acpiphp: Slot [30] registered [ 0.648894] acpiphp: Slot [31] registered [ 0.650380] PCI host bridge to bus 0000:00 [ 0.651871] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.653699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.655818] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.657889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.660710] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.663508] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.669178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.671295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.673327] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.675542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.679956] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.682700] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.707333] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.710567] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.713041] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.715395] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.717746] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.719923] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.722171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.725160] vgaarb: loaded [ 0.726414] vgaarb: bridge control possible 0000:00:02.0 [ 0.728395] SCSI subsystem initialized [ 0.729872] ACPI: bus type USB registered [ 0.731414] usbcore: registered new interface driver usbfs [ 0.733220] usbcore: registered new interface driver hub [ 0.735052] usbcore: registered new device driver usb [ 0.737042] PCI: Using ACPI for IRQ routing [ 0.738994] NetLabel: Initializing [ 0.740367] NetLabel: domain hash size = 128 [ 0.741945] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.743734] NetLabel: unlabeled traffic allowed by default [ 0.745787] Switched to clocksource kvm-clock [ 0.756035] pnp: PnP ACPI init [ 0.757381] ACPI: bus type PNP registered [ 0.759317] pnp: PnP ACPI: found 5 devices [ 0.760877] ACPI: bus type PNP unregistered [ 0.768776] NET: Registered protocol family 2 [ 0.770752] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.773829] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.776398] TCP: Hash tables configured (established 32768 bind 32768) [ 0.778560] TCP: reno registered [ 0.779919] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.781965] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.784092] NET: Registered protocol family 1 [ 0.785745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.787706] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.789651] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.810190] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.830731] Unpacking initramfs... [ 1.314183] Freeing initrd memory: 37508k freed [ 1.323849] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.326015] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.329923] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.331962] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.334269] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.336262] Initialise system trusted keyring [ 1.337899] audit: initializing netlink socket (disabled) [ 1.339783] type=2000 audit(1535344302.247:1): initialized [ 1.356994] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.359067] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.361961] zpool: loaded [ 1.363220] zbud: loaded [ 1.364617] VFS: Disk quotas dquot_6.5.2 [ 1.366169] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.368408] msgmni has been set to 7578 [ 1.369962] Key type big_key registered [ 1.372220] NET: Registered protocol family 38 [ 1.373871] Key type asymmetric registered [ 1.375412] Asymmetric key parser 'x509' registered [ 1.377147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.380022] io scheduler noop registered [ 1.381538] io scheduler deadline registered (default) [ 1.397095] io scheduler cfq registered [ 1.398675] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.400577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.402771] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.405618] ACPI: Power Button [PWRF] [ 1.407202] GHES: HEST is not enabled! [ 1.408758] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.433088] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.435481] Non-volatile memory driver v1.3 [ 1.437071] Linux agpgart interface v0.103 [ 1.438742] crash memory driver: version 1.1 [ 1.440399] rdac: device handler registered [ 1.442065] hp_sw: device handler registered [ 1.443665] emc: device handler registered [ 1.445200] alua: device handler registered [ 1.446812] libphy: Fixed MDIO Bus: probed [ 1.448462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.450554] ehci-pci: EHCI PCI platform driver [ 1.452180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.454194] ohci-pci: OHCI PCI platform driver [ 1.455841] uhci_hcd: USB Universal Host Controller Interface driver [ 1.476375] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.478267] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.481147] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.482974] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.484995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.487070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.489790] usb usb1: Product: UHCI Host Controller [ 1.491522] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.493699] usb usb1: SerialNumber: 0000:00:01.2 [ 1.495494] hub 1-0:1.0: USB hub found [ 1.496994] hub 1-0:1.0: 2 ports detected [ 1.498655] usbcore: registered new interface driver usbserial [ 1.500615] usbcore: registered new interface driver usbserial_generic [ 1.502698] usbserial: USB Serial support registered for generic [ 1.504714] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.508422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.510153] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.511982] mousedev: PS/2 mouse device common for all mice [ 1.514147] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.517857] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.520920] rtc_cmos 00:00: RTC can wake from S4 [ 1.522834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.524863] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.526921] cpuidle: using governor menu [ 1.528588] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.531716] hidraw: raw HID events driver (C) Jiri Kosina [ 1.533728] usbcore: registered new interface driver usbhid [ 1.535648] usbhid: USB HID core driver [ 1.537203] drop_monitor: Initializing network drop monitor service [ 1.539343] TCP: cubic registered [ 1.540754] Initializing XFRM netlink socket [ 1.542488] NET: Registered protocol family 10 [ 1.544414] NET: Registered protocol family 17 [ 1.546198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.548055] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.550047] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.553351] Loading compiled-in X.509 certificates [ 1.555102] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.558456] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.562242] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.565509] registered taskstats version 1 [ 1.568903] Key type trusted registered [ 1.571631] Key type encrypted registered [ 1.574318] IMA: No TPM chip found, activating TPM-bypass! [ 1.576568] rtc_cmos 00:00: setting system clock to 2018-08-27 04:31:42 UTC (1535344302) [ 1.580213] Freeing unused kernel memory: 1680k freed [ 1.586089] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.591814] systemd[1]: Detected virtualization kvm. [ 1.593646] systemd[1]: Detected architecture x86-64. [ 1.595469] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.598779] systemd[1]: No hostname configured. [ 1.600451] systemd[1]: Set hostname to . [ 1.602298] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.628193] systemd[1]: Reached target Timers. [ 1.629906] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.632486] systemd[1]: Reached target Swap. [ 1.634127] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.636797] systemd[1]: Reached target Local File Systems. [ 1.638724] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.641662] systemd[1]: Created slice Root Slice. [ 1.643420] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.646172] systemd[1]: Listening on udev Kernel Socket. [ 1.648020] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.650911] systemd[1]: Listening on Journal Socket. [ 1.652715] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.655593] systemd[1]: Listening on udev Control Socket. [ 1.657474] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.660291] systemd[1]: Reached target Sockets. [ 1.661978] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.664635] systemd[1]: Created slice System Slice. [ 1.666410] systemd[1]: Starting System Slice. [ 1.668442] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.672063] systemd[1]: Reached target Slices. [ 1.673703] systemd[1]: Starting Slices. [ 1.675625] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.680588] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.683822] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.686601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.689590] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.693611] systemd[1]: Reached target Paths. [ 1.695220] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.698050] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.755626] RPC: Registered named UNIX socket transport module. [ 1.757831] RPC: Registered udp transport module. [ 1.759691] RPC: Registered tcp transport module. [ 1.761553] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.799804] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.862891] FDC 0 is a S82078B [ 1.881458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.885573] scsi host0: ata_piix [ 1.887216] scsi host1: ata_piix [ 1.888827] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.891000] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.929156] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.935589] vda: vda1 [ 1.951672] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953921] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.956227] usb 1-1: Product: QEMU USB Tablet [ 1.957940] usb 1-1: Manufacturer: QEMU [ 1.959548] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.971881] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.975563] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.063379] SGI XFS with ACLs, security attributes, no debug enabled [ 2.066401] XFS (vda1): Mounting V4 Filesystem [ 2.090074] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-Sudev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.325162] systemd-journald[103]: Received SIGTERM from PID 1 (systemd). [ 2.330835] tsc: Refined TSC clocksource calibration: 3491.840 MHz [ 2.416321] SELinux: Disabled at runtime. [ 2.454824] type=1404 audit(1535344303.378:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.500342] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.502305] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Reached target Encrypted Volumes. Mounting NFSD configuration filesystem... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Huge Pages File System... Mounting Debug File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. Starting Setup Virtual Console... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Listening on udev Control Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Mounted Debug File System. [ 3.230301] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. [ 3.380143] systemd-journald[394]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 3.582170] type=1305 audit(1535344304.505:3): audit_pid=435 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Login Service... [ 3.813171] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 3.821117] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.825273] [drm] Initialized drm 1.1.0 20060810 Starting Authorization Manager... Starting NTP client/server... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.856464] ppdev: user-space parallel port driver [ 3.862080] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.862081] [TTM] Initializing pool allocator [ 3.862082] [TTM] Initializing DMA pool allocator [ 3.862330] [drm] fb mappable at 0xFC000000 [ 3.862330] [drm] vram aper at 0xFC000000 [ 3.862331] [drm] size 33554432 [ 3.862331] [drm] fb depth is 24 [ 3.862331] [drm] pitch is 3072 [ 3.909834] fbcon: cirrusdrmfb (fb0) is primary device [ 3.934639] Console: switching to colour frame buffer device 128x48 [ 3.949205] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.954943] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems.[ 4.018638] AES CTR mode by8 optimization enabled Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 4.054289] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. [ 4.061122] alg: No test for crc32 (crc32-pclmul) Starting Command Scheduler... [ 4.065617] intel_rapl: no valid rapl domains found in package 0 [ 4.070112] intel_rapl: no valid rapl domains found in package 0 [ 4.073893] intel_powerclamp: No package C-state available [ 4.079504] intel_powerclamp: No package C-state available[ 3.959391] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:31:45 +0000. Up 3.92 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting OpenSSH server daemon... Starting System Logging Service... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.436028] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:31:47 +0000. Up 6.38 seconds. [ 6.472244] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.484233] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.492932] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.495292] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.497376] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.499385] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.16 | 255.255.255.0 | fa:16:3e:30:5d:fd | [ 6.501405] cloud-init[799]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.503472] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.505656] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.508621] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.511170] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.514406] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.517763] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.520246] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.522796] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-27 04:32:32,185 - paramiko.transport - DEBUG - starting thread (client mode): 0x410b0090L 2018-08-27 04:32:32,185 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 04:32:32,192 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 04:32:32,193 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 04:32:32,195 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 04:32:32,195 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 04:32:32,195 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 04:32:32,195 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 04:32:32,195 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 04:32:32,195 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 04:32:32,200 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 04:32:32,200 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 04:32:32,218 - paramiko.transport - DEBUG - Trying discovered key f0aaf1c17d3ed7a968d7fe43c8369f35 in /tmp/tmp9scIml 2018-08-27 04:32:32,240 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 04:32:42,258 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 04:32:42,265 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-27 04:32:42,265 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-27 04:32:42,265 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-27 04:32:42,266 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/status 2018-08-27 04:32:42,447 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:32:42,447 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:32:42,447 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:32:42,447 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:32:42,448 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:32:42,448 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:32:42,448 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:32:42,448 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 809, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8015, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 910, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 813, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 814, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 857, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 04:32:42,448 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:32:42,448 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:32:42 GMT 2018-08-27 04:32:42,448 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:32:42,448 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-27 04:32:42,448 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:32:42,449 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 809, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 8015, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 910, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 813, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 814, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 857, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-27 04:32:42,449 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/status 2018-08-27 04:32:42,642 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:32:42,642 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:32:42,642 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:32:42,643 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:32:42,643 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:32:42,643 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:32:42,643 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:32:42,643 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 809, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8015, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 910, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 813, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 814, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 857, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 04:32:42,643 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:32:42,643 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:32:42 GMT 2018-08-27 04:32:42,643 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:32:42,643 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-27 04:32:42,644 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:32:42,644 - functest.core.cloudify - INFO - The current manager status is running 2018-08-27 04:32:42,644 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-27 04:32:42,709 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:32:42,709 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:32:42,709 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:32:42,710 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:32:42,710 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:32:42,710 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:32:42,710 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:32:42,710 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-27 04:32:42,710 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T04:32:42.320Z", "updated_at": "2018-08-27T04:32:42.320Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 04:32:42,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:32:42,710 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:32:42 GMT 2018-08-27 04:32:42,710 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:32:42,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 04:32:42,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:32:42,711 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/secrets 2018-08-27 04:32:42,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:32:42,759 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:32:42,759 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:32:42,759 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:32:42,759 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:32:42,759 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:32:42,759 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:32:42,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-27T04:32:42.320Z", "updated_at": "2018-08-27T04:32:42.320Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-27 04:32:42,760 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:32:42,760 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:32:42 GMT 2018-08-27 04:32:42,760 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:32:42,760 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-27 04:32:42,760 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:32:42,760 - functest.core.cloudify - DEBUG - List secrets: 2018-08-27 04:32:42,761 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/secrets/foo 2018-08-27 04:32:42,809 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:32:42,809 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:32:42,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:32:42,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:32:42,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:32:42,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:32:42,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:32:42,809 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-27 04:32:42,809 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T04:32:42.320Z", "updated_at": "2018-08-27T04:32:42.320Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 04:32:42,810 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:32:42,810 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:32:42 GMT 2018-08-27 04:32:42,810 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:32:42,810 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 04:32:42,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:32:42,810 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-27 04:32:42,810 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-27 04:32:42,935 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 04:32:42,935 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 04:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 04:32:42,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 04:32:42,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/5135cad7-0b8f-4191-9e47-f29668295879.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:43,864 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07e16a1b-05a3-45a2-b671-33efe268438d Content-Length: 0 Date: Mon, 27 Aug 2018 04:32:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:32:43,865 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/5135cad7-0b8f-4191-9e47-f29668295879.json used request id req-07e16a1b-05a3-45a2-b671-33efe268438d 2018-08-27 04:32:43,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.922183036804s 2018-08-27 04:32:43,865 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/5135cad7-0b8f-4191-9e47-f29668295879.json used request id req-07e16a1b-05a3-45a2-b671-33efe268438d 2018-08-27 04:32:43,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 04:32:43,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:43,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-27152e5d-cb63-4035-b571-3060271d14cf Date: Mon, 27 Aug 2018 04:32:43 GMT RESP BODY: {"floatingips": []} 2018-08-27 04:32:43,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-27152e5d-cb63-4035-b571-3060271d14cf 2018-08-27 04:32:43,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0596289634705s 2018-08-27 04:32:43,930 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-27152e5d-cb63-4035-b571-3060271d14cf 2018-08-27 04:32:43,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 04:32:43,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:44,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:32:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02a4c19c-43e6-4506-afa2-284b5825e6cf x-compute-request-id: req-02a4c19c-43e6-4506-afa2-284b5825e6cf Content-Type: application/json 2018-08-27 04:32:44,144 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a used request id req-02a4c19c-43e6-4506-afa2-284b5825e6cf 2018-08-27 04:32:44,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.213338136673s 2018-08-27 04:32:44,145 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a used request id req-02a4c19c-43e6-4506-afa2-284b5825e6cf 2018-08-27 04:32:44,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:32:44,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:45,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:32:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17fde27a-50c6-49f6-9501-359b711a9322 x-compute-request-id: req-17fde27a-50c6-49f6-9501-359b711a9322 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_1da68bdf-bd11-49d8-9a7a-4f2abd58d046": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:5d:fd", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:5d:fd", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4d89ac76-99d4-4784-b338-3b39d5822e1a", "rel": "bookmark"}], "image": {"id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "links": [{"href": "http://172.30.9.26:8774/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:31:39.000000", "flavor": {"id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3", "links": [{"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}]}, "id": "4d89ac76-99d4-4784-b338-3b39d5822e1a", "security_groups": [{"name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}], "user_id": "6242697c7245476eb94bbc62f9698458", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:32:44Z", "hostId": "9b692bc16e97ce892401ce1ef02c0344776633710711b9ea36dc30f4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "name": "cloudify-vm_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "created": "2018-08-27T04:29:35Z", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:32:45,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-17fde27a-50c6-49f6-9501-359b711a9322 2018-08-27 04:32:45,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.920429944992s 2018-08-27 04:32:45,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-17fde27a-50c6-49f6-9501-359b711a9322 2018-08-27 04:32:45,068 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:32:47,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:32:47,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:47,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:32:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05309ff3-2eb3-491c-b174-85df302d11d3 x-compute-request-id: req-05309ff3-2eb3-491c-b174-85df302d11d3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 04:32:47,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-05309ff3-2eb3-491c-b174-85df302d11d3 2018-08-27 04:32:47,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0770671367645s 2018-08-27 04:32:47,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-05309ff3-2eb3-491c-b174-85df302d11d3 2018-08-27 04:32:47,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:32:47,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:47,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-4e51d107-07e6-4260-a4b8-00edb30fa2b9 Date: Mon, 27 Aug 2018 04:32:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:27:55Z", "updated_at": "2018-08-27T04:27:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "27461a71-ef6a-4d22-b1fb-8f203ff792ed", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "7a2a6a5d-e090-497a-beb0-49f82953397e", "remote_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "a2e1d7a8-68b2-4a81-be5a-7c87d265b5b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:27:55Z", "revision_number": 0, "id": "ab42c085-1ee0-45ca-b334-ed49653c3072", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:27:55Z", "security_group_id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 1, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "b527689b-2fa9-42d0-bb2a-2c58cfe8c588", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:29:25Z", "updated_at": "2018-08-27T04:29:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:29:26Z", "revision_number": 0, "id": "0188d2d1-920c-4102-be11-12e0f2f2c52b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:26Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-27T04:29:30Z", "revision_number": 0, "id": "1103f580-e0b2-440b-80d4-54f3a28d7b3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:30Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:27Z", "revision_number": 0, "id": "1f1050ae-514e-4ee3-a1b6-d5363d6b997c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:27Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "699b7d66-8c99-4164-b01d-6c78153ecf12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:29:25Z", "revision_number": 0, "id": "851dec5d-ff47-4ca2-8c25-a06d35e144c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:25Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T04:29:28Z", "revision_number": 0, "id": "86a1bdf4-f299-44be-b9ba-0e7cd10f9763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:28Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 443, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T04:29:28Z", "revision_number": 0, "id": "99b40378-90dc-44e2-96bb-41ea5f5800e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:28Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T04:29:29Z", "revision_number": 0, "id": "ee2fb57f-781f-457a-826c-0afa2427def1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:29:29Z", "security_group_id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87"}], "revision_number": 7, "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "bf8a9602-e407-49c0-99fd-ce2711cd235e", "name": "cloudify-sg_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}]} 2018-08-27 04:32:47,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-4e51d107-07e6-4260-a4b8-00edb30fa2b9 2018-08-27 04:32:47,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0499019622803s 2018-08-27 04:32:47,201 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-4e51d107-07e6-4260-a4b8-00edb30fa2b9 2018-08-27 04:32:47,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 04:32:47,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/bf8a9602-e407-49c0-99fd-ce2711cd235e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:47,434 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-416b1c80-ac2f-48b7-8851-ff52f23b9b9f Content-Length: 0 Date: Mon, 27 Aug 2018 04:32:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:32:47,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/bf8a9602-e407-49c0-99fd-ce2711cd235e.json used request id req-416b1c80-ac2f-48b7-8851-ff52f23b9b9f 2018-08-27 04:32:47,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.230345010757s 2018-08-27 04:32:47,434 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/bf8a9602-e407-49c0-99fd-ce2711cd235e.json used request id req-416b1c80-ac2f-48b7-8851-ff52f23b9b9f 2018-08-27 04:32:47,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 04:32:47,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:47,487 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 04:32:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8f5b770f-610e-4bdf-a7b8-866f6d4d55da x-compute-request-id: req-8f5b770f-610e-4bdf-a7b8-866f6d4d55da Content-Length: 0 Content-Type: application/json 2018-08-27 04:32:47,487 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046 used request id req-8f5b770f-610e-4bdf-a7b8-866f6d4d55da 2018-08-27 04:32:47,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0525290966034s 2018-08-27 04:32:47,488 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/cloudify-kp_1da68bdf-bd11-49d8-9a7a-4f2abd58d046 used request id req-8f5b770f-610e-4bdf-a7b8-866f6d4d55da 2018-08-27 04:32:47,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 04:32:47,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/a1ebc683-7c36-4fee-a001-b7379719ce9e/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" -d '{"subnet_id": "fde30897-a4a1-49c2-8c9c-0ee9f9865b8f"}' 2018-08-27 04:32:49,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-96261f7c-5587-4616-bd41-ecb553b0f2d7 Date: Mon, 27 Aug 2018 04:32:49 GMT RESP BODY: {"network_id": "63a725dc-d5af-4a12-8028-f006800f18b9", "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "subnet_id": "fde30897-a4a1-49c2-8c9c-0ee9f9865b8f", "subnet_ids": ["fde30897-a4a1-49c2-8c9c-0ee9f9865b8f"], "port_id": "8675bb65-4edd-4a02-832c-3a5d342b32fd", "id": "a1ebc683-7c36-4fee-a001-b7379719ce9e"} 2018-08-27 04:32:49,121 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a1ebc683-7c36-4fee-a001-b7379719ce9e/remove_router_interface.json used request id req-96261f7c-5587-4616-bd41-ecb553b0f2d7 2018-08-27 04:32:49,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.63319897652s 2018-08-27 04:32:49,122 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a1ebc683-7c36-4fee-a001-b7379719ce9e/remove_router_interface.json used request id req-96261f7c-5587-4616-bd41-ecb553b0f2d7 returning object a1ebc683-7c36-4fee-a001-b7379719ce9e 2018-08-27 04:32:49,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 04:32:49,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:49,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-c020d058-07cd-4255-bdcb-fb3fc7c622fd Date: Mon, 27 Aug 2018 04:32:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "created_at": "2018-08-27T04:27:57Z", "admin_state_up": true, "updated_at": "2018-08-27T04:32:48Z", "revision_number": 4, "routes": [], "project_id": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "a1ebc683-7c36-4fee-a001-b7379719ce9e", "name": "cloudify-router_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}]} 2018-08-27 04:32:49,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c020d058-07cd-4255-bdcb-fb3fc7c622fd 2018-08-27 04:32:49,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.378000020981s 2018-08-27 04:32:49,501 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c020d058-07cd-4255-bdcb-fb3fc7c622fd 2018-08-27 04:32:49,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 04:32:49,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/a1ebc683-7c36-4fee-a001-b7379719ce9e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:51,180 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8054aa58-286b-42e9-a3f0-0ed541a22dc8 Content-Length: 0 Date: Mon, 27 Aug 2018 04:32:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:32:51,180 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a1ebc683-7c36-4fee-a001-b7379719ce9e.json used request id req-8054aa58-286b-42e9-a3f0-0ed541a22dc8 2018-08-27 04:32:51,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.67785286903s 2018-08-27 04:32:51,180 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a1ebc683-7c36-4fee-a001-b7379719ce9e.json used request id req-8054aa58-286b-42e9-a3f0-0ed541a22dc8 2018-08-27 04:32:51,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 04:32:51,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:51,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-4931adb9-24eb-44b5-8a44-20a2e430c24a Date: Mon, 27 Aug 2018 04:32:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63a725dc-d5af-4a12-8028-f006800f18b9","tenant_id":"5d0c164ed66d4e2092e5da0b57cf8c87","created_at":"2018-08-27T04:27:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T04:27:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5d0c164ed66d4e2092e5da0b57cf8c87","id":"fde30897-a4a1-49c2-8c9c-0ee9f9865b8f","subnetpool_id":null,"name":"cloudify-subnet_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}]} 2018-08-27 04:32:51,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4931adb9-24eb-44b5-8a44-20a2e430c24a 2018-08-27 04:32:51,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0556559562683s 2018-08-27 04:32:51,237 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4931adb9-24eb-44b5-8a44-20a2e430c24a 2018-08-27 04:32:51,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 04:32:51,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/fde30897-a4a1-49c2-8c9c-0ee9f9865b8f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:53,771 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e9d8c242-23b0-421e-b740-5dfb56729878 Date: Mon, 27 Aug 2018 04:32:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:32:53,771 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/fde30897-a4a1-49c2-8c9c-0ee9f9865b8f.json used request id req-e9d8c242-23b0-421e-b740-5dfb56729878 2018-08-27 04:32:53,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.53340697289s 2018-08-27 04:32:53,772 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/fde30897-a4a1-49c2-8c9c-0ee9f9865b8f.json used request id req-e9d8c242-23b0-421e-b740-5dfb56729878 2018-08-27 04:32:53,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:32:53,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:54,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1152 X-Openstack-Request-Id: req-4838b6d5-43fe-46b7-a1c2-878852c73dbf Date: Mon, 27 Aug 2018 04:32:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T04:32:53Z","tenant_id":"5d0c164ed66d4e2092e5da0b57cf8c87","created_at":"2018-08-27T04:27:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5d0c164ed66d4e2092e5da0b57cf8c87","id":"63a725dc-d5af-4a12-8028-f006800f18b9","name":"cloudify-net_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 04:32:54,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4838b6d5-43fe-46b7-a1c2-878852c73dbf 2018-08-27 04:32:54,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347594976425s 2018-08-27 04:32:54,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4838b6d5-43fe-46b7-a1c2-878852c73dbf 2018-08-27 04:32:54,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 04:32:54,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/63a725dc-d5af-4a12-8028-f006800f18b9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:55,613 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13e98e01-da63-400f-be1e-99bad481d7a0 Date: Mon, 27 Aug 2018 04:32:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:32:55,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/63a725dc-d5af-4a12-8028-f006800f18b9.json used request id req-13e98e01-da63-400f-be1e-99bad481d7a0 2018-08-27 04:32:55,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.49136400223s 2018-08-27 04:32:55,613 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/63a725dc-d5af-4a12-8028-f006800f18b9.json used request id req-13e98e01-da63-400f-be1e-99bad481d7a0 2018-08-27 04:32:55,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:32:55,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:56,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-93b2df39-e8ba-469e-8359-b232fbb66c8e Date: Mon, 27 Aug 2018 04:32:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:29:24Z", "file": "/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/file", "owner": "5d0c164ed66d4e2092e5da0b57cf8c87", "id": "201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "size": 4373348352, "self": "/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T04:28:26Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:32:56,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-93b2df39-e8ba-469e-8359-b232fbb66c8e 2018-08-27 04:32:56,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.731177091599s 2018-08-27 04:32:56,349 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-93b2df39-e8ba-469e-8359-b232fbb66c8e 2018-08-27 04:32:56,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 04:32:56,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dfd60aa4ca0393bee833d0342ed4aeb297fe01e9" 2018-08-27 04:32:57,068 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6cdb5899-4621-4763-8c41-9f46975e3eda Date: Mon, 27 Aug 2018 04:32:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:32:57,069 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6 used request id req-6cdb5899-4621-4763-8c41-9f46975e3eda 2018-08-27 04:32:57,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.718341112137s 2018-08-27 04:32:57,069 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/201f6bb3-433c-444f-be82-0d5a7c9ee7e6 used request id req-6cdb5899-4621-4763-8c41-9f46975e3eda 2018-08-27 04:32:57,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:32:57,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:32:57,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:32:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46eedd1a-61d8-4613-9948-5041ded39dcc x-compute-request-id: req-46eedd1a-61d8-4613-9948-5041ded39dcc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "bbeef83b-f839-4127-bb4e-46f38c90cdf3"}]} 2018-08-27 04:32:57,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-46eedd1a-61d8-4613-9948-5041ded39dcc 2018-08-27 04:32:57,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0229959487915s 2018-08-27 04:32:57,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-46eedd1a-61d8-4613-9948-5041ded39dcc 2018-08-27 04:32:57,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 04:32:57,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:32:57,121 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 04:32:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef211d89-3986-4259-a93d-5b6c0289cda7 x-compute-request-id: req-ef211d89-3986-4259-a93d-5b6c0289cda7 Content-Length: 0 Content-Type: application/json 2018-08-27 04:32:57,121 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3 used request id req-ef211d89-3986-4259-a93d-5b6c0289cda7 2018-08-27 04:32:57,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0271039009094s 2018-08-27 04:32:57,122 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/bbeef83b-f839-4127-bb4e-46f38c90cdf3 used request id req-ef211d89-3986-4259-a93d-5b6c0289cda7 2018-08-27 04:32:57,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:32:57,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:32:57,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8df713c4-86ee-4c63-8317-7add5de87ab8 Content-Encoding: gzip Content-Length: 1026 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "cloudify-user_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "links": {"self": "http://172.30.9.26:5000/v3/users/6242697c7245476eb94bbc62f9698458"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6242697c7245476eb94bbc62f9698458", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 04:32:57,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8df713c4-86ee-4c63-8317-7add5de87ab8 2018-08-27 04:32:57,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.222234964371s 2018-08-27 04:32:57,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8df713c4-86ee-4c63-8317-7add5de87ab8 2018-08-27 04:32:57,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:32:57,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/6242697c7245476eb94bbc62f9698458 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:32:57,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e16481a4-8e5a-4fbe-9dab-b46edc95bb94 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_1da68bdf-bd11-49d8-9a7a-4f2abd58d046", "links": {"self": "http://172.30.9.26:5000/v3/users/6242697c7245476eb94bbc62f9698458"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "6242697c7245476eb94bbc62f9698458", "description": null}} 2018-08-27 04:32:57,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/6242697c7245476eb94bbc62f9698458 used request id req-e16481a4-8e5a-4fbe-9dab-b46edc95bb94 2018-08-27 04:32:57,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.251405000687s 2018-08-27 04:32:57,604 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/6242697c7245476eb94bbc62f9698458 used request id req-e16481a4-8e5a-4fbe-9dab-b46edc95bb94 2018-08-27 04:32:57,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 04:32:57,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/6242697c7245476eb94bbc62f9698458 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:32:57,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa1d55a3-808e-47ad-b209-6ddc65891343 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:32:57,923 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/6242697c7245476eb94bbc62f9698458 used request id req-aa1d55a3-808e-47ad-b209-6ddc65891343 2018-08-27 04:32:57,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.318145990372s 2018-08-27 04:32:57,923 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/6242697c7245476eb94bbc62f9698458 used request id req-aa1d55a3-808e-47ad-b209-6ddc65891343 2018-08-27 04:32:57,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:32:57,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:32:58,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a725edb-9f56-47b6-b43d-a12a68c711f1 Content-Encoding: gzip Content-Length: 589 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.26:5000/v3/projects/5d0c164ed66d4e2092e5da0b57cf8c87"}, "tags": [], "enabled": true, "id": "5d0c164ed66d4e2092e5da0b57cf8c87", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_1da68bdf-bd11-49d8-9a7a-4f2abd58d046"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 04:32:58,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-9a725edb-9f56-47b6-b43d-a12a68c711f1 2018-08-27 04:32:58,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198636054993s 2018-08-27 04:32:58,128 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-9a725edb-9f56-47b6-b43d-a12a68c711f1 2018-08-27 04:32:58,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 04:32:58,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/5d0c164ed66d4e2092e5da0b57cf8c87 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0655ac265d08d7911862c1175313ab6e6980532" 2018-08-27 04:32:58,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:32:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3449a57e-7c73-462b-ad91-af70b5379af3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:32:58,416 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/5d0c164ed66d4e2092e5da0b57cf8c87 used request id req-3449a57e-7c73-462b-ad91-af70b5379af3 2018-08-27 04:32:58,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.282529115677s 2018-08-27 04:32:58,416 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/5d0c164ed66d4e2092e5da0b57cf8c87 used request id req-3449a57e-7c73-462b-ad91-af70b5379af3 2018-08-27 04:32:58,443 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-27 04:32:58,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:32:58,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:32:58,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:32:58,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:32:58,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:32:58,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:32:58,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:32:58,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:32:58,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:32:58,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:32:58,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:32:58,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:32:58,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:32:58,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:32:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:32:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:32:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:32:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:32:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:32:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:32:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:32:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:32:58,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:32:58,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-517e51b4-a981-45f9-b9fc-cc078a7b4d8e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:32:58,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-517e51b4-a981-45f9-b9fc-cc078a7b4d8e 2018-08-27 04:32:58,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:32:58,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:32:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["NRhnf4r5R1y92ub2jFBg8g"], "issued_at": "2018-08-27T04:32:58.000000Z"}} 2018-08-27 04:32:58,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:32:58,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:32:59,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-4b5631a5-b96d-41f0-ad68-f201fee31e13 Date: Mon, 27 Aug 2018 04:32:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 04:32:59,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4b5631a5-b96d-41f0-ad68-f201fee31e13 2018-08-27 04:32:59,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344928979874s 2018-08-27 04:32:59,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4b5631a5-b96d-41f0-ad68-f201fee31e13 2018-08-27 04:32:59,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:32:59,351 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 04:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-028713f2-4b5f-46fc-b16a-e9964482f945 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 04:32:59,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-028713f2-4b5f-46fc-b16a-e9964482f945 2018-08-27 04:32:59,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 04:32:59,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:32:59,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e42698bc-7a50-454b-aa94-d782adca9962 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 04:32:59,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-e42698bc-7a50-454b-aa94-d782adca9962 2018-08-27 04:32:59,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.186902046204s 2018-08-27 04:32:59,539 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-e42698bc-7a50-454b-aa94-d782adca9962 2018-08-27 04:32:59,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 04:32:59,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}}' 2018-08-27 04:32:59,780 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 04:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba0f6295-8689-4355-86f4-10f5892399a3 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/23633adee2024e3d895bdc91dcf1f209"}, "tags": [], "enabled": true, "id": "23633adee2024e3d895bdc91dcf1f209", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}} 2018-08-27 04:32:59,781 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ba0f6295-8689-4355-86f4-10f5892399a3 2018-08-27 04:32:59,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.23419380188s 2018-08-27 04:32:59,781 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ba0f6295-8689-4355-86f4-10f5892399a3 2018-08-27 04:32:59,781 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify_ims', u'tags': [], 'enabled': True, 'id': u'23633adee2024e3d895bdc91dcf1f209', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914'}) 2018-08-27 04:32:59,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 04:32:59,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "16e830e3-0f6b-4342-a138-61da1e0f1598", "email": null, "name": "cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}}' 2018-08-27 04:33:00,211 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 04:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-951cd978-90da-42e7-a551-e0bbcb446ea5 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "links": {"self": "http://172.30.9.26:5000/v3/users/e7ebce3024054ae7b65e95cbd138fb02"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e7ebce3024054ae7b65e95cbd138fb02", "domain_id": "default", "password_expires_at": null}} 2018-08-27 04:33:00,212 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-951cd978-90da-42e7-a551-e0bbcb446ea5 2018-08-27 04:33:00,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.424421072006s 2018-08-27 04:33:00,212 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-951cd978-90da-42e7-a551-e0bbcb446ea5 2018-08-27 04:33:00,213 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e7ebce3024054ae7b65e95cbd138fb02', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914'}) 2018-08-27 04:33:00,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:33:00,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:33:00,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a64e108-3d8f-41db-add6-e8901879bccf Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:33:00,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5a64e108-3d8f-41db-add6-e8901879bccf 2018-08-27 04:33:00,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.162368774414s 2018-08-27 04:33:00,379 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5a64e108-3d8f-41db-add6-e8901879bccf 2018-08-27 04:33:00,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:33:00,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:33:00,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b99c0b3-eb10-4e3a-8f4d-41fdd1d185ce Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:33:00,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9b99c0b3-eb10-4e3a-8f4d-41fdd1d185ce 2018-08-27 04:33:00,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198837995529s 2018-08-27 04:33:00,583 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9b99c0b3-eb10-4e3a-8f4d-41fdd1d185ce 2018-08-27 04:33:00,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:33:00,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:33:00,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd0e447b-59df-45db-a9b6-ebb6e9a6ec1a Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:33:00,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-bd0e447b-59df-45db-a9b6-ebb6e9a6ec1a 2018-08-27 04:33:00,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197207212448s 2018-08-27 04:33:00,785 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-bd0e447b-59df-45db-a9b6-ebb6e9a6ec1a 2018-08-27 04:33:00,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 04:33:00,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:33:00,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f3fe4ba-d0ee-49e9-a18e-b00d5960755d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 04:33:00,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-9f3fe4ba-d0ee-49e9-a18e-b00d5960755d 2018-08-27 04:33:00,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.180552005768s 2018-08-27 04:33:00,971 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-9f3fe4ba-d0ee-49e9-a18e-b00d5960755d 2018-08-27 04:33:00,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:33:00,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:33:01,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dcbe482-01d3-4110-bd40-ea9f9700e5f0 Content-Encoding: gzip Content-Length: 1029 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "links": {"self": "http://172.30.9.26:5000/v3/users/e7ebce3024054ae7b65e95cbd138fb02"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e7ebce3024054ae7b65e95cbd138fb02", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 04:33:01,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7dcbe482-01d3-4110-bd40-ea9f9700e5f0 2018-08-27 04:33:01,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213258981705s 2018-08-27 04:33:01,185 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7dcbe482-01d3-4110-bd40-ea9f9700e5f0 2018-08-27 04:33:01,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:33:01,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:33:01,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-953d7cbf-4688-456f-8269-b029356cb152 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/23633adee2024e3d895bdc91dcf1f209"}, "tags": [], "enabled": true, "id": "23633adee2024e3d895bdc91dcf1f209", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}]} 2018-08-27 04:33:01,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-953d7cbf-4688-456f-8269-b029356cb152 2018-08-27 04:33:01,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200217008591s 2018-08-27 04:33:01,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-953d7cbf-4688-456f-8269-b029356cb152 2018-08-27 04:33:01,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 04:33:01,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=e7ebce3024054ae7b65e95cbd138fb02&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=23633adee2024e3d895bdc91dcf1f209" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:33:01,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ad9293e-0e2f-4bb0-96d6-43840a176f4e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=e7ebce3024054ae7b65e95cbd138fb02&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=23633adee2024e3d895bdc91dcf1f209", "previous": null, "next": null}} 2018-08-27 04:33:01,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=e7ebce3024054ae7b65e95cbd138fb02&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=23633adee2024e3d895bdc91dcf1f209 used request id req-7ad9293e-0e2f-4bb0-96d6-43840a176f4e 2018-08-27 04:33:01,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.107912063599s 2018-08-27 04:33:01,515 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=e7ebce3024054ae7b65e95cbd138fb02&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=23633adee2024e3d895bdc91dcf1f209 used request id req-7ad9293e-0e2f-4bb0-96d6-43840a176f4e 2018-08-27 04:33:01,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 04:33:01,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/23633adee2024e3d895bdc91dcf1f209/users/e7ebce3024054ae7b65e95cbd138fb02/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:33:01,663 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:33:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aeffbf25-2e4d-4e0f-a1bb-de2fc6df95d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:33:01,663 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/23633adee2024e3d895bdc91dcf1f209/users/e7ebce3024054ae7b65e95cbd138fb02/roles/565edadc366246ae845471a412ad99ed used request id req-aeffbf25-2e4d-4e0f-a1bb-de2fc6df95d6 2018-08-27 04:33:01,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.145001888275s 2018-08-27 04:33:01,663 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/23633adee2024e3d895bdc91dcf1f209/users/e7ebce3024054ae7b65e95cbd138fb02/roles/565edadc366246ae845471a412ad99ed used request id req-aeffbf25-2e4d-4e0f-a1bb-de2fc6df95d6 2018-08-27 04:33:01,664 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'23633adee2024e3d895bdc91dcf1f209', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '16e830e3-0f6b-4342-a138-61da1e0f1598', 'username': u'cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 04:33:01,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:33:01,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:33:01,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:33:01,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:33:01,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:33:01,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:33:01,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:33:01,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:33:01,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:33:01,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:33:01,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:33:01,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:33:01,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:33:01,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:33:01,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:33:01,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:33:01,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:33:01,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:33:01,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:33:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:33:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:33:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:33:01,669 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'password': '16e830e3-0f6b-4342-a138-61da1e0f1598', 'project_name': 'cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '23633adee2024e3d895bdc91dcf1f209', 'project_domain_name': 'Default'} 2018-08-27 04:33:01,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo129', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'descriptor': {u'file_name': u'/src/cloudify_vims/openstack-blueprint.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}} 2018-08-27 04:33:01,737 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-27 04:33:01,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:33:01,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8b799bc-4388-41f0-b74e-dad26ec9ca45 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:33:01,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d8b799bc-4388-41f0-b74e-dad26ec9ca45 2018-08-27 04:33:01,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:33:02,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:33:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23633adee2024e3d895bdc91dcf1f209", "name": "cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/23633adee2024e3d895bdc91dcf1f209", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/23633adee2024e3d895bdc91dcf1f209", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/23633adee2024e3d895bdc91dcf1f209", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_23633adee2024e3d895bdc91dcf1f209", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_23633adee2024e3d895bdc91dcf1f209", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/23633adee2024e3d895bdc91dcf1f209", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/23633adee2024e3d895bdc91dcf1f209", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/23633adee2024e3d895bdc91dcf1f209", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23633adee2024e3d895bdc91dcf1f209", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/23633adee2024e3d895bdc91dcf1f209", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/23633adee2024e3d895bdc91dcf1f209", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/23633adee2024e3d895bdc91dcf1f209", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/23633adee2024e3d895bdc91dcf1f209", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/23633adee2024e3d895bdc91dcf1f209", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "id": "e7ebce3024054ae7b65e95cbd138fb02"}, "audit_ids": ["jBAFa2W4SVuKY3K0VpwxtA"], "issued_at": "2018-08-27T04:33:02.000000Z"}} 2018-08-27 04:33:02,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 04:33:02,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"network": {"name": "cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "admin_state_up": true}}' 2018-08-27 04:33:03,054 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f39be770-3363-449b-8081-f1500af43542 Date: Mon, 27 Aug 2018 04:33:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"23633adee2024e3d895bdc91dcf1f209","created_at":"2018-08-27T04:33:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T04:33:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"23633adee2024e3d895bdc91dcf1f209","id":"d44a10bf-330c-479d-bf05-caa0a205465f","name":"cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}} 2018-08-27 04:33:03,054 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-f39be770-3363-449b-8081-f1500af43542 2018-08-27 04:33:03,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.915064096451s 2018-08-27 04:33:03,054 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-f39be770-3363-449b-8081-f1500af43542 2018-08-27 04:33:03,055 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T04:33:02Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd44a10bf-330c-479d-bf05-caa0a205465f', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', u'admin_state_up': True, u'tenant_id': u'23633adee2024e3d895bdc91dcf1f209', u'created_at': u'2018-08-27T04:33:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'23633adee2024e3d895bdc91dcf1f209'}) 2018-08-27 04:33:03,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:33:03,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:33:03,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-a2d68ff7-903e-4309-83c4-95574d22528e Date: Mon, 27 Aug 2018 04:33:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T04:33:02Z","tenant_id":"23633adee2024e3d895bdc91dcf1f209","created_at":"2018-08-27T04:33:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"23633adee2024e3d895bdc91dcf1f209","id":"d44a10bf-330c-479d-bf05-caa0a205465f","name":"cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 04:33:03,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-a2d68ff7-903e-4309-83c4-95574d22528e 2018-08-27 04:33:03,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.386841058731s 2018-08-27 04:33:03,443 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-a2d68ff7-903e-4309-83c4-95574d22528e 2018-08-27 04:33:03,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 04:33:03,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"subnet": {"name": "cloudify_ims-subnet_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "enable_dhcp": true, "network_id": "d44a10bf-330c-479d-bf05-caa0a205465f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 04:33:04,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b221ce23-abd9-42a1-bc46-db277781e25b Date: Mon, 27 Aug 2018 04:33:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d44a10bf-330c-479d-bf05-caa0a205465f","tenant_id":"23633adee2024e3d895bdc91dcf1f209","created_at":"2018-08-27T04:33:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T04:33:04Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"23633adee2024e3d895bdc91dcf1f209","id":"0e709e83-c0a7-4da4-8088-6d0efaa3f93a","subnetpool_id":null,"name":"cloudify_ims-subnet_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}} 2018-08-27 04:33:04,615 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b221ce23-abd9-42a1-bc46-db277781e25b 2018-08-27 04:33:04,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.1707341671s 2018-08-27 04:33:04,615 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b221ce23-abd9-42a1-bc46-db277781e25b 2018-08-27 04:33:04,616 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T04:33:04Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'0e709e83-c0a7-4da4-8088-6d0efaa3f93a', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', u'enable_dhcp': True, u'network_id': u'd44a10bf-330c-479d-bf05-caa0a205465f', u'tenant_id': u'23633adee2024e3d895bdc91dcf1f209', u'created_at': u'2018-08-27T04:33:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'23633adee2024e3d895bdc91dcf1f209'}) 2018-08-27 04:33:04,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 04:33:04,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "cloudify_ims-router_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "admin_state_up": true}}' 2018-08-27 04:33:06,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-44f585a9-b88d-43da-9ff8-d5c22323e3a7 Date: Mon, 27 Aug 2018 04:33:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:33:04Z", "admin_state_up": true, "updated_at": "2018-08-27T04:33:05Z", "revision_number": 2, "routes": [], "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "47b1abe8-a299-4923-a353-f8a24a5987cb", "name": "cloudify_ims-router_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}} 2018-08-27 04:33:06,140 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-44f585a9-b88d-43da-9ff8-d5c22323e3a7 2018-08-27 04:33:06,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.5237698555s 2018-08-27 04:33:06,140 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-44f585a9-b88d-43da-9ff8-d5c22323e3a7 2018-08-27 04:33:06,141 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'23633adee2024e3d895bdc91dcf1f209', u'created_at': u'2018-08-27T04:33:04Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T04:33:05Z', u'revision_number': 2, u'routes': [], u'project_id': u'23633adee2024e3d895bdc91dcf1f209', u'id': u'47b1abe8-a299-4923-a353-f8a24a5987cb', u'name': u'cloudify_ims-router_2e34b95d-fe35-4aa8-8f3c-ae48be15e914'}) 2018-08-27 04:33:06,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 04:33:06,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/47b1abe8-a299-4923-a353-f8a24a5987cb/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"subnet_id": "0e709e83-c0a7-4da4-8088-6d0efaa3f93a"}' 2018-08-27 04:33:08,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6e11e403-9036-4f15-9195-20f38ce7bd52 Date: Mon, 27 Aug 2018 04:33:08 GMT RESP BODY: {"network_id": "d44a10bf-330c-479d-bf05-caa0a205465f", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "subnet_id": "0e709e83-c0a7-4da4-8088-6d0efaa3f93a", "subnet_ids": ["0e709e83-c0a7-4da4-8088-6d0efaa3f93a"], "port_id": "e44d7456-8e2c-4b65-89ea-2c2ff873f498", "id": "47b1abe8-a299-4923-a353-f8a24a5987cb"} 2018-08-27 04:33:08,685 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/47b1abe8-a299-4923-a353-f8a24a5987cb/add_router_interface.json used request id req-6e11e403-9036-4f15-9195-20f38ce7bd52 2018-08-27 04:33:08,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.54380202293s 2018-08-27 04:33:08,686 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/47b1abe8-a299-4923-a353-f8a24a5987cb/add_router_interface.json used request id req-6e11e403-9036-4f15-9195-20f38ce7bd52 returning object 47b1abe8-a299-4923-a353-f8a24a5987cb 2018-08-27 04:33:08,686 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-27 04:33:31,638 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-27 04:33:31,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:33:31,645 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 04:33:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 04:33:31,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:33:31,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:33:32,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-25c88f7b-8cbd-458b-8223-2bac246c4c50 Date: Mon, 27 Aug 2018 04:33:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:33:32,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-25c88f7b-8cbd-458b-8223-2bac246c4c50 2018-08-27 04:33:32,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.74205994606s 2018-08-27 04:33:32,389 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-25c88f7b-8cbd-458b-8223-2bac246c4c50 2018-08-27 04:33:32,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 04:33:32,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}' 2018-08-27 04:33:32,743 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-98193bb1-7242-4d40-9efc-2a5d60909c9e Date: Mon, 27 Aug 2018 04:33:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:33:32Z", "file": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/file", "owner": "23633adee2024e3d895bdc91dcf1f209", "id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "size": null, "self": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "checksum": null, "created_at": "2018-08-27T04:33:32Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 04:33:32,743 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-98193bb1-7242-4d40-9efc-2a5d60909c9e 2018-08-27 04:33:32,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.346218824387s 2018-08-27 04:33:32,743 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-98193bb1-7242-4d40-9efc-2a5d60909c9e returning object 9e25e2ca-6f15-4702-8b33-e0fe0486beb1 2018-08-27 04:33:32,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 04:33:32,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '' 2018-08-27 04:34:31,194 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-479ed4ae-b16c-4d8a-97a0-d4a4d888b1c8 Date: Mon, 27 Aug 2018 04:34:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:34:31,194 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/file used request id req-479ed4ae-b16c-4d8a-97a0-d4a4d888b1c8 2018-08-27 04:34:31,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 58.449972868s 2018-08-27 04:34:31,194 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/file used request id req-479ed4ae-b16c-4d8a-97a0-d4a4d888b1c8 2018-08-27 04:34:31,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:34:31,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:31,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-17517177-2e6b-4532-873b-3f8882e12dd3 Date: Mon, 27 Aug 2018 04:34:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:34:31Z", "file": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/file", "owner": "23633adee2024e3d895bdc91dcf1f209", "id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "size": 4373348352, "self": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T04:33:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:34:31,920 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-17517177-2e6b-4532-873b-3f8882e12dd3 2018-08-27 04:34:31,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.721812009811s 2018-08-27 04:34:31,921 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-17517177-2e6b-4532-873b-3f8882e12dd3 2018-08-27 04:34:31,923 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/file', 'owner': u'23633adee2024e3d895bdc91dcf1f209', 'id': u'9e25e2ca-6f15-4702-8b33-e0fe0486beb1', 'size': 4373348352, u'self': u'/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'23633adee2024e3d895bdc91dcf1f209', 'name': 'cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T04:34:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T04:34:31Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'created': u'2018-08-27T04:33:32Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-27T04:33:32Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-27 04:34:31,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 04:34:31,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-27 04:34:32,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:34:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-039f96c7-026d-4637-8314-1d9cabcf7c04 x-compute-request-id: req-039f96c7-026d-4637-8314-1d9cabcf7c04 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "2ef27177-38b2-43b9-ba96-1a238e200ca7"}} 2018-08-27 04:34:32,651 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-039f96c7-026d-4637-8314-1d9cabcf7c04 2018-08-27 04:34:32,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.727041959763s 2018-08-27 04:34:32,651 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-039f96c7-026d-4637-8314-1d9cabcf7c04 2018-08-27 04:34:32,652 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'ephemeral': 0, 'ram': 4096, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 40, 'id': u'2ef27177-38b2-43b9-ba96-1a238e200ca7', 'swap': 0}) 2018-08-27 04:34:32,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 04:34:32,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" -d '{"extra_specs": {}}' 2018-08-27 04:34:32,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:34:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-581f461f-75a2-4e55-841f-2ebc5a5feb51 x-compute-request-id: req-581f461f-75a2-4e55-841f-2ebc5a5feb51 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 04:34:32,677 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7/os-extra_specs used request id req-581f461f-75a2-4e55-841f-2ebc5a5feb51 2018-08-27 04:34:32,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0245780944824s 2018-08-27 04:34:32,678 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7/os-extra_specs used request id req-581f461f-75a2-4e55-841f-2ebc5a5feb51 2018-08-27 04:34:32,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 04:34:32,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"keypair": {"name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}}' 2018-08-27 04:34:33,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:34:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a9ab7e6-488b-4c23-aaec-ff1fcfd47e6b x-compute-request-id: req-7a9ab7e6-488b-4c23-aaec-ff1fcfd47e6b Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRaibjKUAKrEA3AFaaZjynmd7ZCDlPT91UbR+YXwZDvY3rxUh8LoZWjp+DkCOQfc8h2IZZd8A1F4D2COcDhSsmNYv/NaoxYg+xRb68nkYtZSDSfJeUGDvb5oyfo8OO+iYX0g9+YYUtdry5T2/9yLxvFP0T0E67yqkBnkErr7ZpY9wq70VcM0IV/NlnKddUdtLRCnYpDNmdmLQGgyrZ9xUFrlvr/LiUNdIund2A2PXW79RA1C0zdAzT+FZ7ZNI9vDXxxGwOZc6AX+NpnYl+xNfo7vb4aavEjDACIo3snFULoM0jFzKjzls6pwFxINlIo6kZyGpSXzSz98Cg+6jJtMHR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0Wom4ylACqxANwBWmmY8p5ne2Qg5T0/dVG0fmF8GQ72N68VI\nfC6GVo6fg5AjkH3PIdiGWXfANReA9gjnA4UrJjWL/zWqMWIPsUW+vJ5GLWUg0nyX\nlBg72+aMn6PDjvomF9IPfmGFLXa8uU9v/ci8bxT9E9BOu8qpAZ5BK6+2aWPcKu9F\nXDNCFfzZZynXVHbS0Qp2KQzZnZi0BoMq2fcVBa5b6/y4lDXSLp3dgNj11u/UQNQt\nM3QM0/hWe2TSPbw18cRsDmXOgF/jaZ2JfsTX6O72+GmrxIwwAiKN7JxVC6DNIxcy\no85bOqcBcSDZSKOpGchqUl80s/fAoPuoybTB0QIDAQABAoIBAHJeVv6Y+LDbgfaH\n6MRKMbYXAu3k3+fA5k/FiQveWb2FOI0bIYswnY2INvXTMpknHIiPiFA0ZnSYcYXt\nNr1lbTtg4yRuWpS9yXQ3cwPwLMN+B37tLJtk4MwoDYTiG1tqooM/5dZPzDwYLNnH\n2JHxn3fLLqwzh8xn0gVgOJdzT1wegKeb6QUHurYSO5AlJ5u61bv277NN9PufTzdO\ncsNSvpTiPHqeifO2gjRzwbGE1WWaSAufS3yotlVjOF1bvEm3juo9EtDWvWEB+PYV\n+sqgb3a74oIIDT4LMHMAoLLdsfeUoBCfR2IVgm2HCF5ZWP8GtjGOxbU333T+4Qzm\nuaKiIAECgYEA5+wD7LteHE9B36p17x0pt9gkcLgRGk2OPXcyb3G2gXIxx9rQjJMH\nsPd9Qofwo7Pvebvx1vJioj70AGvBqqecXPF97DEJLgXVJYTQBnicldG13EmAVst5\nP/iIujkjJDoscoIZDm2glhGMzWilRuR+gnf3J6fRTiaZeVXORZ1WpWECgYEA5yfx\nEEvMkQV2/LIOB5DjslOO2Ym4Dfpo6YYQAIQFgygjE82wbj+pG/y4iU+bBmr8XXPH\nvHoknuTxAxa0Bcm1eNwG5HiznP12/KnChPcV4DGxFamvqO10kJu7VMNkVAcUSPe9\n/5TXkLnMzOKXU/ZJKW8V3zCxr8Ii9LLq904LAnECgYEA3LYGcidKA8UFmrbdb0ag\nqh4fZ8o0NIT0RdiG/foIxp4Hc/vwlqdiHW8aHNPEFfaqg35yQ63+YgtpKHFkKGVE\ncEs+HCX6Z3sTgpYnZtEnq4ic+txUL8WKSW/bpuWzZMmb/QmEkO+RcN+Y0O6yw4m2\nP7GtW2bg0O/5BLi9ChEXIWECgYBE62/AgBkaFBsJ9LyiHN0GyksJKTqrUEH/fm0+\n+h36oPj0apt0A58ULSGILyf1nehopKCk3XYVugTx+s7p+t4UjuWvMR28bQYRBzxs\nEI+BLM+zucgaAdKDWytbdnZvZzzxFIydq28qQ3uAiv67le7yX6CRzx7rXGK3urC7\n05UMwQKBgBR8Xr+nOCsT01haRWu1iBkSGOjV4oeLownYobwxGIydCBLTKFXKBEu9\nwQoyag3lIQRsYBeWvEignbcd/iAqdFQsf1WonCxt1bcV3926NLHFoV8fAmi/+m0g\n9xbTN0auKIxBgsaKwx6MkTlbRDLceadbB/E6A7uG6W9u/MES9LNo\n-----END RSA PRIVATE KEY-----\n", "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "fingerprint": "8d:6e:41:1b:87:48:1a:9c:27:94:aa:4b:6b:05:1f:08"}} 2018-08-27 04:34:33,254 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-7a9ab7e6-488b-4c23-aaec-ff1fcfd47e6b 2018-08-27 04:34:33,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.576002120972s 2018-08-27 04:34:33,255 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-7a9ab7e6-488b-4c23-aaec-ff1fcfd47e6b 2018-08-27 04:34:33,256 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRaibjKUAKrEA3AFaaZjynmd7ZCDlPT91UbR+YXwZDvY3rxUh8LoZWjp+DkCOQfc8h2IZZd8A1F4D2COcDhSsmNYv/NaoxYg+xRb68nkYtZSDSfJeUGDvb5oyfo8OO+iYX0g9+YYUtdry5T2/9yLxvFP0T0E67yqkBnkErr7ZpY9wq70VcM0IV/NlnKddUdtLRCnYpDNmdmLQGgyrZ9xUFrlvr/LiUNdIund2A2PXW79RA1C0zdAzT+FZ7ZNI9vDXxxGwOZc6AX+NpnYl+xNfo7vb4aavEjDACIo3snFULoM0jFzKjzls6pwFxINlIo6kZyGpSXzSz98Cg+6jJtMHR Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0Wom4ylACqxANwBWmmY8p5ne2Qg5T0/dVG0fmF8GQ72N68VI\nfC6GVo6fg5AjkH3PIdiGWXfANReA9gjnA4UrJjWL/zWqMWIPsUW+vJ5GLWUg0nyX\nlBg72+aMn6PDjvomF9IPfmGFLXa8uU9v/ci8bxT9E9BOu8qpAZ5BK6+2aWPcKu9F\nXDNCFfzZZynXVHbS0Qp2KQzZnZi0BoMq2fcVBa5b6/y4lDXSLp3dgNj11u/UQNQt\nM3QM0/hWe2TSPbw18cRsDmXOgF/jaZ2JfsTX6O72+GmrxIwwAiKN7JxVC6DNIxcy\no85bOqcBcSDZSKOpGchqUl80s/fAoPuoybTB0QIDAQABAoIBAHJeVv6Y+LDbgfaH\n6MRKMbYXAu3k3+fA5k/FiQveWb2FOI0bIYswnY2INvXTMpknHIiPiFA0ZnSYcYXt\nNr1lbTtg4yRuWpS9yXQ3cwPwLMN+B37tLJtk4MwoDYTiG1tqooM/5dZPzDwYLNnH\n2JHxn3fLLqwzh8xn0gVgOJdzT1wegKeb6QUHurYSO5AlJ5u61bv277NN9PufTzdO\ncsNSvpTiPHqeifO2gjRzwbGE1WWaSAufS3yotlVjOF1bvEm3juo9EtDWvWEB+PYV\n+sqgb3a74oIIDT4LMHMAoLLdsfeUoBCfR2IVgm2HCF5ZWP8GtjGOxbU333T+4Qzm\nuaKiIAECgYEA5+wD7LteHE9B36p17x0pt9gkcLgRGk2OPXcyb3G2gXIxx9rQjJMH\nsPd9Qofwo7Pvebvx1vJioj70AGvBqqecXPF97DEJLgXVJYTQBnicldG13EmAVst5\nP/iIujkjJDoscoIZDm2glhGMzWilRuR+gnf3J6fRTiaZeVXORZ1WpWECgYEA5yfx\nEEvMkQV2/LIOB5DjslOO2Ym4Dfpo6YYQAIQFgygjE82wbj+pG/y4iU+bBmr8XXPH\nvHoknuTxAxa0Bcm1eNwG5HiznP12/KnChPcV4DGxFamvqO10kJu7VMNkVAcUSPe9\n/5TXkLnMzOKXU/ZJKW8V3zCxr8Ii9LLq904LAnECgYEA3LYGcidKA8UFmrbdb0ag\nqh4fZ8o0NIT0RdiG/foIxp4Hc/vwlqdiHW8aHNPEFfaqg35yQ63+YgtpKHFkKGVE\ncEs+HCX6Z3sTgpYnZtEnq4ic+txUL8WKSW/bpuWzZMmb/QmEkO+RcN+Y0O6yw4m2\nP7GtW2bg0O/5BLi9ChEXIWECgYBE62/AgBkaFBsJ9LyiHN0GyksJKTqrUEH/fm0+\n+h36oPj0apt0A58ULSGILyf1nehopKCk3XYVugTx+s7p+t4UjuWvMR28bQYRBzxs\nEI+BLM+zucgaAdKDWytbdnZvZzzxFIydq28qQ3uAiv67le7yX6CRzx7rXGK3urC7\n05UMwQKBgBR8Xr+nOCsT01haRWu1iBkSGOjV4oeLownYobwxGIydCBLTKFXKBEu9\nwQoyag3lIQRsYBeWvEignbcd/iAqdFQsf1WonCxt1bcV3926NLHFoV8fAmi/+m0g\n9xbTN0auKIxBgsaKwx6MkTlbRDLceadbB/E6A7uG6W9u/MES9LNo\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e7ebce3024054ae7b65e95cbd138fb02', 'name': u'cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'created_at': '2018-08-27T04:34:33.256051', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'23633adee2024e3d895bdc91dcf1f209', 'name': 'cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'8d:6e:41:1b:87:48:1a:9c:27:94:aa:4b:6b:05:1f:08', 'type': 'ssh', 'id': u'cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914'}) 2018-08-27 04:34:33,256 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA0Wom4ylACqxANwBWmmY8p5ne2Qg5T0/dVG0fmF8GQ72N68VI fC6GVo6fg5AjkH3PIdiGWXfANReA9gjnA4UrJjWL/zWqMWIPsUW+vJ5GLWUg0nyX lBg72+aMn6PDjvomF9IPfmGFLXa8uU9v/ci8bxT9E9BOu8qpAZ5BK6+2aWPcKu9F XDNCFfzZZynXVHbS0Qp2KQzZnZi0BoMq2fcVBa5b6/y4lDXSLp3dgNj11u/UQNQt M3QM0/hWe2TSPbw18cRsDmXOgF/jaZ2JfsTX6O72+GmrxIwwAiKN7JxVC6DNIxcy o85bOqcBcSDZSKOpGchqUl80s/fAoPuoybTB0QIDAQABAoIBAHJeVv6Y+LDbgfaH 6MRKMbYXAu3k3+fA5k/FiQveWb2FOI0bIYswnY2INvXTMpknHIiPiFA0ZnSYcYXt Nr1lbTtg4yRuWpS9yXQ3cwPwLMN+B37tLJtk4MwoDYTiG1tqooM/5dZPzDwYLNnH 2JHxn3fLLqwzh8xn0gVgOJdzT1wegKeb6QUHurYSO5AlJ5u61bv277NN9PufTzdO csNSvpTiPHqeifO2gjRzwbGE1WWaSAufS3yotlVjOF1bvEm3juo9EtDWvWEB+PYV +sqgb3a74oIIDT4LMHMAoLLdsfeUoBCfR2IVgm2HCF5ZWP8GtjGOxbU333T+4Qzm uaKiIAECgYEA5+wD7LteHE9B36p17x0pt9gkcLgRGk2OPXcyb3G2gXIxx9rQjJMH sPd9Qofwo7Pvebvx1vJioj70AGvBqqecXPF97DEJLgXVJYTQBnicldG13EmAVst5 P/iIujkjJDoscoIZDm2glhGMzWilRuR+gnf3J6fRTiaZeVXORZ1WpWECgYEA5yfx EEvMkQV2/LIOB5DjslOO2Ym4Dfpo6YYQAIQFgygjE82wbj+pG/y4iU+bBmr8XXPH vHoknuTxAxa0Bcm1eNwG5HiznP12/KnChPcV4DGxFamvqO10kJu7VMNkVAcUSPe9 /5TXkLnMzOKXU/ZJKW8V3zCxr8Ii9LLq904LAnECgYEA3LYGcidKA8UFmrbdb0ag qh4fZ8o0NIT0RdiG/foIxp4Hc/vwlqdiHW8aHNPEFfaqg35yQ63+YgtpKHFkKGVE cEs+HCX6Z3sTgpYnZtEnq4ic+txUL8WKSW/bpuWzZMmb/QmEkO+RcN+Y0O6yw4m2 P7GtW2bg0O/5BLi9ChEXIWECgYBE62/AgBkaFBsJ9LyiHN0GyksJKTqrUEH/fm0+ +h36oPj0apt0A58ULSGILyf1nehopKCk3XYVugTx+s7p+t4UjuWvMR28bQYRBzxs EI+BLM+zucgaAdKDWytbdnZvZzzxFIydq28qQ3uAiv67le7yX6CRzx7rXGK3urC7 05UMwQKBgBR8Xr+nOCsT01haRWu1iBkSGOjV4oeLownYobwxGIydCBLTKFXKBEu9 wQoyag3lIQRsYBeWvEignbcd/iAqdFQsf1WonCxt1bcV3926NLHFoV8fAmi/+m0g 9xbTN0auKIxBgsaKwx6MkTlbRDLceadbB/E6A7uG6W9u/MES9LNo -----END RSA PRIVATE KEY----- 2018-08-27 04:34:33,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 04:34:33,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"security_group": {"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-27 04:34:33,761 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-ed2351ba-5193-4c40-8eec-7dc8487f1b16 Date: Mon, 27 Aug 2018 04:34:33 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:33Z", "updated_at": "2018-08-27T04:34:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "ce6c9a2f-8586-4605-894d-3f83f2905435", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "e3247046-bcba-438a-a730-a073e53d8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 1, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}} 2018-08-27 04:34:33,761 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-ed2351ba-5193-4c40-8eec-7dc8487f1b16 2018-08-27 04:34:33,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.501767873764s 2018-08-27 04:34:33,761 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-ed2351ba-5193-4c40-8eec-7dc8487f1b16 2018-08-27 04:34:33,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:34:33,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:34,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-00f9cb50-03b9-47aa-95df-9570b2a86899 Date: Mon, 27 Aug 2018 04:34:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:33Z", "updated_at": "2018-08-27T04:34:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "ce6c9a2f-8586-4605-894d-3f83f2905435", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "e3247046-bcba-438a-a730-a073e53d8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 1, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, {"description": "Default security group", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:33:02Z", "updated_at": "2018-08-27T04:33:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "0f655940-732f-4537-a3f2-a03d401e18ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ab557d0-3d6c-4c32-bf6f-314b9483fa89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ff4942d-c4c1-44c7-9dcb-21b325991271", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "f605e3a5-9717-40e6-ba27-80e04cc42208", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 1, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "name": "default"}]} 2018-08-27 04:34:34,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-00f9cb50-03b9-47aa-95df-9570b2a86899 2018-08-27 04:34:34,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.332209825516s 2018-08-27 04:34:34,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-00f9cb50-03b9-47aa-95df-9570b2a86899 2018-08-27 04:34:34,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:34:34,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb"}}' 2018-08-27 04:34:34,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2f04d22d-690f-4df1-9d30-9d4981fc3353 Date: Mon, 27 Aug 2018 04:34:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "port_range_min": 22, "revision_number": 0, "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:34Z", "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "f5ed25e1-cfe1-4b4f-a64a-7d344bf4be73"}} 2018-08-27 04:34:34,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-2f04d22d-690f-4df1-9d30-9d4981fc3353 2018-08-27 04:34:34,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.462584972382s 2018-08-27 04:34:34,565 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-2f04d22d-690f-4df1-9d30-9d4981fc3353 2018-08-27 04:34:34,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:34:34,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:34,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-ed9d4643-d21d-4b70-8023-c9bbfb2e257a Date: Mon, 27 Aug 2018 04:34:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:33Z", "updated_at": "2018-08-27T04:34:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "ce6c9a2f-8586-4605-894d-3f83f2905435", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "e3247046-bcba-438a-a730-a073e53d8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "f5ed25e1-cfe1-4b4f-a64a-7d344bf4be73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 22, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 2, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, {"description": "Default security group", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:33:02Z", "updated_at": "2018-08-27T04:33:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "0f655940-732f-4537-a3f2-a03d401e18ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ab557d0-3d6c-4c32-bf6f-314b9483fa89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ff4942d-c4c1-44c7-9dcb-21b325991271", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "f605e3a5-9717-40e6-ba27-80e04cc42208", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 1, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "name": "default"}]} 2018-08-27 04:34:34,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-ed9d4643-d21d-4b70-8023-c9bbfb2e257a 2018-08-27 04:34:34,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.325203180313s 2018-08-27 04:34:34,894 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-ed9d4643-d21d-4b70-8023-c9bbfb2e257a 2018-08-27 04:34:34,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:34:34,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb"}}' 2018-08-27 04:34:35,056 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-eea3be2a-a1b5-43cf-ba2f-8d20325d3f7f Date: Mon, 27 Aug 2018 04:34:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "port_range_min": null, "revision_number": 0, "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:34Z", "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "3a339992-54f2-4077-8d76-23c28c631d5e"}} 2018-08-27 04:34:35,056 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-eea3be2a-a1b5-43cf-ba2f-8d20325d3f7f 2018-08-27 04:34:35,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.158338069916s 2018-08-27 04:34:35,056 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-eea3be2a-a1b5-43cf-ba2f-8d20325d3f7f 2018-08-27 04:34:35,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:34:35,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:35,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-4fdca910-2324-41e5-86bf-cb1694e1ca89 Date: Mon, 27 Aug 2018 04:34:35 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:33Z", "updated_at": "2018-08-27T04:34:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "3a339992-54f2-4077-8d76-23c28c631d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "ce6c9a2f-8586-4605-894d-3f83f2905435", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "e3247046-bcba-438a-a730-a073e53d8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "f5ed25e1-cfe1-4b4f-a64a-7d344bf4be73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 22, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 3, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, {"description": "Default security group", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:33:02Z", "updated_at": "2018-08-27T04:33:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "0f655940-732f-4537-a3f2-a03d401e18ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ab557d0-3d6c-4c32-bf6f-314b9483fa89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ff4942d-c4c1-44c7-9dcb-21b325991271", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "f605e3a5-9717-40e6-ba27-80e04cc42208", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 1, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "name": "default"}]} 2018-08-27 04:34:35,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-4fdca910-2324-41e5-86bf-cb1694e1ca89 2018-08-27 04:34:35,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.3159968853s 2018-08-27 04:34:35,376 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-4fdca910-2324-41e5-86bf-cb1694e1ca89 2018-08-27 04:34:35,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:34:35,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb"}}' 2018-08-27 04:34:35,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-215b2401-8662-4d8b-8e2f-2432077036d3 Date: Mon, 27 Aug 2018 04:34:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-27T04:34:35Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "port_range_min": 80, "revision_number": 0, "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:35Z", "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "364fc58f-0a50-4b7e-9cf8-af4af8c498b9"}} 2018-08-27 04:34:35,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-215b2401-8662-4d8b-8e2f-2432077036d3 2018-08-27 04:34:35,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.436131954193s 2018-08-27 04:34:35,816 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-215b2401-8662-4d8b-8e2f-2432077036d3 2018-08-27 04:34:35,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:34:35,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:35,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-74c5010d-4402-4d36-8a66-d1376778dcfc Date: Mon, 27 Aug 2018 04:34:35 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:33Z", "updated_at": "2018-08-27T04:34:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T04:34:35Z", "revision_number": 0, "id": "364fc58f-0a50-4b7e-9cf8-af4af8c498b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:35Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 80, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "3a339992-54f2-4077-8d76-23c28c631d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "ce6c9a2f-8586-4605-894d-3f83f2905435", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "e3247046-bcba-438a-a730-a073e53d8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "f5ed25e1-cfe1-4b4f-a64a-7d344bf4be73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 22, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 4, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, {"description": "Default security group", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:33:02Z", "updated_at": "2018-08-27T04:33:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "0f655940-732f-4537-a3f2-a03d401e18ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ab557d0-3d6c-4c32-bf6f-314b9483fa89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ff4942d-c4c1-44c7-9dcb-21b325991271", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "f605e3a5-9717-40e6-ba27-80e04cc42208", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 1, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "name": "default"}]} 2018-08-27 04:34:35,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-74c5010d-4402-4d36-8a66-d1376778dcfc 2018-08-27 04:34:35,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.052206993103s 2018-08-27 04:34:35,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-74c5010d-4402-4d36-8a66-d1376778dcfc 2018-08-27 04:34:35,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:34:35,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb"}}' 2018-08-27 04:34:36,229 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-2c50bb7c-6c24-479e-b192-f3623c5bd610 Date: Mon, 27 Aug 2018 04:34:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-27T04:34:36Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "port_range_min": 443, "revision_number": 0, "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:36Z", "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "e33cb9b5-245a-44d6-a32f-09922741d80d"}} 2018-08-27 04:34:36,229 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-2c50bb7c-6c24-479e-b192-f3623c5bd610 2018-08-27 04:34:36,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.355182170868s 2018-08-27 04:34:36,230 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-2c50bb7c-6c24-479e-b192-f3623c5bd610 2018-08-27 04:34:36,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:34:36,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:36,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-52618400-b821-4e2d-a9eb-cf35ec618d4c Date: Mon, 27 Aug 2018 04:34:36 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:33Z", "updated_at": "2018-08-27T04:34:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T04:34:35Z", "revision_number": 0, "id": "364fc58f-0a50-4b7e-9cf8-af4af8c498b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:35Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 80, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "3a339992-54f2-4077-8d76-23c28c631d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "ce6c9a2f-8586-4605-894d-3f83f2905435", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "e3247046-bcba-438a-a730-a073e53d8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T04:34:36Z", "revision_number": 0, "id": "e33cb9b5-245a-44d6-a32f-09922741d80d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:36Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 443, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "f5ed25e1-cfe1-4b4f-a64a-7d344bf4be73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 22, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 5, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, {"description": "Default security group", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:33:02Z", "updated_at": "2018-08-27T04:33:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "0f655940-732f-4537-a3f2-a03d401e18ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ab557d0-3d6c-4c32-bf6f-314b9483fa89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ff4942d-c4c1-44c7-9dcb-21b325991271", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "f605e3a5-9717-40e6-ba27-80e04cc42208", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 1, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "name": "default"}]} 2018-08-27 04:34:36,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-52618400-b821-4e2d-a9eb-cf35ec618d4c 2018-08-27 04:34:36,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0581519603729s 2018-08-27 04:34:36,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-52618400-b821-4e2d-a9eb-cf35ec618d4c 2018-08-27 04:34:36,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:34:36,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb"}}' 2018-08-27 04:34:36,732 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-7b8f05ff-0003-4d29-9d6c-af2903f2a78e Date: Mon, 27 Aug 2018 04:34:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-27T04:34:36Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "port_range_min": 5671, "revision_number": 0, "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:36Z", "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "e6583ae3-2372-4d5b-aae6-cb278aacebf3"}} 2018-08-27 04:34:36,733 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-7b8f05ff-0003-4d29-9d6c-af2903f2a78e 2018-08-27 04:34:36,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.437857151031s 2018-08-27 04:34:36,733 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-7b8f05ff-0003-4d29-9d6c-af2903f2a78e 2018-08-27 04:34:36,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:34:36,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:36,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-ab308a75-27b2-48cd-be2c-eb2b37442b0c Date: Mon, 27 Aug 2018 04:34:36 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:33Z", "updated_at": "2018-08-27T04:34:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T04:34:35Z", "revision_number": 0, "id": "364fc58f-0a50-4b7e-9cf8-af4af8c498b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:35Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 80, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "3a339992-54f2-4077-8d76-23c28c631d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "ce6c9a2f-8586-4605-894d-3f83f2905435", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "e3247046-bcba-438a-a730-a073e53d8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T04:34:36Z", "revision_number": 0, "id": "e33cb9b5-245a-44d6-a32f-09922741d80d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:36Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 443, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T04:34:36Z", "revision_number": 0, "id": "e6583ae3-2372-4d5b-aae6-cb278aacebf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:36Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "f5ed25e1-cfe1-4b4f-a64a-7d344bf4be73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 22, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 6, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, {"description": "Default security group", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:33:02Z", "updated_at": "2018-08-27T04:33:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "0f655940-732f-4537-a3f2-a03d401e18ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ab557d0-3d6c-4c32-bf6f-314b9483fa89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ff4942d-c4c1-44c7-9dcb-21b325991271", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "f605e3a5-9717-40e6-ba27-80e04cc42208", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 1, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "name": "default"}]} 2018-08-27 04:34:36,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-ab308a75-27b2-48cd-be2c-eb2b37442b0c 2018-08-27 04:34:36,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.229562997818s 2018-08-27 04:34:36,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-ab308a75-27b2-48cd-be2c-eb2b37442b0c 2018-08-27 04:34:36,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:34:36,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb"}}' 2018-08-27 04:34:37,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-26efaf3c-7288-46d1-9ce8-7bb7e19163dc Date: Mon, 27 Aug 2018 04:34:37 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-27T04:34:37Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "port_range_min": 53333, "revision_number": 0, "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:37Z", "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "d3e5d6c0-cb34-4386-99a2-bacf84251c91"}} 2018-08-27 04:34:37,415 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-26efaf3c-7288-46d1-9ce8-7bb7e19163dc 2018-08-27 04:34:37,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.446618080139s 2018-08-27 04:34:37,416 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-26efaf3c-7288-46d1-9ce8-7bb7e19163dc 2018-08-27 04:34:37,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:34:37,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:37,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-0dacd33c-168f-42de-9cd4-5ce59bfd44a1 Date: Mon, 27 Aug 2018 04:34:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0e709e83-c0a7-4da4-8088-6d0efaa3f93a"],"updated_at":"2018-08-27T04:33:04Z","tenant_id":"23633adee2024e3d895bdc91dcf1f209","created_at":"2018-08-27T04:33:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"23633adee2024e3d895bdc91dcf1f209","id":"d44a10bf-330c-479d-bf05-caa0a205465f","name":"cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 04:34:37,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0dacd33c-168f-42de-9cd4-5ce59bfd44a1 2018-08-27 04:34:37,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0957660675049s 2018-08-27 04:34:37,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0dacd33c-168f-42de-9cd4-5ce59bfd44a1 2018-08-27 04:34:37,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:34:37,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:38,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-43da4154-c060-4d3e-8805-78e96094fa49 Date: Mon, 27 Aug 2018 04:34:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:34:31Z", "file": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/file", "owner": "23633adee2024e3d895bdc91dcf1f209", "id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "size": 4373348352, "self": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T04:33:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:34:38,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-43da4154-c060-4d3e-8805-78e96094fa49 2018-08-27 04:34:38,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.732403993607s 2018-08-27 04:34:38,251 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-43da4154-c060-4d3e-8805-78e96094fa49 2018-08-27 04:34:38,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:34:38,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:38,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:34:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c01b784e-5be2-4dc1-ad88-aee1c9446fcd x-compute-request-id: req-c01b784e-5be2-4dc1-ad88-aee1c9446fcd Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "2ef27177-38b2-43b9-ba96-1a238e200ca7"}]} 2018-08-27 04:34:38,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c01b784e-5be2-4dc1-ad88-aee1c9446fcd 2018-08-27 04:34:38,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230469703674s 2018-08-27 04:34:38,276 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c01b784e-5be2-4dc1-ad88-aee1c9446fcd 2018-08-27 04:34:38,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 04:34:38,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"server": {"name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "imageRef": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "flavorRef": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d44a10bf-330c-479d-bf05-caa0a205465f"}], "security_groups": [{"name": "8ee0994f-1a22-4889-8620-d2da6bdac1eb"}]}}' 2018-08-27 04:34:42,305 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 04:34:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2b41ee2-ee77-4f80-9783-a3d76e5b8e4a x-compute-request-id: req-a2b41ee2-ee77-4f80-9783-a3d76e5b8e4a Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "8ee0994f-1a22-4889-8620-d2da6bdac1eb"}], "OS-DCF:diskConfig": "MANUAL", "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "adminPass": "2CYHkb8DZJiy"}} 2018-08-27 04:34:42,305 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-a2b41ee2-ee77-4f80-9783-a3d76e5b8e4a 2018-08-27 04:34:42,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.02704596519s 2018-08-27 04:34:42,306 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-a2b41ee2-ee77-4f80-9783-a3d76e5b8e4a 2018-08-27 04:34:42,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:34:42,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:42,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:34:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42a707d1-9f69-45f7-9b09-1d7e2c152c61 x-compute-request-id: req-42a707d1-9f69-45f7-9b09-1d7e2c152c61 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:34:42,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-42a707d1-9f69-45f7-9b09-1d7e2c152c61 2018-08-27 04:34:42,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398279905319s 2018-08-27 04:34:42,705 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-42a707d1-9f69-45f7-9b09-1d7e2c152c61 2018-08-27 04:34:42,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:34:42,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:42,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-374f813a-fa89-4d39-be2e-5eebe97b6b70 Date: Mon, 27 Aug 2018 04:34:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0e709e83-c0a7-4da4-8088-6d0efaa3f93a"],"updated_at":"2018-08-27T04:33:04Z","tenant_id":"23633adee2024e3d895bdc91dcf1f209","created_at":"2018-08-27T04:33:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"23633adee2024e3d895bdc91dcf1f209","id":"d44a10bf-330c-479d-bf05-caa0a205465f","name":"cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 04:34:42,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-374f813a-fa89-4d39-be2e-5eebe97b6b70 2018-08-27 04:34:42,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.09885597229s 2018-08-27 04:34:42,812 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-374f813a-fa89-4d39-be2e-5eebe97b6b70 2018-08-27 04:34:42,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 04:34:42,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:43,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-5616a49f-27ed-4a86-9838-fffbc15d39c1 Date: Mon, 27 Aug 2018 04:34:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d44a10bf-330c-479d-bf05-caa0a205465f","tenant_id":"23633adee2024e3d895bdc91dcf1f209","created_at":"2018-08-27T04:33:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T04:33:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"23633adee2024e3d895bdc91dcf1f209","id":"0e709e83-c0a7-4da4-8088-6d0efaa3f93a","subnetpool_id":null,"name":"cloudify_ims-subnet_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}]} 2018-08-27 04:34:43,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-5616a49f-27ed-4a86-9838-fffbc15d39c1 2018-08-27 04:34:43,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.324262857437s 2018-08-27 04:34:43,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-5616a49f-27ed-4a86-9838-fffbc15d39c1 2018-08-27 04:34:43,138 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:34:45,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:34:45,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:45,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:34:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4da90a9-c824-49d8-b154-897895f0d2f2 x-compute-request-id: req-c4da90a9-c824-49d8-b154-897895f0d2f2 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:44Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:34:45,544 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c4da90a9-c824-49d8-b154-897895f0d2f2 2018-08-27 04:34:45,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.403289079666s 2018-08-27 04:34:45,545 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c4da90a9-c824-49d8-b154-897895f0d2f2 2018-08-27 04:34:45,549 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:34:47,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:34:47,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:49,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:34:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-462bc271-eda7-4a15-8f4c-eb0010b4c02c x-compute-request-id: req-462bc271-eda7-4a15-8f4c-eb0010b4c02c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:34:49,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-462bc271-eda7-4a15-8f4c-eb0010b4c02c 2018-08-27 04:34:49,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.53393697739s 2018-08-27 04:34:49,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-462bc271-eda7-4a15-8f4c-eb0010b4c02c 2018-08-27 04:34:49,089 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:34:51,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:34:51,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:52,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:34:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-604c4d09-9ed8-4497-9402-7491d2e8cbd4 x-compute-request-id: req-604c4d09-9ed8-4497-9402-7491d2e8cbd4 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:34:52,186 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-604c4d09-9ed8-4497-9402-7491d2e8cbd4 2018-08-27 04:34:52,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09370112419s 2018-08-27 04:34:52,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-604c4d09-9ed8-4497-9402-7491d2e8cbd4 2018-08-27 04:34:52,190 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:34:54,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:34:54,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:55,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:34:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-954c5ff0-17f7-4011-bd54-b69b9ef5077a x-compute-request-id: req-954c5ff0-17f7-4011-bd54-b69b9ef5077a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:34:55,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-954c5ff0-17f7-4011-bd54-b69b9ef5077a 2018-08-27 04:34:55,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04102706909s 2018-08-27 04:34:55,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-954c5ff0-17f7-4011-bd54-b69b9ef5077a 2018-08-27 04:34:55,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:34:57,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:34:57,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:34:57,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc7636c3-604b-4994-a04c-844f39bf53a3 x-compute-request-id: req-dc7636c3-604b-4994-a04c-844f39bf53a3 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:34:57,927 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dc7636c3-604b-4994-a04c-844f39bf53a3 2018-08-27 04:34:57,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685748100281s 2018-08-27 04:34:57,927 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dc7636c3-604b-4994-a04c-844f39bf53a3 2018-08-27 04:34:57,931 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:34:59,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:34:59,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:00,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:34:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a91b3231-de90-4a57-902a-3b13315c2f20 x-compute-request-id: req-a91b3231-de90-4a57-902a-3b13315c2f20 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:00,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a91b3231-de90-4a57-902a-3b13315c2f20 2018-08-27 04:35:00,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01691794395s 2018-08-27 04:35:00,952 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a91b3231-de90-4a57-902a-3b13315c2f20 2018-08-27 04:35:00,955 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:02,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:02,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:03,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b480e02e-1455-42ee-85a9-5ff667140043 x-compute-request-id: req-b480e02e-1455-42ee-85a9-5ff667140043 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:03,140 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b480e02e-1455-42ee-85a9-5ff667140043 2018-08-27 04:35:03,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183546066284s 2018-08-27 04:35:03,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b480e02e-1455-42ee-85a9-5ff667140043 2018-08-27 04:35:03,143 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:05,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:05,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:05,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33c2d931-aeee-4e1e-bd29-9cd6cddc8f9e x-compute-request-id: req-33c2d931-aeee-4e1e-bd29-9cd6cddc8f9e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:05,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-33c2d931-aeee-4e1e-bd29-9cd6cddc8f9e 2018-08-27 04:35:05,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719983816147s 2018-08-27 04:35:05,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-33c2d931-aeee-4e1e-bd29-9cd6cddc8f9e 2018-08-27 04:35:05,868 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:07,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:07,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:08,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02a002f5-a43c-4eda-9867-28e1a9be759e x-compute-request-id: req-02a002f5-a43c-4eda-9867-28e1a9be759e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:08,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-02a002f5-a43c-4eda-9867-28e1a9be759e 2018-08-27 04:35:08,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.881599903107s 2018-08-27 04:35:08,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-02a002f5-a43c-4eda-9867-28e1a9be759e 2018-08-27 04:35:08,757 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:10,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:10,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:11,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce20b8e2-6b46-43df-8f69-6ab7c581e32d x-compute-request-id: req-ce20b8e2-6b46-43df-8f69-6ab7c581e32d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:11,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ce20b8e2-6b46-43df-8f69-6ab7c581e32d 2018-08-27 04:35:11,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720952987671s 2018-08-27 04:35:11,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ce20b8e2-6b46-43df-8f69-6ab7c581e32d 2018-08-27 04:35:11,484 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:13,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:13,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:14,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-707f7de8-e2e1-411e-a134-e62918ea9ef4 x-compute-request-id: req-707f7de8-e2e1-411e-a134-e62918ea9ef4 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:14,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-707f7de8-e2e1-411e-a134-e62918ea9ef4 2018-08-27 04:35:14,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.707732915878s 2018-08-27 04:35:14,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-707f7de8-e2e1-411e-a134-e62918ea9ef4 2018-08-27 04:35:14,199 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:16,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:16,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:17,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f53ea98e-e681-463a-9a38-5ae4d9ab4023 x-compute-request-id: req-f53ea98e-e681-463a-9a38-5ae4d9ab4023 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:17,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f53ea98e-e681-463a-9a38-5ae4d9ab4023 2018-08-27 04:35:17,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.992220163345s 2018-08-27 04:35:17,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f53ea98e-e681-463a-9a38-5ae4d9ab4023 2018-08-27 04:35:17,198 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:19,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:19,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:20,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3bc763d0-42a9-4266-8bbd-911968cc334c x-compute-request-id: req-3bc763d0-42a9-4266-8bbd-911968cc334c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:20,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3bc763d0-42a9-4266-8bbd-911968cc334c 2018-08-27 04:35:20,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07814717293s 2018-08-27 04:35:20,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3bc763d0-42a9-4266-8bbd-911968cc334c 2018-08-27 04:35:20,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:22,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:22,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:23,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f70c5837-d217-4434-87af-1989a2f3cf3d x-compute-request-id: req-f70c5837-d217-4434-87af-1989a2f3cf3d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:23,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f70c5837-d217-4434-87af-1989a2f3cf3d 2018-08-27 04:35:23,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719481945038s 2018-08-27 04:35:23,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f70c5837-d217-4434-87af-1989a2f3cf3d 2018-08-27 04:35:23,009 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:25,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:25,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:25,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb49bf53-c8a3-488c-885b-3bfd88c41acc x-compute-request-id: req-eb49bf53-c8a3-488c-885b-3bfd88c41acc Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:25,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eb49bf53-c8a3-488c-885b-3bfd88c41acc 2018-08-27 04:35:25,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62565612793s 2018-08-27 04:35:25,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eb49bf53-c8a3-488c-885b-3bfd88c41acc 2018-08-27 04:35:25,641 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:27,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:27,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:28,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b869af8f-7568-4b99-9d45-86e0760958d4 x-compute-request-id: req-b869af8f-7568-4b99-9d45-86e0760958d4 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:28,309 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b869af8f-7568-4b99-9d45-86e0760958d4 2018-08-27 04:35:28,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664655923843s 2018-08-27 04:35:28,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b869af8f-7568-4b99-9d45-86e0760958d4 2018-08-27 04:35:28,313 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:30,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:30,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:31,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e54060cf-a0c7-4a36-bef6-7ec30a9471ca x-compute-request-id: req-e54060cf-a0c7-4a36-bef6-7ec30a9471ca Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:31,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e54060cf-a0c7-4a36-bef6-7ec30a9471ca 2018-08-27 04:35:31,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733412027359s 2018-08-27 04:35:31,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e54060cf-a0c7-4a36-bef6-7ec30a9471ca 2018-08-27 04:35:31,054 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:33,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:33,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:34,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76c5cff7-52ae-4321-af78-29274a8a04da x-compute-request-id: req-76c5cff7-52ae-4321-af78-29274a8a04da Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:34,058 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-76c5cff7-52ae-4321-af78-29274a8a04da 2018-08-27 04:35:34,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00173306465s 2018-08-27 04:35:34,059 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-76c5cff7-52ae-4321-af78-29274a8a04da 2018-08-27 04:35:34,062 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:36,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:36,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:36,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9961a92-2c4c-46a8-9fb4-027e91a676a3 x-compute-request-id: req-f9961a92-2c4c-46a8-9fb4-027e91a676a3 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:36,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f9961a92-2c4c-46a8-9fb4-027e91a676a3 2018-08-27 04:35:36,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54926609993s 2018-08-27 04:35:36,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f9961a92-2c4c-46a8-9fb4-027e91a676a3 2018-08-27 04:35:36,619 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:38,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:38,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:39,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c965f54-8a55-406f-93d8-4fd849531f7c x-compute-request-id: req-5c965f54-8a55-406f-93d8-4fd849531f7c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:39,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5c965f54-8a55-406f-93d8-4fd849531f7c 2018-08-27 04:35:39,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.973536968231s 2018-08-27 04:35:39,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5c965f54-8a55-406f-93d8-4fd849531f7c 2018-08-27 04:35:39,599 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:41,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:41,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:42,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e3c3fbb-e07c-4cee-91cc-2f5e5fb11d00 x-compute-request-id: req-7e3c3fbb-e07c-4cee-91cc-2f5e5fb11d00 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:42,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7e3c3fbb-e07c-4cee-91cc-2f5e5fb11d00 2018-08-27 04:35:42,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688169002533s 2018-08-27 04:35:42,290 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7e3c3fbb-e07c-4cee-91cc-2f5e5fb11d00 2018-08-27 04:35:42,294 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:44,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:44,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:45,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a1fdae1-9b8f-4a2f-a732-db61d12cd3f4 x-compute-request-id: req-0a1fdae1-9b8f-4a2f-a732-db61d12cd3f4 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:45,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0a1fdae1-9b8f-4a2f-a732-db61d12cd3f4 2018-08-27 04:35:45,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.979064941406s 2018-08-27 04:35:45,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0a1fdae1-9b8f-4a2f-a732-db61d12cd3f4 2018-08-27 04:35:45,278 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:47,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:47,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:48,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-179c59f2-d98a-4a49-a989-5ee5e4b9f1ba x-compute-request-id: req-179c59f2-d98a-4a49-a989-5ee5e4b9f1ba Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:48,026 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-179c59f2-d98a-4a49-a989-5ee5e4b9f1ba 2018-08-27 04:35:48,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.74484705925s 2018-08-27 04:35:48,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-179c59f2-d98a-4a49-a989-5ee5e4b9f1ba 2018-08-27 04:35:48,030 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:50,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:50,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:51,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8d514dd-6dfe-415e-bb6a-777f453b24b7 x-compute-request-id: req-c8d514dd-6dfe-415e-bb6a-777f453b24b7 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:51,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c8d514dd-6dfe-415e-bb6a-777f453b24b7 2018-08-27 04:35:51,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03036093712s 2018-08-27 04:35:51,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c8d514dd-6dfe-415e-bb6a-777f453b24b7 2018-08-27 04:35:51,068 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:53,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:53,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:54,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85d97c85-cdc4-4a3f-9b96-397fce7d8a79 x-compute-request-id: req-85d97c85-cdc4-4a3f-9b96-397fce7d8a79 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:54,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-85d97c85-cdc4-4a3f-9b96-397fce7d8a79 2018-08-27 04:35:54,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.42065787315s 2018-08-27 04:35:54,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-85d97c85-cdc4-4a3f-9b96-397fce7d8a79 2018-08-27 04:35:54,495 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:56,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:56,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:56,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8321f3f7-4a2b-44b6-baef-f08ed8f24b1f x-compute-request-id: req-8321f3f7-4a2b-44b6-baef-f08ed8f24b1f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:56,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8321f3f7-4a2b-44b6-baef-f08ed8f24b1f 2018-08-27 04:35:56,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463127851486s 2018-08-27 04:35:56,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8321f3f7-4a2b-44b6-baef-f08ed8f24b1f 2018-08-27 04:35:56,965 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:35:58,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:35:58,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:35:59,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:35:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a83ca0c8-9b19-4790-be2d-4ef3836e340c x-compute-request-id: req-a83ca0c8-9b19-4790-be2d-4ef3836e340c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:35:59,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a83ca0c8-9b19-4790-be2d-4ef3836e340c 2018-08-27 04:35:59,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726266860962s 2018-08-27 04:35:59,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a83ca0c8-9b19-4790-be2d-4ef3836e340c 2018-08-27 04:35:59,699 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:01,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:01,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:02,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-847a2aaf-96d8-4a3d-82de-f3f8856fbfc6 x-compute-request-id: req-847a2aaf-96d8-4a3d-82de-f3f8856fbfc6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:02,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-847a2aaf-96d8-4a3d-82de-f3f8856fbfc6 2018-08-27 04:36:02,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724211931229s 2018-08-27 04:36:02,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-847a2aaf-96d8-4a3d-82de-f3f8856fbfc6 2018-08-27 04:36:02,430 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:04,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:04,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:05,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd8a96a5-abf6-4215-bd00-7d42fff66c05 x-compute-request-id: req-cd8a96a5-abf6-4215-bd00-7d42fff66c05 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:05,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cd8a96a5-abf6-4215-bd00-7d42fff66c05 2018-08-27 04:36:05,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.898530006409s 2018-08-27 04:36:05,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cd8a96a5-abf6-4215-bd00-7d42fff66c05 2018-08-27 04:36:05,336 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:07,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:07,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:08,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c5fdf3d-fca5-42b8-b50a-6ab03db9625a x-compute-request-id: req-3c5fdf3d-fca5-42b8-b50a-6ab03db9625a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:08,039 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3c5fdf3d-fca5-42b8-b50a-6ab03db9625a 2018-08-27 04:36:08,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701062917709s 2018-08-27 04:36:08,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3c5fdf3d-fca5-42b8-b50a-6ab03db9625a 2018-08-27 04:36:08,044 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:10,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:10,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:11,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb69d6db-fd7b-416a-9f3f-b2d78fa4771f x-compute-request-id: req-fb69d6db-fd7b-416a-9f3f-b2d78fa4771f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:11,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fb69d6db-fd7b-416a-9f3f-b2d78fa4771f 2018-08-27 04:36:11,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.52715086937s 2018-08-27 04:36:11,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fb69d6db-fd7b-416a-9f3f-b2d78fa4771f 2018-08-27 04:36:11,579 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:13,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:13,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:14,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3018041f-ee80-493e-83ed-a31cc70501a8 x-compute-request-id: req-3018041f-ee80-493e-83ed-a31cc70501a8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:14,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3018041f-ee80-493e-83ed-a31cc70501a8 2018-08-27 04:36:14,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.91277885437s 2018-08-27 04:36:14,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3018041f-ee80-493e-83ed-a31cc70501a8 2018-08-27 04:36:14,499 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:16,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:16,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:17,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7439dcb-2bb5-4b2a-8716-bcdc1a55aead x-compute-request-id: req-e7439dcb-2bb5-4b2a-8716-bcdc1a55aead Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:17,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e7439dcb-2bb5-4b2a-8716-bcdc1a55aead 2018-08-27 04:36:17,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01249909401s 2018-08-27 04:36:17,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e7439dcb-2bb5-4b2a-8716-bcdc1a55aead 2018-08-27 04:36:17,519 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:19,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:19,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:20,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1775c0b0-222b-4a94-b7cf-ac6e70210a15 x-compute-request-id: req-1775c0b0-222b-4a94-b7cf-ac6e70210a15 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:20,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1775c0b0-222b-4a94-b7cf-ac6e70210a15 2018-08-27 04:36:20,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.92817401886s 2018-08-27 04:36:20,450 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1775c0b0-222b-4a94-b7cf-ac6e70210a15 2018-08-27 04:36:20,454 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:22,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:22,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:23,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f2fda46-820d-4195-b96e-15fae99b58ef x-compute-request-id: req-5f2fda46-820d-4195-b96e-15fae99b58ef Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:23,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5f2fda46-820d-4195-b96e-15fae99b58ef 2018-08-27 04:36:23,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745885133743s 2018-08-27 04:36:23,203 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5f2fda46-820d-4195-b96e-15fae99b58ef 2018-08-27 04:36:23,207 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:25,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:25,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:25,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1ebc6ca-5ae8-412d-b093-c4d4167d1c9c x-compute-request-id: req-e1ebc6ca-5ae8-412d-b093-c4d4167d1c9c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:25,935 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e1ebc6ca-5ae8-412d-b093-c4d4167d1c9c 2018-08-27 04:36:25,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724730014801s 2018-08-27 04:36:25,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e1ebc6ca-5ae8-412d-b093-c4d4167d1c9c 2018-08-27 04:36:25,939 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:27,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:27,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:28,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-917ad00c-f91e-48d3-bf4a-4b80ced53fe0 x-compute-request-id: req-917ad00c-f91e-48d3-bf4a-4b80ced53fe0 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:28,563 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-917ad00c-f91e-48d3-bf4a-4b80ced53fe0 2018-08-27 04:36:28,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620939016342s 2018-08-27 04:36:28,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-917ad00c-f91e-48d3-bf4a-4b80ced53fe0 2018-08-27 04:36:28,567 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:30,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:30,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:31,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57ca43b8-8c1e-4be8-a69e-07a29fc21bf0 x-compute-request-id: req-57ca43b8-8c1e-4be8-a69e-07a29fc21bf0 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:31,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-57ca43b8-8c1e-4be8-a69e-07a29fc21bf0 2018-08-27 04:36:31,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.878619909286s 2018-08-27 04:36:31,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-57ca43b8-8c1e-4be8-a69e-07a29fc21bf0 2018-08-27 04:36:31,453 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:33,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:33,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:33,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adc19c6e-0c27-4c9a-a11e-2a2a9526ab5f x-compute-request-id: req-adc19c6e-0c27-4c9a-a11e-2a2a9526ab5f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:33,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-adc19c6e-0c27-4c9a-a11e-2a2a9526ab5f 2018-08-27 04:36:33,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.462294101715s 2018-08-27 04:36:33,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-adc19c6e-0c27-4c9a-a11e-2a2a9526ab5f 2018-08-27 04:36:33,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:35,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:35,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:36,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a83a6a7d-a6e9-47d8-bdd7-3081a858bd49 x-compute-request-id: req-a83a6a7d-a6e9-47d8-bdd7-3081a858bd49 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:36,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a83a6a7d-a6e9-47d8-bdd7-3081a858bd49 2018-08-27 04:36:36,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720829963684s 2018-08-27 04:36:36,646 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a83a6a7d-a6e9-47d8-bdd7-3081a858bd49 2018-08-27 04:36:36,650 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:38,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:38,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:39,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8163f666-767b-49d1-8969-a4afd66d4fd9 x-compute-request-id: req-8163f666-767b-49d1-8969-a4afd66d4fd9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:39,288 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8163f666-767b-49d1-8969-a4afd66d4fd9 2018-08-27 04:36:39,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.635523080826s 2018-08-27 04:36:39,288 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8163f666-767b-49d1-8969-a4afd66d4fd9 2018-08-27 04:36:39,292 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:41,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:41,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:42,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b489a4f7-a783-4f09-8946-44203af9f131 x-compute-request-id: req-b489a4f7-a783-4f09-8946-44203af9f131 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:42,028 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b489a4f7-a783-4f09-8946-44203af9f131 2018-08-27 04:36:42,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733723163605s 2018-08-27 04:36:42,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b489a4f7-a783-4f09-8946-44203af9f131 2018-08-27 04:36:42,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:44,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:44,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:45,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29339c4a-4e89-4818-bc4a-a87f5e76dedd x-compute-request-id: req-29339c4a-4e89-4818-bc4a-a87f5e76dedd Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:45,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-29339c4a-4e89-4818-bc4a-a87f5e76dedd 2018-08-27 04:36:45,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.24943113327s 2018-08-27 04:36:45,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-29339c4a-4e89-4818-bc4a-a87f5e76dedd 2018-08-27 04:36:45,289 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:47,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:47,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:48,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bf60ebd-805b-452c-8e2b-76c78f9e1dad x-compute-request-id: req-4bf60ebd-805b-452c-8e2b-76c78f9e1dad Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T04:34:45Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:48,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4bf60ebd-805b-452c-8e2b-76c78f9e1dad 2018-08-27 04:36:48,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720933914185s 2018-08-27 04:36:48,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4bf60ebd-805b-452c-8e2b-76c78f9e1dad 2018-08-27 04:36:48,017 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:36:50,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:36:50,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:50,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b013c68a-42d3-4d56-a4ef-ffa5affd1b7f x-compute-request-id: req-b013c68a-42d3-4d56-a4ef-ffa5affd1b7f Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:85:7a", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:36:48.000000", "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:36:48Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:36:50,740 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b013c68a-42d3-4d56-a4ef-ffa5affd1b7f 2018-08-27 04:36:50,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720480918884s 2018-08-27 04:36:50,740 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b013c68a-42d3-4d56-a4ef-ffa5affd1b7f 2018-08-27 04:36:50,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 04:36:50,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=9147ed53-09be-44f4-abeb-6eff00d8b028" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:50,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0210bdba-3c0b-460c-9428-1b3f570141aa Date: Mon, 27 Aug 2018 04:36:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d44a10bf-330c-479d-bf05-caa0a205465f","tenant_id":"23633adee2024e3d895bdc91dcf1f209","created_at":"2018-08-27T04:34:45Z","admin_state_up":true,"updated_at":"2018-08-27T04:36:48Z","binding:vnic_type":"normal","device_id":"9147ed53-09be-44f4-abeb-6eff00d8b028","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4b:85:7a","id":"fe764694-3e5a-4e45-82c9-3e4890f53b43","port_security_enabled":true,"project_id":"23633adee2024e3d895bdc91dcf1f209","fixed_ips":[{"subnet_id":"0e709e83-c0a7-4da4-8088-6d0efaa3f93a","ip_address":"192.168.120.19"}],"extra_dhcp_opts":[],"security_groups":["8ee0994f-1a22-4889-8620-d2da6bdac1eb"],"name":""}]} 2018-08-27 04:36:50,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=9147ed53-09be-44f4-abeb-6eff00d8b028 used request id req-0210bdba-3c0b-460c-9428-1b3f570141aa 2018-08-27 04:36:50,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0493841171265s 2018-08-27 04:36:50,794 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=9147ed53-09be-44f4-abeb-6eff00d8b028 used request id req-0210bdba-3c0b-460c-9428-1b3f570141aa 2018-08-27 04:36:50,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 04:36:50,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=fe764694-3e5a-4e45-82c9-3e4890f53b43" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:50,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8d1b08a9-1368-4cec-bfd2-5311e7b3c7b2 Date: Mon, 27 Aug 2018 04:36:50 GMT RESP BODY: {"floatingips": []} 2018-08-27 04:36:50,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=fe764694-3e5a-4e45-82c9-3e4890f53b43 used request id req-8d1b08a9-1368-4cec-bfd2-5311e7b3c7b2 2018-08-27 04:36:50,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0454318523407s 2018-08-27 04:36:50,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=fe764694-3e5a-4e45-82c9-3e4890f53b43 used request id req-8d1b08a9-1368-4cec-bfd2-5311e7b3c7b2 2018-08-27 04:36:50,845 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4b:85:7a', u'version': 4, u'addr': u'192.168.120.19', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9e25e2ca-6f15-4702-8b33-e0fe0486beb1'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:36:48.000000', 'flavor': Munch({u'id': u'2ef27177-38b2-43b9-ba96-1a238e200ca7'}), 'az': u'nova', 'id': u'9147ed53-09be-44f4-abeb-6eff00d8b028', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e7ebce3024054ae7b65e95cbd138fb02', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'23633adee2024e3d895bdc91dcf1f209', 'name': 'cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T04:36:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T04:36:48Z', 'hostId': u'31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'public_v6': '', 'private_v4': u'192.168.120.19', 'cloud': 'envvars', 'host_id': u'31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:36:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'23633adee2024e3d895bdc91dcf1f209', 'name': u'cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'adminPass': u'2CYHkb8DZJiy', 'tenant_id': u'23633adee2024e3d895bdc91dcf1f209', 'created_at': u'2018-08-27T04:34:42Z', 'created': u'2018-08-27T04:34:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 04:36:50,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:36:50,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:50,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-6a041898-57ee-4f4a-a5a0-48e16f23648a Date: Mon, 27 Aug 2018 04:36:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0e709e83-c0a7-4da4-8088-6d0efaa3f93a"],"updated_at":"2018-08-27T04:33:04Z","tenant_id":"23633adee2024e3d895bdc91dcf1f209","created_at":"2018-08-27T04:33:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"23633adee2024e3d895bdc91dcf1f209","id":"d44a10bf-330c-479d-bf05-caa0a205465f","name":"cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 04:36:50,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6a041898-57ee-4f4a-a5a0-48e16f23648a 2018-08-27 04:36:50,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0948300361633s 2018-08-27 04:36:50,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6a041898-57ee-4f4a-a5a0-48e16f23648a 2018-08-27 04:36:50,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 04:36:50,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=9147ed53-09be-44f4-abeb-6eff00d8b028" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:51,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5f4b027d-bc93-45fa-989d-e9fcf594b098 Date: Mon, 27 Aug 2018 04:36:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d44a10bf-330c-479d-bf05-caa0a205465f","tenant_id":"23633adee2024e3d895bdc91dcf1f209","created_at":"2018-08-27T04:34:45Z","admin_state_up":true,"updated_at":"2018-08-27T04:36:48Z","binding:vnic_type":"normal","device_id":"9147ed53-09be-44f4-abeb-6eff00d8b028","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4b:85:7a","id":"fe764694-3e5a-4e45-82c9-3e4890f53b43","port_security_enabled":true,"project_id":"23633adee2024e3d895bdc91dcf1f209","fixed_ips":[{"subnet_id":"0e709e83-c0a7-4da4-8088-6d0efaa3f93a","ip_address":"192.168.120.19"}],"extra_dhcp_opts":[],"security_groups":["8ee0994f-1a22-4889-8620-d2da6bdac1eb"],"name":""}]} 2018-08-27 04:36:51,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=9147ed53-09be-44f4-abeb-6eff00d8b028 used request id req-5f4b027d-bc93-45fa-989d-e9fcf594b098 2018-08-27 04:36:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0573120117188s 2018-08-27 04:36:51,002 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=9147ed53-09be-44f4-abeb-6eff00d8b028 used request id req-5f4b027d-bc93-45fa-989d-e9fcf594b098 2018-08-27 04:36:51,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 04:36:51,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"floatingip": {"floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.19", "port_id": "fe764694-3e5a-4e45-82c9-3e4890f53b43"}}' 2018-08-27 04:36:53,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c4b962bc-2415-4e41-8fcd-20e1d5715bb1 Date: Mon, 27 Aug 2018 04:36:53 GMT RESP BODY: {"floatingip": {"router_id": "47b1abe8-a299-4923-a353-f8a24a5987cb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T04:36:51Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "fe764694-3e5a-4e45-82c9-3e4890f53b43", "id": "54c436ba-e7a8-4ef0-b962-476b45b4f76d", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:36:51Z", "project_id": "23633adee2024e3d895bdc91dcf1f209"}} 2018-08-27 04:36:53,228 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-c4b962bc-2415-4e41-8fcd-20e1d5715bb1 2018-08-27 04:36:53,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.22536897659s 2018-08-27 04:36:53,229 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-c4b962bc-2415-4e41-8fcd-20e1d5715bb1 2018-08-27 04:36:53,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 04:36:53,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:36:53,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-c00d8673-45fd-4818-bf0f-b46800f10fae Date: Mon, 27 Aug 2018 04:36:53 GMT RESP BODY: {"floatingips": [{"router_id": "47b1abe8-a299-4923-a353-f8a24a5987cb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T04:36:51Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "fe764694-3e5a-4e45-82c9-3e4890f53b43", "id": "54c436ba-e7a8-4ef0-b962-476b45b4f76d", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:36:51Z", "project_id": "23633adee2024e3d895bdc91dcf1f209"}]} 2018-08-27 04:36:53,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-c00d8673-45fd-4818-bf0f-b46800f10fae 2018-08-27 04:36:53,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0754618644714s 2018-08-27 04:36:53,313 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-c00d8673-45fd-4818-bf0f-b46800f10fae 2018-08-27 04:36:53,317 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'47b1abe8-a299-4923-a353-f8a24a5987cb', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'23633adee2024e3d895bdc91dcf1f209', 'created_at': u'2018-08-27T04:36:51Z', 'attached': True, 'updated_at': u'2018-08-27T04:36:51Z', 'id': u'54c436ba-e7a8-4ef0-b962-476b45b4f76d', 'floating_network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', 'fixed_ip_address': u'192.168.120.19', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'23633adee2024e3d895bdc91dcf1f209', 'name': 'cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'47b1abe8-a299-4923-a353-f8a24a5987cb', 'project_id': u'23633adee2024e3d895bdc91dcf1f209', 'port_id': u'fe764694-3e5a-4e45-82c9-3e4890f53b43', 'port': u'fe764694-3e5a-4e45-82c9-3e4890f53b43', 'network': u'ecff2169-f0a1-4e87-90bc-3c582067cb09'}) 2018-08-27 04:36:53,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:36:53,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:36:53,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:36:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-674581e2-eb0e-419c-a6e9-1ed20d32c048 x-compute-request-id: req-674581e2-eb0e-419c-a6e9-1ed20d32c048 Content-Encoding: gzip Content-Length: 8985 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2230690944 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.431116] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.434196] pid_max: default: 32768 minimum: 301\n[ 0.435865] Security Framework initialized\n[ 0.437427] SELinux: Initializing.\n[ 0.439117] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.445518] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.449451] Mount-cache hash table entries: 4096\n[ 0.451408] Initializing cgroup subsys memory\n[ 0.453028] Initializing cgroup subsys devices\n[ 0.454655] Initializing cgroup subsys freezer\n[ 0.456273] Initializing cgroup subsys net_cls\n[ 0.457882] Initializing cgroup subsys blkio\n[ 0.459487] Initializing cgroup subsys perf_event\n[ 0.461161] Initializing cgroup subsys hugetlb\n[ 0.462790] Initializing cgroup subsys pids\n[ 0.464378] Initializing cgroup subsys net_prio\n[ 0.466107] CPU: Physical Processor ID: 0\n[ 0.468379] mce: CPU supports 10 MCE banks\n[ 0.469954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.471758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.473554] tlb_flushall_shift: 6\n[ 0.475141] Freeing SMP alternatives: 28k freed\n[ 0.479435] ACPI: Core revision 20130517\n[ 0.481395] ACPI: All ACPI Tables successfully acquired\n[ 0.483412] ftrace: allocating 25812 entries in 101 pages\n[ 0.505566] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.507705] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.509773] smpboot: Max logical packages: 2\n[ 0.511620] Enabling x2apic\n[ 0.512872] Enabled x2apic\n[ 0.514403] Switched APIC routing to physical x2apic.\n[ 0.517505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.519538] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.523160] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.532149] KVM setup paravirtual spinlock\n[ 0.535000] smpboot: Booting Node 0, Processors #1 OK\n[ 0.537162] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.559170] Brought up 2 CPUs\n[ 0.559174] KVM setup async PF for cpu 1\n[ 0.559177] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.563509] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.566572] devtmpfs: initialized\n[ 0.569700] EVM: security.selinux\n[ 0.571056] EVM: security.ima\n[ 0.572339] EVM: security.capability\n[ 0.574496] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.576621] pinctrl core: initialized pinctrl subsystem\n[ 0.578497] NET: Registered protocol family 16\n[ 0.580380] ACPI: bus type PCI registered\n[ 0.581890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.583978] PCI: Using configuration type 1 for base access\n[ 0.589303] ACPI: Added _OSI(Module Device)\n[ 0.590861] ACPI: Added _OSI(Processor Device)\n[ 0.592446] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.594083] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.597042] ACPI: Interpreter enabled\n[ 0.598523] ACPI: (supports S0 S5)\n[ 0.599928] ACPI: Using IOAPIC for interrupt routing\n[ 0.601652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.606718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.608681] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.610787] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.612836] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.616625] acpiphp: Slot [3] registered\n[ 0.618135] acpiphp: Slot [4] registered\n[ 0.619660] acpiphp: Slot [5] registered\n[ 0.621167] acpiphp: Slot [6] registered\n[ 0.622669] acpiphp: Slot [7] registered\n[ 0.624171] acpiphp: Slot [8] registered\n[ 0.625677] acpiphp: Slot [9] registered\n[ 0.627173] acpiphp: Slot [10] registered\n[ 0.628695] acpiphp: Slot [11] registered\n[ 0.630216] acpiphp: Slot [12] registered\n[ 0.631757] acpiphp: Slot [13] registered\n[ 0.633275] acpiphp: Slot [14] registered\n[ 0.634797] acpiphp: Slot [15] registered\n[ 0.636318] acpiphp: Slot [16] registered\n[ 0.637839] acpiphp: Slot [17] registered\n[ 0.639353] acpiphp: Slot [18] registered\n[ 0.640874] acpiphp: Slot [19] registered\n[ 0.642396] acpiphp: Slot [20] registered\n[ 0.643918] acpiphp: Slot [21] registered\n[ 0.645434] acpiphp: Slot [22] registered\n[ 0.646959] acpiphp: Slot [23] registered\n[ 0.648521] acpiphp: Slot [24] registered\n[ 0.650047] acpiphp: Slot [25] registered\n[ 0.651566] acpiphp: Slot [26] registered\n[ 0.653101] acpiphp: Slot [27] registered\n[ 0.654622] acpiphp: Slot [28] registered\n[ 0.656134] acpiphp: Slot [29] registered\n[ 0.657652] acpiphp: Slot [30] registered\n[ 0.659165] acpiphp: Slot [31] registered\n[ 0.660680] PCI host bridge to bus 0000:00\n[ 0.662196] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.664007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.666075] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.668151] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.670921] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.673697] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.679276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.681436] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.683455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.685598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.689819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.692570] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.716610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.719097] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.721819] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.724196] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.726565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.728783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.731066] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.734007] vgaarb: loaded\n[ 0.735236] vgaarb: bridge control possible 0000:00:02.0\n[ 0.737214] SCSI subsystem initialized\n[ 0.738726] ACPI: bus type USB registered\n[ 0.740292] usbcore: registered new interface driver usbfs\n[ 0.742132] usbcore: registered new interface driver hub\n[ 0.743955] usbcore: registered new device driver usb\n[ 0.745927] PCI: Using ACPI for IRQ routing\n[ 0.747895] NetLabel: Initializing\n[ 0.749301] NetLabel: domain hash size = 128\n[ 0.750899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.752655] NetLabel: unlabeled traffic allowed by default\n[ 0.754661] Switched to clocksource kvm-clock\n[ 0.764593] pnp: PnP ACPI init\n[ 0.765937] ACPI: bus type PNP registered\n[ 0.767909] pnp: PnP ACPI: found 5 devices\n[ 0.769446] ACPI: bus type PNP unregistered\n[ 0.777650] NET: Registered protocol family 2\n[ 0.779586] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.782621] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.785132] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.787321] TCP: reno registered\n[ 0.788682] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.790774] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.793158] NET: Registered protocol family 1\n[ 0.794942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.797095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.799200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.819525] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.839828] Unpacking initramfs...\n[ 1.320542] Freeing initrd memory: 37508k freed\n[ 1.330381] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.332697] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.336879] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.339133] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.341668] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.343841] Initialise system trusted keyring\n[ 1.345579] audit: initializing netlink socket (disabled)\n[ 1.347614] type=2000 audit(1535344612.047:1): initialized\n[ 1.364690] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.366950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.369992] zpool: loaded\n[ 1.371294] zbud: loaded\n[ 1.372756] VFS: Disk quotas dquot_6.5.2\n[ 1.374386] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.376816] msgmni has been set to 7578\n[ 1.378514] Key type big_key registered\n[ 1.381015] NET: Registered protocol family 38\n[ 1.382801] Key type asymmetric registered\n[ 1.384482] Asymmetric key parser 'x509' registered\n[ 1.386372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.389493] io scheduler noop registered\n[ 1.391149] io scheduler deadline registered (default)\n[ 1.406902] io scheduler cfq registered\n[ 1.408616] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.410678] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.413095] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.416164] ACPI: Power Button [PWRF]\n[ 1.417919] GHES: HEST is not enabled!\n[ 1.419586] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.444831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.447377] Non-volatile memory driver v1.3\n[ 1.449079] Linux agpgart interface v0.103\n[ 1.450837] crash memory driver: version 1.1\n[ 1.452586] rdac: device handler registered\n[ 1.454304] hp_sw: device handler registered\n[ 1.456002] emc: device handler registered\n[ 1.457693] alua: device handler registered\n[ 1.459388] libphy: Fixed MDIO Bus: probed\n[ 1.461094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.463337] ehci-pci: EHCI PCI platform driver\n[ 1.465069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.467236] ohci-pci: OHCI PCI platform driver\n[ 1.469020] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.489307] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.491328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.494396] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.496329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.498489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.500870] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.503821] usb usb1: Product: UHCI Host Controller\n[ 1.505646] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.508048] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.509986] hub 1-0:1.0: USB hub found\n[ 1.511565] hub 1-0:1.0: 2 ports detected\n[ 1.513321] usbcore: registered new interface driver usbserial\n[ 1.515403] usbcore: registered new interface driver usbserial_generic\n[ 1.517648] usbserial: USB Serial support registered for generic\n[ 1.519875] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.523770] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.525630] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.527592] mousedev: PS/2 mouse device common for all mice\n[ 1.530026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.533487] rtc_cmos 00:00: RTC can wake from S4\n[ 1.534366] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.536166] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.544140] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546217] cpuidle: using governor menu\n[ 1.547794] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.549737] usbcore: registered new interface driver usbhid\n[ 1.551564] usbhid: USB HID core driver\n[ 1.553097] drop_monitor: Initializing network drop monitor service\n[ 1.555174] TCP: cubic registered\n[ 1.556556] Initializing XFRM netlink socket\n[ 1.558247] NET: Registered protocol family 10\n[ 1.560139] NET: Registered protocol family 17\n[ 1.562020] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.564146] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.566122] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.569462] Loading compiled-in X.509 certificates\n[ 1.571236] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.574543] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.578312] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.581616] registered taskstats version 1\n[ 1.585093] Key type trusted registered\n[ 1.587873] Key type encrypted registered\n[ 1.590629] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.593011] rtc_cmos 00:00: setting system clock to 2018-08-27 04:36:51 UTC (1535344611)\n[ 1.596722] Freeing unused kernel memory: 1680k freed\n[ 1.602617] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.608986] systemd[1]: Detected virtualization kvm.\n[ 1.610906] systemd[1]: Detected architecture x86-64.\n[ 1.612898] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.616541] systemd[1]: No hostname configured.\n[ 1.618362] systemd[1]: Set hostname to .\n[ 1.620347] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.645040] systemd[1]: Created slice Root Slice.\n[ 1.646926] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.650008] systemd[1]: Listening on udev Kernel Socket.\n[ 1.652032] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.654980] systemd[1]: Reached target Local File Systems.\n[ 1.656737] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.659416] systemd[1]: Listening on Journal Socket.\n[ 1.661083] systemd[1]: Starting Journal Socket.\n[ 1.662696] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.665495] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.669214] systemd[1]: Reached target Paths.\n[ 1.670751] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.673233] systemd[1]: Created slice System Slice.\n[ 1.674879] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.677342] systemd[1]: Reached target Slices.\n[ 1.678889] systemd[1]: Starting Slices.\n[ 1.680707] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.684296] systemd[1]: Reached target Swap.\n[ 1.685813] systemd[1]: Starting Swap.\n[ 1.687603] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Timers.\n[ 1.692960] systemd[1]: Reached target Timers.\n[ 1.694511] systemd[1]: Starting Timers.\n[ 1.696379] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.699423] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.703045] systemd[1]: Listening on udev Control Socket.\n[ 1.704809] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.707795] systemd[1]: Reached target Sockets.\n[ 1.709372] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.712187] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.715670] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.719812] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.772548] RPC: Registered named UNIX socket transport module.\n[ 1.774769] RPC: Registered udp transport module.\n[ 1.776613] RPC: Registered tcp transport module.\n[ 1.778520] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.815673] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.868638] scsi host0: ata_piix\n[ 1.874280] FDC 0 is a S82078B\n[ 1.875688] scsi host1: ata_piix\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 1.878289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.880683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.912533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.953842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.960511] vda: vda1\n[ 1.968671] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.970717] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.972864] usb 1-1: Product: QEMU USB Tablet\n[ 1.974445] usb 1-1: Manufacturer: QEMU\n[ 1.975915] usb 1-1: SerialNumber: 42\n[ 1.985837] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.989169] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.073337] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.076511] XFS (vda1): Mounting V4 Filesystem\n[ 2.098651] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n"} 2018-08-27 04:36:53,392 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action used request id req-674581e2-eb0e-419c-a6e9-1ed20d32c048 2018-08-27 04:36:53,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0738439559937s 2018-08-27 04:36:53,392 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action used request id req-674581e2-eb0e-419c-a6e9-1ed20d32c048 2018-08-27 04:36:53,393 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2230690944 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.431116] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.434196] pid_max: default: 32768 minimum: 301 [ 0.435865] Security Framework initialized [ 0.437427] SELinux: Initializing. [ 0.439117] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.445518] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.449451] Mount-cache hash table entries: 4096 [ 0.451408] Initializing cgroup subsys memory [ 0.453028] Initializing cgroup subsys devices [ 0.454655] Initializing cgroup subsys freezer [ 0.456273] Initializing cgroup subsys net_cls [ 0.457882] Initializing cgroup subsys blkio [ 0.459487] Initializing cgroup subsys perf_event [ 0.461161] Initializing cgroup subsys hugetlb [ 0.462790] Initializing cgroup subsys pids [ 0.464378] Initializing cgroup subsys net_prio [ 0.466107] CPU: Physical Processor ID: 0 [ 0.468379] mce: CPU supports 10 MCE banks [ 0.469954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.471758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.473554] tlb_flushall_shift: 6 [ 0.475141] Freeing SMP alternatives: 28k freed [ 0.479435] ACPI: Core revision 20130517 [ 0.481395] ACPI: All ACPI Tables successfully acquired [ 0.483412] ftrace: allocating 25812 entries in 101 pages [ 0.505566] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.507705] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.509773] smpboot: Max logical packages: 2 [ 0.511620] Enabling x2apic [ 0.512872] Enabled x2apic [ 0.514403] Switched APIC routing to physical x2apic. [ 0.517505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.519538] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.523160] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.532149] KVM setup paravirtual spinlock [ 0.535000] smpboot: Booting Node 0, Processors #1 OK [ 0.537162] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.559170] Brought up 2 CPUs [ 0.559174] KVM setup async PF for cpu 1 [ 0.559177] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.563509] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.566572] devtmpfs: initialized [ 0.569700] EVM: security.selinux [ 0.571056] EVM: security.ima [ 0.572339] EVM: security.capability [ 0.574496] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.576621] pinctrl core: initialized pinctrl subsystem [ 0.578497] NET: Registered protocol family 16 [ 0.580380] ACPI: bus type PCI registered [ 0.581890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.583978] PCI: Using configuration type 1 for base access [ 0.589303] ACPI: Added _OSI(Module Device) [ 0.590861] ACPI: Added _OSI(Processor Device) [ 0.592446] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.594083] ACPI: Added _OSI(Processor Aggregator Device) [ 0.597042] ACPI: Interpreter enabled [ 0.598523] ACPI: (supports S0 S5) [ 0.599928] ACPI: Using IOAPIC for interrupt routing [ 0.601652] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.606718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.608681] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.610787] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.612836] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.616625] acpiphp: Slot [3] registered [ 0.618135] acpiphp: Slot [4] registered [ 0.619660] acpiphp: Slot [5] registered [ 0.621167] acpiphp: Slot [6] registered [ 0.622669] acpiphp: Slot [7] registered [ 0.624171] acpiphp: Slot [8] registered [ 0.625677] acpiphp: Slot [9] registered [ 0.627173] acpiphp: Slot [10] registered [ 0.628695] acpiphp: Slot [11] registered [ 0.630216] acpiphp: Slot [12] registered [ 0.631757] acpiphp: Slot [13] registered [ 0.633275] acpiphp: Slot [14] registered [ 0.634797] acpiphp: Slot [15] registered [ 0.636318] acpiphp: Slot [16] registered [ 0.637839] acpiphp: Slot [17] registered [ 0.639353] acpiphp: Slot [18] registered [ 0.640874] acpiphp: Slot [19] registered [ 0.642396] acpiphp: Slot [20] registered [ 0.643918] acpiphp: Slot [21] registered [ 0.645434] acpiphp: Slot [22] registered [ 0.646959] acpiphp: Slot [23] registered [ 0.648521] acpiphp: Slot [24] registered [ 0.650047] acpiphp: Slot [25] registered [ 0.651566] acpiphp: Slot [26] registered [ 0.653101] acpiphp: Slot [27] registered [ 0.654622] acpiphp: Slot [28] registered [ 0.656134] acpiphp: Slot [29] registered [ 0.657652] acpiphp: Slot [30] registered [ 0.659165] acpiphp: Slot [31] registered [ 0.660680] PCI host bridge to bus 0000:00 [ 0.662196] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.664007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.666075] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.668151] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.670921] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.673697] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.679276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.681436] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.683455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.685598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.689819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.692570] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.716610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.719097] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.721819] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.724196] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.726565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.728783] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.731066] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.734007] vgaarb: loaded [ 0.735236] vgaarb: bridge control possible 0000:00:02.0 [ 0.737214] SCSI subsystem initialized [ 0.738726] ACPI: bus type USB registered [ 0.740292] usbcore: registered new interface driver usbfs [ 0.742132] usbcore: registered new interface driver hub [ 0.743955] usbcore: registered new device driver usb [ 0.745927] PCI: Using ACPI for IRQ routing [ 0.747895] NetLabel: Initializing [ 0.749301] NetLabel: domain hash size = 128 [ 0.750899] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.752655] NetLabel: unlabeled traffic allowed by default [ 0.754661] Switched to clocksource kvm-clock [ 0.764593] pnp: PnP ACPI init [ 0.765937] ACPI: bus type PNP registered [ 0.767909] pnp: PnP ACPI: found 5 devices [ 0.769446] ACPI: bus type PNP unregistered [ 0.777650] NET: Registered protocol family 2 [ 0.779586] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.782621] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.785132] TCP: Hash tables configured (established 32768 bind 32768) [ 0.787321] TCP: reno registered [ 0.788682] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.790774] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.793158] NET: Registered protocol family 1 [ 0.794942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.797095] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.799200] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.819525] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.839828] Unpacking initramfs... [ 1.320542] Freeing initrd memory: 37508k freed [ 1.330381] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.332697] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.336879] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.339133] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.341668] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.343841] Initialise system trusted keyring [ 1.345579] audit: initializing netlink socket (disabled) [ 1.347614] type=2000 audit(1535344612.047:1): initialized [ 1.364690] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.366950] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.369992] zpool: loaded [ 1.371294] zbud: loaded [ 1.372756] VFS: Disk quotas dquot_6.5.2 [ 1.374386] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.376816] msgmni has been set to 7578 [ 1.378514] Key type big_key registered [ 1.381015] NET: Registered protocol family 38 [ 1.382801] Key type asymmetric registered [ 1.384482] Asymmetric key parser 'x509' registered [ 1.386372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.389493] io scheduler noop registered [ 1.391149] io scheduler deadline registered (default) [ 1.406902] io scheduler cfq registered [ 1.408616] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.410678] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.413095] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.416164] ACPI: Power Button [PWRF] [ 1.417919] GHES: HEST is not enabled! [ 1.419586] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.444831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.447377] Non-volatile memory driver v1.3 [ 1.449079] Linux agpgart interface v0.103 [ 1.450837] crash memory driver: version 1.1 [ 1.452586] rdac: device handler registered [ 1.454304] hp_sw: device handler registered [ 1.456002] emc: device handler registered [ 1.457693] alua: device handler registered [ 1.459388] libphy: Fixed MDIO Bus: probed [ 1.461094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.463337] ehci-pci: EHCI PCI platform driver [ 1.465069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.467236] ohci-pci: OHCI PCI platform driver [ 1.469020] uhci_hcd: USB Universal Host Controller Interface driver [ 1.489307] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.491328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.494396] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.496329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.498489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.500870] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.503821] usb usb1: Product: UHCI Host Controller [ 1.505646] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.508048] usb usb1: SerialNumber: 0000:00:01.2 [ 1.509986] hub 1-0:1.0: USB hub found [ 1.511565] hub 1-0:1.0: 2 ports detected [ 1.513321] usbcore: registered new interface driver usbserial [ 1.515403] usbcore: registered new interface driver usbserial_generic [ 1.517648] usbserial: USB Serial support registered for generic [ 1.519875] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.523770] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.525630] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.527592] mousedev: PS/2 mouse device common for all mice [ 1.530026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.533487] rtc_cmos 00:00: RTC can wake from S4 [ 1.534366] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.536166] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.544140] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546217] cpuidle: using governor menu [ 1.547794] hidraw: raw HID events driver (C) Jiri Kosina [ 1.549737] usbcore: registered new interface driver usbhid [ 1.551564] usbhid: USB HID core driver [ 1.553097] drop_monitor: Initializing network drop monitor service [ 1.555174] TCP: cubic registered [ 1.556556] Initializing XFRM netlink socket [ 1.558247] NET: Registered protocol family 10 [ 1.560139] NET: Registered protocol family 17 [ 1.562020] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.564146] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.566122] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.569462] Loading compiled-in X.509 certificates [ 1.571236] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.574543] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.578312] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.581616] registered taskstats version 1 [ 1.585093] Key type trusted registered [ 1.587873] Key type encrypted registered [ 1.590629] IMA: No TPM chip found, activating TPM-bypass! [ 1.593011] rtc_cmos 00:00: setting system clock to 2018-08-27 04:36:51 UTC (1535344611) [ 1.596722] Freeing unused kernel memory: 1680k freed [ 1.602617] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.608986] systemd[1]: Detected virtualization kvm. [ 1.610906] systemd[1]: Detected architecture x86-64. [ 1.612898] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.616541] systemd[1]: No hostname configured. [ 1.618362] systemd[1]: Set hostname to . [ 1.620347] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.645040] systemd[1]: Created slice Root Slice. [ 1.646926] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.650008] systemd[1]: Listening on udev Kernel Socket. [ 1.652032] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.654980] systemd[1]: Reached target Local File Systems. [ 1.656737] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.659416] systemd[1]: Listening on Journal Socket. [ 1.661083] systemd[1]: Starting Journal Socket. [ 1.662696] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.665495] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.669214] systemd[1]: Reached target Paths. [ 1.670751] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.673233] systemd[1]: Created slice System Slice. [ 1.674879] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.677342] systemd[1]: Reached target Slices. [ 1.678889] systemd[1]: Starting Slices. [ 1.680707] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.684296] systemd[1]: Reached target Swap. [ 1.685813] systemd[1]: Starting Swap. [ 1.687603] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Timers. [ 1.692960] systemd[1]: Reached target Timers. [ 1.694511] systemd[1]: Starting Timers. [ 1.696379] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.699423] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.703045] systemd[1]: Listening on udev Control Socket. [ 1.704809] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.707795] systemd[1]: Reached target Sockets. [ 1.709372] systemd[1]: Starting Sockets. [[32m OK [0m] Started Apply Kernel Variables. [ 1.712187] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.715670] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.719812] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.772548] RPC: Registered named UNIX socket transport module. [ 1.774769] RPC: Registered udp transport module. [ 1.776613] RPC: Registered tcp transport module. [ 1.778520] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.815673] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.868638] scsi host0: ata_piix [ 1.874280] FDC 0 is a S82078B [ 1.875688] scsi host1: ata_piix [[32m OK [0m] Started udev Coldplug all Devices. [ 1.878289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.880683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.912533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.953842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.960511] vda: vda1 [ 1.968671] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.970717] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.972864] usb 1-1: Product: QEMU USB Tablet [ 1.974445] usb 1-1: Manufacturer: QEMU [ 1.975915] usb 1-1: SerialNumber: 42 [ 1.985837] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.989169] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.073337] SGI XFS with ACLs, security attributes, no debug enabled [ 2.076511] XFS (vda1): Mounting V4 Filesystem [ 2.098651] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... 2018-08-27 04:36:54,395 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.205: timed out 2018-08-27 04:37:03,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:37:03,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:37:03,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:37:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57543604-5b8e-4f1c-84cd-db034e88dbaa x-compute-request-id: req-57543604-5b8e-4f1c-84cd-db034e88dbaa Content-Encoding: gzip Content-Length: 11790 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2230690944 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.431116] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.434196] pid_max: default: 32768 minimum: 301\n[ 0.435865] Security Framework initialized\n[ 0.437427] SELinux: Initializing.\n[ 0.439117] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.445518] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.449451] Mount-cache hash table entries: 4096\n[ 0.451408] Initializing cgroup subsys memory\n[ 0.453028] Initializing cgroup subsys devices\n[ 0.454655] Initializing cgroup subsys freezer\n[ 0.456273] Initializing cgroup subsys net_cls\n[ 0.457882] Initializing cgroup subsys blkio\n[ 0.459487] Initializing cgroup subsys perf_event\n[ 0.461161] Initializing cgroup subsys hugetlb\n[ 0.462790] Initializing cgroup subsys pids\n[ 0.464378] Initializing cgroup subsys net_prio\n[ 0.466107] CPU: Physical Processor ID: 0\n[ 0.468379] mce: CPU supports 10 MCE banks\n[ 0.469954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.471758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.473554] tlb_flushall_shift: 6\n[ 0.475141] Freeing SMP alternatives: 28k freed\n[ 0.479435] ACPI: Core revision 20130517\n[ 0.481395] ACPI: All ACPI Tables successfully acquired\n[ 0.483412] ftrace: allocating 25812 entries in 101 pages\n[ 0.505566] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.507705] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.509773] smpboot: Max logical packages: 2\n[ 0.511620] Enabling x2apic\n[ 0.512872] Enabled x2apic\n[ 0.514403] Switched APIC routing to physical x2apic.\n[ 0.517505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.519538] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.523160] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.532149] KVM setup paravirtual spinlock\n[ 0.535000] smpboot: Booting Node 0, Processors #1 OK\n[ 0.537162] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.559170] Brought up 2 CPUs\n[ 0.559174] KVM setup async PF for cpu 1\n[ 0.559177] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.563509] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.566572] devtmpfs: initialized\n[ 0.569700] EVM: security.selinux\n[ 0.571056] EVM: security.ima\n[ 0.572339] EVM: security.capability\n[ 0.574496] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.576621] pinctrl core: initialized pinctrl subsystem\n[ 0.578497] NET: Registered protocol family 16\n[ 0.580380] ACPI: bus type PCI registered\n[ 0.581890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.583978] PCI: Using configuration type 1 for base access\n[ 0.589303] ACPI: Added _OSI(Module Device)\n[ 0.590861] ACPI: Added _OSI(Processor Device)\n[ 0.592446] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.594083] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.597042] ACPI: Interpreter enabled\n[ 0.598523] ACPI: (supports S0 S5)\n[ 0.599928] ACPI: Using IOAPIC for interrupt routing\n[ 0.601652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.606718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.608681] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.610787] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.612836] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.616625] acpiphp: Slot [3] registered\n[ 0.618135] acpiphp: Slot [4] registered\n[ 0.619660] acpiphp: Slot [5] registered\n[ 0.621167] acpiphp: Slot [6] registered\n[ 0.622669] acpiphp: Slot [7] registered\n[ 0.624171] acpiphp: Slot [8] registered\n[ 0.625677] acpiphp: Slot [9] registered\n[ 0.627173] acpiphp: Slot [10] registered\n[ 0.628695] acpiphp: Slot [11] registered\n[ 0.630216] acpiphp: Slot [12] registered\n[ 0.631757] acpiphp: Slot [13] registered\n[ 0.633275] acpiphp: Slot [14] registered\n[ 0.634797] acpiphp: Slot [15] registered\n[ 0.636318] acpiphp: Slot [16] registered\n[ 0.637839] acpiphp: Slot [17] registered\n[ 0.639353] acpiphp: Slot [18] registered\n[ 0.640874] acpiphp: Slot [19] registered\n[ 0.642396] acpiphp: Slot [20] registered\n[ 0.643918] acpiphp: Slot [21] registered\n[ 0.645434] acpiphp: Slot [22] registered\n[ 0.646959] acpiphp: Slot [23] registered\n[ 0.648521] acpiphp: Slot [24] registered\n[ 0.650047] acpiphp: Slot [25] registered\n[ 0.651566] acpiphp: Slot [26] registered\n[ 0.653101] acpiphp: Slot [27] registered\n[ 0.654622] acpiphp: Slot [28] registered\n[ 0.656134] acpiphp: Slot [29] registered\n[ 0.657652] acpiphp: Slot [30] registered\n[ 0.659165] acpiphp: Slot [31] registered\n[ 0.660680] PCI host bridge to bus 0000:00\n[ 0.662196] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.664007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.666075] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.668151] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.670921] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.673697] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.679276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.681436] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.683455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.685598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.689819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.692570] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.716610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.719097] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.721819] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.724196] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.726565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.728783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.731066] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.734007] vgaarb: loaded\n[ 0.735236] vgaarb: bridge control possible 0000:00:02.0\n[ 0.737214] SCSI subsystem initialized\n[ 0.738726] ACPI: bus type USB registered\n[ 0.740292] usbcore: registered new interface driver usbfs\n[ 0.742132] usbcore: registered new interface driver hub\n[ 0.743955] usbcore: registered new device driver usb\n[ 0.745927] PCI: Using ACPI for IRQ routing\n[ 0.747895] NetLabel: Initializing\n[ 0.749301] NetLabel: domain hash size = 128\n[ 0.750899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.752655] NetLabel: unlabeled traffic allowed by default\n[ 0.754661] Switched to clocksource kvm-clock\n[ 0.764593] pnp: PnP ACPI init\n[ 0.765937] ACPI: bus type PNP registered\n[ 0.767909] pnp: PnP ACPI: found 5 devices\n[ 0.769446] ACPI: bus type PNP unregistered\n[ 0.777650] NET: Registered protocol family 2\n[ 0.779586] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.782621] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.785132] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.787321] TCP: reno registered\n[ 0.788682] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.790774] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.793158] NET: Registered protocol family 1\n[ 0.794942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.797095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.799200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.819525] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.839828] Unpacking initramfs...\n[ 1.320542] Freeing initrd memory: 37508k freed\n[ 1.330381] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.332697] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.336879] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.339133] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.341668] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.343841] Initialise system trusted keyring\n[ 1.345579] audit: initializing netlink socket (disabled)\n[ 1.347614] type=2000 audit(1535344612.047:1): initialized\n[ 1.364690] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.366950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.369992] zpool: loaded\n[ 1.371294] zbud: loaded\n[ 1.372756] VFS: Disk quotas dquot_6.5.2\n[ 1.374386] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.376816] msgmni has been set to 7578\n[ 1.378514] Key type big_key registered\n[ 1.381015] NET: Registered protocol family 38\n[ 1.382801] Key type asymmetric registered\n[ 1.384482] Asymmetric key parser 'x509' registered\n[ 1.386372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.389493] io scheduler noop registered\n[ 1.391149] io scheduler deadline registered (default)\n[ 1.406902] io scheduler cfq registered\n[ 1.408616] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.410678] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.413095] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.416164] ACPI: Power Button [PWRF]\n[ 1.417919] GHES: HEST is not enabled!\n[ 1.419586] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.444831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.447377] Non-volatile memory driver v1.3\n[ 1.449079] Linux agpgart interface v0.103\n[ 1.450837] crash memory driver: version 1.1\n[ 1.452586] rdac: device handler registered\n[ 1.454304] hp_sw: device handler registered\n[ 1.456002] emc: device handler registered\n[ 1.457693] alua: device handler registered\n[ 1.459388] libphy: Fixed MDIO Bus: probed\n[ 1.461094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.463337] ehci-pci: EHCI PCI platform driver\n[ 1.465069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.467236] ohci-pci: OHCI PCI platform driver\n[ 1.469020] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.489307] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.491328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.494396] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.496329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.498489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.500870] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.503821] usb usb1: Product: UHCI Host Controller\n[ 1.505646] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.508048] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.509986] hub 1-0:1.0: USB hub found\n[ 1.511565] hub 1-0:1.0: 2 ports detected\n[ 1.513321] usbcore: registered new interface driver usbserial\n[ 1.515403] usbcore: registered new interface driver usbserial_generic\n[ 1.517648] usbserial: USB Serial support registered for generic\n[ 1.519875] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.523770] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.525630] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.527592] mousedev: PS/2 mouse device common for all mice\n[ 1.530026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.533487] rtc_cmos 00:00: RTC can wake from S4\n[ 1.534366] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.536166] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.544140] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546217] cpuidle: using governor menu\n[ 1.547794] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.549737] usbcore: registered new interface driver usbhid\n[ 1.551564] usbhid: USB HID core driver\n[ 1.553097] drop_monitor: Initializing network drop monitor service\n[ 1.555174] TCP: cubic registered\n[ 1.556556] Initializing XFRM netlink socket\n[ 1.558247] NET: Registered protocol family 10\n[ 1.560139] NET: Registered protocol family 17\n[ 1.562020] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.564146] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.566122] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.569462] Loading compiled-in X.509 certificates\n[ 1.571236] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.574543] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.578312] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.581616] registered taskstats version 1\n[ 1.585093] Key type trusted registered\n[ 1.587873] Key type encrypted registered\n[ 1.590629] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.593011] rtc_cmos 00:00: setting system clock to 2018-08-27 04:36:51 UTC (1535344611)\n[ 1.596722] Freeing unused kernel memory: 1680k freed\n[ 1.602617] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.608986] systemd[1]: Detected virtualization kvm.\n[ 1.610906] systemd[1]: Detected architecture x86-64.\n[ 1.612898] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.616541] systemd[1]: No hostname configured.\n[ 1.618362] systemd[1]: Set hostname to .\n[ 1.620347] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.645040] systemd[1]: Created slice Root Slice.\n[ 1.646926] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.650008] systemd[1]: Listening on udev Kernel Socket.\n[ 1.652032] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.654980] systemd[1]: Reached target Local File Systems.\n[ 1.656737] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.659416] systemd[1]: Listening on Journal Socket.\n[ 1.661083] systemd[1]: Starting Journal Socket.\n[ 1.662696] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.665495] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.669214] systemd[1]: Reached target Paths.\n[ 1.670751] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.673233] systemd[1]: Created slice System Slice.\n[ 1.674879] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.677342] systemd[1]: Reached target Slices.\n[ 1.678889] systemd[1]: Starting Slices.\n[ 1.680707] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.684296] systemd[1]: Reached target Swap.\n[ 1.685813] systemd[1]: Starting Swap.\n[ 1.687603] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Timers.\n[ 1.692960] systemd[1]: Reached target Timers.\n[ 1.694511] systemd[1]: Starting Timers.\n[ 1.696379] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.699423] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.703045] systemd[1]: Listening on udev Control Socket.\n[ 1.704809] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.707795] systemd[1]: Reached target Sockets.\n[ 1.709372] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.712187] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.715670] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.719812] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.772548] RPC: Registered named UNIX socket transport module.\n[ 1.774769] RPC: Registered udp transport module.\n[ 1.776613] RPC: Registered tcp transport module.\n[ 1.778520] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.815673] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.868638] scsi host0: ata_piix\n[ 1.874280] FDC 0 is a S82078B\n[ 1.875688] scsi host1: ata_piix\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 1.878289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.880683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.912533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.953842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.960511] vda: vda1\n[ 1.968671] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.970717] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.972864] usb 1-1: Product: QEMU USB Tablet\n[ 1.974445] usb 1-1: Manufacturer: QEMU\n[ 1.975915] usb 1-1: SerialNumber: 42\n[ 1.985837] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.989169] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.073337] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.076511] XFS (vda1): Mounting V4 Filesystem\n[ 2.098651] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.331687] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.336719] tsc: Refined TSC clocksource calibration: 3491.836 MHz\n[ 2.436972] SELinux: Disabled at runtime.\n[ 2.475673] type=1404 audit(1535344612.382:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.511785] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.513631] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Swap.\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[ 2.938972] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.002350] systemd-journald[388]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.148545] type=1305 audit(1535344613.054:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting LSB: Bring up/down networking...\n[ 3.320921] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.329548] [drm] Initialized drm 1.1.0 20060810\n Starting irqbalance daemon...\n Starting NTP client/server...\n Starting Login Service...[ 3.345086] input: PC Speaker as /devices/platform/pcspkr/input/input5\n\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.379995] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.382167] [TTM] Initializing pool allocator\n[ 3.382186] ppdev: user-space parallel port driver\n[ 3.385454] [TTM] Initializing DMA pool allocator\n[ 3.385763] [drm] fb mappable at 0xFC000000\n[ 3.385763] [drm] vram aper at 0xFC000000\n[ 3.385764] [drm] size 33554432\n[ 3.385764] [drm] fb depth is 24\n[ 3.385765] [drm] pitch is 3072\n[ 3.435899] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.459838] Console: switching to colour frame buffer device 128x48\n[ 3.476547] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.493680] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting Authorization Manager...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 3.554220] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...[ 3.576555] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.598102] alg: No test for crc32 (crc32-pclmul)\n[ 3.605465] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Authorization Manager.\n[ 3.613241] intel_rapl: no valid rapl domains found in package 0\n[ 3.615436] intel_powerclamp: No package C-state available\n[ 3.622638] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available\n[ 3.634601] intel_powerclamp: No package C-state available[ 3.485124] cloud-init[472]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:36:53 +0000. Up 3.45 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Dynamic System Tuning Daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Crash recovery kernel arming...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started OpenSSH server daemon.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.005639] cloud-init[818]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:36:56 +0000. Up 5.95 seconds.\n[ 6.040344] cloud-init[818]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.051225] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.060959] cloud-init[818]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.063290] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.066521] cloud-init[818]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.069745] cloud-init[818]: ci-info: | eth0: | True | 192.168.120.19 | 255.255.255.0 | fa:16:3e:4b:85:7a |\n[ 6.073111] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.080326] cloud-init[818]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.082562] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.084919] cloud-init[818]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.091134] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.094753] cloud-init[818]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.097028] cloud-init[818]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 6.099774] cloud-init[818]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.102087] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-27 04:37:03,481 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action used request id req-57543604-5b8e-4f1c-84cd-db034e88dbaa 2018-08-27 04:37:03,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0764558315277s 2018-08-27 04:37:03,483 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action used request id req-57543604-5b8e-4f1c-84cd-db034e88dbaa 2018-08-27 04:37:03,483 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2230690944 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.431116] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.434196] pid_max: default: 32768 minimum: 301 [ 0.435865] Security Framework initialized [ 0.437427] SELinux: Initializing. [ 0.439117] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.445518] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.449451] Mount-cache hash table entries: 4096 [ 0.451408] Initializing cgroup subsys memory [ 0.453028] Initializing cgroup subsys devices [ 0.454655] Initializing cgroup subsys freezer [ 0.456273] Initializing cgroup subsys net_cls [ 0.457882] Initializing cgroup subsys blkio [ 0.459487] Initializing cgroup subsys perf_event [ 0.461161] Initializing cgroup subsys hugetlb [ 0.462790] Initializing cgroup subsys pids [ 0.464378] Initializing cgroup subsys net_prio [ 0.466107] CPU: Physical Processor ID: 0 [ 0.468379] mce: CPU supports 10 MCE banks [ 0.469954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.471758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.473554] tlb_flushall_shift: 6 [ 0.475141] Freeing SMP alternatives: 28k freed [ 0.479435] ACPI: Core revision 20130517 [ 0.481395] ACPI: All ACPI Tables successfully acquired [ 0.483412] ftrace: allocating 25812 entries in 101 pages [ 0.505566] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.507705] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.509773] smpboot: Max logical packages: 2 [ 0.511620] Enabling x2apic [ 0.512872] Enabled x2apic [ 0.514403] Switched APIC routing to physical x2apic. [ 0.517505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.519538] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.523160] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.532149] KVM setup paravirtual spinlock [ 0.535000] smpboot: Booting Node 0, Processors #1 OK [ 0.537162] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.559170] Brought up 2 CPUs [ 0.559174] KVM setup async PF for cpu 1 [ 0.559177] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.563509] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.566572] devtmpfs: initialized [ 0.569700] EVM: security.selinux [ 0.571056] EVM: security.ima [ 0.572339] EVM: security.capability [ 0.574496] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.576621] pinctrl core: initialized pinctrl subsystem [ 0.578497] NET: Registered protocol family 16 [ 0.580380] ACPI: bus type PCI registered [ 0.581890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.583978] PCI: Using configuration type 1 for base access [ 0.589303] ACPI: Added _OSI(Module Device) [ 0.590861] ACPI: Added _OSI(Processor Device) [ 0.592446] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.594083] ACPI: Added _OSI(Processor Aggregator Device) [ 0.597042] ACPI: Interpreter enabled [ 0.598523] ACPI: (supports S0 S5) [ 0.599928] ACPI: Using IOAPIC for interrupt routing [ 0.601652] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.606718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.608681] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.610787] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.612836] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.616625] acpiphp: Slot [3] registered [ 0.618135] acpiphp: Slot [4] registered [ 0.619660] acpiphp: Slot [5] registered [ 0.621167] acpiphp: Slot [6] registered [ 0.622669] acpiphp: Slot [7] registered [ 0.624171] acpiphp: Slot [8] registered [ 0.625677] acpiphp: Slot [9] registered [ 0.627173] acpiphp: Slot [10] registered [ 0.628695] acpiphp: Slot [11] registered [ 0.630216] acpiphp: Slot [12] registered [ 0.631757] acpiphp: Slot [13] registered [ 0.633275] acpiphp: Slot [14] registered [ 0.634797] acpiphp: Slot [15] registered [ 0.636318] acpiphp: Slot [16] registered [ 0.637839] acpiphp: Slot [17] registered [ 0.639353] acpiphp: Slot [18] registered [ 0.640874] acpiphp: Slot [19] registered [ 0.642396] acpiphp: Slot [20] registered [ 0.643918] acpiphp: Slot [21] registered [ 0.645434] acpiphp: Slot [22] registered [ 0.646959] acpiphp: Slot [23] registered [ 0.648521] acpiphp: Slot [24] registered [ 0.650047] acpiphp: Slot [25] registered [ 0.651566] acpiphp: Slot [26] registered [ 0.653101] acpiphp: Slot [27] registered [ 0.654622] acpiphp: Slot [28] registered [ 0.656134] acpiphp: Slot [29] registered [ 0.657652] acpiphp: Slot [30] registered [ 0.659165] acpiphp: Slot [31] registered [ 0.660680] PCI host bridge to bus 0000:00 [ 0.662196] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.664007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.666075] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.668151] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.670921] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.673697] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.679276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.681436] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.683455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.685598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.689819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.692570] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.716610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.719097] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.721819] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.724196] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.726565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.728783] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.731066] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.734007] vgaarb: loaded [ 0.735236] vgaarb: bridge control possible 0000:00:02.0 [ 0.737214] SCSI subsystem initialized [ 0.738726] ACPI: bus type USB registered [ 0.740292] usbcore: registered new interface driver usbfs [ 0.742132] usbcore: registered new interface driver hub [ 0.743955] usbcore: registered new device driver usb [ 0.745927] PCI: Using ACPI for IRQ routing [ 0.747895] NetLabel: Initializing [ 0.749301] NetLabel: domain hash size = 128 [ 0.750899] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.752655] NetLabel: unlabeled traffic allowed by default [ 0.754661] Switched to clocksource kvm-clock [ 0.764593] pnp: PnP ACPI init [ 0.765937] ACPI: bus type PNP registered [ 0.767909] pnp: PnP ACPI: found 5 devices [ 0.769446] ACPI: bus type PNP unregistered [ 0.777650] NET: Registered protocol family 2 [ 0.779586] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.782621] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.785132] TCP: Hash tables configured (established 32768 bind 32768) [ 0.787321] TCP: reno registered [ 0.788682] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.790774] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.793158] NET: Registered protocol family 1 [ 0.794942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.797095] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.799200] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.819525] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.839828] Unpacking initramfs... [ 1.320542] Freeing initrd memory: 37508k freed [ 1.330381] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.332697] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.336879] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.339133] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.341668] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.343841] Initialise system trusted keyring [ 1.345579] audit: initializing netlink socket (disabled) [ 1.347614] type=2000 audit(1535344612.047:1): initialized [ 1.364690] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.366950] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.369992] zpool: loaded [ 1.371294] zbud: loaded [ 1.372756] VFS: Disk quotas dquot_6.5.2 [ 1.374386] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.376816] msgmni has been set to 7578 [ 1.378514] Key type big_key registered [ 1.381015] NET: Registered protocol family 38 [ 1.382801] Key type asymmetric registered [ 1.384482] Asymmetric key parser 'x509' registered [ 1.386372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.389493] io scheduler noop registered [ 1.391149] io scheduler deadline registered (default) [ 1.406902] io scheduler cfq registered [ 1.408616] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.410678] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.413095] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.416164] ACPI: Power Button [PWRF] [ 1.417919] GHES: HEST is not enabled! [ 1.419586] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.444831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.447377] Non-volatile memory driver v1.3 [ 1.449079] Linux agpgart interface v0.103 [ 1.450837] crash memory driver: version 1.1 [ 1.452586] rdac: device handler registered [ 1.454304] hp_sw: device handler registered [ 1.456002] emc: device handler registered [ 1.457693] alua: device handler registered [ 1.459388] libphy: Fixed MDIO Bus: probed [ 1.461094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.463337] ehci-pci: EHCI PCI platform driver [ 1.465069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.467236] ohci-pci: OHCI PCI platform driver [ 1.469020] uhci_hcd: USB Universal Host Controller Interface driver [ 1.489307] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.491328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.494396] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.496329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.498489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.500870] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.503821] usb usb1: Product: UHCI Host Controller [ 1.505646] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.508048] usb usb1: SerialNumber: 0000:00:01.2 [ 1.509986] hub 1-0:1.0: USB hub found [ 1.511565] hub 1-0:1.0: 2 ports detected [ 1.513321] usbcore: registered new interface driver usbserial [ 1.515403] usbcore: registered new interface driver usbserial_generic [ 1.517648] usbserial: USB Serial support registered for generic [ 1.519875] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.523770] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.525630] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.527592] mousedev: PS/2 mouse device common for all mice [ 1.530026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.533487] rtc_cmos 00:00: RTC can wake from S4 [ 1.534366] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.536166] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.544140] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546217] cpuidle: using governor menu [ 1.547794] hidraw: raw HID events driver (C) Jiri Kosina [ 1.549737] usbcore: registered new interface driver usbhid [ 1.551564] usbhid: USB HID core driver [ 1.553097] drop_monitor: Initializing network drop monitor service [ 1.555174] TCP: cubic registered [ 1.556556] Initializing XFRM netlink socket [ 1.558247] NET: Registered protocol family 10 [ 1.560139] NET: Registered protocol family 17 [ 1.562020] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.564146] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.566122] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.569462] Loading compiled-in X.509 certificates [ 1.571236] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.574543] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.578312] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.581616] registered taskstats version 1 [ 1.585093] Key type trusted registered [ 1.587873] Key type encrypted registered [ 1.590629] IMA: No TPM chip found, activating TPM-bypass! [ 1.593011] rtc_cmos 00:00: setting system clock to 2018-08-27 04:36:51 UTC (1535344611) [ 1.596722] Freeing unused kernel memory: 1680k freed [ 1.602617] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.608986] systemd[1]: Detected virtualization kvm. [ 1.610906] systemd[1]: Detected architecture x86-64. [ 1.612898] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.616541] systemd[1]: No hostname configured. [ 1.618362] systemd[1]: Set hostname to . [ 1.620347] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.645040] systemd[1]: Created slice Root Slice. [ 1.646926] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.650008] systemd[1]: Listening on udev Kernel Socket. [ 1.652032] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.654980] systemd[1]: Reached target Local File Systems. [ 1.656737] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.659416] systemd[1]: Listening on Journal Socket. [ 1.661083] systemd[1]: Starting Journal Socket. [ 1.662696] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.665495] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.669214] systemd[1]: Reached target Paths. [ 1.670751] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.673233] systemd[1]: Created slice System Slice. [ 1.674879] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.677342] systemd[1]: Reached target Slices. [ 1.678889] systemd[1]: Starting Slices. [ 1.680707] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.684296] systemd[1]: Reached target Swap. [ 1.685813] systemd[1]: Starting Swap. [ 1.687603] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Timers. [ 1.692960] systemd[1]: Reached target Timers. [ 1.694511] systemd[1]: Starting Timers. [ 1.696379] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.699423] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.703045] systemd[1]: Listening on udev Control Socket. [ 1.704809] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.707795] systemd[1]: Reached target Sockets. [ 1.709372] systemd[1]: Starting Sockets. [[32m OK [0m] Started Apply Kernel Variables. [ 1.712187] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.715670] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.719812] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.772548] RPC: Registered named UNIX socket transport module. [ 1.774769] RPC: Registered udp transport module. [ 1.776613] RPC: Registered tcp transport module. [ 1.778520] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.815673] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.868638] scsi host0: ata_piix [ 1.874280] FDC 0 is a S82078B [ 1.875688] scsi host1: ata_piix [[32m OK [0m] Started udev Coldplug all Devices. [ 1.878289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.880683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.912533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.953842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.960511] vda: vda1 [ 1.968671] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.970717] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.972864] usb 1-1: Product: QEMU USB Tablet [ 1.974445] usb 1-1: Manufacturer: QEMU [ 1.975915] usb 1-1: SerialNumber: 42 [ 1.985837] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.989169] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.073337] SGI XFS with ACLs, security attributes, no debug enabled [ 2.076511] XFS (vda1): Mounting V4 Filesystem [ 2.098651] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.331687] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.336719] tsc: Refined TSC clocksource calibration: 3491.836 MHz [ 2.436972] SELinux: Disabled at runtime. [ 2.475673] type=1404 audit(1535344612.382:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.511785] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.513631] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Encrypted Volumes. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Swap. Starting Setup Virtual Console... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Listening on udev Kernel Socket. Starting Apply Kernel Variables... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [ 2.938972] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [ 3.002350] systemd-journald[388]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.148545] type=1305 audit(1535344613.054:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting LSB: Bring up/down networking... [ 3.320921] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Started irqbalance daemon. [ 3.329548] [drm] Initialized drm 1.1.0 20060810 Starting irqbalance daemon... Starting NTP client/server... Starting Login Service...[ 3.345086] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started D-Bus System Message Bus. [ 3.379995] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.382167] [TTM] Initializing pool allocator [ 3.382186] ppdev: user-space parallel port driver [ 3.385454] [TTM] Initializing DMA pool allocator [ 3.385763] [drm] fb mappable at 0xFC000000 [ 3.385763] [drm] vram aper at 0xFC000000 [ 3.385764] [drm] size 33554432 [ 3.385764] [drm] fb depth is 24 [ 3.385765] [drm] pitch is 3072 [ 3.435899] fbcon: cirrusdrmfb (fb0) is primary device [ 3.459838] Console: switching to colour frame buffer device 128x48 [ 3.476547] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.493680] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting Authorization Manager... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions...[ 3.554220] AES CTR mode by8 optimization enabled [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1...[ 3.576555] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.598102] alg: No test for crc32 (crc32-pclmul) [ 3.605465] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Authorization Manager. [ 3.613241] intel_rapl: no valid rapl domains found in package 0 [ 3.615436] intel_powerclamp: No package C-state available [ 3.622638] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available [ 3.634601] intel_powerclamp: No package C-state available[ 3.485124] cloud-init[472]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:36:53 +0000. Up 3.45 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting Dynamic System Tuning Daemon... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Crash recovery kernel arming... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started OpenSSH server daemon. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.005639] cloud-init[818]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:36:56 +0000. Up 5.95 seconds. [ 6.040344] cloud-init[818]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.051225] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.060959] cloud-init[818]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.063290] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.066521] cloud-init[818]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.069745] cloud-init[818]: ci-info: | eth0: | True | 192.168.120.19 | 255.255.255.0 | fa:16:3e:4b:85:7a | [ 6.073111] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.080326] cloud-init[818]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.082562] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.084919] cloud-init[818]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.091134] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.094753] cloud-init[818]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.097028] cloud-init[818]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 6.099774] cloud-init[818]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.102087] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-27 04:37:03,488 - paramiko.transport - DEBUG - starting thread (client mode): 0x40c1a490L 2018-08-27 04:37:03,489 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 04:37:03,505 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 04:37:03,505 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 04:37:03,522 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 04:37:03,522 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 04:37:03,523 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 04:37:03,523 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 04:37:03,523 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 04:37:03,523 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 04:37:03,529 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 04:37:03,530 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 04:37:03,552 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.205: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-27 04:37:03,553 - paramiko.transport - DEBUG - Trying discovered key 8d6e411b87481a9c2794aa4b6b051f08 in /tmp/tmpYT0LM5 2018-08-27 04:37:03,580 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 04:37:13,650 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 04:37:13,669 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-27 04:37:13,670 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 04:37:13,688 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 04:37:13,701 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.205: Authentication failed. 2018-08-27 04:37:22,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:37:22,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:37:22,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:37:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c383aad5-c90c-48d3-bcc9-6e5d339f3eba x-compute-request-id: req-c383aad5-c90c-48d3-bcc9-6e5d339f3eba Content-Encoding: gzip Content-Length: 11790 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2230690944 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.431116] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.434196] pid_max: default: 32768 minimum: 301\n[ 0.435865] Security Framework initialized\n[ 0.437427] SELinux: Initializing.\n[ 0.439117] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.445518] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.449451] Mount-cache hash table entries: 4096\n[ 0.451408] Initializing cgroup subsys memory\n[ 0.453028] Initializing cgroup subsys devices\n[ 0.454655] Initializing cgroup subsys freezer\n[ 0.456273] Initializing cgroup subsys net_cls\n[ 0.457882] Initializing cgroup subsys blkio\n[ 0.459487] Initializing cgroup subsys perf_event\n[ 0.461161] Initializing cgroup subsys hugetlb\n[ 0.462790] Initializing cgroup subsys pids\n[ 0.464378] Initializing cgroup subsys net_prio\n[ 0.466107] CPU: Physical Processor ID: 0\n[ 0.468379] mce: CPU supports 10 MCE banks\n[ 0.469954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.471758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.473554] tlb_flushall_shift: 6\n[ 0.475141] Freeing SMP alternatives: 28k freed\n[ 0.479435] ACPI: Core revision 20130517\n[ 0.481395] ACPI: All ACPI Tables successfully acquired\n[ 0.483412] ftrace: allocating 25812 entries in 101 pages\n[ 0.505566] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.507705] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.509773] smpboot: Max logical packages: 2\n[ 0.511620] Enabling x2apic\n[ 0.512872] Enabled x2apic\n[ 0.514403] Switched APIC routing to physical x2apic.\n[ 0.517505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.519538] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.523160] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.532149] KVM setup paravirtual spinlock\n[ 0.535000] smpboot: Booting Node 0, Processors #1 OK\n[ 0.537162] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.559170] Brought up 2 CPUs\n[ 0.559174] KVM setup async PF for cpu 1\n[ 0.559177] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.563509] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.566572] devtmpfs: initialized\n[ 0.569700] EVM: security.selinux\n[ 0.571056] EVM: security.ima\n[ 0.572339] EVM: security.capability\n[ 0.574496] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.576621] pinctrl core: initialized pinctrl subsystem\n[ 0.578497] NET: Registered protocol family 16\n[ 0.580380] ACPI: bus type PCI registered\n[ 0.581890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.583978] PCI: Using configuration type 1 for base access\n[ 0.589303] ACPI: Added _OSI(Module Device)\n[ 0.590861] ACPI: Added _OSI(Processor Device)\n[ 0.592446] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.594083] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.597042] ACPI: Interpreter enabled\n[ 0.598523] ACPI: (supports S0 S5)\n[ 0.599928] ACPI: Using IOAPIC for interrupt routing\n[ 0.601652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.606718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.608681] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.610787] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.612836] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.616625] acpiphp: Slot [3] registered\n[ 0.618135] acpiphp: Slot [4] registered\n[ 0.619660] acpiphp: Slot [5] registered\n[ 0.621167] acpiphp: Slot [6] registered\n[ 0.622669] acpiphp: Slot [7] registered\n[ 0.624171] acpiphp: Slot [8] registered\n[ 0.625677] acpiphp: Slot [9] registered\n[ 0.627173] acpiphp: Slot [10] registered\n[ 0.628695] acpiphp: Slot [11] registered\n[ 0.630216] acpiphp: Slot [12] registered\n[ 0.631757] acpiphp: Slot [13] registered\n[ 0.633275] acpiphp: Slot [14] registered\n[ 0.634797] acpiphp: Slot [15] registered\n[ 0.636318] acpiphp: Slot [16] registered\n[ 0.637839] acpiphp: Slot [17] registered\n[ 0.639353] acpiphp: Slot [18] registered\n[ 0.640874] acpiphp: Slot [19] registered\n[ 0.642396] acpiphp: Slot [20] registered\n[ 0.643918] acpiphp: Slot [21] registered\n[ 0.645434] acpiphp: Slot [22] registered\n[ 0.646959] acpiphp: Slot [23] registered\n[ 0.648521] acpiphp: Slot [24] registered\n[ 0.650047] acpiphp: Slot [25] registered\n[ 0.651566] acpiphp: Slot [26] registered\n[ 0.653101] acpiphp: Slot [27] registered\n[ 0.654622] acpiphp: Slot [28] registered\n[ 0.656134] acpiphp: Slot [29] registered\n[ 0.657652] acpiphp: Slot [30] registered\n[ 0.659165] acpiphp: Slot [31] registered\n[ 0.660680] PCI host bridge to bus 0000:00\n[ 0.662196] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.664007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.666075] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.668151] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.670921] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.673697] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.679276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.681436] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.683455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.685598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.689819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.692570] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.716610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.719097] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.721819] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.724196] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.726565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.728783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.731066] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.734007] vgaarb: loaded\n[ 0.735236] vgaarb: bridge control possible 0000:00:02.0\n[ 0.737214] SCSI subsystem initialized\n[ 0.738726] ACPI: bus type USB registered\n[ 0.740292] usbcore: registered new interface driver usbfs\n[ 0.742132] usbcore: registered new interface driver hub\n[ 0.743955] usbcore: registered new device driver usb\n[ 0.745927] PCI: Using ACPI for IRQ routing\n[ 0.747895] NetLabel: Initializing\n[ 0.749301] NetLabel: domain hash size = 128\n[ 0.750899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.752655] NetLabel: unlabeled traffic allowed by default\n[ 0.754661] Switched to clocksource kvm-clock\n[ 0.764593] pnp: PnP ACPI init\n[ 0.765937] ACPI: bus type PNP registered\n[ 0.767909] pnp: PnP ACPI: found 5 devices\n[ 0.769446] ACPI: bus type PNP unregistered\n[ 0.777650] NET: Registered protocol family 2\n[ 0.779586] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.782621] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.785132] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.787321] TCP: reno registered\n[ 0.788682] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.790774] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.793158] NET: Registered protocol family 1\n[ 0.794942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.797095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.799200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.819525] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.839828] Unpacking initramfs...\n[ 1.320542] Freeing initrd memory: 37508k freed\n[ 1.330381] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.332697] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.336879] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.339133] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.341668] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.343841] Initialise system trusted keyring\n[ 1.345579] audit: initializing netlink socket (disabled)\n[ 1.347614] type=2000 audit(1535344612.047:1): initialized\n[ 1.364690] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.366950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.369992] zpool: loaded\n[ 1.371294] zbud: loaded\n[ 1.372756] VFS: Disk quotas dquot_6.5.2\n[ 1.374386] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.376816] msgmni has been set to 7578\n[ 1.378514] Key type big_key registered\n[ 1.381015] NET: Registered protocol family 38\n[ 1.382801] Key type asymmetric registered\n[ 1.384482] Asymmetric key parser 'x509' registered\n[ 1.386372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.389493] io scheduler noop registered\n[ 1.391149] io scheduler deadline registered (default)\n[ 1.406902] io scheduler cfq registered\n[ 1.408616] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.410678] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.413095] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.416164] ACPI: Power Button [PWRF]\n[ 1.417919] GHES: HEST is not enabled!\n[ 1.419586] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.444831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.447377] Non-volatile memory driver v1.3\n[ 1.449079] Linux agpgart interface v0.103\n[ 1.450837] crash memory driver: version 1.1\n[ 1.452586] rdac: device handler registered\n[ 1.454304] hp_sw: device handler registered\n[ 1.456002] emc: device handler registered\n[ 1.457693] alua: device handler registered\n[ 1.459388] libphy: Fixed MDIO Bus: probed\n[ 1.461094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.463337] ehci-pci: EHCI PCI platform driver\n[ 1.465069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.467236] ohci-pci: OHCI PCI platform driver\n[ 1.469020] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.489307] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.491328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.494396] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.496329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.498489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.500870] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.503821] usb usb1: Product: UHCI Host Controller\n[ 1.505646] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.508048] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.509986] hub 1-0:1.0: USB hub found\n[ 1.511565] hub 1-0:1.0: 2 ports detected\n[ 1.513321] usbcore: registered new interface driver usbserial\n[ 1.515403] usbcore: registered new interface driver usbserial_generic\n[ 1.517648] usbserial: USB Serial support registered for generic\n[ 1.519875] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.523770] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.525630] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.527592] mousedev: PS/2 mouse device common for all mice\n[ 1.530026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.533487] rtc_cmos 00:00: RTC can wake from S4\n[ 1.534366] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.536166] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.544140] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546217] cpuidle: using governor menu\n[ 1.547794] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.549737] usbcore: registered new interface driver usbhid\n[ 1.551564] usbhid: USB HID core driver\n[ 1.553097] drop_monitor: Initializing network drop monitor service\n[ 1.555174] TCP: cubic registered\n[ 1.556556] Initializing XFRM netlink socket\n[ 1.558247] NET: Registered protocol family 10\n[ 1.560139] NET: Registered protocol family 17\n[ 1.562020] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.564146] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.566122] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.569462] Loading compiled-in X.509 certificates\n[ 1.571236] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.574543] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.578312] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.581616] registered taskstats version 1\n[ 1.585093] Key type trusted registered\n[ 1.587873] Key type encrypted registered\n[ 1.590629] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.593011] rtc_cmos 00:00: setting system clock to 2018-08-27 04:36:51 UTC (1535344611)\n[ 1.596722] Freeing unused kernel memory: 1680k freed\n[ 1.602617] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.608986] systemd[1]: Detected virtualization kvm.\n[ 1.610906] systemd[1]: Detected architecture x86-64.\n[ 1.612898] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.616541] systemd[1]: No hostname configured.\n[ 1.618362] systemd[1]: Set hostname to .\n[ 1.620347] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.645040] systemd[1]: Created slice Root Slice.\n[ 1.646926] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.650008] systemd[1]: Listening on udev Kernel Socket.\n[ 1.652032] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.654980] systemd[1]: Reached target Local File Systems.\n[ 1.656737] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.659416] systemd[1]: Listening on Journal Socket.\n[ 1.661083] systemd[1]: Starting Journal Socket.\n[ 1.662696] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.665495] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.669214] systemd[1]: Reached target Paths.\n[ 1.670751] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.673233] systemd[1]: Created slice System Slice.\n[ 1.674879] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.677342] systemd[1]: Reached target Slices.\n[ 1.678889] systemd[1]: Starting Slices.\n[ 1.680707] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.684296] systemd[1]: Reached target Swap.\n[ 1.685813] systemd[1]: Starting Swap.\n[ 1.687603] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Timers.\n[ 1.692960] systemd[1]: Reached target Timers.\n[ 1.694511] systemd[1]: Starting Timers.\n[ 1.696379] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.699423] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.703045] systemd[1]: Listening on udev Control Socket.\n[ 1.704809] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.707795] systemd[1]: Reached target Sockets.\n[ 1.709372] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.712187] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.715670] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.719812] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.772548] RPC: Registered named UNIX socket transport module.\n[ 1.774769] RPC: Registered udp transport module.\n[ 1.776613] RPC: Registered tcp transport module.\n[ 1.778520] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.815673] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.868638] scsi host0: ata_piix\n[ 1.874280] FDC 0 is a S82078B\n[ 1.875688] scsi host1: ata_piix\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 1.878289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.880683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.912533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.953842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.960511] vda: vda1\n[ 1.968671] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.970717] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.972864] usb 1-1: Product: QEMU USB Tablet\n[ 1.974445] usb 1-1: Manufacturer: QEMU\n[ 1.975915] usb 1-1: SerialNumber: 42\n[ 1.985837] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.989169] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.073337] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.076511] XFS (vda1): Mounting V4 Filesystem\n[ 2.098651] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.331687] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.336719] tsc: Refined TSC clocksource calibration: 3491.836 MHz\n[ 2.436972] SELinux: Disabled at runtime.\n[ 2.475673] type=1404 audit(1535344612.382:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.511785] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.513631] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Swap.\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[ 2.938972] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.002350] systemd-journald[388]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.148545] type=1305 audit(1535344613.054:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting LSB: Bring up/down networking...\n[ 3.320921] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.329548] [drm] Initialized drm 1.1.0 20060810\n Starting irqbalance daemon...\n Starting NTP client/server...\n Starting Login Service...[ 3.345086] input: PC Speaker as /devices/platform/pcspkr/input/input5\n\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.379995] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.382167] [TTM] Initializing pool allocator\n[ 3.382186] ppdev: user-space parallel port driver\n[ 3.385454] [TTM] Initializing DMA pool allocator\n[ 3.385763] [drm] fb mappable at 0xFC000000\n[ 3.385763] [drm] vram aper at 0xFC000000\n[ 3.385764] [drm] size 33554432\n[ 3.385764] [drm] fb depth is 24\n[ 3.385765] [drm] pitch is 3072\n[ 3.435899] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.459838] Console: switching to colour frame buffer device 128x48\n[ 3.476547] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.493680] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting Authorization Manager...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 3.554220] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...[ 3.576555] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.598102] alg: No test for crc32 (crc32-pclmul)\n[ 3.605465] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Authorization Manager.\n[ 3.613241] intel_rapl: no valid rapl domains found in package 0\n[ 3.615436] intel_powerclamp: No package C-state available\n[ 3.622638] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available\n[ 3.634601] intel_powerclamp: No package C-state available[ 3.485124] cloud-init[472]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:36:53 +0000. Up 3.45 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Dynamic System Tuning Daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Crash recovery kernel arming...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started OpenSSH server daemon.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.005639] cloud-init[818]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:36:56 +0000. Up 5.95 seconds.\n[ 6.040344] cloud-init[818]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.051225] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.060959] cloud-init[818]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.063290] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.066521] cloud-init[818]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.069745] cloud-init[818]: ci-info: | eth0: | True | 192.168.120.19 | 255.255.255.0 | fa:16:3e:4b:85:7a |\n[ 6.073111] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.080326] cloud-init[818]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.082562] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.084919] cloud-init[818]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.091134] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.094753] cloud-init[818]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.097028] cloud-init[818]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 6.099774] cloud-init[818]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.102087] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-27 04:37:22,867 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action used request id req-c383aad5-c90c-48d3-bcc9-6e5d339f3eba 2018-08-27 04:37:22,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.155561923981s 2018-08-27 04:37:22,868 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action used request id req-c383aad5-c90c-48d3-bcc9-6e5d339f3eba 2018-08-27 04:37:22,868 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2230690944 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.431116] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.434196] pid_max: default: 32768 minimum: 301 [ 0.435865] Security Framework initialized [ 0.437427] SELinux: Initializing. [ 0.439117] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.445518] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.449451] Mount-cache hash table entries: 4096 [ 0.451408] Initializing cgroup subsys memory [ 0.453028] Initializing cgroup subsys devices [ 0.454655] Initializing cgroup subsys freezer [ 0.456273] Initializing cgroup subsys net_cls [ 0.457882] Initializing cgroup subsys blkio [ 0.459487] Initializing cgroup subsys perf_event [ 0.461161] Initializing cgroup subsys hugetlb [ 0.462790] Initializing cgroup subsys pids [ 0.464378] Initializing cgroup subsys net_prio [ 0.466107] CPU: Physical Processor ID: 0 [ 0.468379] mce: CPU supports 10 MCE banks [ 0.469954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.471758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.473554] tlb_flushall_shift: 6 [ 0.475141] Freeing SMP alternatives: 28k freed [ 0.479435] ACPI: Core revision 20130517 [ 0.481395] ACPI: All ACPI Tables successfully acquired [ 0.483412] ftrace: allocating 25812 entries in 101 pages [ 0.505566] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.507705] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.509773] smpboot: Max logical packages: 2 [ 0.511620] Enabling x2apic [ 0.512872] Enabled x2apic [ 0.514403] Switched APIC routing to physical x2apic. [ 0.517505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.519538] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.523160] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.532149] KVM setup paravirtual spinlock [ 0.535000] smpboot: Booting Node 0, Processors #1 OK [ 0.537162] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.559170] Brought up 2 CPUs [ 0.559174] KVM setup async PF for cpu 1 [ 0.559177] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.563509] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.566572] devtmpfs: initialized [ 0.569700] EVM: security.selinux [ 0.571056] EVM: security.ima [ 0.572339] EVM: security.capability [ 0.574496] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.576621] pinctrl core: initialized pinctrl subsystem [ 0.578497] NET: Registered protocol family 16 [ 0.580380] ACPI: bus type PCI registered [ 0.581890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.583978] PCI: Using configuration type 1 for base access [ 0.589303] ACPI: Added _OSI(Module Device) [ 0.590861] ACPI: Added _OSI(Processor Device) [ 0.592446] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.594083] ACPI: Added _OSI(Processor Aggregator Device) [ 0.597042] ACPI: Interpreter enabled [ 0.598523] ACPI: (supports S0 S5) [ 0.599928] ACPI: Using IOAPIC for interrupt routing [ 0.601652] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.606718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.608681] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.610787] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.612836] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.616625] acpiphp: Slot [3] registered [ 0.618135] acpiphp: Slot [4] registered [ 0.619660] acpiphp: Slot [5] registered [ 0.621167] acpiphp: Slot [6] registered [ 0.622669] acpiphp: Slot [7] registered [ 0.624171] acpiphp: Slot [8] registered [ 0.625677] acpiphp: Slot [9] registered [ 0.627173] acpiphp: Slot [10] registered [ 0.628695] acpiphp: Slot [11] registered [ 0.630216] acpiphp: Slot [12] registered [ 0.631757] acpiphp: Slot [13] registered [ 0.633275] acpiphp: Slot [14] registered [ 0.634797] acpiphp: Slot [15] registered [ 0.636318] acpiphp: Slot [16] registered [ 0.637839] acpiphp: Slot [17] registered [ 0.639353] acpiphp: Slot [18] registered [ 0.640874] acpiphp: Slot [19] registered [ 0.642396] acpiphp: Slot [20] registered [ 0.643918] acpiphp: Slot [21] registered [ 0.645434] acpiphp: Slot [22] registered [ 0.646959] acpiphp: Slot [23] registered [ 0.648521] acpiphp: Slot [24] registered [ 0.650047] acpiphp: Slot [25] registered [ 0.651566] acpiphp: Slot [26] registered [ 0.653101] acpiphp: Slot [27] registered [ 0.654622] acpiphp: Slot [28] registered [ 0.656134] acpiphp: Slot [29] registered [ 0.657652] acpiphp: Slot [30] registered [ 0.659165] acpiphp: Slot [31] registered [ 0.660680] PCI host bridge to bus 0000:00 [ 0.662196] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.664007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.666075] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.668151] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.670921] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.673697] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.679276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.681436] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.683455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.685598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.689819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.692570] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.716610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.719097] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.721819] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.724196] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.726565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.728783] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.731066] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.734007] vgaarb: loaded [ 0.735236] vgaarb: bridge control possible 0000:00:02.0 [ 0.737214] SCSI subsystem initialized [ 0.738726] ACPI: bus type USB registered [ 0.740292] usbcore: registered new interface driver usbfs [ 0.742132] usbcore: registered new interface driver hub [ 0.743955] usbcore: registered new device driver usb [ 0.745927] PCI: Using ACPI for IRQ routing [ 0.747895] NetLabel: Initializing [ 0.749301] NetLabel: domain hash size = 128 [ 0.750899] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.752655] NetLabel: unlabeled traffic allowed by default [ 0.754661] Switched to clocksource kvm-clock [ 0.764593] pnp: PnP ACPI init [ 0.765937] ACPI: bus type PNP registered [ 0.767909] pnp: PnP ACPI: found 5 devices [ 0.769446] ACPI: bus type PNP unregistered [ 0.777650] NET: Registered protocol family 2 [ 0.779586] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.782621] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.785132] TCP: Hash tables configured (established 32768 bind 32768) [ 0.787321] TCP: reno registered [ 0.788682] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.790774] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.793158] NET: Registered protocol family 1 [ 0.794942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.797095] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.799200] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.819525] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.839828] Unpacking initramfs... [ 1.320542] Freeing initrd memory: 37508k freed [ 1.330381] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.332697] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.336879] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.339133] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.341668] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.343841] Initialise system trusted keyring [ 1.345579] audit: initializing netlink socket (disabled) [ 1.347614] type=2000 audit(1535344612.047:1): initialized [ 1.364690] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.366950] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.369992] zpool: loaded [ 1.371294] zbud: loaded [ 1.372756] VFS: Disk quotas dquot_6.5.2 [ 1.374386] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.376816] msgmni has been set to 7578 [ 1.378514] Key type big_key registered [ 1.381015] NET: Registered protocol family 38 [ 1.382801] Key type asymmetric registered [ 1.384482] Asymmetric key parser 'x509' registered [ 1.386372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.389493] io scheduler noop registered [ 1.391149] io scheduler deadline registered (default) [ 1.406902] io scheduler cfq registered [ 1.408616] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.410678] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.413095] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.416164] ACPI: Power Button [PWRF] [ 1.417919] GHES: HEST is not enabled! [ 1.419586] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.444831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.447377] Non-volatile memory driver v1.3 [ 1.449079] Linux agpgart interface v0.103 [ 1.450837] crash memory driver: version 1.1 [ 1.452586] rdac: device handler registered [ 1.454304] hp_sw: device handler registered [ 1.456002] emc: device handler registered [ 1.457693] alua: device handler registered [ 1.459388] libphy: Fixed MDIO Bus: probed [ 1.461094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.463337] ehci-pci: EHCI PCI platform driver [ 1.465069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.467236] ohci-pci: OHCI PCI platform driver [ 1.469020] uhci_hcd: USB Universal Host Controller Interface driver [ 1.489307] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.491328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.494396] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.496329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.498489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.500870] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.503821] usb usb1: Product: UHCI Host Controller [ 1.505646] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.508048] usb usb1: SerialNumber: 0000:00:01.2 [ 1.509986] hub 1-0:1.0: USB hub found [ 1.511565] hub 1-0:1.0: 2 ports detected [ 1.513321] usbcore: registered new interface driver usbserial [ 1.515403] usbcore: registered new interface driver usbserial_generic [ 1.517648] usbserial: USB Serial support registered for generic [ 1.519875] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.523770] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.525630] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.527592] mousedev: PS/2 mouse device common for all mice [ 1.530026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.533487] rtc_cmos 00:00: RTC can wake from S4 [ 1.534366] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.536166] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.544140] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546217] cpuidle: using governor menu [ 1.547794] hidraw: raw HID events driver (C) Jiri Kosina [ 1.549737] usbcore: registered new interface driver usbhid [ 1.551564] usbhid: USB HID core driver [ 1.553097] drop_monitor: Initializing network drop monitor service [ 1.555174] TCP: cubic registered [ 1.556556] Initializing XFRM netlink socket [ 1.558247] NET: Registered protocol family 10 [ 1.560139] NET: Registered protocol family 17 [ 1.562020] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.564146] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.566122] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.569462] Loading compiled-in X.509 certificates [ 1.571236] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.574543] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.578312] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.581616] registered taskstats version 1 [ 1.585093] Key type trusted registered [ 1.587873] Key type encrypted registered [ 1.590629] IMA: No TPM chip found, activating TPM-bypass! [ 1.593011] rtc_cmos 00:00: setting system clock to 2018-08-27 04:36:51 UTC (1535344611) [ 1.596722] Freeing unused kernel memory: 1680k freed [ 1.602617] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.608986] systemd[1]: Detected virtualization kvm. [ 1.610906] systemd[1]: Detected architecture x86-64. [ 1.612898] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.616541] systemd[1]: No hostname configured. [ 1.618362] systemd[1]: Set hostname to . [ 1.620347] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.645040] systemd[1]: Created slice Root Slice. [ 1.646926] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.650008] systemd[1]: Listening on udev Kernel Socket. [ 1.652032] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.654980] systemd[1]: Reached target Local File Systems. [ 1.656737] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.659416] systemd[1]: Listening on Journal Socket. [ 1.661083] systemd[1]: Starting Journal Socket. [ 1.662696] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.665495] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.669214] systemd[1]: Reached target Paths. [ 1.670751] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.673233] systemd[1]: Created slice System Slice. [ 1.674879] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.677342] systemd[1]: Reached target Slices. [ 1.678889] systemd[1]: Starting Slices. [ 1.680707] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.684296] systemd[1]: Reached target Swap. [ 1.685813] systemd[1]: Starting Swap. [ 1.687603] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Timers. [ 1.692960] systemd[1]: Reached target Timers. [ 1.694511] systemd[1]: Starting Timers. [ 1.696379] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.699423] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.703045] systemd[1]: Listening on udev Control Socket. [ 1.704809] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.707795] systemd[1]: Reached target Sockets. [ 1.709372] systemd[1]: Starting Sockets. [[32m OK [0m] Started Apply Kernel Variables. [ 1.712187] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.715670] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.719812] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.772548] RPC: Registered named UNIX socket transport module. [ 1.774769] RPC: Registered udp transport module. [ 1.776613] RPC: Registered tcp transport module. [ 1.778520] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.815673] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.868638] scsi host0: ata_piix [ 1.874280] FDC 0 is a S82078B [ 1.875688] scsi host1: ata_piix [[32m OK [0m] Started udev Coldplug all Devices. [ 1.878289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.880683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.912533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.953842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.960511] vda: vda1 [ 1.968671] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.970717] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.972864] usb 1-1: Product: QEMU USB Tablet [ 1.974445] usb 1-1: Manufacturer: QEMU [ 1.975915] usb 1-1: SerialNumber: 42 [ 1.985837] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.989169] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.073337] SGI XFS with ACLs, security attributes, no debug enabled [ 2.076511] XFS (vda1): Mounting V4 Filesystem [ 2.098651] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.331687] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.336719] tsc: Refined TSC clocksource calibration: 3491.836 MHz [ 2.436972] SELinux: Disabled at runtime. [ 2.475673] type=1404 audit(1535344612.382:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.511785] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.513631] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Encrypted Volumes. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Swap. Starting Setup Virtual Console... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Listening on udev Kernel Socket. Starting Apply Kernel Variables... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [ 2.938972] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [ 3.002350] systemd-journald[388]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.148545] type=1305 audit(1535344613.054:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting LSB: Bring up/down networking... [ 3.320921] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Started irqbalance daemon. [ 3.329548] [drm] Initialized drm 1.1.0 20060810 Starting irqbalance daemon... Starting NTP client/server... Starting Login Service...[ 3.345086] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started D-Bus System Message Bus. [ 3.379995] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.382167] [TTM] Initializing pool allocator [ 3.382186] ppdev: user-space parallel port driver [ 3.385454] [TTM] Initializing DMA pool allocator [ 3.385763] [drm] fb mappable at 0xFC000000 [ 3.385763] [drm] vram aper at 0xFC000000 [ 3.385764] [drm] size 33554432 [ 3.385764] [drm] fb depth is 24 [ 3.385765] [drm] pitch is 3072 [ 3.435899] fbcon: cirrusdrmfb (fb0) is primary device [ 3.459838] Console: switching to colour frame buffer device 128x48 [ 3.476547] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.493680] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting Authorization Manager... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions...[ 3.554220] AES CTR mode by8 optimization enabled [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1...[ 3.576555] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.598102] alg: No test for crc32 (crc32-pclmul) [ 3.605465] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Authorization Manager. [ 3.613241] intel_rapl: no valid rapl domains found in package 0 [ 3.615436] intel_powerclamp: No package C-state available [ 3.622638] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available [ 3.634601] intel_powerclamp: No package C-state available[ 3.485124] cloud-init[472]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:36:53 +0000. Up 3.45 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting Dynamic System Tuning Daemon... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Crash recovery kernel arming... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started OpenSSH server daemon. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.005639] cloud-init[818]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:36:56 +0000. Up 5.95 seconds. [ 6.040344] cloud-init[818]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.051225] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.060959] cloud-init[818]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.063290] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.066521] cloud-init[818]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.069745] cloud-init[818]: ci-info: | eth0: | True | 192.168.120.19 | 255.255.255.0 | fa:16:3e:4b:85:7a | [ 6.073111] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.080326] cloud-init[818]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.082562] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.084919] cloud-init[818]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.091134] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.094753] cloud-init[818]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.097028] cloud-init[818]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 6.099774] cloud-init[818]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.102087] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-27 04:37:22,871 - paramiko.transport - DEBUG - starting thread (client mode): 0x40f8bf90L 2018-08-27 04:37:22,872 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 04:37:22,877 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 04:37:22,877 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 04:37:22,878 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 04:37:22,879 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 04:37:22,879 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 04:37:22,879 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 04:37:22,879 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 04:37:22,879 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 04:37:22,884 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 04:37:22,885 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 04:37:22,888 - paramiko.transport - DEBUG - Trying discovered key 8d6e411b87481a9c2794aa4b6b051f08 in /tmp/tmpYT0LM5 2018-08-27 04:37:22,924 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 04:37:32,943 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 04:37:32,965 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-27 04:37:32,966 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 04:37:32,971 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 04:37:32,973 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.205: Authentication failed. 2018-08-27 04:37:41,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:37:41,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:37:42,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:37:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63da6801-03f6-4c30-bd0d-0594207a4689 x-compute-request-id: req-63da6801-03f6-4c30-bd0d-0594207a4689 Content-Encoding: gzip Content-Length: 11790 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2230690944 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.431116] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.434196] pid_max: default: 32768 minimum: 301\n[ 0.435865] Security Framework initialized\n[ 0.437427] SELinux: Initializing.\n[ 0.439117] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.445518] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.449451] Mount-cache hash table entries: 4096\n[ 0.451408] Initializing cgroup subsys memory\n[ 0.453028] Initializing cgroup subsys devices\n[ 0.454655] Initializing cgroup subsys freezer\n[ 0.456273] Initializing cgroup subsys net_cls\n[ 0.457882] Initializing cgroup subsys blkio\n[ 0.459487] Initializing cgroup subsys perf_event\n[ 0.461161] Initializing cgroup subsys hugetlb\n[ 0.462790] Initializing cgroup subsys pids\n[ 0.464378] Initializing cgroup subsys net_prio\n[ 0.466107] CPU: Physical Processor ID: 0\n[ 0.468379] mce: CPU supports 10 MCE banks\n[ 0.469954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.471758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.473554] tlb_flushall_shift: 6\n[ 0.475141] Freeing SMP alternatives: 28k freed\n[ 0.479435] ACPI: Core revision 20130517\n[ 0.481395] ACPI: All ACPI Tables successfully acquired\n[ 0.483412] ftrace: allocating 25812 entries in 101 pages\n[ 0.505566] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.507705] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.509773] smpboot: Max logical packages: 2\n[ 0.511620] Enabling x2apic\n[ 0.512872] Enabled x2apic\n[ 0.514403] Switched APIC routing to physical x2apic.\n[ 0.517505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.519538] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.523160] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.532149] KVM setup paravirtual spinlock\n[ 0.535000] smpboot: Booting Node 0, Processors #1 OK\n[ 0.537162] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.559170] Brought up 2 CPUs\n[ 0.559174] KVM setup async PF for cpu 1\n[ 0.559177] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.563509] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.566572] devtmpfs: initialized\n[ 0.569700] EVM: security.selinux\n[ 0.571056] EVM: security.ima\n[ 0.572339] EVM: security.capability\n[ 0.574496] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.576621] pinctrl core: initialized pinctrl subsystem\n[ 0.578497] NET: Registered protocol family 16\n[ 0.580380] ACPI: bus type PCI registered\n[ 0.581890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.583978] PCI: Using configuration type 1 for base access\n[ 0.589303] ACPI: Added _OSI(Module Device)\n[ 0.590861] ACPI: Added _OSI(Processor Device)\n[ 0.592446] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.594083] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.597042] ACPI: Interpreter enabled\n[ 0.598523] ACPI: (supports S0 S5)\n[ 0.599928] ACPI: Using IOAPIC for interrupt routing\n[ 0.601652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.606718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.608681] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.610787] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.612836] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.616625] acpiphp: Slot [3] registered\n[ 0.618135] acpiphp: Slot [4] registered\n[ 0.619660] acpiphp: Slot [5] registered\n[ 0.621167] acpiphp: Slot [6] registered\n[ 0.622669] acpiphp: Slot [7] registered\n[ 0.624171] acpiphp: Slot [8] registered\n[ 0.625677] acpiphp: Slot [9] registered\n[ 0.627173] acpiphp: Slot [10] registered\n[ 0.628695] acpiphp: Slot [11] registered\n[ 0.630216] acpiphp: Slot [12] registered\n[ 0.631757] acpiphp: Slot [13] registered\n[ 0.633275] acpiphp: Slot [14] registered\n[ 0.634797] acpiphp: Slot [15] registered\n[ 0.636318] acpiphp: Slot [16] registered\n[ 0.637839] acpiphp: Slot [17] registered\n[ 0.639353] acpiphp: Slot [18] registered\n[ 0.640874] acpiphp: Slot [19] registered\n[ 0.642396] acpiphp: Slot [20] registered\n[ 0.643918] acpiphp: Slot [21] registered\n[ 0.645434] acpiphp: Slot [22] registered\n[ 0.646959] acpiphp: Slot [23] registered\n[ 0.648521] acpiphp: Slot [24] registered\n[ 0.650047] acpiphp: Slot [25] registered\n[ 0.651566] acpiphp: Slot [26] registered\n[ 0.653101] acpiphp: Slot [27] registered\n[ 0.654622] acpiphp: Slot [28] registered\n[ 0.656134] acpiphp: Slot [29] registered\n[ 0.657652] acpiphp: Slot [30] registered\n[ 0.659165] acpiphp: Slot [31] registered\n[ 0.660680] PCI host bridge to bus 0000:00\n[ 0.662196] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.664007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.666075] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.668151] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.670921] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.673697] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.679276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.681436] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.683455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.685598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.689819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.692570] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.716610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.719097] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.721819] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.724196] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.726565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.728783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.731066] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.734007] vgaarb: loaded\n[ 0.735236] vgaarb: bridge control possible 0000:00:02.0\n[ 0.737214] SCSI subsystem initialized\n[ 0.738726] ACPI: bus type USB registered\n[ 0.740292] usbcore: registered new interface driver usbfs\n[ 0.742132] usbcore: registered new interface driver hub\n[ 0.743955] usbcore: registered new device driver usb\n[ 0.745927] PCI: Using ACPI for IRQ routing\n[ 0.747895] NetLabel: Initializing\n[ 0.749301] NetLabel: domain hash size = 128\n[ 0.750899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.752655] NetLabel: unlabeled traffic allowed by default\n[ 0.754661] Switched to clocksource kvm-clock\n[ 0.764593] pnp: PnP ACPI init\n[ 0.765937] ACPI: bus type PNP registered\n[ 0.767909] pnp: PnP ACPI: found 5 devices\n[ 0.769446] ACPI: bus type PNP unregistered\n[ 0.777650] NET: Registered protocol family 2\n[ 0.779586] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.782621] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.785132] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.787321] TCP: reno registered\n[ 0.788682] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.790774] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.793158] NET: Registered protocol family 1\n[ 0.794942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.797095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.799200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.819525] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.839828] Unpacking initramfs...\n[ 1.320542] Freeing initrd memory: 37508k freed\n[ 1.330381] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.332697] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.336879] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.339133] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.341668] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.343841] Initialise system trusted keyring\n[ 1.345579] audit: initializing netlink socket (disabled)\n[ 1.347614] type=2000 audit(1535344612.047:1): initialized\n[ 1.364690] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.366950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.369992] zpool: loaded\n[ 1.371294] zbud: loaded\n[ 1.372756] VFS: Disk quotas dquot_6.5.2\n[ 1.374386] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.376816] msgmni has been set to 7578\n[ 1.378514] Key type big_key registered\n[ 1.381015] NET: Registered protocol family 38\n[ 1.382801] Key type asymmetric registered\n[ 1.384482] Asymmetric key parser 'x509' registered\n[ 1.386372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.389493] io scheduler noop registered\n[ 1.391149] io scheduler deadline registered (default)\n[ 1.406902] io scheduler cfq registered\n[ 1.408616] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.410678] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.413095] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.416164] ACPI: Power Button [PWRF]\n[ 1.417919] GHES: HEST is not enabled!\n[ 1.419586] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.444831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.447377] Non-volatile memory driver v1.3\n[ 1.449079] Linux agpgart interface v0.103\n[ 1.450837] crash memory driver: version 1.1\n[ 1.452586] rdac: device handler registered\n[ 1.454304] hp_sw: device handler registered\n[ 1.456002] emc: device handler registered\n[ 1.457693] alua: device handler registered\n[ 1.459388] libphy: Fixed MDIO Bus: probed\n[ 1.461094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.463337] ehci-pci: EHCI PCI platform driver\n[ 1.465069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.467236] ohci-pci: OHCI PCI platform driver\n[ 1.469020] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.489307] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.491328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.494396] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.496329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.498489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.500870] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.503821] usb usb1: Product: UHCI Host Controller\n[ 1.505646] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.508048] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.509986] hub 1-0:1.0: USB hub found\n[ 1.511565] hub 1-0:1.0: 2 ports detected\n[ 1.513321] usbcore: registered new interface driver usbserial\n[ 1.515403] usbcore: registered new interface driver usbserial_generic\n[ 1.517648] usbserial: USB Serial support registered for generic\n[ 1.519875] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.523770] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.525630] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.527592] mousedev: PS/2 mouse device common for all mice\n[ 1.530026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.533487] rtc_cmos 00:00: RTC can wake from S4\n[ 1.534366] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.536166] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.544140] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546217] cpuidle: using governor menu\n[ 1.547794] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.549737] usbcore: registered new interface driver usbhid\n[ 1.551564] usbhid: USB HID core driver\n[ 1.553097] drop_monitor: Initializing network drop monitor service\n[ 1.555174] TCP: cubic registered\n[ 1.556556] Initializing XFRM netlink socket\n[ 1.558247] NET: Registered protocol family 10\n[ 1.560139] NET: Registered protocol family 17\n[ 1.562020] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.564146] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.566122] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.569462] Loading compiled-in X.509 certificates\n[ 1.571236] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.574543] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.578312] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.581616] registered taskstats version 1\n[ 1.585093] Key type trusted registered\n[ 1.587873] Key type encrypted registered\n[ 1.590629] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.593011] rtc_cmos 00:00: setting system clock to 2018-08-27 04:36:51 UTC (1535344611)\n[ 1.596722] Freeing unused kernel memory: 1680k freed\n[ 1.602617] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.608986] systemd[1]: Detected virtualization kvm.\n[ 1.610906] systemd[1]: Detected architecture x86-64.\n[ 1.612898] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.616541] systemd[1]: No hostname configured.\n[ 1.618362] systemd[1]: Set hostname to .\n[ 1.620347] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.645040] systemd[1]: Created slice Root Slice.\n[ 1.646926] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.650008] systemd[1]: Listening on udev Kernel Socket.\n[ 1.652032] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.654980] systemd[1]: Reached target Local File Systems.\n[ 1.656737] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.659416] systemd[1]: Listening on Journal Socket.\n[ 1.661083] systemd[1]: Starting Journal Socket.\n[ 1.662696] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.665495] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.669214] systemd[1]: Reached target Paths.\n[ 1.670751] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.673233] systemd[1]: Created slice System Slice.\n[ 1.674879] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.677342] systemd[1]: Reached target Slices.\n[ 1.678889] systemd[1]: Starting Slices.\n[ 1.680707] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.684296] systemd[1]: Reached target Swap.\n[ 1.685813] systemd[1]: Starting Swap.\n[ 1.687603] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Timers.\n[ 1.692960] systemd[1]: Reached target Timers.\n[ 1.694511] systemd[1]: Starting Timers.\n[ 1.696379] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.699423] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.703045] systemd[1]: Listening on udev Control Socket.\n[ 1.704809] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.707795] systemd[1]: Reached target Sockets.\n[ 1.709372] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.712187] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.715670] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.719812] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.772548] RPC: Registered named UNIX socket transport module.\n[ 1.774769] RPC: Registered udp transport module.\n[ 1.776613] RPC: Registered tcp transport module.\n[ 1.778520] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.815673] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.868638] scsi host0: ata_piix\n[ 1.874280] FDC 0 is a S82078B\n[ 1.875688] scsi host1: ata_piix\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 1.878289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.880683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.912533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.953842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.960511] vda: vda1\n[ 1.968671] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.970717] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.972864] usb 1-1: Product: QEMU USB Tablet\n[ 1.974445] usb 1-1: Manufacturer: QEMU\n[ 1.975915] usb 1-1: SerialNumber: 42\n[ 1.985837] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.989169] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.073337] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.076511] XFS (vda1): Mounting V4 Filesystem\n[ 2.098651] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.331687] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.336719] tsc: Refined TSC clocksource calibration: 3491.836 MHz\n[ 2.436972] SELinux: Disabled at runtime.\n[ 2.475673] type=1404 audit(1535344612.382:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.511785] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.513631] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Swap.\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[ 2.938972] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.002350] systemd-journald[388]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.148545] type=1305 audit(1535344613.054:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting LSB: Bring up/down networking...\n[ 3.320921] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.329548] [drm] Initialized drm 1.1.0 20060810\n Starting irqbalance daemon...\n Starting NTP client/server...\n Starting Login Service...[ 3.345086] input: PC Speaker as /devices/platform/pcspkr/input/input5\n\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.379995] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.382167] [TTM] Initializing pool allocator\n[ 3.382186] ppdev: user-space parallel port driver\n[ 3.385454] [TTM] Initializing DMA pool allocator\n[ 3.385763] [drm] fb mappable at 0xFC000000\n[ 3.385763] [drm] vram aper at 0xFC000000\n[ 3.385764] [drm] size 33554432\n[ 3.385764] [drm] fb depth is 24\n[ 3.385765] [drm] pitch is 3072\n[ 3.435899] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.459838] Console: switching to colour frame buffer device 128x48\n[ 3.476547] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.493680] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting Authorization Manager...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 3.554220] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...[ 3.576555] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.598102] alg: No test for crc32 (crc32-pclmul)\n[ 3.605465] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Authorization Manager.\n[ 3.613241] intel_rapl: no valid rapl domains found in package 0\n[ 3.615436] intel_powerclamp: No package C-state available\n[ 3.622638] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available\n[ 3.634601] intel_powerclamp: No package C-state available[ 3.485124] cloud-init[472]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:36:53 +0000. Up 3.45 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Dynamic System Tuning Daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Crash recovery kernel arming...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started OpenSSH server daemon.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.005639] cloud-init[818]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:36:56 +0000. Up 5.95 seconds.\n[ 6.040344] cloud-init[818]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.051225] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.060959] cloud-init[818]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.063290] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.066521] cloud-init[818]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.069745] cloud-init[818]: ci-info: | eth0: | True | 192.168.120.19 | 255.255.255.0 | fa:16:3e:4b:85:7a |\n[ 6.073111] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.080326] cloud-init[818]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.082562] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.084919] cloud-init[818]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.091134] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.094753] cloud-init[818]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.097028] cloud-init[818]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 6.099774] cloud-init[818]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.102087] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-27 04:37:42,057 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action used request id req-63da6801-03f6-4c30-bd0d-0594207a4689 2018-08-27 04:37:42,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0735938549042s 2018-08-27 04:37:42,058 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028/action used request id req-63da6801-03f6-4c30-bd0d-0594207a4689 2018-08-27 04:37:42,058 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2230690944 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.431116] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.434196] pid_max: default: 32768 minimum: 301 [ 0.435865] Security Framework initialized [ 0.437427] SELinux: Initializing. [ 0.439117] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.445518] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.449451] Mount-cache hash table entries: 4096 [ 0.451408] Initializing cgroup subsys memory [ 0.453028] Initializing cgroup subsys devices [ 0.454655] Initializing cgroup subsys freezer [ 0.456273] Initializing cgroup subsys net_cls [ 0.457882] Initializing cgroup subsys blkio [ 0.459487] Initializing cgroup subsys perf_event [ 0.461161] Initializing cgroup subsys hugetlb [ 0.462790] Initializing cgroup subsys pids [ 0.464378] Initializing cgroup subsys net_prio [ 0.466107] CPU: Physical Processor ID: 0 [ 0.468379] mce: CPU supports 10 MCE banks [ 0.469954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.471758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.473554] tlb_flushall_shift: 6 [ 0.475141] Freeing SMP alternatives: 28k freed [ 0.479435] ACPI: Core revision 20130517 [ 0.481395] ACPI: All ACPI Tables successfully acquired [ 0.483412] ftrace: allocating 25812 entries in 101 pages [ 0.505566] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.507705] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.509773] smpboot: Max logical packages: 2 [ 0.511620] Enabling x2apic [ 0.512872] Enabled x2apic [ 0.514403] Switched APIC routing to physical x2apic. [ 0.517505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.519538] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.523160] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.532149] KVM setup paravirtual spinlock [ 0.535000] smpboot: Booting Node 0, Processors #1 OK [ 0.537162] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.559170] Brought up 2 CPUs [ 0.559174] KVM setup async PF for cpu 1 [ 0.559177] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.563509] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.566572] devtmpfs: initialized [ 0.569700] EVM: security.selinux [ 0.571056] EVM: security.ima [ 0.572339] EVM: security.capability [ 0.574496] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.576621] pinctrl core: initialized pinctrl subsystem [ 0.578497] NET: Registered protocol family 16 [ 0.580380] ACPI: bus type PCI registered [ 0.581890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.583978] PCI: Using configuration type 1 for base access [ 0.589303] ACPI: Added _OSI(Module Device) [ 0.590861] ACPI: Added _OSI(Processor Device) [ 0.592446] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.594083] ACPI: Added _OSI(Processor Aggregator Device) [ 0.597042] ACPI: Interpreter enabled [ 0.598523] ACPI: (supports S0 S5) [ 0.599928] ACPI: Using IOAPIC for interrupt routing [ 0.601652] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.606718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.608681] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.610787] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.612836] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.616625] acpiphp: Slot [3] registered [ 0.618135] acpiphp: Slot [4] registered [ 0.619660] acpiphp: Slot [5] registered [ 0.621167] acpiphp: Slot [6] registered [ 0.622669] acpiphp: Slot [7] registered [ 0.624171] acpiphp: Slot [8] registered [ 0.625677] acpiphp: Slot [9] registered [ 0.627173] acpiphp: Slot [10] registered [ 0.628695] acpiphp: Slot [11] registered [ 0.630216] acpiphp: Slot [12] registered [ 0.631757] acpiphp: Slot [13] registered [ 0.633275] acpiphp: Slot [14] registered [ 0.634797] acpiphp: Slot [15] registered [ 0.636318] acpiphp: Slot [16] registered [ 0.637839] acpiphp: Slot [17] registered [ 0.639353] acpiphp: Slot [18] registered [ 0.640874] acpiphp: Slot [19] registered [ 0.642396] acpiphp: Slot [20] registered [ 0.643918] acpiphp: Slot [21] registered [ 0.645434] acpiphp: Slot [22] registered [ 0.646959] acpiphp: Slot [23] registered [ 0.648521] acpiphp: Slot [24] registered [ 0.650047] acpiphp: Slot [25] registered [ 0.651566] acpiphp: Slot [26] registered [ 0.653101] acpiphp: Slot [27] registered [ 0.654622] acpiphp: Slot [28] registered [ 0.656134] acpiphp: Slot [29] registered [ 0.657652] acpiphp: Slot [30] registered [ 0.659165] acpiphp: Slot [31] registered [ 0.660680] PCI host bridge to bus 0000:00 [ 0.662196] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.664007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.666075] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.668151] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.670921] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.673697] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.679276] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.681436] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.683455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.685598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.689819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.692570] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.716610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.719097] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.721819] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.724196] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.726565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.728783] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.731066] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.734007] vgaarb: loaded [ 0.735236] vgaarb: bridge control possible 0000:00:02.0 [ 0.737214] SCSI subsystem initialized [ 0.738726] ACPI: bus type USB registered [ 0.740292] usbcore: registered new interface driver usbfs [ 0.742132] usbcore: registered new interface driver hub [ 0.743955] usbcore: registered new device driver usb [ 0.745927] PCI: Using ACPI for IRQ routing [ 0.747895] NetLabel: Initializing [ 0.749301] NetLabel: domain hash size = 128 [ 0.750899] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.752655] NetLabel: unlabeled traffic allowed by default [ 0.754661] Switched to clocksource kvm-clock [ 0.764593] pnp: PnP ACPI init [ 0.765937] ACPI: bus type PNP registered [ 0.767909] pnp: PnP ACPI: found 5 devices [ 0.769446] ACPI: bus type PNP unregistered [ 0.777650] NET: Registered protocol family 2 [ 0.779586] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.782621] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.785132] TCP: Hash tables configured (established 32768 bind 32768) [ 0.787321] TCP: reno registered [ 0.788682] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.790774] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.793158] NET: Registered protocol family 1 [ 0.794942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.797095] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.799200] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.819525] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.839828] Unpacking initramfs... [ 1.320542] Freeing initrd memory: 37508k freed [ 1.330381] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.332697] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.336879] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.339133] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.341668] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.343841] Initialise system trusted keyring [ 1.345579] audit: initializing netlink socket (disabled) [ 1.347614] type=2000 audit(1535344612.047:1): initialized [ 1.364690] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.366950] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.369992] zpool: loaded [ 1.371294] zbud: loaded [ 1.372756] VFS: Disk quotas dquot_6.5.2 [ 1.374386] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.376816] msgmni has been set to 7578 [ 1.378514] Key type big_key registered [ 1.381015] NET: Registered protocol family 38 [ 1.382801] Key type asymmetric registered [ 1.384482] Asymmetric key parser 'x509' registered [ 1.386372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.389493] io scheduler noop registered [ 1.391149] io scheduler deadline registered (default) [ 1.406902] io scheduler cfq registered [ 1.408616] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.410678] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.413095] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.416164] ACPI: Power Button [PWRF] [ 1.417919] GHES: HEST is not enabled! [ 1.419586] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.444831] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.447377] Non-volatile memory driver v1.3 [ 1.449079] Linux agpgart interface v0.103 [ 1.450837] crash memory driver: version 1.1 [ 1.452586] rdac: device handler registered [ 1.454304] hp_sw: device handler registered [ 1.456002] emc: device handler registered [ 1.457693] alua: device handler registered [ 1.459388] libphy: Fixed MDIO Bus: probed [ 1.461094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.463337] ehci-pci: EHCI PCI platform driver [ 1.465069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.467236] ohci-pci: OHCI PCI platform driver [ 1.469020] uhci_hcd: USB Universal Host Controller Interface driver [ 1.489307] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.491328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.494396] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.496329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.498489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.500870] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.503821] usb usb1: Product: UHCI Host Controller [ 1.505646] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.508048] usb usb1: SerialNumber: 0000:00:01.2 [ 1.509986] hub 1-0:1.0: USB hub found [ 1.511565] hub 1-0:1.0: 2 ports detected [ 1.513321] usbcore: registered new interface driver usbserial [ 1.515403] usbcore: registered new interface driver usbserial_generic [ 1.517648] usbserial: USB Serial support registered for generic [ 1.519875] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.523770] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.525630] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.527592] mousedev: PS/2 mouse device common for all mice [ 1.530026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.533487] rtc_cmos 00:00: RTC can wake from S4 [ 1.534366] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.536166] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.544140] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546217] cpuidle: using governor menu [ 1.547794] hidraw: raw HID events driver (C) Jiri Kosina [ 1.549737] usbcore: registered new interface driver usbhid [ 1.551564] usbhid: USB HID core driver [ 1.553097] drop_monitor: Initializing network drop monitor service [ 1.555174] TCP: cubic registered [ 1.556556] Initializing XFRM netlink socket [ 1.558247] NET: Registered protocol family 10 [ 1.560139] NET: Registered protocol family 17 [ 1.562020] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.564146] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.566122] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.569462] Loading compiled-in X.509 certificates [ 1.571236] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.574543] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.578312] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.581616] registered taskstats version 1 [ 1.585093] Key type trusted registered [ 1.587873] Key type encrypted registered [ 1.590629] IMA: No TPM chip found, activating TPM-bypass! [ 1.593011] rtc_cmos 00:00: setting system clock to 2018-08-27 04:36:51 UTC (1535344611) [ 1.596722] Freeing unused kernel memory: 1680k freed [ 1.602617] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.608986] systemd[1]: Detected virtualization kvm. [ 1.610906] systemd[1]: Detected architecture x86-64. [ 1.612898] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.616541] systemd[1]: No hostname configured. [ 1.618362] systemd[1]: Set hostname to . [ 1.620347] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.645040] systemd[1]: Created slice Root Slice. [ 1.646926] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.650008] systemd[1]: Listening on udev Kernel Socket. [ 1.652032] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.654980] systemd[1]: Reached target Local File Systems. [ 1.656737] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.659416] systemd[1]: Listening on Journal Socket. [ 1.661083] systemd[1]: Starting Journal Socket. [ 1.662696] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.665495] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.669214] systemd[1]: Reached target Paths. [ 1.670751] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.673233] systemd[1]: Created slice System Slice. [ 1.674879] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.677342] systemd[1]: Reached target Slices. [ 1.678889] systemd[1]: Starting Slices. [ 1.680707] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.684296] systemd[1]: Reached target Swap. [ 1.685813] systemd[1]: Starting Swap. [ 1.687603] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Timers. [ 1.692960] systemd[1]: Reached target Timers. [ 1.694511] systemd[1]: Starting Timers. [ 1.696379] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.699423] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.703045] systemd[1]: Listening on udev Control Socket. [ 1.704809] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.707795] systemd[1]: Reached target Sockets. [ 1.709372] systemd[1]: Starting Sockets. [[32m OK [0m] Started Apply Kernel Variables. [ 1.712187] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.715670] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.719812] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.772548] RPC: Registered named UNIX socket transport module. [ 1.774769] RPC: Registered udp transport module. [ 1.776613] RPC: Registered tcp transport module. [ 1.778520] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.815673] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.868638] scsi host0: ata_piix [ 1.874280] FDC 0 is a S82078B [ 1.875688] scsi host1: ata_piix [[32m OK [0m] Started udev Coldplug all Devices. [ 1.878289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.880683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.912533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.953842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.960511] vda: vda1 [ 1.968671] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.970717] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.972864] usb 1-1: Product: QEMU USB Tablet [ 1.974445] usb 1-1: Manufacturer: QEMU [ 1.975915] usb 1-1: SerialNumber: 42 [ 1.985837] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.989169] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.073337] SGI XFS with ACLs, security attributes, no debug enabled [ 2.076511] XFS (vda1): Mounting V4 Filesystem [ 2.098651] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.331687] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.336719] tsc: Refined TSC clocksource calibration: 3491.836 MHz [ 2.436972] SELinux: Disabled at runtime. [ 2.475673] type=1404 audit(1535344612.382:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.511785] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.513631] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Encrypted Volumes. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Swap. Starting Setup Virtual Console... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Listening on udev Kernel Socket. Starting Apply Kernel Variables... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [ 2.938972] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [ 3.002350] systemd-journald[388]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.148545] type=1305 audit(1535344613.054:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting LSB: Bring up/down networking... [ 3.320921] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Started irqbalance daemon. [ 3.329548] [drm] Initialized drm 1.1.0 20060810 Starting irqbalance daemon... Starting NTP client/server... Starting Login Service...[ 3.345086] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started D-Bus System Message Bus. [ 3.379995] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.382167] [TTM] Initializing pool allocator [ 3.382186] ppdev: user-space parallel port driver [ 3.385454] [TTM] Initializing DMA pool allocator [ 3.385763] [drm] fb mappable at 0xFC000000 [ 3.385763] [drm] vram aper at 0xFC000000 [ 3.385764] [drm] size 33554432 [ 3.385764] [drm] fb depth is 24 [ 3.385765] [drm] pitch is 3072 [ 3.435899] fbcon: cirrusdrmfb (fb0) is primary device [ 3.459838] Console: switching to colour frame buffer device 128x48 [ 3.476547] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.493680] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting Authorization Manager... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions...[ 3.554220] AES CTR mode by8 optimization enabled [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1...[ 3.576555] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.598102] alg: No test for crc32 (crc32-pclmul) [ 3.605465] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Authorization Manager. [ 3.613241] intel_rapl: no valid rapl domains found in package 0 [ 3.615436] intel_powerclamp: No package C-state available [ 3.622638] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available [ 3.634601] intel_powerclamp: No package C-state available[ 3.485124] cloud-init[472]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:36:53 +0000. Up 3.45 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting Dynamic System Tuning Daemon... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Crash recovery kernel arming... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started OpenSSH server daemon. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.005639] cloud-init[818]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:36:56 +0000. Up 5.95 seconds. [ 6.040344] cloud-init[818]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.051225] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.060959] cloud-init[818]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.063290] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.066521] cloud-init[818]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.069745] cloud-init[818]: ci-info: | eth0: | True | 192.168.120.19 | 255.255.255.0 | fa:16:3e:4b:85:7a | [ 6.073111] cloud-init[818]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.080326] cloud-init[818]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.082562] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.084919] cloud-init[818]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.091134] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.094753] cloud-init[818]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.097028] cloud-init[818]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 6.099774] cloud-init[818]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.102087] cloud-init[818]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-27 04:37:42,062 - paramiko.transport - DEBUG - starting thread (client mode): 0x40c73ed0L 2018-08-27 04:37:42,063 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 04:37:42,069 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 04:37:42,069 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 04:37:42,071 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 04:37:42,071 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 04:37:42,071 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 04:37:42,071 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 04:37:42,071 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 04:37:42,072 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 04:37:42,077 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 04:37:42,077 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 04:37:42,079 - paramiko.transport - DEBUG - Trying discovered key 8d6e411b87481a9c2794aa4b6b051f08 in /tmp/tmpYT0LM5 2018-08-27 04:37:42,116 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 04:37:52,136 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 04:37:52,157 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-27 04:37:52,158 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-27 04:37:52,158 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-27 04:37:52,158 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/status 2018-08-27 04:37:52,336 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:52,336 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:52,337 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:52,337 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:52,337 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:52,337 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:52,337 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:52,337 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 804, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8001, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 871, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 799, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 806, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 854, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 04:37:52,337 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:52,337 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:51 GMT 2018-08-27 04:37:52,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:52,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-27 04:37:52,338 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:52,338 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 804, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 8001, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 871, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 799, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 806, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 854, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-27 04:37:52,339 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/status 2018-08-27 04:37:52,432 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:52,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:52,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:52,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:52,433 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:52,433 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:52,433 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:52,433 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 804, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8001, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 871, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 799, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 806, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 854, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 04:37:52,433 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:52,433 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:51 GMT 2018-08-27 04:37:52,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:52,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-27 04:37:52,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:52,434 - functest.core.cloudify - INFO - The current manager status is running 2018-08-27 04:37:52,435 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-27 04:37:52,534 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:52,534 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:52,534 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:52,534 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:52,534 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:52,534 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:52,534 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:52,535 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-27 04:37:52,535 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T04:37:51.335Z", "updated_at": "2018-08-27T04:37:51.335Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 04:37:52,535 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:52,535 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:51 GMT 2018-08-27 04:37:52,535 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:52,535 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 04:37:52,535 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:52,535 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/secrets 2018-08-27 04:37:52,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:52,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:52,590 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:52,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:52,590 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:52,590 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:52,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:52,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-27T04:37:51.335Z", "updated_at": "2018-08-27T04:37:51.335Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-27 04:37:52,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:52,590 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:51 GMT 2018-08-27 04:37:52,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:52,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-27 04:37:52,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:52,591 - functest.core.cloudify - DEBUG - List secrets: 2018-08-27 04:37:52,591 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.205:80/api/v3/secrets/foo 2018-08-27 04:37:52,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:52,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:52,682 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:52,682 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:52,682 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:52,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:52,682 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:52,682 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-27 04:37:52,682 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T04:37:51.335Z", "updated_at": "2018-08-27T04:37:51.335Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 04:37:52,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:52,682 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:51 GMT 2018-08-27 04:37:52,683 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:52,683 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 04:37:52,683 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:52,683 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-27 04:37:52,683 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-27 04:37:52,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:37:52,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:37:52,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f41fe1d4-45de-431e-9d6f-613d272e3f2c Content-Encoding: gzip Content-Length: 592 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/23633adee2024e3d895bdc91dcf1f209"}, "tags": [], "enabled": true, "id": "23633adee2024e3d895bdc91dcf1f209", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 04:37:52,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-f41fe1d4-45de-431e-9d6f-613d272e3f2c 2018-08-27 04:37:52,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19122505188s 2018-08-27 04:37:52,881 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-f41fe1d4-45de-431e-9d6f-613d272e3f2c 2018-08-27 04:37:52,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-27 04:37:52,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/quotas/23633adee2024e3d895bdc91dcf1f209.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-27 04:37:53,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-78eee648-9896-431b-91f9-bd35acc47e7d Date: Mon, 27 Aug 2018 04:37:53 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-08-27 04:37:53,292 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/23633adee2024e3d895bdc91dcf1f209.json used request id req-78eee648-9896-431b-91f9-bd35acc47e7d 2018-08-27 04:37:53,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.407600879669s 2018-08-27 04:37:53,292 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/23633adee2024e3d895bdc91dcf1f209.json used request id req-78eee648-9896-431b-91f9-bd35acc47e7d 2018-08-27 04:37:53,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-08-27 04:37:53,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 04:37:53,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:37:53,305 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 04:37:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24a375af-113e-47fb-ae57-293ace9a3284 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-27 04:37:53,306 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-24a375af-113e-47fb-ae57-293ace9a3284 2018-08-27 04:37:53,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:37:53,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04834ca6-6d33-4bed-b491-d46659ea7bcf Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0c62d1a2eb9c4877a3aa8dcb681a60a5"}, "enabled": true, "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2d57212723554a81875eb54be2d9c71b"}, "enabled": true, "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/364f45865d2a472dbb1c17ec432dd442"}, "enabled": true, "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3a19b451b215401e9f3d62999ca779bf"}, "enabled": true, "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/4db680f9113b4a10bba97a69cba7dff9"}, "enabled": true, "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/56f6845a92454ced93c356b353215c58"}, "enabled": true, "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7d2dc95fdcb84a3bbabdf3fae7f05788"}, "enabled": true, "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/857a3547b3624035b08154c86e4b7056"}, "enabled": true, "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/85be768eef834e4e81e3ea286909240c"}, "enabled": true, "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9029bb8abda8485fb94aa849fce44487"}, "enabled": true, "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aa60adff497c48c6bda33da763d92bf2"}, "enabled": true, "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aba3aba927cf497b89d31b4472dd03d3"}, "enabled": true, "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/bcf9f08e73ed44fe9f6353aa05a1c564"}, "enabled": true, "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c980a1a85c7f4daabb41999679a5aff0"}, "enabled": true, "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f73baa7f18b743a89f10719e06527d49"}, "enabled": true, "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-27 04:37:53,502 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-04834ca6-6d33-4bed-b491-d46659ea7bcf 2018-08-27 04:37:53,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.206328868866s 2018-08-27 04:37:53,503 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-04834ca6-6d33-4bed-b491-d46659ea7bcf 2018-08-27 04:37:53,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 04:37:53,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:37:53,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a7b01cc-18b4-49fe-90e0-cddd266d1683 Content-Encoding: gzip Content-Length: 1973 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/09baa6674c494d0d8497c6133cd0d1bb"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/106184d025434c069c4e5bb20ec8917e"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "106184d025434c069c4e5bb20ec8917e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/153006273f694a66940f23226ef55273"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "153006273f694a66940f23226ef55273"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1655b6496b9b4e9f80c5be269bbdd135"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/17ba54e453a844e3b6329f98636233f4"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "17ba54e453a844e3b6329f98636233f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1894feff0e944370b2a3a8124b2499ee"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/21ccd947710a4b0c9c5ca57b9c593052"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/24bd650d53d64173a3e2a5ce1e8757fa"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3708c51ca0df447990594d0313721f1d"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "3708c51ca0df447990594d0313721f1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/376bcee08e5d4f56bc317cf16e1cbf4a"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3b9316c7f553424ba9aa858365766565"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "3b9316c7f553424ba9aa858365766565"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/424c7a314d474fbb97d4183f7f70f936"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4a45ee754d584ccd88adc91f20d765fe"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "4a45ee754d584ccd88adc91f20d765fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4d8122c8794b4dcdb1fb157eff814dad"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4fc00b6523f84a24b191f02775eba3e7"}, "url": "http://172.30.9.26:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/55db8cdea87c4a6cb127b94aab2fecd5"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5b5cc0d0bc594f1cb15f7afb74aaed2c"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/775e63e79ed14bf8a9ef51f75cc0489c"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/868dc005a20f4593bcc9b044497e1652"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "868dc005a20f4593bcc9b044497e1652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8cda5639ba2a4d57ae1e57520e0b09eb"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8f0a17b843fa4cd8a3b27515df9469e2"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/97a2bc89fcc44b59938bc262e8251eb1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/98442d47818b4e8ba4d0c3e23ae29ea8"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a90b414a8bad4c45aaf58c60715ff5cb"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a9c8b8f6d7cf46cbba7ddbcd8876beae"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ab222d40264243c8b4238872615ef978"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "ab222d40264243c8b4238872615ef978"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3002b2b44314878973591fff296647f"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "b3002b2b44314878973591fff296647f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3866f1efd034780b903b72f14c42587"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "b3866f1efd034780b903b72f14c42587"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b581b6dcb94d4bccae73a1f30672fecb"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "b581b6dcb94d4bccae73a1f30672fecb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b87855abbd3b4f429bac9a8702923ee2"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b9211a5c91214bfb8a53a017e61e23f0"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "b9211a5c91214bfb8a53a017e61e23f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/bb9c503d5175423688ccd8a7147f154b"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "bb9c503d5175423688ccd8a7147f154b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c95ff878f2d04682be0682b3ba89e87c"}, "url": "http://172.30.9.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "c95ff878f2d04682be0682b3ba89e87c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d5bfbe7d86fe44cc83931055110b523b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dc2b6cb14ab5497b931fbd7549cc2e63"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e499ac9caf2f47258ee56dbf0b877e32"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e7b8c232cf204bc4aab09523bcb67072"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "e7b8c232cf204bc4aab09523bcb67072"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea5bfc1452384334b702e65e81fb9128"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "ea5bfc1452384334b702e65e81fb9128"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea6cf437692a484abb2273d167d2dae1"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "ea6cf437692a484abb2273d167d2dae1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ecc741fd949b4de19640330f7c04a3cf"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "ecc741fd949b4de19640330f7c04a3cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ee797cda68c042c5968595c8a2cbe1b7"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "ee797cda68c042c5968595c8a2cbe1b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/eefcb7bdf54f4097a98d16672b108fc0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 04:37:53,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-9a7b01cc-18b4-49fe-90e0-cddd266d1683 2018-08-27 04:37:53,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.203887939453s 2018-08-27 04:37:53,717 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-9a7b01cc-18b4-49fe-90e0-cddd266d1683 2018-08-27 04:37:53,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '16e830e3-0f6b-4342-a138-61da1e0f1598', 'keystone_tenant_name': u'cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.26:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'project_domain_name': 'Default'} 2018-08-27 04:37:53,725 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/secrets 2018-08-27 04:37:53,778 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:53,778 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:53,778 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:53,778 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:53,778 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:53,778 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:53,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:53,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-08-27 04:37:53,779 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:53,779 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:52 GMT 2018-08-27 04:37:53,779 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:53,779 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-08-27 04:37:53,779 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:53,779 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "16e830e3-0f6b-4342-a138-61da1e0f1598"} 2018-08-27 04:37:53,839 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:53,839 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:53,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:53,840 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:53,840 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:53,840 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:53,840 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:53,840 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-08-27 04:37:53,840 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T04:37:52.645Z", "updated_at": "2018-08-27T04:37:52.645Z", "created_by": "admin", "private_resource": false, "value": "16e830e3-0f6b-4342-a138-61da1e0f1598", "key": "keystone_password"} 2018-08-27 04:37:53,840 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:53,841 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:52 GMT 2018-08-27 04:37:53,841 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:53,841 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-08-27 04:37:53,841 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:53,841 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"} 2018-08-27 04:37:53,898 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:53,899 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:53,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:53,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:53,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:53,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:53,899 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:53,899 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-08-27 04:37:53,899 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T04:37:52.706Z", "updated_at": "2018-08-27T04:37:52.706Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "key": "keystone_tenant_name"} 2018-08-27 04:37:53,899 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:53,900 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:52 GMT 2018-08-27 04:37:53,900 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:53,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-08-27 04:37:53,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:53,900 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-08-27 04:37:53,955 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:53,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:53,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:53,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:53,956 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:53,956 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:53,956 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:53,956 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-08-27 04:37:53,956 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T04:37:52.764Z", "updated_at": "2018-08-27T04:37:52.764Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-08-27 04:37:53,956 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:53,957 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:52 GMT 2018-08-27 04:37:53,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:53,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-08-27 04:37:53,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:53,957 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.26:5000"} 2018-08-27 04:37:54,012 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:54,012 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:54,012 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:54,012 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:54,012 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:54,012 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:54,012 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:54,012 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-08-27 04:37:54,013 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T04:37:52.821Z", "updated_at": "2018-08-27T04:37:52.821Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.26:5000", "key": "keystone_url"} 2018-08-27 04:37:54,013 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:54,013 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:52 GMT 2018-08-27 04:37:54,013 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:54,013 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-08-27 04:37:54,013 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:54,013 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-27 04:37:54,109 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:54,109 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:54,109 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:54,110 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:54,110 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:54,110 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:54,110 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:54,110 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-27 04:37:54,110 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T04:37:52.913Z", "updated_at": "2018-08-27T04:37:52.913Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-08-27 04:37:54,110 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:54,110 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:52 GMT 2018-08-27 04:37:54,110 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:54,110 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-08-27 04:37:54,111 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:54,111 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"} 2018-08-27 04:37:54,168 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:54,169 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:54,169 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:54,169 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:54,169 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:54,169 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:54,169 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:54,169 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-08-27 04:37:54,169 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T04:37:52.977Z", "updated_at": "2018-08-27T04:37:52.977Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "key": "keystone_username"} 2018-08-27 04:37:54,169 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:54,170 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:52 GMT 2018-08-27 04:37:54,170 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:54,170 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-08-27 04:37:54,170 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:54,170 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-27 04:37:54,279 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:37:54,279 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:37:54,279 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:37:54,279 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:37:54,279 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:37:54,279 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:37:54,280 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:37:54,280 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-27 04:37:54,280 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T04:37:53.083Z", "updated_at": "2018-08-27T04:37:53.083Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-08-27 04:37:54,280 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:37:54,280 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:37:53 GMT 2018-08-27 04:37:54,280 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:37:54,280 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-08-27 04:37:54,280 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:37:54,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-08-27 04:37:54,281 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 04:37:54,282 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-27 04:37:54,282 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 04:37:54,285 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 04:37:54,352 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 04:37:54,353 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-27 04:37:54,354 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 04:37:54,394 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-27 04:37:54,394 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-27 04:37:54,419 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-27 04:38:15,310 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-27 04:38:15,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-08-27 04:38:15,311 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-27 04:38:15,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-08-27 04:38:15,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:38:15,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:15,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-0d9069c9-004d-4191-8f04-c8872519b43d Date: Mon, 27 Aug 2018 04:38:15 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:33Z", "updated_at": "2018-08-27T04:34:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T04:34:35Z", "revision_number": 0, "id": "364fc58f-0a50-4b7e-9cf8-af4af8c498b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:35Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 80, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "3a339992-54f2-4077-8d76-23c28c631d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "ce6c9a2f-8586-4605-894d-3f83f2905435", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-27T04:34:37Z", "revision_number": 0, "id": "d3e5d6c0-cb34-4386-99a2-bacf84251c91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:37Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "e3247046-bcba-438a-a730-a073e53d8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T04:34:36Z", "revision_number": 0, "id": "e33cb9b5-245a-44d6-a32f-09922741d80d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:36Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 443, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T04:34:36Z", "revision_number": 0, "id": "e6583ae3-2372-4d5b-aae6-cb278aacebf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:36Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "f5ed25e1-cfe1-4b4f-a64a-7d344bf4be73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 22, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 7, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, {"description": "Default security group", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:33:02Z", "updated_at": "2018-08-27T04:33:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "0f655940-732f-4537-a3f2-a03d401e18ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ab557d0-3d6c-4c32-bf6f-314b9483fa89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ff4942d-c4c1-44c7-9dcb-21b325991271", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "f605e3a5-9717-40e6-ba27-80e04cc42208", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 1, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "name": "default"}]} 2018-08-27 04:38:15,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-0d9069c9-004d-4191-8f04-c8872519b43d 2018-08-27 04:38:15,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0503919124603s 2018-08-27 04:38:15,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-0d9069c9-004d-4191-8f04-c8872519b43d 2018-08-27 04:38:15,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 04:38:15,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 22, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 22, "ethertype": "IPv4", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e"}}' 2018-08-27 04:38:15,625 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-d5b1c56b-0b15-4cf2-934c-ef7c84414878 Date: Mon, 27 Aug 2018 04:38:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-27T04:38:15Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "port_range_min": 22, "revision_number": 0, "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:38:15Z", "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "d90cebda-671d-4296-a0a9-7c46cb2af1ff"}} 2018-08-27 04:38:15,625 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-d5b1c56b-0b15-4cf2-934c-ef7c84414878 2018-08-27 04:38:15,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.254901885986s 2018-08-27 04:38:15,626 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-d5b1c56b-0b15-4cf2-934c-ef7c84414878 2018-08-27 04:38:15,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-08-27 04:38:15,852 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-08-27 04:38:18,541 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:38:18,541 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:38:18,541 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:38:18,541 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:38:18,541 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:38:18,542 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:38:18,542 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:38:18,542 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-27 04:38:18,542 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-27T04:38:17.310Z", "updated_at": "2018-08-27T04:38:17.310Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-08-27 04:38:18,544 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:38:18,545 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:38:17 GMT 2018-08-27 04:38:18,545 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:38:18,545 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-27 04:38:18,545 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:38:18,570 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-27 04:38:20,038 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-27 04:38:20,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:38:20,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:20,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-706c6656-f0d3-4e0d-b7ee-94ffafcb76f7 Date: Mon, 27 Aug 2018 04:38:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:34:31Z", "file": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/file", "owner": "23633adee2024e3d895bdc91dcf1f209", "id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "size": 4373348352, "self": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T04:33:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:38:20,758 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-706c6656-f0d3-4e0d-b7ee-94ffafcb76f7 2018-08-27 04:38:20,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.718915224075s 2018-08-27 04:38:20,759 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-706c6656-f0d3-4e0d-b7ee-94ffafcb76f7 2018-08-27 04:38:20,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 04:38:20,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}' 2018-08-27 04:38:21,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-70aa18a3-8132-46e9-b8b5-5ab9415bac14 Date: Mon, 27 Aug 2018 04:38:21 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:38:21Z", "file": "/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee/file", "owner": "23633adee2024e3d895bdc91dcf1f209", "id": "45292f7e-3a11-499c-9c21-6e07030169ee", "size": null, "self": "/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "checksum": null, "created_at": "2018-08-27T04:38:21Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 04:38:21,085 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-70aa18a3-8132-46e9-b8b5-5ab9415bac14 2018-08-27 04:38:21,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.317616939545s 2018-08-27 04:38:21,086 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-70aa18a3-8132-46e9-b8b5-5ab9415bac14 returning object 45292f7e-3a11-499c-9c21-6e07030169ee 2018-08-27 04:38:21,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 04:38:21,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '' 2018-08-27 04:38:25,596 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1991d8cf-e5e1-4c6c-9f8c-d1c7135f4a6e Date: Mon, 27 Aug 2018 04:38:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:38:25,597 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee/file used request id req-1991d8cf-e5e1-4c6c-9f8c-d1c7135f4a6e 2018-08-27 04:38:25,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.51029205322s 2018-08-27 04:38:25,597 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee/file used request id req-1991d8cf-e5e1-4c6c-9f8c-d1c7135f4a6e 2018-08-27 04:38:25,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:38:25,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:26,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-5ee404cc-bf53-4796-b1a0-e8510d875b70 Date: Mon, 27 Aug 2018 04:38:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:38:25Z", "file": "/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee/file", "owner": "23633adee2024e3d895bdc91dcf1f209", "id": "45292f7e-3a11-499c-9c21-6e07030169ee", "size": 263193088, "self": "/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/45292f7e-3a11-499c-9c21-6e07030169ee/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/45292f7e-3a11-499c-9c21-6e07030169ee/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T04:38:21Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:34:31Z", "file": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/file", "owner": "23633adee2024e3d895bdc91dcf1f209", "id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "size": 4373348352, "self": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T04:33:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:38:26,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-5ee404cc-bf53-4796-b1a0-e8510d875b70 2018-08-27 04:38:26,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.72616314888s 2018-08-27 04:38:26,328 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-5ee404cc-bf53-4796-b1a0-e8510d875b70 2018-08-27 04:38:26,330 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/45292f7e-3a11-499c-9c21-6e07030169ee/snap', u'metadata': Munch({})})], 'file': u'/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee/file', 'owner': u'23633adee2024e3d895bdc91dcf1f209', 'id': u'45292f7e-3a11-499c-9c21-6e07030169ee', 'size': 263193088, u'self': u'/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'23633adee2024e3d895bdc91dcf1f209', 'name': 'cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/45292f7e-3a11-499c-9c21-6e07030169ee/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T04:38:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T04:38:25Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'created': u'2018-08-27T04:38:21Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-27T04:38:21Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-27 04:38:26,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 04:38:26,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-27 04:38:26,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6131ebf-7198-4c90-99bb-719833ce7d2f x-compute-request-id: req-b6131ebf-7198-4c90-99bb-719833ce7d2f Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/3652f08f-d584-4e2b-96f5-5985fe58e3ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/3652f08f-d584-4e2b-96f5-5985fe58e3ae", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "3652f08f-d584-4e2b-96f5-5985fe58e3ae"}} 2018-08-27 04:38:26,392 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b6131ebf-7198-4c90-99bb-719833ce7d2f 2018-08-27 04:38:26,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.061136007309s 2018-08-27 04:38:26,393 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b6131ebf-7198-4c90-99bb-719833ce7d2f 2018-08-27 04:38:26,394 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 25, 'id': u'3652f08f-d584-4e2b-96f5-5985fe58e3ae', 'swap': 0}) 2018-08-27 04:38:26,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 04:38:26,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/3652f08f-d584-4e2b-96f5-5985fe58e3ae/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" -d '{"extra_specs": {}}' 2018-08-27 04:38:26,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5c39424-efa6-4b54-9526-e968494d817e x-compute-request-id: req-d5c39424-efa6-4b54-9526-e968494d817e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 04:38:26,419 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/3652f08f-d584-4e2b-96f5-5985fe58e3ae/os-extra_specs used request id req-d5c39424-efa6-4b54-9526-e968494d817e 2018-08-27 04:38:26,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0248699188232s 2018-08-27 04:38:26,420 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/3652f08f-d584-4e2b-96f5-5985fe58e3ae/os-extra_specs used request id req-d5c39424-efa6-4b54-9526-e968494d817e 2018-08-27 04:38:26,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-08-27 04:38:26,420 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "45292f7e-3a11-499c-9c21-6e07030169ee", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "bono_cluster_size": 1, "flavor_id": "3652f08f-d584-4e2b-96f5-5985fe58e3ae", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-08-27 04:38:28,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:38:28,185 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:38:28,185 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:38:28,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:38:28,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:38:28,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:38:28,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:38:28,185 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-08-27 04:38:28,185 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-27 04:38:28,186 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:38:28,186 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:38:27 GMT 2018-08-27 04:38:28,186 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:38:28,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-27 04:38:28,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:38:28,186 - functest.core.singlevm - ERROR - Cannot run cloudify_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 429, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 162, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 191, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 214, in create response = self.api.put(uri, data, expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 263, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) CloudifyClientError: 500: Internal Server Error 2018-08-27 04:38:28,327 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 04:38:28,327 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 05:26 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-27 04:38:28,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-27 04:38:28,333 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions 2018-08-27 04:38:28,395 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:38:28,395 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:38:28,395 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:38:28,395 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:38:28,396 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:38:28,396 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:38:28,396 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:38:28,396 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T04:38:26.276Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "0fb9649f-a50b-4df5-80a5-69c33d1e61e8"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-27 04:38:28,396 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:38:28,396 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:38:27 GMT 2018-08-27 04:38:28,396 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:38:28,396 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-08-27 04:38:28,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:38:28,397 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.205:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-27 04:38:28,460 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 04:38:28,460 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 04:38:28,460 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 04:38:28,460 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 04:38:28,460 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 04:38:28,460 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 04:38:28,460 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 04:38:28,461 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-08-27 04:38:28,461 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Deployment environment creation is still pending, try again in a minute", "error_code": "deployment_environment_creation_pending_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v1/executions.py\", line 115, in post\n bypass_maintenance=bypass_maintenance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 359, in execute_workflow\n self._verify_deployment_environment_created_successfully(deployment_id)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 1117, in _verify_deployment_environment_created_successfully\n 'Deployment environment creation is still pending, '\nDeploymentEnvironmentCreationPendingError: Deployment environment creation is still pending, try again in a minute\n"} 2018-08-27 04:38:28,461 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 04:38:28,461 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 04:38:27 GMT 2018-08-27 04:38:28,461 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 04:38:28,461 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-27 04:38:28,461 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 04:38:28,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 273, in clean force=True) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 201, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 285, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) DeploymentEnvironmentCreationPendingError: 400: Deployment environment creation is still pending, try again in a minute 2018-08-27 04:38:28,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 04:38:28,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:29,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a0f4a02a-6d4e-4299-9eca-df3582e3046f Date: Mon, 27 Aug 2018 04:38:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:38:29,093 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee used request id req-a0f4a02a-6d4e-4299-9eca-df3582e3046f 2018-08-27 04:38:29,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.618578195572s 2018-08-27 04:38:29,094 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/45292f7e-3a11-499c-9c21-6e07030169ee used request id req-a0f4a02a-6d4e-4299-9eca-df3582e3046f 2018-08-27 04:38:29,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:38:29,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:38:29,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1b01fc1-3f19-45a9-82ac-cf7ebb4f666b x-compute-request-id: req-d1b01fc1-3f19-45a9-82ac-cf7ebb4f666b Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "2ef27177-38b2-43b9-ba96-1a238e200ca7"}, {"name": "cloudify_ims-flavor_alt_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/3652f08f-d584-4e2b-96f5-5985fe58e3ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/3652f08f-d584-4e2b-96f5-5985fe58e3ae", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "3652f08f-d584-4e2b-96f5-5985fe58e3ae"}]} 2018-08-27 04:38:29,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-d1b01fc1-3f19-45a9-82ac-cf7ebb4f666b 2018-08-27 04:38:29,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0249638557434s 2018-08-27 04:38:29,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-d1b01fc1-3f19-45a9-82ac-cf7ebb4f666b 2018-08-27 04:38:29,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 04:38:29,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/3652f08f-d584-4e2b-96f5-5985fe58e3ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:38:29,157 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 04:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8efa439a-d1e7-484f-9681-eadef733dd85 x-compute-request-id: req-8efa439a-d1e7-484f-9681-eadef733dd85 Content-Length: 0 Content-Type: application/json 2018-08-27 04:38:29,157 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/3652f08f-d584-4e2b-96f5-5985fe58e3ae used request id req-8efa439a-d1e7-484f-9681-eadef733dd85 2018-08-27 04:38:29,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0355861186981s 2018-08-27 04:38:29,158 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/3652f08f-d584-4e2b-96f5-5985fe58e3ae used request id req-8efa439a-d1e7-484f-9681-eadef733dd85 2018-08-27 04:38:29,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 04:38:29,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/54c436ba-e7a8-4ef0-b962-476b45b4f76d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:30,349 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-95ac6538-f63f-4be1-9537-a0494db42b74 Content-Length: 0 Date: Mon, 27 Aug 2018 04:38:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:38:30,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/54c436ba-e7a8-4ef0-b962-476b45b4f76d.json used request id req-95ac6538-f63f-4be1-9537-a0494db42b74 2018-08-27 04:38:30,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.18940997124s 2018-08-27 04:38:30,349 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/54c436ba-e7a8-4ef0-b962-476b45b4f76d.json used request id req-95ac6538-f63f-4be1-9537-a0494db42b74 2018-08-27 04:38:30,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 04:38:30,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:30,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-67848cae-0218-4f77-b418-9e7f1ee8f2cf Date: Mon, 27 Aug 2018 04:38:30 GMT RESP BODY: {"floatingips": []} 2018-08-27 04:38:30,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-67848cae-0218-4f77-b418-9e7f1ee8f2cf 2018-08-27 04:38:30,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0544078350067s 2018-08-27 04:38:30,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-67848cae-0218-4f77-b418-9e7f1ee8f2cf 2018-08-27 04:38:30,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 04:38:30,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:30,565 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:38:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54d7d4d0-3a1c-4ea8-a3c4-9c775ef82727 x-compute-request-id: req-54d7d4d0-3a1c-4ea8-a3c4-9c775ef82727 Content-Type: application/json 2018-08-27 04:38:30,565 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028 used request id req-54d7d4d0-3a1c-4ea8-a3c4-9c775ef82727 2018-08-27 04:38:30,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.154846906662s 2018-08-27 04:38:30,565 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028 used request id req-54d7d4d0-3a1c-4ea8-a3c4-9c775ef82727 2018-08-27 04:38:30,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:38:30,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:31,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4a6b329-0b80-4c44-941c-5845396e3cd5 x-compute-request-id: req-c4a6b329-0b80-4c44-941c-5845396e3cd5 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:85:7a", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:85:7a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9147ed53-09be-44f4-abeb-6eff00d8b028", "rel": "bookmark"}], "image": {"id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "links": [{"href": "http://172.30.9.26:8774/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:36:48.000000", "flavor": {"id": "2ef27177-38b2-43b9-ba96-1a238e200ca7", "links": [{"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}]}, "id": "9147ed53-09be-44f4-abeb-6eff00d8b028", "security_groups": [{"name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}], "user_id": "e7ebce3024054ae7b65e95cbd138fb02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:38:30Z", "hostId": "31236a099db372f5ed3feb8882f98da2640cfa7510aa88b1bdb3e16e", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "name": "cloudify_ims-vm_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "created": "2018-08-27T04:34:42Z", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:38:31,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c4a6b329-0b80-4c44-941c-5845396e3cd5 2018-08-27 04:38:31,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.75513792038s 2018-08-27 04:38:31,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c4a6b329-0b80-4c44-941c-5845396e3cd5 2018-08-27 04:38:31,323 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 04:38:33,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:38:33,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:33,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a5bf9b37-e6f8-43d9-9cce-e91c328bcfac x-compute-request-id: req-a5bf9b37-e6f8-43d9-9cce-e91c328bcfac Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 04:38:33,396 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a5bf9b37-e6f8-43d9-9cce-e91c328bcfac 2018-08-27 04:38:33,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0713829994202s 2018-08-27 04:38:33,397 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a5bf9b37-e6f8-43d9-9cce-e91c328bcfac 2018-08-27 04:38:33,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 04:38:33,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:33,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-5af063e1-6b1d-4c08-877e-7a2daa7f86a2 Date: Mon, 27 Aug 2018 04:38:33 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:34:33Z", "updated_at": "2018-08-27T04:34:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T04:34:35Z", "revision_number": 0, "id": "364fc58f-0a50-4b7e-9cf8-af4af8c498b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:35Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 80, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "3a339992-54f2-4077-8d76-23c28c631d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "ce6c9a2f-8586-4605-894d-3f83f2905435", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-27T04:34:37Z", "revision_number": 0, "id": "d3e5d6c0-cb34-4386-99a2-bacf84251c91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:37Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:34:33Z", "revision_number": 0, "id": "e3247046-bcba-438a-a730-a073e53d8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:33Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T04:34:36Z", "revision_number": 0, "id": "e33cb9b5-245a-44d6-a32f-09922741d80d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:36Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 443, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T04:34:36Z", "revision_number": 0, "id": "e6583ae3-2372-4d5b-aae6-cb278aacebf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:36Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:34:34Z", "revision_number": 0, "id": "f5ed25e1-cfe1-4b4f-a64a-7d344bf4be73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:34:34Z", "security_group_id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 22, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 7, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "8ee0994f-1a22-4889-8620-d2da6bdac1eb", "name": "cloudify_ims-sg_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, {"description": "Default security group", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:33:02Z", "updated_at": "2018-08-27T04:38:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "0f655940-732f-4537-a3f2-a03d401e18ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ab557d0-3d6c-4c32-bf6f-314b9483fa89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "9ff4942d-c4c1-44c7-9dcb-21b325991271", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T04:38:15Z", "revision_number": 0, "id": "d90cebda-671d-4296-a0a9-7c46cb2af1ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T04:38:15Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": 22, "ethertype": "IPv4", "project_id": "23633adee2024e3d895bdc91dcf1f209"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T04:33:02Z", "revision_number": 0, "id": "f605e3a5-9717-40e6-ba27-80e04cc42208", "remote_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "remote_ip_prefix": null, "created_at": "2018-08-27T04:33:02Z", "security_group_id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "port_range_min": null, "ethertype": "IPv6", "project_id": "23633adee2024e3d895bdc91dcf1f209"}], "revision_number": 2, "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "b0d810aa-6fca-4fe1-b7b1-c1a18470766e", "name": "default"}]} 2018-08-27 04:38:33,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-5af063e1-6b1d-4c08-877e-7a2daa7f86a2 2018-08-27 04:38:33,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.062933921814s 2018-08-27 04:38:33,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-5af063e1-6b1d-4c08-877e-7a2daa7f86a2 2018-08-27 04:38:33,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 04:38:33,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/8ee0994f-1a22-4889-8620-d2da6bdac1eb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:33,667 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5498a42b-53b4-4d9e-a491-a81bb4a9b8af Content-Length: 0 Date: Mon, 27 Aug 2018 04:38:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:38:33,667 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/8ee0994f-1a22-4889-8620-d2da6bdac1eb.json used request id req-5498a42b-53b4-4d9e-a491-a81bb4a9b8af 2018-08-27 04:38:33,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.200505018234s 2018-08-27 04:38:33,668 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/8ee0994f-1a22-4889-8620-d2da6bdac1eb.json used request id req-5498a42b-53b4-4d9e-a491-a81bb4a9b8af 2018-08-27 04:38:33,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 04:38:33,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:33,746 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 04:38:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-009d8ba2-115a-464a-9818-347e323bf866 x-compute-request-id: req-009d8ba2-115a-464a-9818-347e323bf866 Content-Length: 0 Content-Type: application/json 2018-08-27 04:38:33,746 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914 used request id req-009d8ba2-115a-464a-9818-347e323bf866 2018-08-27 04:38:33,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0776450634003s 2018-08-27 04:38:33,746 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/cloudify_ims-kp_2e34b95d-fe35-4aa8-8f3c-ae48be15e914 used request id req-009d8ba2-115a-464a-9818-347e323bf866 2018-08-27 04:38:33,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 04:38:33,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/47b1abe8-a299-4923-a353-f8a24a5987cb/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" -d '{"subnet_id": "0e709e83-c0a7-4da4-8088-6d0efaa3f93a"}' 2018-08-27 04:38:35,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b048af17-9929-4a4c-81d0-76364bae448a Date: Mon, 27 Aug 2018 04:38:35 GMT RESP BODY: {"network_id": "d44a10bf-330c-479d-bf05-caa0a205465f", "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "subnet_id": "0e709e83-c0a7-4da4-8088-6d0efaa3f93a", "subnet_ids": ["0e709e83-c0a7-4da4-8088-6d0efaa3f93a"], "port_id": "e44d7456-8e2c-4b65-89ea-2c2ff873f498", "id": "47b1abe8-a299-4923-a353-f8a24a5987cb"} 2018-08-27 04:38:35,813 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/47b1abe8-a299-4923-a353-f8a24a5987cb/remove_router_interface.json used request id req-b048af17-9929-4a4c-81d0-76364bae448a 2018-08-27 04:38:35,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.06671285629s 2018-08-27 04:38:35,814 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/47b1abe8-a299-4923-a353-f8a24a5987cb/remove_router_interface.json used request id req-b048af17-9929-4a4c-81d0-76364bae448a returning object 47b1abe8-a299-4923-a353-f8a24a5987cb 2018-08-27 04:38:35,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 04:38:35,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:35,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-aef387d2-188d-4863-9752-ea88bbdaea78 Date: Mon, 27 Aug 2018 04:38:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "23633adee2024e3d895bdc91dcf1f209", "created_at": "2018-08-27T04:33:04Z", "admin_state_up": true, "updated_at": "2018-08-27T04:38:34Z", "revision_number": 4, "routes": [], "project_id": "23633adee2024e3d895bdc91dcf1f209", "id": "47b1abe8-a299-4923-a353-f8a24a5987cb", "name": "cloudify_ims-router_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}]} 2018-08-27 04:38:35,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-aef387d2-188d-4863-9752-ea88bbdaea78 2018-08-27 04:38:35,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.128007173538s 2018-08-27 04:38:35,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-aef387d2-188d-4863-9752-ea88bbdaea78 2018-08-27 04:38:35,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 04:38:35,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/47b1abe8-a299-4923-a353-f8a24a5987cb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:37,577 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1278d1e0-0349-41fa-973e-5c5e2fde0b2c Content-Length: 0 Date: Mon, 27 Aug 2018 04:38:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:38:37,577 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/47b1abe8-a299-4923-a353-f8a24a5987cb.json used request id req-1278d1e0-0349-41fa-973e-5c5e2fde0b2c 2018-08-27 04:38:37,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.63334202766s 2018-08-27 04:38:37,578 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/47b1abe8-a299-4923-a353-f8a24a5987cb.json used request id req-1278d1e0-0349-41fa-973e-5c5e2fde0b2c 2018-08-27 04:38:37,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 04:38:37,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:37,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-1a255af4-be6a-4215-90e5-af2dd3d4ab83 Date: Mon, 27 Aug 2018 04:38:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d44a10bf-330c-479d-bf05-caa0a205465f","tenant_id":"23633adee2024e3d895bdc91dcf1f209","created_at":"2018-08-27T04:33:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T04:33:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"23633adee2024e3d895bdc91dcf1f209","id":"0e709e83-c0a7-4da4-8088-6d0efaa3f93a","subnetpool_id":null,"name":"cloudify_ims-subnet_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}]} 2018-08-27 04:38:37,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-1a255af4-be6a-4215-90e5-af2dd3d4ab83 2018-08-27 04:38:37,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.054515838623s 2018-08-27 04:38:37,633 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-1a255af4-be6a-4215-90e5-af2dd3d4ab83 2018-08-27 04:38:37,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 04:38:37,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/0e709e83-c0a7-4da4-8088-6d0efaa3f93a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:40,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-534e8c8c-2c37-4e24-b82a-45a2a43745de Date: Mon, 27 Aug 2018 04:38:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:38:40,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/0e709e83-c0a7-4da4-8088-6d0efaa3f93a.json used request id req-534e8c8c-2c37-4e24-b82a-45a2a43745de 2018-08-27 04:38:40,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.65741991997s 2018-08-27 04:38:40,292 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/0e709e83-c0a7-4da4-8088-6d0efaa3f93a.json used request id req-534e8c8c-2c37-4e24-b82a-45a2a43745de 2018-08-27 04:38:40,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:38:40,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:40,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-11133741-ab8b-48df-900a-81844f642109 Date: Mon, 27 Aug 2018 04:38:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T04:38:40Z","tenant_id":"23633adee2024e3d895bdc91dcf1f209","created_at":"2018-08-27T04:33:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"23633adee2024e3d895bdc91dcf1f209","id":"d44a10bf-330c-479d-bf05-caa0a205465f","name":"cloudify_ims-net_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 04:38:40,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-11133741-ab8b-48df-900a-81844f642109 2018-08-27 04:38:40,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101775169373s 2018-08-27 04:38:40,395 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-11133741-ab8b-48df-900a-81844f642109 2018-08-27 04:38:40,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 04:38:40,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/d44a10bf-330c-479d-bf05-caa0a205465f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:43,031 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8505dfe6-378d-457a-bf8c-7c6e80a05bc3 Date: Mon, 27 Aug 2018 04:38:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 04:38:43,031 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/d44a10bf-330c-479d-bf05-caa0a205465f.json used request id req-8505dfe6-378d-457a-bf8c-7c6e80a05bc3 2018-08-27 04:38:43,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.63551521301s 2018-08-27 04:38:43,032 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/d44a10bf-330c-479d-bf05-caa0a205465f.json used request id req-8505dfe6-378d-457a-bf8c-7c6e80a05bc3 2018-08-27 04:38:43,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:38:43,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:43,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-f0bfebeb-3d48-4d50-9144-97c92121605a Date: Mon, 27 Aug 2018 04:38:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:34:31Z", "file": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/file", "owner": "23633adee2024e3d895bdc91dcf1f209", "id": "9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "size": 4373348352, "self": "/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T04:33:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:38:43,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f0bfebeb-3d48-4d50-9144-97c92121605a 2018-08-27 04:38:43,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.310612916946s 2018-08-27 04:38:43,347 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f0bfebeb-3d48-4d50-9144-97c92121605a 2018-08-27 04:38:43,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 04:38:43,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c7714e262c898704834e16c3e2207bcf1411196" 2018-08-27 04:38:45,069 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aa4b99f8-ce9c-4227-ad12-b84688a6f4cc Date: Mon, 27 Aug 2018 04:38:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:38:45,070 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1 used request id req-aa4b99f8-ce9c-4227-ad12-b84688a6f4cc 2018-08-27 04:38:45,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.72070908546s 2018-08-27 04:38:45,070 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/9e25e2ca-6f15-4702-8b33-e0fe0486beb1 used request id req-aa4b99f8-ce9c-4227-ad12-b84688a6f4cc 2018-08-27 04:38:45,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:38:45,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:38:45,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6504b7d-c832-4963-b27a-4e275a12789f x-compute-request-id: req-d6504b7d-c832-4963-b27a-4e275a12789f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "2ef27177-38b2-43b9-ba96-1a238e200ca7"}]} 2018-08-27 04:38:45,094 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-d6504b7d-c832-4963-b27a-4e275a12789f 2018-08-27 04:38:45,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0233280658722s 2018-08-27 04:38:45,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-d6504b7d-c832-4963-b27a-4e275a12789f 2018-08-27 04:38:45,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 04:38:45,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:38:45,139 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 04:38:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-32c8d13d-4c00-4db5-8387-bdeb9eebaa51 x-compute-request-id: req-32c8d13d-4c00-4db5-8387-bdeb9eebaa51 Content-Length: 0 Content-Type: application/json 2018-08-27 04:38:45,139 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7 used request id req-32c8d13d-4c00-4db5-8387-bdeb9eebaa51 2018-08-27 04:38:45,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0438151359558s 2018-08-27 04:38:45,140 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2ef27177-38b2-43b9-ba96-1a238e200ca7 used request id req-32c8d13d-4c00-4db5-8387-bdeb9eebaa51 2018-08-27 04:38:45,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:38:45,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:38:45,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0e5697e-4994-469a-a906-9bcd89d6e785 Content-Encoding: gzip Content-Length: 1029 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "links": {"self": "http://172.30.9.26:5000/v3/users/e7ebce3024054ae7b65e95cbd138fb02"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e7ebce3024054ae7b65e95cbd138fb02", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 04:38:45,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d0e5697e-4994-469a-a906-9bcd89d6e785 2018-08-27 04:38:45,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210569858551s 2018-08-27 04:38:45,351 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d0e5697e-4994-469a-a906-9bcd89d6e785 2018-08-27 04:38:45,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:38:45,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/e7ebce3024054ae7b65e95cbd138fb02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:38:45,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1726a6f5-b44d-4674-b9f8-d6c4e631adae Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_2e34b95d-fe35-4aa8-8f3c-ae48be15e914", "links": {"self": "http://172.30.9.26:5000/v3/users/e7ebce3024054ae7b65e95cbd138fb02"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e7ebce3024054ae7b65e95cbd138fb02", "description": null}} 2018-08-27 04:38:45,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e7ebce3024054ae7b65e95cbd138fb02 used request id req-1726a6f5-b44d-4674-b9f8-d6c4e631adae 2018-08-27 04:38:45,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.223232030869s 2018-08-27 04:38:45,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e7ebce3024054ae7b65e95cbd138fb02 used request id req-1726a6f5-b44d-4674-b9f8-d6c4e631adae 2018-08-27 04:38:45,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 04:38:45,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/e7ebce3024054ae7b65e95cbd138fb02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:38:45,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:38:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c64fc5ab-c7c2-4209-87c7-78015f738ed2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:38:45,906 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e7ebce3024054ae7b65e95cbd138fb02 used request id req-c64fc5ab-c7c2-4209-87c7-78015f738ed2 2018-08-27 04:38:45,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.324682950974s 2018-08-27 04:38:45,906 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e7ebce3024054ae7b65e95cbd138fb02 used request id req-c64fc5ab-c7c2-4209-87c7-78015f738ed2 2018-08-27 04:38:45,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:38:45,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:38:46,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-031fe9b1-b53b-4765-9e38-a2cde1472918 Content-Encoding: gzip Content-Length: 592 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/23633adee2024e3d895bdc91dcf1f209"}, "tags": [], "enabled": true, "id": "23633adee2024e3d895bdc91dcf1f209", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2e34b95d-fe35-4aa8-8f3c-ae48be15e914"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 04:38:46,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-031fe9b1-b53b-4765-9e38-a2cde1472918 2018-08-27 04:38:46,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191070079803s 2018-08-27 04:38:46,104 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-031fe9b1-b53b-4765-9e38-a2cde1472918 2018-08-27 04:38:46,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 04:38:46,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/23633adee2024e3d895bdc91dcf1f209 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7632871667bf1a36cec76faabd1f42e696a59f1e" 2018-08-27 04:38:46,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:38:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7df9a94d-5842-44e1-9fec-6ec71b63e9b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:38:46,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/23633adee2024e3d895bdc91dcf1f209 used request id req-7df9a94d-5842-44e1-9fec-6ec71b63e9b4 2018-08-27 04:38:46,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.261679887772s 2018-08-27 04:38:46,371 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/23633adee2024e3d895bdc91dcf1f209 used request id req-7df9a94d-5842-44e1-9fec-6ec71b63e9b4 2018-08-27 04:38:46,371 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-08-27 04:38:46,400 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-27 04:38:46,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:38:46,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:38:46,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:38:46,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:38:46,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:38:46,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:38:46,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:38:46,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:38:46,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:38:46,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:38:46,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:38:46,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:38:46,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:38:46,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:38:46,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:38:46,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:38:46,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:38:46,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:38:46,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:38:46,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:38:46,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:38:46,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:38:46,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:38:46,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c585f1c-a529-4d6f-a26c-93dfb184adcb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:38:46,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3c585f1c-a529-4d6f-a26c-93dfb184adcb 2018-08-27 04:38:46,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:38:46,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:38:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["4R6OlgGPTWuYBj3gsywKkw"], "issued_at": "2018-08-27T04:38:46.000000Z"}} 2018-08-27 04:38:46,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:38:46,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:47,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a5d66be9-9955-4c5b-82fd-bbafe9f6b345 Date: Mon, 27 Aug 2018 04:38:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 04:38:47,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a5d66be9-9955-4c5b-82fd-bbafe9f6b345 2018-08-27 04:38:47,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366248130798s 2018-08-27 04:38:47,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a5d66be9-9955-4c5b-82fd-bbafe9f6b345 2018-08-27 04:38:47,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:38:47,223 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 04:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-087bf741-892a-4e61-a5b6-e9009037a10a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 04:38:47,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-087bf741-892a-4e61-a5b6-e9009037a10a 2018-08-27 04:38:47,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 04:38:47,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:47,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f17b2b4a-d08c-4d99-a068-55358205a3f5 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 04:38:47,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-f17b2b4a-d08c-4d99-a068-55358205a3f5 2018-08-27 04:38:47,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198794841766s 2018-08-27 04:38:47,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-f17b2b4a-d08c-4d99-a068-55358205a3f5 2018-08-27 04:38:47,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 04:38:47,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17"}}' 2018-08-27 04:38:47,656 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 04:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ddf773b-ae49-456f-80db-2f30eebc98cb Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b"}, "tags": [], "enabled": true, "id": "56f807fb3ef44dd08929fc9edf94025b", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17"}} 2018-08-27 04:38:47,656 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3ddf773b-ae49-456f-80db-2f30eebc98cb 2018-08-27 04:38:47,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.225251913071s 2018-08-27 04:38:47,656 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3ddf773b-ae49-456f-80db-2f30eebc98cb 2018-08-27 04:38:47,657 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: heat_ims', u'tags': [], 'enabled': True, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17'}) 2018-08-27 04:38:47,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 04:38:47,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "80c50428-3f94-47f6-a358-abcb76b1c5f0", "email": null, "name": "heat_ims-user_1cf9a12c-9e71-4e50-9544-8566a2992e17"}}' 2018-08-27 04:38:48,039 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 04:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd652955-9671-4891-90ee-bf6b4ae2558c Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": {"self": "http://172.30.9.26:5000/v3/users/94e71fc7f912471380c014d476123187"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "94e71fc7f912471380c014d476123187", "domain_id": "default", "password_expires_at": null}} 2018-08-27 04:38:48,039 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-dd652955-9671-4891-90ee-bf6b4ae2558c 2018-08-27 04:38:48,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.375975847244s 2018-08-27 04:38:48,039 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-dd652955-9671-4891-90ee-bf6b4ae2558c 2018-08-27 04:38:48,040 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'94e71fc7f912471380c014d476123187', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_1cf9a12c-9e71-4e50-9544-8566a2992e17'}) 2018-08-27 04:38:48,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:38:48,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:48,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a5abe4-0706-4668-8376-0d42a9bd4459 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:38:48,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-42a5abe4-0706-4668-8376-0d42a9bd4459 2018-08-27 04:38:48,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.21046090126s 2018-08-27 04:38:48,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-42a5abe4-0706-4668-8376-0d42a9bd4459 2018-08-27 04:38:48,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:38:48,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:48,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a3a5fcd-36ff-437f-a72e-c6716e466e1b Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:38:48,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5a3a5fcd-36ff-437f-a72e-c6716e466e1b 2018-08-27 04:38:48,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202960014343s 2018-08-27 04:38:48,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5a3a5fcd-36ff-437f-a72e-c6716e466e1b 2018-08-27 04:38:48,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:38:48,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:48,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d9e3fef-f050-44ed-8586-ecd520fcce3f Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:38:48,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8d9e3fef-f050-44ed-8586-ecd520fcce3f 2018-08-27 04:38:48,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191259860992s 2018-08-27 04:38:48,659 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8d9e3fef-f050-44ed-8586-ecd520fcce3f 2018-08-27 04:38:48,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 04:38:48,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:48,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c13418-bc27-4c19-9b89-b02861bf5d30 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 04:38:48,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-90c13418-bc27-4c19-9b89-b02861bf5d30 2018-08-27 04:38:48,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193383932114s 2018-08-27 04:38:48,857 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-90c13418-bc27-4c19-9b89-b02861bf5d30 2018-08-27 04:38:48,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:38:48,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:49,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2215f445-3382-4477-b78d-d0e0a58c2ba3 Content-Encoding: gzip Content-Length: 1025 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_ims-user_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": {"self": "http://172.30.9.26:5000/v3/users/94e71fc7f912471380c014d476123187"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "94e71fc7f912471380c014d476123187", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 04:38:49,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2215f445-3382-4477-b78d-d0e0a58c2ba3 2018-08-27 04:38:49,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.317165136337s 2018-08-27 04:38:49,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2215f445-3382-4477-b78d-d0e0a58c2ba3 2018-08-27 04:38:49,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:38:49,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:49,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fbf8459-cf74-40ee-a67a-bdf8200ad8ba Content-Encoding: gzip Content-Length: 593 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b"}, "tags": [], "enabled": true, "id": "56f807fb3ef44dd08929fc9edf94025b", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}]} 2018-08-27 04:38:49,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0fbf8459-cf74-40ee-a67a-bdf8200ad8ba 2018-08-27 04:38:49,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.121664047241s 2018-08-27 04:38:49,311 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0fbf8459-cf74-40ee-a67a-bdf8200ad8ba 2018-08-27 04:38:49,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 04:38:49,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=94e71fc7f912471380c014d476123187&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=56f807fb3ef44dd08929fc9edf94025b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:49,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d1f39f-acf4-470b-a9ab-79378efc5a77 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=94e71fc7f912471380c014d476123187&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=56f807fb3ef44dd08929fc9edf94025b", "previous": null, "next": null}} 2018-08-27 04:38:49,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=94e71fc7f912471380c014d476123187&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=56f807fb3ef44dd08929fc9edf94025b used request id req-97d1f39f-acf4-470b-a9ab-79378efc5a77 2018-08-27 04:38:49,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.208456993103s 2018-08-27 04:38:49,525 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=94e71fc7f912471380c014d476123187&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=56f807fb3ef44dd08929fc9edf94025b used request id req-97d1f39f-acf4-470b-a9ab-79378efc5a77 2018-08-27 04:38:49,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 04:38:49,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b/users/94e71fc7f912471380c014d476123187/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:49,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:38:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9be00da5-994a-4b29-b43f-9cdb8724445b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:38:49,695 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b/users/94e71fc7f912471380c014d476123187/roles/565edadc366246ae845471a412ad99ed used request id req-9be00da5-994a-4b29-b43f-9cdb8724445b 2018-08-27 04:38:49,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.166352033615s 2018-08-27 04:38:49,696 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b/users/94e71fc7f912471380c014d476123187/roles/565edadc366246ae845471a412ad99ed used request id req-9be00da5-994a-4b29-b43f-9cdb8724445b 2018-08-27 04:38:49,696 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '80c50428-3f94-47f6-a358-abcb76b1c5f0', 'username': u'heat_ims-user_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 04:38:49,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 04:38:49,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 04:38:49,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 04:38:49,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 04:38:49,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 04:38:49,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 04:38:49,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 04:38:49,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 04:38:49,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 04:38:49,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 04:38:49,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 04:38:49,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 04:38:49,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 04:38:49,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 04:38:49,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 04:38:49,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 04:38:49,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 04:38:49,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 04:38:49,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 04:38:49,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 04:38:49,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 04:38:49,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 04:38:49,702 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'password': '80c50428-3f94-47f6-a358-abcb76b1c5f0', 'project_name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '56f807fb3ef44dd08929fc9edf94025b', 'project_domain_name': 'Default'} 2018-08-27 04:38:49,732 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/heat_vims/clearwater.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}, 'parameters': {u'vellum_cluster_size': 1, u'zone': u'clearwater.opnfv', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'dn_range_length': u'1000', u'dime_cluster_size': 1, u'dn_range_start': u'6505550000', u'bono_cluster_size': 1, u'homer_cluster_size': 1, u'sprout_cluster_size': 1}} 2018-08-27 04:38:49,733 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-27 04:38:49,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:38:49,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:49,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec804aca-effc-4fa0-9e72-43955ff77169 Content-Encoding: gzip Content-Length: 589 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b"}, "tags": [], "enabled": true, "id": "56f807fb3ef44dd08929fc9edf94025b", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 04:38:49,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-ec804aca-effc-4fa0-9e72-43955ff77169 2018-08-27 04:38:49,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.204882144928s 2018-08-27 04:38:49,943 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-ec804aca-effc-4fa0-9e72-43955ff77169 2018-08-27 04:38:49,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-27 04:38:49,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/quotas/56f807fb3ef44dd08929fc9edf94025b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-27 04:38:50,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-cc38d8bd-b7dc-4dc2-986c-23d9700b0d0e Date: Mon, 27 Aug 2018 04:38:50 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-08-27 04:38:50,286 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/56f807fb3ef44dd08929fc9edf94025b.json used request id req-cc38d8bd-b7dc-4dc2-986c-23d9700b0d0e 2018-08-27 04:38:50,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.340528011322s 2018-08-27 04:38:50,287 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/56f807fb3ef44dd08929fc9edf94025b.json used request id req-cc38d8bd-b7dc-4dc2-986c-23d9700b0d0e 2018-08-27 04:38:50,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:38:50,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:50,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29daf1af-4a56-46dc-99c7-35ba26d5f88c Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:38:50,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-29daf1af-4a56-46dc-99c7-35ba26d5f88c 2018-08-27 04:38:50,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201967000961s 2018-08-27 04:38:50,492 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-29daf1af-4a56-46dc-99c7-35ba26d5f88c 2018-08-27 04:38:50,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 04:38:50,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:50,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2161ef9c-44e5-4317-94c2-254bcd7a2772 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 04:38:50,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2161ef9c-44e5-4317-94c2-254bcd7a2772 2018-08-27 04:38:50,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204049110413s 2018-08-27 04:38:50,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2161ef9c-44e5-4317-94c2-254bcd7a2772 2018-08-27 04:38:50,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 04:38:50,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:50,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff036d01-7b3b-4e29-a030-ed6b4bf717f4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 04:38:50,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-ff036d01-7b3b-4e29-a030-ed6b4bf717f4 2018-08-27 04:38:50,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19771194458s 2018-08-27 04:38:50,904 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-ff036d01-7b3b-4e29-a030-ed6b4bf717f4 2018-08-27 04:38:50,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 04:38:50,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:51,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3daac596-2757-4a11-9a19-aab016eb1e8b Content-Encoding: gzip Content-Length: 1025 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_ims-user_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": {"self": "http://172.30.9.26:5000/v3/users/94e71fc7f912471380c014d476123187"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "94e71fc7f912471380c014d476123187", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 04:38:51,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3daac596-2757-4a11-9a19-aab016eb1e8b 2018-08-27 04:38:51,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.22757601738s 2018-08-27 04:38:51,133 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3daac596-2757-4a11-9a19-aab016eb1e8b 2018-08-27 04:38:51,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 04:38:51,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:51,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaa52052-bfe4-4b3b-9f26-3407e30c9a23 Content-Encoding: gzip Content-Length: 593 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b"}, "tags": [], "enabled": true, "id": "56f807fb3ef44dd08929fc9edf94025b", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}]} 2018-08-27 04:38:51,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-eaa52052-bfe4-4b3b-9f26-3407e30c9a23 2018-08-27 04:38:51,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191945791245s 2018-08-27 04:38:51,337 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-eaa52052-bfe4-4b3b-9f26-3407e30c9a23 2018-08-27 04:38:51,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 04:38:51,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=94e71fc7f912471380c014d476123187&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=56f807fb3ef44dd08929fc9edf94025b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:51,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf2f7b1-0912-4b75-8c4f-98d7c437f037 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=94e71fc7f912471380c014d476123187&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=56f807fb3ef44dd08929fc9edf94025b", "previous": null, "next": null}} 2018-08-27 04:38:51,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=94e71fc7f912471380c014d476123187&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=56f807fb3ef44dd08929fc9edf94025b used request id req-3bf2f7b1-0912-4b75-8c4f-98d7c437f037 2018-08-27 04:38:51,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.186140060425s 2018-08-27 04:38:51,530 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=94e71fc7f912471380c014d476123187&role.id=e244c3f7bdd84c4cae0efb6212af18a8&scope.project.id=56f807fb3ef44dd08929fc9edf94025b used request id req-3bf2f7b1-0912-4b75-8c4f-98d7c437f037 2018-08-27 04:38:51,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 04:38:51,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b/users/94e71fc7f912471380c014d476123187/roles/e244c3f7bdd84c4cae0efb6212af18a8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 04:38:51,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 04:38:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcbcad1e-761b-430a-becb-089e5b69f3ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 04:38:51,689 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b/users/94e71fc7f912471380c014d476123187/roles/e244c3f7bdd84c4cae0efb6212af18a8 used request id req-fcbcad1e-761b-430a-becb-089e5b69f3ba 2018-08-27 04:38:51,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.15501499176s 2018-08-27 04:38:51,689 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b/users/94e71fc7f912471380c014d476123187/roles/e244c3f7bdd84c4cae0efb6212af18a8 used request id req-fcbcad1e-761b-430a-becb-089e5b69f3ba 2018-08-27 04:38:51,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 04:38:51,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:38:51,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81cddb4c-b00d-436e-8827-6004eee00e79 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 04:38:51,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-81cddb4c-b00d-436e-8827-6004eee00e79 2018-08-27 04:38:51,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 04:38:52,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e244c3f7bdd84c4cae0efb6212af18a8", "name": "heat_stack_owner"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T05:38:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56f807fb3ef44dd08929fc9edf94025b", "name": "heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/56f807fb3ef44dd08929fc9edf94025b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/56f807fb3ef44dd08929fc9edf94025b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_56f807fb3ef44dd08929fc9edf94025b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_56f807fb3ef44dd08929fc9edf94025b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/56f807fb3ef44dd08929fc9edf94025b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/56f807fb3ef44dd08929fc9edf94025b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/56f807fb3ef44dd08929fc9edf94025b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/56f807fb3ef44dd08929fc9edf94025b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/56f807fb3ef44dd08929fc9edf94025b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/56f807fb3ef44dd08929fc9edf94025b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/56f807fb3ef44dd08929fc9edf94025b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/56f807fb3ef44dd08929fc9edf94025b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_1cf9a12c-9e71-4e50-9544-8566a2992e17", "id": "94e71fc7f912471380c014d476123187"}, "audit_ids": ["RwoGtAWcQrO4MhK8BnopGg"], "issued_at": "2018-08-27T04:38:52.000000Z"}} 2018-08-27 04:38:52,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"keypair": {"name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17"}}' 2018-08-27 04:38:52,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12353417-2635-44ea-9eb6-7b96a0def645 x-compute-request-id: req-12353417-2635-44ea-9eb6-7b96a0def645 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrGx7Jbc9Htb4V0EWzvJsn52UrvETneP5VU6jS9vjXp6LqcQ0BFADDpOAcuxlevu5j/A2jziaeOtl5J+Szl/Xto9nnSK7uB9EHTh2yxx/WnOM7saak1PmrujSRjRDaRemYdWy3XNQZ/8VOFK1s+MUO+Gd81MttlDafyySqQN1RDdnMLLTf313hO1EWy0w/vQnwvY7/S/2fFDI3nHNHAXfODpJ9odgTbEkVUrXDMLyiYrnjf5Fg3BtJ2j+yUiZKZdWDWHNPQzge0XY6DKiS4Yr/+keiTYRDl5NDuuIumiuD9V2vuTxS84ypwQFIn09zztp4/Oumn0rFl6AiD6/TXojT Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqxseyW3PR7W+FdBFs7ybJ+dlK7xE53j+VVOo0vb416ei6nEN\nARQAw6TgHLsZXr7uY/wNo84mnjrZeSfks5f17aPZ50iu7gfRB04dsscf1pzjO7Gm\npNT5q7o0kY0Q2kXpmHVst1zUGf/FThStbPjFDvhnfNTLbZQ2n8skqkDdUQ3ZzCy0\n399d4TtRFstMP70J8L2O/0v9nxQyN5xzRwF3zg6SfaHYE2xJFVK1wzC8omK543+R\nYNwbSdo/slImSmXVg1hzT0M4HtF2OgyokuGK//pHok2EQ5eTQ7riLporg/Vdr7k8\nUvOMqcEBSJ9Pc87aePzrpp9KxZegIg+v016I0wIDAQABAoIBAQCLTa0m+QvEqiZz\nw/i7eFYpiq5HiSPgABWwikfsWb4GdSiiDiA0PIDSx6zeN0VUacXUCSVhsziloevk\nQ6JixNkn/DovnnEswZhghiyPnKZDJ7+ond26XNpYAWVDCsIpsrmXsiIstprIAAA2\nrYb0LSTiJ0K50tU8BWrjdZQIOH72uSbhR95Sbvdaik1abAc+0H4vci4xnOWasBn8\nEdImiMmfG9xSKD9CPgCo/7ds2YVr0PvEFp6gDnmOeVAxYLHmsY5xhLKwijjZaLLU\nZM0awpPKF+hIIugXd/ffoHgGu1U6Hr9+iyM/oAUd6/mgumDsR+Sz9rX/XSjWpR1k\nUmfmioZhAoGBANvUqZhxEqHmplnkCk04juKx/hQDVkGH7hinMF4iTjNQzSaxF13d\nbF9a2LBSKPwv7NC4/boYwUg54/p6GdR2bNQ0kwRDguLkWK1uAt6uqWL/C7k6n7+a\nlEvaIf8CFxB6yJ6HrpYkDpyWHXgV8sm1f2RAQXqjGRMRMOVaHVd0nUI9AoGBAMdC\nJ72YSUzLEvrScU29RhSq7j45TShG3uoBhUo+2DrzkO+FqahHUudfY+3txdEeT9/k\nKFsFVMHEFTbLKu1clTO6pxcpF1x8FNAal5vyxK+XPmvcBgyx6uOnvR+OJOSet77X\n2G9IAC/IyQ7ijEWv/UcRZEgp36aOxqGOWlhAHPhPAoGAf1pJUi4XfEHSF3t72Fau\nuHgjWNbCDr6/2fppk+9N3H6wCv1HKzLOyMMpi6RdaBQfnp+9JiWXO8+F2qMH+cUN\nsTYwAaVW2zksgnScJwOKz/YvhYSH7YmQ5gyd60z7ralkNismooaLDH4O3nXgrKh/\n/8UV6gU4zooECKrXGsZNIIUCgYAjSjUtoAYDYsf2wkSs5wO9b1SIkq92na6nNSO9\nNYooTrDxqvOUSSWGst9I6V6qnbq5xXfcPwJ22tqC/NKafVYzdjBXqsBncdZh0QPe\n680n6Bp3Ed3Ea9JVBYU6THt+Phn+482CT/cwf1gUmc0MHpI1/v+KxFfG8Ox++m5H\nyPsYgwKBgQDYgyluKGKkALlIfIe8rRiYf/bZFwzzIptsm8gzKshhNgkgrKRIKcbl\nRB9sz37MkU5v+wS2kn1VrEKi9zAg4Osh8z7fXepedrMMgO8Q0FiFYOjNiR3gTJ0L\nu3MrSjjStHr0cm1iCTbFxYh/qjI5nvxiSESM0Jll1a9j9syEhefrbw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "94e71fc7f912471380c014d476123187", "name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "fingerprint": "71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a"}} 2018-08-27 04:38:52,766 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-12353417-2635-44ea-9eb6-7b96a0def645 2018-08-27 04:38:52,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 1.0756149292s 2018-08-27 04:38:52,766 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-12353417-2635-44ea-9eb6-7b96a0def645 2018-08-27 04:38:52,767 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrGx7Jbc9Htb4V0EWzvJsn52UrvETneP5VU6jS9vjXp6LqcQ0BFADDpOAcuxlevu5j/A2jziaeOtl5J+Szl/Xto9nnSK7uB9EHTh2yxx/WnOM7saak1PmrujSRjRDaRemYdWy3XNQZ/8VOFK1s+MUO+Gd81MttlDafyySqQN1RDdnMLLTf313hO1EWy0w/vQnwvY7/S/2fFDI3nHNHAXfODpJ9odgTbEkVUrXDMLyiYrnjf5Fg3BtJ2j+yUiZKZdWDWHNPQzge0XY6DKiS4Yr/+keiTYRDl5NDuuIumiuD9V2vuTxS84ypwQFIn09zztp4/Oumn0rFl6AiD6/TXojT Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqxseyW3PR7W+FdBFs7ybJ+dlK7xE53j+VVOo0vb416ei6nEN\nARQAw6TgHLsZXr7uY/wNo84mnjrZeSfks5f17aPZ50iu7gfRB04dsscf1pzjO7Gm\npNT5q7o0kY0Q2kXpmHVst1zUGf/FThStbPjFDvhnfNTLbZQ2n8skqkDdUQ3ZzCy0\n399d4TtRFstMP70J8L2O/0v9nxQyN5xzRwF3zg6SfaHYE2xJFVK1wzC8omK543+R\nYNwbSdo/slImSmXVg1hzT0M4HtF2OgyokuGK//pHok2EQ5eTQ7riLporg/Vdr7k8\nUvOMqcEBSJ9Pc87aePzrpp9KxZegIg+v016I0wIDAQABAoIBAQCLTa0m+QvEqiZz\nw/i7eFYpiq5HiSPgABWwikfsWb4GdSiiDiA0PIDSx6zeN0VUacXUCSVhsziloevk\nQ6JixNkn/DovnnEswZhghiyPnKZDJ7+ond26XNpYAWVDCsIpsrmXsiIstprIAAA2\nrYb0LSTiJ0K50tU8BWrjdZQIOH72uSbhR95Sbvdaik1abAc+0H4vci4xnOWasBn8\nEdImiMmfG9xSKD9CPgCo/7ds2YVr0PvEFp6gDnmOeVAxYLHmsY5xhLKwijjZaLLU\nZM0awpPKF+hIIugXd/ffoHgGu1U6Hr9+iyM/oAUd6/mgumDsR+Sz9rX/XSjWpR1k\nUmfmioZhAoGBANvUqZhxEqHmplnkCk04juKx/hQDVkGH7hinMF4iTjNQzSaxF13d\nbF9a2LBSKPwv7NC4/boYwUg54/p6GdR2bNQ0kwRDguLkWK1uAt6uqWL/C7k6n7+a\nlEvaIf8CFxB6yJ6HrpYkDpyWHXgV8sm1f2RAQXqjGRMRMOVaHVd0nUI9AoGBAMdC\nJ72YSUzLEvrScU29RhSq7j45TShG3uoBhUo+2DrzkO+FqahHUudfY+3txdEeT9/k\nKFsFVMHEFTbLKu1clTO6pxcpF1x8FNAal5vyxK+XPmvcBgyx6uOnvR+OJOSet77X\n2G9IAC/IyQ7ijEWv/UcRZEgp36aOxqGOWlhAHPhPAoGAf1pJUi4XfEHSF3t72Fau\nuHgjWNbCDr6/2fppk+9N3H6wCv1HKzLOyMMpi6RdaBQfnp+9JiWXO8+F2qMH+cUN\nsTYwAaVW2zksgnScJwOKz/YvhYSH7YmQ5gyd60z7ralkNismooaLDH4O3nXgrKh/\n/8UV6gU4zooECKrXGsZNIIUCgYAjSjUtoAYDYsf2wkSs5wO9b1SIkq92na6nNSO9\nNYooTrDxqvOUSSWGst9I6V6qnbq5xXfcPwJ22tqC/NKafVYzdjBXqsBncdZh0QPe\n680n6Bp3Ed3Ea9JVBYU6THt+Phn+482CT/cwf1gUmc0MHpI1/v+KxFfG8Ox++m5H\nyPsYgwKBgQDYgyluKGKkALlIfIe8rRiYf/bZFwzzIptsm8gzKshhNgkgrKRIKcbl\nRB9sz37MkU5v+wS2kn1VrEKi9zAg4Osh8z7fXepedrMMgO8Q0FiFYOjNiR3gTJ0L\nu3MrSjjStHr0cm1iCTbFxYh/qjI5nvxiSESM0Jll1a9j9syEhefrbw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'94e71fc7f912471380c014d476123187', 'name': u'heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'created_at': '2018-08-27T04:38:52.767376', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a', 'type': 'ssh', 'id': u'heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17'}) 2018-08-27 04:38:52,767 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-27 04:38:54,357 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-27 04:38:54,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 04:38:54,364 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 04:38:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 04:38:54,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:38:54,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:38:54,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a5687c28-1e6c-4589-b4ac-38e506c17ad6 Date: Mon, 27 Aug 2018 04:38:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:38:54,672 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-a5687c28-1e6c-4589-b4ac-38e506c17ad6 2018-08-27 04:38:54,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.304334163666s 2018-08-27 04:38:54,673 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-a5687c28-1e6c-4589-b4ac-38e506c17ad6 2018-08-27 04:38:54,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 04:38:54,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17"}' 2018-08-27 04:38:55,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-612ca259-43ef-4f99-82b0-39f0ff9f6053 Date: Mon, 27 Aug 2018 04:38:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:38:54Z", "file": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file", "owner": "56f807fb3ef44dd08929fc9edf94025b", "id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "size": null, "self": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "checksum": null, "created_at": "2018-08-27T04:38:54Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 04:38:55,050 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-612ca259-43ef-4f99-82b0-39f0ff9f6053 2018-08-27 04:38:55,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.368685007095s 2018-08-27 04:38:55,050 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-612ca259-43ef-4f99-82b0-39f0ff9f6053 returning object c75dd232-5db0-40f1-8cbf-b4d8d5acd035 2018-08-27 04:38:55,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 04:38:55,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '' 2018-08-27 04:38:59,289 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca8b8911-2668-4667-b810-f15cca7285c6 Date: Mon, 27 Aug 2018 04:38:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:38:59,289 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file used request id req-ca8b8911-2668-4667-b810-f15cca7285c6 2018-08-27 04:38:59,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.23857402802s 2018-08-27 04:38:59,290 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file used request id req-ca8b8911-2668-4667-b810-f15cca7285c6 2018-08-27 04:38:59,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:38:59,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:38:59,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-26cbc516-e0b0-4a9b-b1f6-f17798b555a3 Date: Mon, 27 Aug 2018 04:38:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:38:59Z", "file": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file", "owner": "56f807fb3ef44dd08929fc9edf94025b", "id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "size": 263193088, "self": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T04:38:54Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:38:59,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-26cbc516-e0b0-4a9b-b1f6-f17798b555a3 2018-08-27 04:38:59,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.310899972916s 2018-08-27 04:38:59,605 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-26cbc516-e0b0-4a9b-b1f6-f17798b555a3 2018-08-27 04:38:59,607 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file', 'owner': u'56f807fb3ef44dd08929fc9edf94025b', 'id': u'c75dd232-5db0-40f1-8cbf-b4d8d5acd035', 'size': 263193088, u'self': u'/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T04:38:59Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T04:38:59Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'created': u'2018-08-27T04:38:54Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-27T04:38:54Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-27 04:38:59,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 04:38:59,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-27 04:38:59,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f1f6126-df1f-42ce-b744-7633c2feb9aa x-compute-request-id: req-2f1f6126-df1f-42ce-b744-7633c2feb9aa Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}} 2018-08-27 04:38:59,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2f1f6126-df1f-42ce-b744-7633c2feb9aa 2018-08-27 04:38:59,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.318396091461s 2018-08-27 04:38:59,927 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2f1f6126-df1f-42ce-b744-7633c2feb9aa 2018-08-27 04:38:59,927 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 25, 'id': u'f610adc5-1f27-47bf-94a2-93bd8605dc20', 'swap': 0}) 2018-08-27 04:38:59,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 04:38:59,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" -d '{"extra_specs": {}}' 2018-08-27 04:38:59,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:38:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dbfaee73-c9bd-4001-b245-f25b82bf2650 x-compute-request-id: req-dbfaee73-c9bd-4001-b245-f25b82bf2650 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 04:38:59,952 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20/os-extra_specs used request id req-dbfaee73-c9bd-4001-b245-f25b82bf2650 2018-08-27 04:38:59,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0237019062042s 2018-08-27 04:38:59,952 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20/os-extra_specs used request id req-dbfaee73-c9bd-4001-b245-f25b82bf2650 2018-08-27 04:38:59,952 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-27 04:39:00,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-27 04:39:00,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"files": {"file:///src/heat_vims/ellis.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Ellis node\\n\", \"parameters\": {\"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ellis node in the Ellis cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"ellis_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Ellis nodes (management)\"}, \"dn_range_length\": {\"default\": \"1000\", \"type\": \"string\", \"description\": \"Number of directory numbers to add to pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"dn_range_start\": {\"default\": \"6505550000\", \"type\": \"string\", \"description\": \"First directory number in pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"ellis_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ellis-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__dn_range_length__\": {\"get_param\": \"dn_range_length\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__dn_range_start__\": {\"get_param\": \"dn_range_start\"}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-ellis.log) 2>&1\\nset -x\\n\\n# Configure the APT software source.\\necho 'deb __repo_url__ binary/' > /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config. Add xdms_hostname here to use Homer's management\\n# hostname instead of signaling. This will override shared_config. This works around\\n# https://github.com/Metaswitch/ellis/issues/153.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nlocal_ip=__private_mgmt_ip__\\npublic_ip=__public_mgmt_ip__\\npublic_hostname=ellis-__index__.__zone__\\netcd_cluster=$etcd_ip\\nxdms_hostname=homer-0.__zone__:7888\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install ellis --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Wait until etcd is up and running before uploading the shared_config\\n/usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\\n\\n# Configure and upload /etc/clearwater/shared_config.\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\\ncat > /tmp/shared_config << EOF\\n# Deployment definitions\\nhome_domain=__zone__\\nsprout_hostname=sprout.__zone__\\nhs_hostname=hs.__zone__:8888\\nhs_provisioning_hostname=hs-prov.__zone__:8889\\nralf_hostname=ralf.__zone__:10888\\nxdms_hostname=homer.__zone__:7888\\nsprout_impi_store=vellum.__zone__\\nsprout_registration_store=vellum.__zone__\\nhomestead_impu_store=vellum.__zone__\\ncassandra_hostname=vellum.__zone__\\nchronos_hostname=vellum.__zone__\\nralf_session_store=vellum.__zone__\\n\\nupstream_port=0\\n\\n# Email server configuration\\nsmtp_smarthost=localhost\\nsmtp_username=username\\nsmtp_password=password\\nemail_recovery_sender=clearwater@example.org\\n\\n# Keys\\nsignup_key=secret\\nturn_workaround=secret\\nellis_api_key=secret\\nellis_cookie_key=secret\\nEOF\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\\n\\n# Allocate a pool of numbers to assign to users. Before we do this,\\n# restart clearwater-infrastructure to make sure that\\n# local_settings.py runs to pick up the configuration changes.\\nservice clearwater-infrastructure restart\\nservice ellis stop\\n/usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start __dn_range_start__ --count __dn_range_length__\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add ellis-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ellis.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}]}}}}", "file:///src/heat_vims/vellum.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Vellum node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Vellum node in the Vellum cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"vellum_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes inbound traffic (signaling)\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"vellum_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes outbound traffic (signaling)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"vellum_sig_outbound_security_group\"}, {\"get_param\": \"vellum_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"vellum-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-vellum.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.vellum.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Create /etc/chronos/chronos.conf.\\nmkdir -p /etc/chronos\\ncat > /etc/chronos/chronos.conf << EOF\\n[http]\\nbind-address = __private_sig_ip__\\nbind-port = 7253\\nthreads = 50\\n\\n[logging]\\nfolder = /var/log/chronos\\nlevel = 2\\n\\n[alarms]\\nenabled = true\\n\\n[dns]\\nservers = __dns_sig_ip__\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install vellum --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add vellum-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add vellum.__zone__. 30 $(ip2rr __private_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/sprout.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Sprout node\\n\", \"parameters\": {\"sprout_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes outbound traffic (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Sprout node in the Sprout cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"sprout_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes inbound traffic (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"sprout_sig_outbound_security_group\"}, {\"get_param\": \"sprout_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"sprout-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-sprout.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.sprout.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install sprout --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add sprout-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add scscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add icscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.sprout.__zone__.\\nupdate add _sip._tcp.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nupdate add icscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.icscf.sprout.__zone__.\\nupdate add _sip._tcp.icscf.sprout.__zone__. 30 SRV 0 0 5052 __index__.sprout.__zone__.\\nupdate add scscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.scscf.sprout.__zone__.\\nupdate add _sip._tcp.scscf.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/network.yaml": "{\"outputs\": {\"private_net_gateway\": {\"description\": \"Private network gateway address\", \"value\": {\"get_param\": \"private_net_gateway\"}}, \"private_net\": {\"description\": \"ID of private network\", \"value\": {\"get_resource\": \"private_net\"}}, \"private_net_cidr\": {\"description\": \"Private network address (CIDR notation)\", \"value\": {\"get_param\": \"private_net_cidr\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Network for Clearwater to use\\n\", \"parameters\": {\"private_net_cidr\": {\"default\": \"192.168.0.0/24\", \"type\": \"string\", \"description\": \"Private network address (CIDR notation)\"}, \"private_net_pool_end\": {\"default\": \"192.168.0.253\", \"type\": \"string\", \"description\": \"End of private network IP address pool\"}, \"dns_ip\": {\"default\": \"8.8.8.8\", \"type\": \"string\", \"description\": \"IP address of DNS server\"}, \"private_net_gateway\": {\"default\": \"192.168.0.254\", \"type\": \"string\", \"description\": \"Private network gateway address\"}, \"public_net_id\": {\"type\": \"string\", \"description\": \"ID of public network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_net_pool_start\": {\"default\": \"192.168.0.1\", \"type\": \"string\", \"description\": \"Start of private network IP address pool\"}, \"private_net_name\": {\"default\": \"clearwater-private\", \"type\": \"string\", \"description\": \"Name of private network\"}, \"private_net_ip_version\": {\"default\": \"4\", \"type\": \"string\", \"description\": \"IP version (4 or 6)\", \"constraints\": [{\"description\": \"Must be 4 (IPv4) or 6 (IPv6)\", \"allowed_values\": [\"4\", \"6\"]}]}}, \"resources\": {\"router\": {\"type\": \"OS::Neutron::Router\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_net\": {\"type\": \"OS::Neutron::Net\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_subnet\": {\"type\": \"OS::Neutron::Subnet\", \"properties\": {\"ip_version\": {\"get_param\": \"private_net_ip_version\"}, \"allocation_pools\": [{\"start\": {\"get_param\": \"private_net_pool_start\"}, \"end\": {\"get_param\": \"private_net_pool_end\"}}], \"gateway_ip\": {\"get_param\": \"private_net_gateway\"}, \"name\": {\"get_param\": \"private_net_name\"}, \"network_id\": {\"get_resource\": \"private_net\"}, \"cidr\": {\"get_param\": \"private_net_cidr\"}, \"dns_nameservers\": [{\"get_param\": \"dns_ip\"}]}}, \"router_gateway\": {\"type\": \"OS::Neutron::RouterGateway\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"network_id\": {\"get_param\": \"public_net_id\"}}}, \"router_interface\": {\"type\": \"OS::Neutron::RouterInterface\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"subnet_id\": {\"get_resource\": \"private_subnet\"}}}}}", "file:///src/heat_vims/dns.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"zone\": {\"description\": \"DNS zone\", \"value\": {\"get_param\": \"zone\"}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"dnssec_key\": {\"description\": \"DNSSEC private key (Base64-encoded)\", \"value\": {\"get_param\": \"dnssec_key\"}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"DNS server exposing dynamic DNS using DNSSEC\\n\", \"parameters\": {\"dns_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for DNS nodes\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ns.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__public_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dns.log) 2>&1\\nset -x\\n\\n# Set up the signaling network interface\\nip addr add __private_sig_ip__/$(echo __private_sig_cidr__ | cut -d / -f 2) dev eth1\\nip link set dev eth1 up\\n\\n# Install BIND.\\napt-get update\\nDEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes\\n\\n# Update BIND configuration with the specified zone and key.\\ncat >> /etc/bind/named.conf.local << EOF\\nkey __zone__. {\\n algorithm \\\"HMAC-MD5\\\";\\n secret \\\"__dnssec_key__\\\";\\n};\\n\\nzone \\\"__zone__\\\" IN {\\n type master;\\n file \\\"/var/lib/bind/db.__zone__\\\";\\n allow-update {\\n key __zone__.;\\n };\\n};\\nEOF\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Create basic zone configuration.\\ncat > /var/lib/bind/db.__zone__ << EOF\\n\\\\$ORIGIN __zone__.\\n\\\\$TTL 1h\\n@ IN SOA ns admin\\\\@__zone__. ( $(date +%Y%m%d%H) 1d 2h 1w 30s )\\n@ NS ns\\nns $(ip2rr __public_ip__)\\nEOF\\nchown root:bind /var/lib/bind/db.__zone__\\n\\n# Now that BIND configuration is correct, kick it to reload.\\nservice bind9 reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/dime.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Dime node\\n\", \"parameters\": {\"dime_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ralf node in the Ralf cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"dime_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (management)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dime_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"dime_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"dime-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dime.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=dime-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install dime --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add dime-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ralf.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs-prov.__zone__. 30 $(ip2rr __private_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/bono.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Bono node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Bono node in the Bono cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"bono_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Bono nodes (signaling)\"}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (managment)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"bono_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"bono-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-bono.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=__index__.bono.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install bono --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add bono-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.bono.__zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.__zone__.\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2U\\\" \\\"\\\" _sip._udp.__zone__.\\nupdate add _sip._tcp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nupdate add _sip._udp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/homer.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Homer node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Homer node in the Homer cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"homer_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"homer_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (maangement)\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"homer_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"homer_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"homer-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-homer.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=homer-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install homer --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add homer-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add homer.__zone__. 30 $(ip2rr __public_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/security-groups.yaml": "{\"outputs\": {\"dime_sig\": {\"description\": \"Security group for Dime nodes (signaling)\", \"value\": {\"get_resource\": \"dime_sig\"}}, \"dime_mgmt\": {\"description\": \"Security group for Dime nodes (management)\", \"value\": {\"get_resource\": \"dime_mgmt\"}}, \"ellis_mgmt\": {\"description\": \"Security group for Ellis nodes (managment)\", \"value\": {\"get_resource\": \"ellis_mgmt\"}}, \"sprout_sig_outbound\": {\"description\": \"Security group for Sprout nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_outbound\"}}, \"base_mgmt\": {\"description\": \"Base security group for all Clearwater nodes (management)\", \"value\": {\"get_resource\": \"base_mgmt\"}}, \"homer_mgmt\": {\"description\": \"Security group for Homer nodes (management)\", \"value\": {\"get_resource\": \"homer_mgmt\"}}, \"vellum_sig_outbound\": {\"description\": \"Security group for Vellum nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_outbound\"}}, \"homer_sig\": {\"description\": \"Security group for Homer nodes (signaling)\", \"value\": {\"get_resource\": \"homer_sig\"}}, \"dns\": {\"description\": \"Security group for DNS nodes\", \"value\": {\"get_resource\": \"dns\"}}, \"bono_sig\": {\"description\": \"Security group for Bono nodes (signaling)\", \"value\": {\"get_resource\": \"bono_sig\"}}, \"sprout_sig_inbound\": {\"description\": \"Security group for Sprout nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_inbound\"}}, \"vellum_sig_inbound\": {\"description\": \"Security group for Vellum nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_inbound\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Security Groups for Clearwater to use\\n\", \"parameters\": {\"name_prefix\": {\"default\": \"clearwater\", \"type\": \"string\", \"description\": \"Security group name prefix\"}}, \"resources\": {\"dime_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-sig\"}}, \"description\": \"Security group for Dime nodes (signaling)\"}}, \"dime_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"ellis_mgmt\"}, \"port_range_max\": 8889, \"port_range_min\": 8889, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-mgmt\"}}, \"description\": \"Security group for Dime nodes (management)\"}}, \"ellis_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 80, \"port_range_min\": 80}, {\"protocol\": \"tcp\", \"port_range_max\": 443, \"port_range_min\": 443}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-ellis-mgmt\"}}, \"description\": \"Security group for Ellis nodes (management)\"}}, \"sprout_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 5052, \"port_range_min\": 5052, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 5054, \"port_range_min\": 5054, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-outbound\"}}, \"description\": \"Security group for Sprout nodes outbound traffic (signaling)\"}}, \"base_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 161, \"port_range_min\": 161}, {\"protocol\": \"tcp\", \"port_range_max\": 2380, \"port_range_min\": 2380, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 4000, \"port_range_min\": 4000, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-base-mgmt\"}}, \"description\": \"Base security group for all Clearwater nodes (management)\"}}, \"homer_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-mgmt\"}}, \"description\": \"Security group for Homer nodes (management)\"}}, \"vellum_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7253, \"port_range_min\": 7253, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 7000, \"port_range_min\": 7000, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 11211, \"port_range_min\": 11211, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-outbound\"}}, \"description\": \"Security group for Vellum nodes outbound traffic (signaling)\"}}, \"homer_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 9160, \"port_range_min\": 9160, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-sig\"}}, \"description\": \"Security group for Homer nodes (signaling)\"}}, \"dns\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 53, \"port_range_min\": 53}, {\"protocol\": \"tcp\", \"port_range_max\": 53, \"port_range_min\": 53}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dns\"}}, \"description\": \"Security group for DNS nodes\"}}, \"bono_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"udp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 5058, \"port_range_min\": 5058, \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 5058, \"port_range_min\": 5058, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"udp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5062, \"port_range_min\": 5062}, {\"protocol\": \"udp\", \"port_range_max\": 65535, \"port_range_min\": 32768}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-bono-sig\"}}, \"description\": \"Security group for Bono nodes (signaling)\"}}, \"sprout_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5052, \"port_range_min\": 5052, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5054, \"port_range_min\": 5054, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-inbound\"}}, \"description\": \"Security group for Sprout nodes inbound traffic (signaling)\"}}, \"vellum_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"homer_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-inbound\"}}, \"description\": \"Security group for Vellum nodes inbound traffic (signaling)\"}}}}"}, "disable_rollback": false, "parameters": {"vellum_cluster_size": 1, "zone": "clearwater.opnfv", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "dn_range_length": "1000", "dime_cluster_size": 1, "dn_range_start": "6505550000", "bono_cluster_size": 1, "external_mgmt_dns_ip": "8.8.8.8", "homer_cluster_size": 1, "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "external_sig_dns_ip": "8.8.8.8", "sprout_cluster_size": 1}, "tags": null, "stack_name": "clearwater-opnfv", "environment": {}, "template": {"outputs": {"dns_ip": {"description": "IP address of DNS", "value": {"get_attr": ["dns", "public_mgmt_ip"]}}, "zone": {"description": "DNS zone", "value": {"get_param": "zone"}}}, "heat_template_version": "2013-05-23", "description": "Clearwater deployment\n", "parameters": {"vellum_cluster_size": {"default": 1, "type": "number", "description": "Number of Vellum nodes in Vellum cluster"}, "repo_url": {"default": "http://repo.cw-ngv.com/stable", "type": "string", "description": "URL for Clearwater repository"}, "private_mgmt_net_cidr": {"default": "192.168.0.0/24", "type": "string", "description": "Private management network address (CIDR notation)"}, "key_name": {"type": "string", "description": "Name of keypair to assign", "constraints": [{"custom_constraint": "nova.keypair", "description": "Must be a valid keypair name"}]}, "image": {"type": "string", "description": "Name of image to use", "constraints": [{"custom_constraint": "glance.image", "description": "Must be a valid image name"}]}, "private_mgmt_net_pool_start": {"default": "192.168.0.1", "type": "string", "description": "Start of private management network IP address pool"}, "dn_range_length": {"default": "1000", "type": "string", "description": "Number of directory numbers to add to pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "dime_cluster_size": {"default": 1, "type": "number", "description": "Number of Dime nodes in Dime cluster"}, "private_sig_net_pool_end": {"default": "192.168.1.253", "type": "string", "description": "End of private signaling network IP address pool"}, "dn_range_start": {"default": "6505550000", "type": "string", "description": "First directory number in pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "public_sig_net_id": {"type": "string", "description": "ID of public signaling network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "private_sig_net_ip_version": {"default": "4", "type": "string", "description": "IP version (4 or 6) on the private signaling network", "constraints": [{"description": "Must be 4 (IPv4) or 6 (IPv6)", "allowed_values": ["4", "6"]}]}, "public_mgmt_net_id": {"type": "string", "description": "ID of public management network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "homer_cluster_size": {"default": 1, "type": "number", "description": "Number of Homer nodes in Homer cluster"}, "flavor": {"type": "string", "description": "Flavor to use", "constraints": [{"custom_constraint": "nova.flavor", "description": "Must be a valid flavor name"}]}, "sprout_cluster_size": {"default": 1, "type": "number", "description": "Number of Sprout nodes in Sprout cluster"}, "private_sig_net_pool_start": {"default": "192.168.1.1", "type": "string", "description": "Start of private signaling network IP address pool"}, "private_mgmt_net_gateway": {"default": "192.168.0.254", "type": "string", "description": "Private management network gateway address"}, "dnssec_key": {"type": "string", "description": "DNSSEC private key (Base64-encoded)", "constraints": [{"allowed_pattern": "[0-9A-Za-z+/=]+", "description": "Must be Base64-encoded"}]}, "zone": {"default": "example.com", "type": "string", "description": "DNS zone"}, "private_mgmt_net_pool_end": {"default": "192.168.0.253", "type": "string", "description": "End of private management network IP address pool"}, "external_mgmt_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on management network"}, "bono_cluster_size": {"default": 1, "type": "number", "description": "Number of Bono nodes in Bono cluster"}, "private_sig_net_cidr": {"default": "192.168.1.0/24", "type": "string", "description": "Private signaling network address (CIDR notation)"}, "external_sig_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on signaling network"}, "private_sig_net_gateway": {"default": "192.168.1.254", "type": "string", "description": "Private signaling network gateway address"}}, "resources": {"homer": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "homer_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/homer.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "homer_sig_security_group": {"get_attr": ["security_groups", "homer_sig"]}, "repo_url": {"get_param": "repo_url"}, "homer_mgmt_security_group": {"get_attr": ["security_groups", "homer_mgmt"]}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "ellis": {"type": "file:///src/heat_vims/ellis.yaml", "properties": {"zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "ellis_mgmt_security_group": {"get_attr": ["security_groups", "ellis_mgmt"]}, "dn_range_length": {"get_param": "dn_range_length"}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "dn_range_start": {"get_param": "dn_range_start"}, "repo_url": {"get_param": "repo_url"}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "dime": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "dime_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/dime.yaml", "properties": {"dime_sig_security_group": {"get_attr": ["security_groups", "dime_sig"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "dnssec_key": {"get_param": "dnssec_key"}, "zone": {"get_param": "zone"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "dime_mgmt_security_group": {"get_attr": ["security_groups", "dime_mgmt"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sprout": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "sprout_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/sprout.yaml", "properties": {"sprout_sig_outbound_security_group": {"get_attr": ["security_groups", "sprout_sig_outbound"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "sprout_sig_inbound_security_group": {"get_attr": ["security_groups", "sprout_sig_inbound"]}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "vellum": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "vellum_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/vellum.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "vellum_sig_inbound_security_group": {"get_attr": ["security_groups", "vellum_sig_inbound"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "vellum_sig_outbound_security_group": {"get_attr": ["security_groups", "vellum_sig_outbound"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sig_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_cidr": {"get_param": "private_sig_net_cidr"}, "private_net_pool_end": {"get_param": "private_sig_net_pool_end"}, "dns_ip": {"get_param": "external_sig_dns_ip"}, "private_net_gateway": {"get_param": "private_sig_net_gateway"}, "public_net_id": {"get_param": "public_sig_net_id"}, "private_net_pool_start": {"get_param": "private_sig_net_pool_start"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-signaling"}}, "private_net_ip_version": {"get_param": "private_sig_net_ip_version"}}}, "bono": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "bono_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/bono.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "bono_sig_security_group": {"get_attr": ["security_groups", "bono_sig"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "dns": {"type": "file:///src/heat_vims/dns.yaml", "properties": {"dns_security_group": {"get_attr": ["security_groups", "dns"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "mgmt_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_gateway": {"get_param": "private_mgmt_net_gateway"}, "public_net_id": {"get_param": "public_mgmt_net_id"}, "private_net_pool_start": {"get_param": "private_mgmt_net_pool_start"}, "private_net_cidr": {"get_param": "private_mgmt_net_cidr"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-management"}}, "private_net_pool_end": {"get_param": "private_mgmt_net_pool_end"}, "dns_ip": {"get_param": "external_mgmt_dns_ip"}}}, "security_groups": {"type": "file:///src/heat_vims/security-groups.yaml", "properties": {"name_prefix": {"get_param": "OS::stack_name"}}}}}, "timeout_mins": 60}' 2018-08-27 04:39:16,837 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 04:39:00 GMT Server: Apache x-openstack-request-id: req-c24d3810-9ea0-41d6-bddf-033aa5d8151d Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}]}} 2018-08-27 04:39:16,837 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks used request id req-c24d3810-9ea0-41d6-bddf-033aa5d8151d 2018-08-27 04:39:16,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 15.9015479088s 2018-08-27 04:39:16,837 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks used request id req-c24d3810-9ea0-41d6-bddf-033aa5d8151d 2018-08-27 04:39:16,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:39:16,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=None&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:39:17,536 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:39:16 GMT Server: Apache x-openstack-request-id: req-de82dfaa-04e9-4fdb-a2cc-0e202a19d150 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?sort_dir=asc Content-Length: 463 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:39:18,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:39:17 GMT Server: Apache x-openstack-request-id: req-1535dd4b-88b5-428f-baec-4bf12b099cbd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 432 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/clearwater-opnfv/events/d21e42ee-701e-4574-b8cc-462a80d3be5a", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "id": "d21e42ee-701e-4574-b8cc-462a80d3be5a"}, {"resource_name": "mgmt_network", "event_time": "2018-08-27T04:39:17Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/mgmt_network/events/02153389-95ad-4032-9539-c09de8dcf99c", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-i75ft47mlct3", "id": "02153389-95ad-4032-9539-c09de8dcf99c"}]} 2018-08-27 04:39:18,276 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?sort_dir=asc&sort_dir=asc used request id req-1535dd4b-88b5-428f-baec-4bf12b099cbd 2018-08-27 04:39:18,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.43752884865s 2018-08-27 04:39:18,276 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?sort_dir=asc&sort_dir=asc used request id req-1535dd4b-88b5-428f-baec-4bf12b099cbd 2018-08-27 04:39:23,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:39:23,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=02153389-95ad-4032-9539-c09de8dcf99c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:39:24,048 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:39:23 GMT Server: Apache x-openstack-request-id: req-27984b97-429e-40f6-ac97-1272bae5efe0 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=02153389-95ad-4032-9539-c09de8dcf99c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:39:24,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:39:24 GMT Server: Apache x-openstack-request-id: req-01256561-87f8-4d37-891b-49b981675734 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 441 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-27T04:39:18Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/security_groups/events/2d047eb5-c3b2-4ff4-8e8c-4ff85becb251", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-2vkdijpshazp", "id": "2d047eb5-c3b2-4ff4-8e8c-4ff85becb251"}, {"resource_name": "sig_network", "event_time": "2018-08-27T04:39:19Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sig_network/events/05ad94ee-c2e1-4d8f-ba95-45ab9224312c", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-z2hekr4sgmf3", "id": "05ad94ee-c2e1-4d8f-ba95-45ab9224312c"}]} 2018-08-27 04:39:24,809 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=02153389-95ad-4032-9539-c09de8dcf99c&sort_dir=asc&marker=02153389-95ad-4032-9539-c09de8dcf99c&sort_dir=asc used request id req-01256561-87f8-4d37-891b-49b981675734 2018-08-27 04:39:24,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.52647590637s 2018-08-27 04:39:24,809 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=02153389-95ad-4032-9539-c09de8dcf99c&sort_dir=asc&marker=02153389-95ad-4032-9539-c09de8dcf99c&sort_dir=asc used request id req-01256561-87f8-4d37-891b-49b981675734 2018-08-27 04:39:29,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:39:29,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:39:29,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:39:29 GMT Server: Apache x-openstack-request-id: req-6019acc0-763e-4e1c-bf70-63c45e56b8ad Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:39:30,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:39:29 GMT Server: Apache x-openstack-request-id: req-c864a934-84cf-4550-9b1e-294a1c08fac7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:39:30,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc&marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc used request id req-c864a934-84cf-4550-9b1e-294a1c08fac7 2018-08-27 04:39:30,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.867306947708s 2018-08-27 04:39:30,683 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc&marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc used request id req-c864a934-84cf-4550-9b1e-294a1c08fac7 2018-08-27 04:39:35,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:39:35,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:39:35,721 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:39:35 GMT Server: Apache x-openstack-request-id: req-039f20c0-656e-4a34-aefb-b86f80e2b023 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:39:36,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:39:35 GMT Server: Apache x-openstack-request-id: req-35a31d88-f079-409c-be4d-52e1ca8cef2d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 360 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-27T04:39:32Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/mgmt_network/events/0e540722-613d-4486-966c-2e7adad7ffa9", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "1496ec08-64ba-443f-b173-24e3aad81b54", "id": "0e540722-613d-4486-966c-2e7adad7ffa9"}]} 2018-08-27 04:39:36,483 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc&marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc used request id req-35a31d88-f079-409c-be4d-52e1ca8cef2d 2018-08-27 04:39:36,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.794147014618s 2018-08-27 04:39:36,483 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc&marker=05ad94ee-c2e1-4d8f-ba95-45ab9224312c&sort_dir=asc used request id req-35a31d88-f079-409c-be4d-52e1ca8cef2d 2018-08-27 04:39:41,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:39:41,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=0e540722-613d-4486-966c-2e7adad7ffa9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:39:42,212 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:39:41 GMT Server: Apache x-openstack-request-id: req-31bb2c4b-8566-49d5-b7da-9a4243e9549d Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=0e540722-613d-4486-966c-2e7adad7ffa9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:39:42,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:39:42 GMT Server: Apache x-openstack-request-id: req-4a2494a5-9f0e-48c3-a9e4-ccaa630fc764 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 537 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-27T04:39:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/security_groups/events/a27e5875-9256-4e70-8f17-d9480bf16ccb", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "ddad1961-98f2-4bce-86e0-a6084ed1a716", "id": "a27e5875-9256-4e70-8f17-d9480bf16ccb"}, {"resource_name": "sig_network", "event_time": "2018-08-27T04:39:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sig_network/events/09a6ed95-afaf-43d1-9122-7a39414784d7", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "97855920-6696-4664-a2f7-57879e49357c", "id": "09a6ed95-afaf-43d1-9122-7a39414784d7"}, {"resource_name": "dns", "event_time": "2018-08-27T04:39:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dns/events/9992f555-cf49-4f76-a444-a45aeadf31dc", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-jao4vje3pvdz", "id": "9992f555-cf49-4f76-a444-a45aeadf31dc"}]} 2018-08-27 04:39:42,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=0e540722-613d-4486-966c-2e7adad7ffa9&sort_dir=asc&marker=0e540722-613d-4486-966c-2e7adad7ffa9&sort_dir=asc used request id req-4a2494a5-9f0e-48c3-a9e4-ccaa630fc764 2018-08-27 04:39:42,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.45725798607s 2018-08-27 04:39:42,947 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=0e540722-613d-4486-966c-2e7adad7ffa9&sort_dir=asc&marker=0e540722-613d-4486-966c-2e7adad7ffa9&sort_dir=asc used request id req-4a2494a5-9f0e-48c3-a9e4-ccaa630fc764 2018-08-27 04:39:47,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:39:47,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:39:48,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:39:47 GMT Server: Apache x-openstack-request-id: req-acbc1486-3e82-41b7-985c-9829bbb9577d Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:39:48,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:39:48 GMT Server: Apache x-openstack-request-id: req-4eef3f93-9054-4398-bff3-b33df27d2ff3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:39:48,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-4eef3f93-9054-4398-bff3-b33df27d2ff3 2018-08-27 04:39:48,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.772505998611s 2018-08-27 04:39:48,727 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-4eef3f93-9054-4398-bff3-b33df27d2ff3 2018-08-27 04:39:53,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:39:53,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:39:54,447 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:39:53 GMT Server: Apache x-openstack-request-id: req-26cb1851-4492-4806-83f4-fc80b9d81553 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:39:55,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:39:54 GMT Server: Apache x-openstack-request-id: req-ecd6e92e-0321-40b0-a485-d41229384080 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:39:55,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-ecd6e92e-0321-40b0-a485-d41229384080 2018-08-27 04:39:55,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.40930509567s 2018-08-27 04:39:55,142 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-ecd6e92e-0321-40b0-a485-d41229384080 2018-08-27 04:39:55,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:39:55,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:39:55,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:39:55 GMT Server: Apache x-openstack-request-id: req-c02b3b58-d8b2-4cb9-9209-57832388c193 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:39:55,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:39:55 GMT Server: Apache x-openstack-request-id: req-e7d73caf-91f0-455a-905d-efe390908e30 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:39:55,902 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-e7d73caf-91f0-455a-905d-efe390908e30 2018-08-27 04:39:55,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.75875711441s 2018-08-27 04:39:55,902 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-e7d73caf-91f0-455a-905d-efe390908e30 2018-08-27 04:40:00,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:40:00,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:01,646 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:00 GMT Server: Apache x-openstack-request-id: req-8b936052-bb30-4439-94a0-48dd8be62f5c Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:01,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:01 GMT Server: Apache x-openstack-request-id: req-ec5d40d8-3fb0-4109-a558-88acd1ea883a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:40:01,689 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-ec5d40d8-3fb0-4109-a558-88acd1ea883a 2018-08-27 04:40:01,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.779407978058s 2018-08-27 04:40:01,689 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-ec5d40d8-3fb0-4109-a558-88acd1ea883a 2018-08-27 04:40:06,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:40:06,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:07,413 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:06 GMT Server: Apache x-openstack-request-id: req-cdfcc4c8-e3da-47fc-8579-7126bcd0ac49 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:07,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:07 GMT Server: Apache x-openstack-request-id: req-4423d73a-b82a-4cf3-9f86-7afdcabe4f0d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:40:07,455 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-4423d73a-b82a-4cf3-9f86-7afdcabe4f0d 2018-08-27 04:40:07,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.759567975998s 2018-08-27 04:40:07,455 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-4423d73a-b82a-4cf3-9f86-7afdcabe4f0d 2018-08-27 04:40:07,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:40:07,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:08,336 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:07 GMT Server: Apache x-openstack-request-id: req-28d2fa02-f2c4-4686-9d02-7340e61f0273 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:09,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:08 GMT Server: Apache x-openstack-request-id: req-5727c5f6-9160-4b4d-a545-f5e2d904f66a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:40:09,136 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-5727c5f6-9160-4b4d-a545-f5e2d904f66a 2018-08-27 04:40:09,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.68087387085s 2018-08-27 04:40:09,137 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-5727c5f6-9160-4b4d-a545-f5e2d904f66a 2018-08-27 04:40:14,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:40:14,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:14,171 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:14 GMT Server: Apache x-openstack-request-id: req-b29b8b23-a3c4-4ef6-a810-223be8770822 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:14,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:14 GMT Server: Apache x-openstack-request-id: req-9e097f04-e9d8-4f0c-b5f4-34160cc65c21 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:40:14,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-9e097f04-e9d8-4f0c-b5f4-34160cc65c21 2018-08-27 04:40:14,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736191272736s 2018-08-27 04:40:14,214 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-9e097f04-e9d8-4f0c-b5f4-34160cc65c21 2018-08-27 04:40:19,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:40:19,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:19,952 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:19 GMT Server: Apache x-openstack-request-id: req-a897f1d5-7c39-4644-baf1-36d40ccfb4c9 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:19,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:19 GMT Server: Apache x-openstack-request-id: req-16463159-bb38-481a-bffb-859c51166849 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:40:19,994 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-16463159-bb38-481a-bffb-859c51166849 2018-08-27 04:40:19,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.775608062744s 2018-08-27 04:40:19,995 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-16463159-bb38-481a-bffb-859c51166849 2018-08-27 04:40:19,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:40:19,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:20,025 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:20 GMT Server: Apache x-openstack-request-id: req-be83cb06-f4b1-4c06-9a8b-45f5fdc587ff Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:20,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:20 GMT Server: Apache x-openstack-request-id: req-02eda650-919e-4763-9469-8bf8628bd420 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:40:20,068 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-02eda650-919e-4763-9469-8bf8628bd420 2018-08-27 04:40:20,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722901821136s 2018-08-27 04:40:20,068 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-02eda650-919e-4763-9469-8bf8628bd420 2018-08-27 04:40:25,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:40:25,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:25,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:25 GMT Server: Apache x-openstack-request-id: req-8e319723-6de5-453a-9130-30eeea64751b Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:25,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:25 GMT Server: Apache x-openstack-request-id: req-31da9003-f56b-4d35-8662-1f6117ddf881 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:40:25,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-31da9003-f56b-4d35-8662-1f6117ddf881 2018-08-27 04:40:25,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.741086959839s 2018-08-27 04:40:25,816 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-31da9003-f56b-4d35-8662-1f6117ddf881 2018-08-27 04:40:30,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:40:30,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:30,849 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:30 GMT Server: Apache x-openstack-request-id: req-b472e139-f054-415d-84c0-ea9441a8fbe0 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:30,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:30 GMT Server: Apache x-openstack-request-id: req-33161344-6692-4279-a4c1-0d55e3e860c0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:40:30,893 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-33161344-6692-4279-a4c1-0d55e3e860c0 2018-08-27 04:40:30,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759961605072s 2018-08-27 04:40:30,894 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-33161344-6692-4279-a4c1-0d55e3e860c0 2018-08-27 04:40:30,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:40:30,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:31,582 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:30 GMT Server: Apache x-openstack-request-id: req-06af137b-f027-4b18-b786-45b0bd8b6cfc Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:31,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:31 GMT Server: Apache x-openstack-request-id: req-234e4e57-8228-41e9-baf8-5021ef70c117 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:40:31,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-234e4e57-8228-41e9-baf8-5021ef70c117 2018-08-27 04:40:31,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.730353116989s 2018-08-27 04:40:31,625 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-234e4e57-8228-41e9-baf8-5021ef70c117 2018-08-27 04:40:36,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:40:36,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:37,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:36 GMT Server: Apache x-openstack-request-id: req-55a9f160-dfda-46c3-956d-1d112074d62d Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:38,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:37 GMT Server: Apache x-openstack-request-id: req-c242ad30-9e28-4666-9e28-30058e8d5f49 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:40:38,061 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-c242ad30-9e28-4666-9e28-30058e8d5f49 2018-08-27 04:40:38,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.43432188034s 2018-08-27 04:40:38,062 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-c242ad30-9e28-4666-9e28-30058e8d5f49 2018-08-27 04:40:43,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:40:43,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:43,911 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:43 GMT Server: Apache x-openstack-request-id: req-946c53d9-5607-4029-ad92-053a90433110 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:43,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:43 GMT Server: Apache x-openstack-request-id: req-c0e18fdd-f15d-4a1f-ae1d-5217b1be4f69 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:40:43,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-c0e18fdd-f15d-4a1f-ae1d-5217b1be4f69 2018-08-27 04:40:43,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.885643005371s 2018-08-27 04:40:43,953 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-c0e18fdd-f15d-4a1f-ae1d-5217b1be4f69 2018-08-27 04:40:43,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:40:43,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:43,981 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:43 GMT Server: Apache x-openstack-request-id: req-c873a238-3383-45a3-be89-185778809a74 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:44,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:43 GMT Server: Apache x-openstack-request-id: req-93505f56-82e2-4178-941b-f9eb7c0cff79 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:40:44,022 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-93505f56-82e2-4178-941b-f9eb7c0cff79 2018-08-27 04:40:44,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0683031082153s 2018-08-27 04:40:44,022 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-93505f56-82e2-4178-941b-f9eb7c0cff79 2018-08-27 04:40:49,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:40:49,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:49,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:49 GMT Server: Apache x-openstack-request-id: req-1fc14f13-fbfa-4d09-88e9-bda701ac2b4d Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:49,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:49 GMT Server: Apache x-openstack-request-id: req-ff783496-f476-46ff-ace3-3ac99ee63477 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:40:49,100 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-ff783496-f476-46ff-ace3-3ac99ee63477 2018-08-27 04:40:49,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719838142395s 2018-08-27 04:40:49,101 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-ff783496-f476-46ff-ace3-3ac99ee63477 2018-08-27 04:40:54,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:40:54,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:54,811 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:54 GMT Server: Apache x-openstack-request-id: req-ce7cf526-5463-494d-b248-a5b645244d47 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:54,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:54 GMT Server: Apache x-openstack-request-id: req-306893a2-b9b2-4ef6-a996-31f05526d383 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:40:54,855 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-306893a2-b9b2-4ef6-a996-31f05526d383 2018-08-27 04:40:54,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.748316049576s 2018-08-27 04:40:54,855 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-306893a2-b9b2-4ef6-a996-31f05526d383 2018-08-27 04:40:54,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:40:54,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:40:55,654 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:40:54 GMT Server: Apache x-openstack-request-id: req-8c7a39cd-dd99-4519-bf32-af27e581454e Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:40:55,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:40:55 GMT Server: Apache x-openstack-request-id: req-4b897e74-b927-49bf-a2ba-b6004842e213 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:40:55,698 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-4b897e74-b927-49bf-a2ba-b6004842e213 2018-08-27 04:40:55,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.842269897461s 2018-08-27 04:40:55,698 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-4b897e74-b927-49bf-a2ba-b6004842e213 2018-08-27 04:41:00,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:41:00,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:00,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:00 GMT Server: Apache x-openstack-request-id: req-863882d9-791d-48f8-be56-5a91eb07f7ea Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:01,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:00 GMT Server: Apache x-openstack-request-id: req-715a81c4-acc4-432d-adca-a7cf568adbd2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:41:01,452 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-715a81c4-acc4-432d-adca-a7cf568adbd2 2018-08-27 04:41:01,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.751581907272s 2018-08-27 04:41:01,452 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-715a81c4-acc4-432d-adca-a7cf568adbd2 2018-08-27 04:41:06,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:41:06,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:06,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:06 GMT Server: Apache x-openstack-request-id: req-d73975c0-9ca9-453a-b8ff-65ae16cbc774 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:06,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:06 GMT Server: Apache x-openstack-request-id: req-163bf660-4be8-46a7-ba71-ecc921c702a6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:41:06,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-163bf660-4be8-46a7-ba71-ecc921c702a6 2018-08-27 04:41:06,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723280906677s 2018-08-27 04:41:06,531 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-163bf660-4be8-46a7-ba71-ecc921c702a6 2018-08-27 04:41:06,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:41:06,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:07,247 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:06 GMT Server: Apache x-openstack-request-id: req-c5bf305b-7f7e-4c9d-b54a-2aacb565f8ce Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:07,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:07 GMT Server: Apache x-openstack-request-id: req-8dc87e4e-bfec-49bb-81b5-5644ea2af659 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:41:07,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-8dc87e4e-bfec-49bb-81b5-5644ea2af659 2018-08-27 04:41:07,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.757937908173s 2018-08-27 04:41:07,290 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-8dc87e4e-bfec-49bb-81b5-5644ea2af659 2018-08-27 04:41:12,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:41:12,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:12,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:12 GMT Server: Apache x-openstack-request-id: req-2c7416b0-5a22-4491-929e-9028e020c6a6 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:12,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:12 GMT Server: Apache x-openstack-request-id: req-4dae5b46-8dc0-4780-ab70-f9756c1ce077 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:41:12,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-4dae5b46-8dc0-4780-ab70-f9756c1ce077 2018-08-27 04:41:12,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721700191498s 2018-08-27 04:41:12,369 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-4dae5b46-8dc0-4780-ab70-f9756c1ce077 2018-08-27 04:41:17,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:41:17,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:17,404 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:17 GMT Server: Apache x-openstack-request-id: req-533e629f-4dba-4cd6-9edf-b6e0544561ed Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:17,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:17 GMT Server: Apache x-openstack-request-id: req-438c764f-c4c8-4ce7-91ed-63f9ce2cdd6b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:41:17,446 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-438c764f-c4c8-4ce7-91ed-63f9ce2cdd6b 2018-08-27 04:41:17,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715398788452s 2018-08-27 04:41:17,446 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-438c764f-c4c8-4ce7-91ed-63f9ce2cdd6b 2018-08-27 04:41:17,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:41:17,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:17,475 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:17 GMT Server: Apache x-openstack-request-id: req-e32b8d78-d6d1-424a-9a85-2985de9e0370 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:18,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:17 GMT Server: Apache x-openstack-request-id: req-2e4594e6-9383-462f-8a87-a407afc1be93 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:41:18,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-2e4594e6-9383-462f-8a87-a407afc1be93 2018-08-27 04:41:18,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.738407850266s 2018-08-27 04:41:18,186 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-2e4594e6-9383-462f-8a87-a407afc1be93 2018-08-27 04:41:23,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:41:23,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:23,920 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:23 GMT Server: Apache x-openstack-request-id: req-0c2b4748-8b2f-430e-af01-289aa840288e Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:23,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:23 GMT Server: Apache x-openstack-request-id: req-b3ed8a96-5e57-403a-99a0-7bf9cbb68704 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:41:23,962 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-b3ed8a96-5e57-403a-99a0-7bf9cbb68704 2018-08-27 04:41:23,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.769870996475s 2018-08-27 04:41:23,962 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-b3ed8a96-5e57-403a-99a0-7bf9cbb68704 2018-08-27 04:41:28,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:41:28,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:29,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:28 GMT Server: Apache x-openstack-request-id: req-d529436d-4063-4166-a202-49aaf8f4fc10 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:29,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:29 GMT Server: Apache x-openstack-request-id: req-28f43140-d6da-4f4e-b144-0bfc9877f4ff Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:41:29,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-28f43140-d6da-4f4e-b144-0bfc9877f4ff 2018-08-27 04:41:29,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.783982992172s 2018-08-27 04:41:29,752 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-28f43140-d6da-4f4e-b144-0bfc9877f4ff 2018-08-27 04:41:29,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:41:29,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:29,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:29 GMT Server: Apache x-openstack-request-id: req-549a574b-b8ab-473a-9856-9efa8dac9b8d Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:29,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:29 GMT Server: Apache x-openstack-request-id: req-b505cdf6-7881-4bb8-9d55-f2f023ec129c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:41:29,829 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-b505cdf6-7881-4bb8-9d55-f2f023ec129c 2018-08-27 04:41:29,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0761940479279s 2018-08-27 04:41:29,830 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-b505cdf6-7881-4bb8-9d55-f2f023ec129c 2018-08-27 04:41:34,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:41:34,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:34,865 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:34 GMT Server: Apache x-openstack-request-id: req-ead26b45-d571-44d7-9b66-4f4b5190c7ab Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:34,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:34 GMT Server: Apache x-openstack-request-id: req-debd9785-51e5-4a44-9586-50377be61a5c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:41:34,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-debd9785-51e5-4a44-9586-50377be61a5c 2018-08-27 04:41:34,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726130008698s 2018-08-27 04:41:34,908 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-debd9785-51e5-4a44-9586-50377be61a5c 2018-08-27 04:41:39,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:41:39,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:39,944 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:39 GMT Server: Apache x-openstack-request-id: req-f5e1f6d0-46b4-44c4-91d0-b8c9b1b6cb74 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:40,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:39 GMT Server: Apache x-openstack-request-id: req-d93def2a-682b-4ab9-b86d-25653e3cd849 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:41:40,668 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-d93def2a-682b-4ab9-b86d-25653e3cd849 2018-08-27 04:41:40,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.754436969757s 2018-08-27 04:41:40,669 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-d93def2a-682b-4ab9-b86d-25653e3cd849 2018-08-27 04:41:40,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:41:40,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:40,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:40 GMT Server: Apache x-openstack-request-id: req-f9655cc1-8666-48f0-b1f5-cd0919e08201 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:40,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:40 GMT Server: Apache x-openstack-request-id: req-136ebd41-9823-496f-8c41-fc2ae2ee38b9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:41:40,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-136ebd41-9823-496f-8c41-fc2ae2ee38b9 2018-08-27 04:41:40,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725629329681s 2018-08-27 04:41:40,742 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-136ebd41-9823-496f-8c41-fc2ae2ee38b9 2018-08-27 04:41:45,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:41:45,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:45,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:45 GMT Server: Apache x-openstack-request-id: req-23961988-8205-4829-83b7-7fe311b01bf5 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:45,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:45 GMT Server: Apache x-openstack-request-id: req-31116f8c-5b8c-467c-95b6-533fd2d30d5b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-27T04:41:45Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dns/events/fbacb6f4-f8de-45ff-9fb4-c0e5a9e7f836", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "e89d7001-0c7d-409a-bd84-581916f1ba6f", "id": "fbacb6f4-f8de-45ff-9fb4-c0e5a9e7f836"}]} 2018-08-27 04:41:45,817 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-31116f8c-5b8c-467c-95b6-533fd2d30d5b 2018-08-27 04:41:45,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722570419312s 2018-08-27 04:41:45,817 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc&marker=9992f555-cf49-4f76-a444-a45aeadf31dc&sort_dir=asc used request id req-31116f8c-5b8c-467c-95b6-533fd2d30d5b 2018-08-27 04:41:50,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:41:50,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=fbacb6f4-f8de-45ff-9fb4-c0e5a9e7f836&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:50,855 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:50 GMT Server: Apache x-openstack-request-id: req-c8f301f5-84a5-4d3b-975d-b9e0ba21332b Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=fbacb6f4-f8de-45ff-9fb4-c0e5a9e7f836&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:50,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:50 GMT Server: Apache x-openstack-request-id: req-94b30b17-7902-4ce8-894e-1e157be48e9a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-27T04:41:45Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/ellis/events/21c7461e-d7e5-4f08-b7c4-ca13a04fecd9", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-65xdypugpxxw", "id": "21c7461e-d7e5-4f08-b7c4-ca13a04fecd9"}]} 2018-08-27 04:41:50,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=fbacb6f4-f8de-45ff-9fb4-c0e5a9e7f836&sort_dir=asc&marker=fbacb6f4-f8de-45ff-9fb4-c0e5a9e7f836&sort_dir=asc used request id req-94b30b17-7902-4ce8-894e-1e157be48e9a 2018-08-27 04:41:50,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755732059479s 2018-08-27 04:41:50,899 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=fbacb6f4-f8de-45ff-9fb4-c0e5a9e7f836&sort_dir=asc&marker=fbacb6f4-f8de-45ff-9fb4-c0e5a9e7f836&sort_dir=asc used request id req-94b30b17-7902-4ce8-894e-1e157be48e9a 2018-08-27 04:41:55,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:41:55,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:41:55,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:41:55 GMT Server: Apache x-openstack-request-id: req-5f116c6f-f964-4e40-b62e-aedd8f3be4af Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:41:55,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:41:55 GMT Server: Apache x-openstack-request-id: req-99157713-8f83-4dd9-a847-318c48876a14 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:41:55,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-99157713-8f83-4dd9-a847-318c48876a14 2018-08-27 04:41:55,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073333978653s 2018-08-27 04:41:55,979 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-99157713-8f83-4dd9-a847-318c48876a14 2018-08-27 04:42:00,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:42:00,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:01,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:00 GMT Server: Apache x-openstack-request-id: req-12d3e74b-d18a-4d9d-a5a7-f4b8d5a9b061 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:01,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:01 GMT Server: Apache x-openstack-request-id: req-47ffbfe8-fb3c-48d1-9470-bdb778ba20bd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:42:01,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-47ffbfe8-fb3c-48d1-9470-bdb778ba20bd 2018-08-27 04:42:01,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731768608093s 2018-08-27 04:42:01,055 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-47ffbfe8-fb3c-48d1-9470-bdb778ba20bd 2018-08-27 04:42:01,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:42:01,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:01,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:01 GMT Server: Apache x-openstack-request-id: req-03f6213d-ee1b-4acc-834d-6303bf01429e Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:01,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:01 GMT Server: Apache x-openstack-request-id: req-f216e754-4dc7-40ae-a932-de0b1339899a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:42:01,128 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-f216e754-4dc7-40ae-a932-de0b1339899a 2018-08-27 04:42:01,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722718238831s 2018-08-27 04:42:01,128 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-f216e754-4dc7-40ae-a932-de0b1339899a 2018-08-27 04:42:06,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:42:06,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:06,165 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:06 GMT Server: Apache x-openstack-request-id: req-a2378d7c-fa60-4f59-9797-b93b68e57077 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:06,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:06 GMT Server: Apache x-openstack-request-id: req-812d6c55-0242-44e4-936c-3afa94a2e711 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:42:06,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-812d6c55-0242-44e4-936c-3afa94a2e711 2018-08-27 04:42:06,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726549625397s 2018-08-27 04:42:06,208 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-812d6c55-0242-44e4-936c-3afa94a2e711 2018-08-27 04:42:11,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:42:11,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:11,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:11 GMT Server: Apache x-openstack-request-id: req-89063bf4-c84c-4e16-b8b2-c6103401b0d6 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:11,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:11 GMT Server: Apache x-openstack-request-id: req-ea83c62e-095b-4952-b974-b9d9d01066e6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:42:11,287 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-ea83c62e-095b-4952-b974-b9d9d01066e6 2018-08-27 04:42:11,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734148025513s 2018-08-27 04:42:11,288 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-ea83c62e-095b-4952-b974-b9d9d01066e6 2018-08-27 04:42:11,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:42:11,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:12,003 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:11 GMT Server: Apache x-openstack-request-id: req-f7c6954f-7c8d-400a-b3a0-924d989bd7f4 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:12,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:12 GMT Server: Apache x-openstack-request-id: req-6268b891-5789-4a44-8fd2-f5c230112847 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:42:12,045 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-6268b891-5789-4a44-8fd2-f5c230112847 2018-08-27 04:42:12,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.757117986679s 2018-08-27 04:42:12,046 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-6268b891-5789-4a44-8fd2-f5c230112847 2018-08-27 04:42:17,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:42:17,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:17,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:17 GMT Server: Apache x-openstack-request-id: req-8e781706-3d18-48e5-b568-00492a375d63 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:17,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:17 GMT Server: Apache x-openstack-request-id: req-30203760-ade4-442e-ba1b-0186dfaa0ae5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:42:17,121 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-30203760-ade4-442e-ba1b-0186dfaa0ae5 2018-08-27 04:42:17,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726578235626s 2018-08-27 04:42:17,121 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-30203760-ade4-442e-ba1b-0186dfaa0ae5 2018-08-27 04:42:22,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:42:22,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:22,853 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:22 GMT Server: Apache x-openstack-request-id: req-18534df9-9257-4726-a14b-2c83501a00e8 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:22,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:22 GMT Server: Apache x-openstack-request-id: req-ada6d9ad-9d33-48a4-acd8-1983b498402c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:42:22,894 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-ada6d9ad-9d33-48a4-acd8-1983b498402c 2018-08-27 04:42:22,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.768129825592s 2018-08-27 04:42:22,894 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-ada6d9ad-9d33-48a4-acd8-1983b498402c 2018-08-27 04:42:22,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:42:22,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:22,923 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:22 GMT Server: Apache x-openstack-request-id: req-2200d2d0-c475-494b-bbb0-f123d318455f Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:22,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:22 GMT Server: Apache x-openstack-request-id: req-0b901eaf-ab53-417d-b9dd-5a90eac8a5f4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:42:22,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-0b901eaf-ab53-417d-b9dd-5a90eac8a5f4 2018-08-27 04:42:22,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715849399567s 2018-08-27 04:42:22,967 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-0b901eaf-ab53-417d-b9dd-5a90eac8a5f4 2018-08-27 04:42:27,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:42:27,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:28,686 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:27 GMT Server: Apache x-openstack-request-id: req-bfa46ffe-2bdc-443e-8429-36931ce320ac Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:28,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:28 GMT Server: Apache x-openstack-request-id: req-b1a9fd5e-aa88-4118-9e51-eac6f29239e0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:42:28,728 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-b1a9fd5e-aa88-4118-9e51-eac6f29239e0 2018-08-27 04:42:28,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.754327058792s 2018-08-27 04:42:28,728 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-b1a9fd5e-aa88-4118-9e51-eac6f29239e0 2018-08-27 04:42:33,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:42:33,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:33,779 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:33 GMT Server: Apache x-openstack-request-id: req-207de8fd-cf6d-426a-950e-4bd50c657ad3 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:33,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:33 GMT Server: Apache x-openstack-request-id: req-ec58710c-a9dd-43ea-9a52-b5bbfb07b02c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:42:33,821 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-ec58710c-a9dd-43ea-9a52-b5bbfb07b02c 2018-08-27 04:42:33,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0900421142578s 2018-08-27 04:42:33,822 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-ec58710c-a9dd-43ea-9a52-b5bbfb07b02c 2018-08-27 04:42:33,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:42:33,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:33,852 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:33 GMT Server: Apache x-openstack-request-id: req-88e1abae-3693-4901-91eb-711e8359d8d5 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:33,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:33 GMT Server: Apache x-openstack-request-id: req-d4ad5405-d19f-4366-bcf9-cad2572bf34a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:42:33,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-d4ad5405-d19f-4366-bcf9-cad2572bf34a 2018-08-27 04:42:33,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0720639228821s 2018-08-27 04:42:33,895 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-d4ad5405-d19f-4366-bcf9-cad2572bf34a 2018-08-27 04:42:38,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:42:38,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:38,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:38 GMT Server: Apache x-openstack-request-id: req-55467fb2-c419-42cd-9ce8-32c8bb2b1ed8 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:38,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:38 GMT Server: Apache x-openstack-request-id: req-d1037ee5-ca15-4f5c-b637-986d73cd1efc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:42:38,973 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-d1037ee5-ca15-4f5c-b637-986d73cd1efc 2018-08-27 04:42:38,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717618465424s 2018-08-27 04:42:38,974 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-d1037ee5-ca15-4f5c-b637-986d73cd1efc 2018-08-27 04:42:43,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:42:43,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:44,009 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:43 GMT Server: Apache x-openstack-request-id: req-e39899e2-d338-4378-a734-60db356accda Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:44,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:44 GMT Server: Apache x-openstack-request-id: req-fdef5614-0b04-44b6-a730-ad89c0b364d1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:42:44,807 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-fdef5614-0b04-44b6-a730-ad89c0b364d1 2018-08-27 04:42:44,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.827568054199s 2018-08-27 04:42:44,807 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-fdef5614-0b04-44b6-a730-ad89c0b364d1 2018-08-27 04:42:44,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:42:44,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:44,838 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:44 GMT Server: Apache x-openstack-request-id: req-32bd758e-6d58-4984-94a7-34036079908c Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:44,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:44 GMT Server: Apache x-openstack-request-id: req-c5bb463d-9263-4478-9776-1a0ee78a9521 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:42:44,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-c5bb463d-9263-4478-9776-1a0ee78a9521 2018-08-27 04:42:44,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729629993439s 2018-08-27 04:42:44,881 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-c5bb463d-9263-4478-9776-1a0ee78a9521 2018-08-27 04:42:49,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:42:49,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:49,916 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:49 GMT Server: Apache x-openstack-request-id: req-a5ba44b0-24cb-4b95-984b-2159d1311486 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:49,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:49 GMT Server: Apache x-openstack-request-id: req-5a3960d8-0e9e-40ce-b022-277a8dc5ff47 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:42:49,958 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-5a3960d8-0e9e-40ce-b022-277a8dc5ff47 2018-08-27 04:42:49,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703871250153s 2018-08-27 04:42:49,958 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-5a3960d8-0e9e-40ce-b022-277a8dc5ff47 2018-08-27 04:42:54,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:42:54,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:55,011 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:54 GMT Server: Apache x-openstack-request-id: req-5a309da5-7a01-4f26-8e53-6736edbec77f Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:55,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:55 GMT Server: Apache x-openstack-request-id: req-be923a6e-c77f-445e-9f49-0f0a5f7614f7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:42:55,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-be923a6e-c77f-445e-9f49-0f0a5f7614f7 2018-08-27 04:42:55,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.090222120285s 2018-08-27 04:42:55,055 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-be923a6e-c77f-445e-9f49-0f0a5f7614f7 2018-08-27 04:42:55,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:42:55,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:42:55,087 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:42:55 GMT Server: Apache x-openstack-request-id: req-19b3b01e-bc70-49c6-b4f9-bdd4c23b8c5b Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:42:55,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:42:55 GMT Server: Apache x-openstack-request-id: req-ee58620e-d365-4b90-961d-6820a8abcbeb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:42:55,130 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-ee58620e-d365-4b90-961d-6820a8abcbeb 2018-08-27 04:42:55,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.074805021286s 2018-08-27 04:42:55,131 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-ee58620e-d365-4b90-961d-6820a8abcbeb 2018-08-27 04:43:00,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:00,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:00,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:00 GMT Server: Apache x-openstack-request-id: req-fcda9043-a341-4b30-b319-82c71f68e6c4 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:00,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:00 GMT Server: Apache x-openstack-request-id: req-dbbe5513-d5e3-4e42-9391-3f5e09091c8e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:43:00,211 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-dbbe5513-d5e3-4e42-9391-3f5e09091c8e 2018-08-27 04:43:00,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734629631042s 2018-08-27 04:43:00,211 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-dbbe5513-d5e3-4e42-9391-3f5e09091c8e 2018-08-27 04:43:05,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:05,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:05,247 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:05 GMT Server: Apache x-openstack-request-id: req-f1827663-8c7d-4fc1-9dba-7e7b88592556 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:05,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:05 GMT Server: Apache x-openstack-request-id: req-8fdccc0e-0035-4adb-96dc-90c7bf310d36 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:43:05,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-8fdccc0e-0035-4adb-96dc-90c7bf310d36 2018-08-27 04:43:05,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712010860443s 2018-08-27 04:43:05,289 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-8fdccc0e-0035-4adb-96dc-90c7bf310d36 2018-08-27 04:43:05,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:43:05,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:05,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:05 GMT Server: Apache x-openstack-request-id: req-217357d1-7366-47c0-9395-66f8a5fffb95 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:05,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:05 GMT Server: Apache x-openstack-request-id: req-4c1b79bc-d7e4-42f6-8343-5b742c68276c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:43:05,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-4c1b79bc-d7e4-42f6-8343-5b742c68276c 2018-08-27 04:43:05,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0732359886169s 2018-08-27 04:43:05,363 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-4c1b79bc-d7e4-42f6-8343-5b742c68276c 2018-08-27 04:43:10,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:10,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:10,401 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:10 GMT Server: Apache x-openstack-request-id: req-ee4337dc-de31-404f-aee8-97985acefef2 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:10,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:10 GMT Server: Apache x-openstack-request-id: req-eea5198a-1794-489f-8c22-02a0a1887f20 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:43:10,445 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-eea5198a-1794-489f-8c22-02a0a1887f20 2018-08-27 04:43:10,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0757260322571s 2018-08-27 04:43:10,446 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-eea5198a-1794-489f-8c22-02a0a1887f20 2018-08-27 04:43:15,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:15,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:15,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:15 GMT Server: Apache x-openstack-request-id: req-f534d86e-d937-41b2-86b0-b16075aa99f9 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:15,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:15 GMT Server: Apache x-openstack-request-id: req-c2abade9-109a-45a3-a96d-259819f99d76 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:43:15,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-c2abade9-109a-45a3-a96d-259819f99d76 2018-08-27 04:43:15,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725178718567s 2018-08-27 04:43:15,525 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-c2abade9-109a-45a3-a96d-259819f99d76 2018-08-27 04:43:15,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:43:15,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:15,554 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:15 GMT Server: Apache x-openstack-request-id: req-66b782ce-c635-4400-86ae-3b1b1c02eeef Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:15,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:15 GMT Server: Apache x-openstack-request-id: req-d96604f0-bea0-46c9-b0b6-db894e3126b2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:43:15,596 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-d96604f0-bea0-46c9-b0b6-db894e3126b2 2018-08-27 04:43:15,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.071121931076s 2018-08-27 04:43:15,597 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-d96604f0-bea0-46c9-b0b6-db894e3126b2 2018-08-27 04:43:20,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:20,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:20,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:20 GMT Server: Apache x-openstack-request-id: req-42d56542-97db-4558-9d02-743f94e22942 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:20,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:20 GMT Server: Apache x-openstack-request-id: req-c54b3451-a796-4741-9a60-fd1849103b83 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:43:20,809 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-c54b3451-a796-4741-9a60-fd1849103b83 2018-08-27 04:43:20,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.205883979797s 2018-08-27 04:43:20,809 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-c54b3451-a796-4741-9a60-fd1849103b83 2018-08-27 04:43:25,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:25,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:25,995 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:25 GMT Server: Apache x-openstack-request-id: req-48d956a6-f825-4ed4-a2f3-4b448697cab2 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:26,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:25 GMT Server: Apache x-openstack-request-id: req-2b0f3690-2538-4954-8201-042536685194 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:43:26,036 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-2b0f3690-2538-4954-8201-042536685194 2018-08-27 04:43:26,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.221346139908s 2018-08-27 04:43:26,037 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-2b0f3690-2538-4954-8201-042536685194 2018-08-27 04:43:26,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:43:26,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:26,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:26 GMT Server: Apache x-openstack-request-id: req-2f2b9670-18e8-46da-8e4b-c22affb498ae Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:26,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:26 GMT Server: Apache x-openstack-request-id: req-70de4b10-2ff6-4034-9779-68a465e4da6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:43:26,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-70de4b10-2ff6-4034-9779-68a465e4da6f 2018-08-27 04:43:26,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0707211494446s 2018-08-27 04:43:26,108 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-70de4b10-2ff6-4034-9779-68a465e4da6f 2018-08-27 04:43:31,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:31,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:31,146 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:31 GMT Server: Apache x-openstack-request-id: req-a44655ef-43b6-4830-b14b-5a45c088ea6d Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:31,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:31 GMT Server: Apache x-openstack-request-id: req-92a97267-d3ba-4322-b8be-105bb4ffde9e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:43:31,188 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-92a97267-d3ba-4322-b8be-105bb4ffde9e 2018-08-27 04:43:31,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728421211243s 2018-08-27 04:43:31,188 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-92a97267-d3ba-4322-b8be-105bb4ffde9e 2018-08-27 04:43:36,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:36,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:36,903 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:36 GMT Server: Apache x-openstack-request-id: req-ea2bdce3-c0d3-4dbd-a2f3-5e06a1eb581b Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:37,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:36 GMT Server: Apache x-openstack-request-id: req-745862b3-3d77-49f1-977d-f1cb296d7646 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-27T04:43:33Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/ellis/events/87c33f6f-0862-43cb-9b6f-45015a29c0c0", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "5cf52b51-9517-4120-ae51-6fb1fd5d1c6a", "id": "87c33f6f-0862-43cb-9b6f-45015a29c0c0"}, {"resource_name": "vellum", "event_time": "2018-08-27T04:43:33Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/vellum/events/dec840a2-fe34-4aa7-aae0-aaa42ba3ae21", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-xoshrqxxmsvc", "id": "dec840a2-fe34-4aa7-aae0-aaa42ba3ae21"}, {"resource_name": "dime", "event_time": "2018-08-27T04:43:33Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dime/events/6e15bcfe-25a1-4466-996e-45166e2c0772", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-csptg47yaaar", "id": "6e15bcfe-25a1-4466-996e-45166e2c0772"}, {"resource_name": "homer", "event_time": "2018-08-27T04:43:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/homer/events/d32c35fa-d327-4a2c-8976-0640a618cea4", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-4ffdspjzzmi5", "id": "d32c35fa-d327-4a2c-8976-0640a618cea4"}, {"resource_name": "bono", "event_time": "2018-08-27T04:43:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/bono/events/bfbde888-aa7f-4247-82b8-ea070fdfe88d", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-z3wiqwfmxrcq", "id": "bfbde888-aa7f-4247-82b8-ea070fdfe88d"}, {"resource_name": "sprout", "event_time": "2018-08-27T04:43:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sprout/events/707abd30-7bee-43e7-bb3c-545a82c36574", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-qs4dvnrylln5", "id": "707abd30-7bee-43e7-bb3c-545a82c36574"}]} 2018-08-27 04:43:37,080 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-745862b3-3d77-49f1-977d-f1cb296d7646 2018-08-27 04:43:37,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.888821125031s 2018-08-27 04:43:37,081 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc&marker=21c7461e-d7e5-4f08-b7c4-ca13a04fecd9&sort_dir=asc used request id req-745862b3-3d77-49f1-977d-f1cb296d7646 2018-08-27 04:43:42,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:42,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:42,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:42 GMT Server: Apache x-openstack-request-id: req-2f7d0132-2d22-4454-80a7-b06acf8ce783 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:42,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:42 GMT Server: Apache x-openstack-request-id: req-a4267fb2-8f9d-4708-bbb4-d3f231350b4d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:43:42,161 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-a4267fb2-8f9d-4708-bbb4-d3f231350b4d 2018-08-27 04:43:42,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748720169067s 2018-08-27 04:43:42,161 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-a4267fb2-8f9d-4708-bbb4-d3f231350b4d 2018-08-27 04:43:47,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:47,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:47,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:47 GMT Server: Apache x-openstack-request-id: req-127c3f84-5d0a-4942-83e4-42ce0d605cf6 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:47,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:47 GMT Server: Apache x-openstack-request-id: req-c7cbb513-2d0d-45c9-9240-322d19168332 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:43:47,234 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-c7cbb513-2d0d-45c9-9240-322d19168332 2018-08-27 04:43:47,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717370510101s 2018-08-27 04:43:47,235 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-c7cbb513-2d0d-45c9-9240-322d19168332 2018-08-27 04:43:47,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:43:47,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:47,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:47 GMT Server: Apache x-openstack-request-id: req-0dee31cb-cace-4a32-b997-ddc96af4bc23 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:47,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:47 GMT Server: Apache x-openstack-request-id: req-db1a7686-1843-499f-9da5-509eb1b90e85 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:43:47,440 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-db1a7686-1843-499f-9da5-509eb1b90e85 2018-08-27 04:43:47,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.204517841339s 2018-08-27 04:43:47,440 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-db1a7686-1843-499f-9da5-509eb1b90e85 2018-08-27 04:43:52,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:52,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:52,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:52 GMT Server: Apache x-openstack-request-id: req-0dda58ee-fcef-40f1-a3be-41e01e9e552f Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:52,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:52 GMT Server: Apache x-openstack-request-id: req-320352d0-dda9-478e-97a1-5146cea072e6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:43:52,653 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-320352d0-dda9-478e-97a1-5146cea072e6 2018-08-27 04:43:52,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.206733942032s 2018-08-27 04:43:52,653 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-320352d0-dda9-478e-97a1-5146cea072e6 2018-08-27 04:43:57,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:43:57,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:57,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:57 GMT Server: Apache x-openstack-request-id: req-43d6a6e5-b779-47b9-bde7-063d333d46a2 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:57,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:57 GMT Server: Apache x-openstack-request-id: req-eba02fab-0ace-4686-82fa-2337d5aa2066 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:43:57,733 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-eba02fab-0ace-4686-82fa-2337d5aa2066 2018-08-27 04:43:57,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737149715424s 2018-08-27 04:43:57,733 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-eba02fab-0ace-4686-82fa-2337d5aa2066 2018-08-27 04:43:57,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:43:57,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:43:57,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:43:57 GMT Server: Apache x-openstack-request-id: req-9e7d2bf8-b016-41c6-b930-8c20d61d4187 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:43:57,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:43:57 GMT Server: Apache x-openstack-request-id: req-2c2bc23b-5b02-472c-8107-f72a0664c17b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:43:57,810 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-2c2bc23b-5b02-472c-8107-f72a0664c17b 2018-08-27 04:43:57,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0762748718262s 2018-08-27 04:43:57,810 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-2c2bc23b-5b02-472c-8107-f72a0664c17b 2018-08-27 04:44:02,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:44:02,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:02,861 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:44:02 GMT Server: Apache x-openstack-request-id: req-f5dca6ec-5f7a-444b-a836-630583b62575 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:44:02,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:02 GMT Server: Apache x-openstack-request-id: req-669d85ec-8f71-4a1b-8b57-1a1f73131641 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:44:02,905 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-669d85ec-8f71-4a1b-8b57-1a1f73131641 2018-08-27 04:44:02,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0921950340271s 2018-08-27 04:44:02,905 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-669d85ec-8f71-4a1b-8b57-1a1f73131641 2018-08-27 04:44:07,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:44:07,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:07,944 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:44:07 GMT Server: Apache x-openstack-request-id: req-0386efee-724c-4760-92ea-7509cad25ff3 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:44:07,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:07 GMT Server: Apache x-openstack-request-id: req-ec4e8dd9-1905-4603-b175-d1f197b77ca6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:44:07,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-ec4e8dd9-1905-4603-b175-d1f197b77ca6 2018-08-27 04:44:07,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0848648548126s 2018-08-27 04:44:07,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-ec4e8dd9-1905-4603-b175-d1f197b77ca6 2018-08-27 04:44:07,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:44:07,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:08,027 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:44:08 GMT Server: Apache x-openstack-request-id: req-85c1a87c-6016-4178-a932-e8f7b0b7c712 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:44:08,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:08 GMT Server: Apache x-openstack-request-id: req-e030cda0-5ecf-44e2-b98b-2ec6f61b7266 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 04:44:08,071 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-e030cda0-5ecf-44e2-b98b-2ec6f61b7266 2018-08-27 04:44:08,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.07386302948s 2018-08-27 04:44:08,071 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-e030cda0-5ecf-44e2-b98b-2ec6f61b7266 2018-08-27 04:44:13,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:44:13,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:13,111 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:44:13 GMT Server: Apache x-openstack-request-id: req-5b63e9a9-413f-4429-90cf-7776b1c450fe Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:44:13,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:13 GMT Server: Apache x-openstack-request-id: req-b376eebf-14aa-4080-a1b3-a1e91fc5a92e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 04:44:13,154 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-b376eebf-14aa-4080-a1b3-a1e91fc5a92e 2018-08-27 04:44:13,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0760388374329s 2018-08-27 04:44:13,154 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-b376eebf-14aa-4080-a1b3-a1e91fc5a92e 2018-08-27 04:44:18,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:44:18,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:18,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:44:18 GMT Server: Apache x-openstack-request-id: req-dca3b3c3-0059-4c79-87c4-67b062af0531 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:44:18,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:18 GMT Server: Apache x-openstack-request-id: req-74ded84f-f5e9-46b6-a40b-927470f70d62 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-27T04:44:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/vellum/events/f8a126bf-3be5-4e1b-863a-ab8899d34ebe", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "2a4b050c-51ce-436e-adac-abe4fe67836c", "id": "f8a126bf-3be5-4e1b-863a-ab8899d34ebe"}]} 2018-08-27 04:44:18,232 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-74ded84f-f5e9-46b6-a40b-927470f70d62 2018-08-27 04:44:18,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072173833847s 2018-08-27 04:44:18,232 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc&marker=707abd30-7bee-43e7-bb3c-545a82c36574&sort_dir=asc used request id req-74ded84f-f5e9-46b6-a40b-927470f70d62 2018-08-27 04:44:23,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:44:23,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=f8a126bf-3be5-4e1b-863a-ab8899d34ebe&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:23,267 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:44:23 GMT Server: Apache x-openstack-request-id: req-3d4a26ed-c20d-4ff4-9ac9-da599a883e3a Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=f8a126bf-3be5-4e1b-863a-ab8899d34ebe&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:44:23,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:23 GMT Server: Apache x-openstack-request-id: req-ef4f7922-b508-4e7a-85ee-26a505aee5d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 356 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-27T04:44:19Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sprout/events/63283d13-c8c8-48ab-b6e6-a70a50a8648f", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "4d306be1-8388-4ff1-bad5-356a64182553", "id": "63283d13-c8c8-48ab-b6e6-a70a50a8648f"}]} 2018-08-27 04:44:23,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=f8a126bf-3be5-4e1b-863a-ab8899d34ebe&sort_dir=asc&marker=f8a126bf-3be5-4e1b-863a-ab8899d34ebe&sort_dir=asc used request id req-ef4f7922-b508-4e7a-85ee-26a505aee5d1 2018-08-27 04:44:23,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759398937225s 2018-08-27 04:44:23,311 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=f8a126bf-3be5-4e1b-863a-ab8899d34ebe&sort_dir=asc&marker=f8a126bf-3be5-4e1b-863a-ab8899d34ebe&sort_dir=asc used request id req-ef4f7922-b508-4e7a-85ee-26a505aee5d1 2018-08-27 04:44:28,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:44:28,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=63283d13-c8c8-48ab-b6e6-a70a50a8648f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:28,351 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:44:28 GMT Server: Apache x-openstack-request-id: req-128b67f9-202a-416b-b3fa-0d032024aa4b Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=63283d13-c8c8-48ab-b6e6-a70a50a8648f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:44:28,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:28 GMT Server: Apache x-openstack-request-id: req-07c1a24c-7088-4d0e-ada5-07bf5bcd9abb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-27T04:44:26Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/bono/events/fade479c-ca12-4ee5-9b14-65c740ccc1d3", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "5ac21e35-49e4-4645-94c6-9009dfe37233", "id": "fade479c-ca12-4ee5-9b14-65c740ccc1d3"}]} 2018-08-27 04:44:28,396 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=63283d13-c8c8-48ab-b6e6-a70a50a8648f&sort_dir=asc&marker=63283d13-c8c8-48ab-b6e6-a70a50a8648f&sort_dir=asc used request id req-07c1a24c-7088-4d0e-ada5-07bf5bcd9abb 2018-08-27 04:44:28,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.079295873642s 2018-08-27 04:44:28,397 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=63283d13-c8c8-48ab-b6e6-a70a50a8648f&sort_dir=asc&marker=63283d13-c8c8-48ab-b6e6-a70a50a8648f&sort_dir=asc used request id req-07c1a24c-7088-4d0e-ada5-07bf5bcd9abb 2018-08-27 04:44:33,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:44:33,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=fade479c-ca12-4ee5-9b14-65c740ccc1d3&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:33,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:44:33 GMT Server: Apache x-openstack-request-id: req-b7083eb2-482d-4cea-b338-1604a83f6271 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=fade479c-ca12-4ee5-9b14-65c740ccc1d3&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:44:33,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:33 GMT Server: Apache x-openstack-request-id: req-a85af849-83a9-41b4-be4a-8d2cf5d2e7c6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-27T04:44:31Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/homer/events/db340608-55e2-4441-9b47-c8e9b3082229", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "e77a8df9-e355-4110-9de8-62d20ea0ef24", "id": "db340608-55e2-4441-9b47-c8e9b3082229"}]} 2018-08-27 04:44:33,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=fade479c-ca12-4ee5-9b14-65c740ccc1d3&sort_dir=asc&marker=fade479c-ca12-4ee5-9b14-65c740ccc1d3&sort_dir=asc used request id req-a85af849-83a9-41b4-be4a-8d2cf5d2e7c6 2018-08-27 04:44:33,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725059509277s 2018-08-27 04:44:33,475 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=fade479c-ca12-4ee5-9b14-65c740ccc1d3&sort_dir=asc&marker=fade479c-ca12-4ee5-9b14-65c740ccc1d3&sort_dir=asc used request id req-a85af849-83a9-41b4-be4a-8d2cf5d2e7c6 2018-08-27 04:44:38,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 04:44:38,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/events?marker=db340608-55e2-4441-9b47-c8e9b3082229&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:38,511 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:44:38 GMT Server: Apache x-openstack-request-id: req-e93e36bf-8d48-4c2d-af78-3b097af314de Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=db340608-55e2-4441-9b47-c8e9b3082229&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:44:38,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:38 GMT Server: Apache x-openstack-request-id: req-07ab29b8-c653-4fb4-980e-6ee3201112b7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 445 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dime", "event_time": "2018-08-27T04:44:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dime/events/cc37bb6a-147b-4257-bcf5-8240cccea03c", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "eabcc536-fe9b-4ba2-8a10-57bebfeb5a72", "id": "cc37bb6a-147b-4257-bcf5-8240cccea03c"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T04:44:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/clearwater-opnfv/events/7fcef369-d4c2-4a2c-8a1e-43c8bac16f52", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "id": "7fcef369-d4c2-4a2c-8a1e-43c8bac16f52"}]} 2018-08-27 04:44:38,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=db340608-55e2-4441-9b47-c8e9b3082229&sort_dir=asc&marker=db340608-55e2-4441-9b47-c8e9b3082229&sort_dir=asc used request id req-07ab29b8-c653-4fb4-980e-6ee3201112b7 2018-08-27 04:44:38,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727889537811s 2018-08-27 04:44:38,554 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=db340608-55e2-4441-9b47-c8e9b3082229&sort_dir=asc&marker=db340608-55e2-4441-9b47-c8e9b3082229&sort_dir=asc used request id req-07ab29b8-c653-4fb4-980e-6ee3201112b7 2018-08-27 04:44:38,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 04:44:38,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:38,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 04:44:38 GMT Server: Apache x-openstack-request-id: req-cbee8d5b-26d7-4cc1-ad81-75235ca730c7 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269 Content-Length: 423 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 04:44:38,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:38 GMT Server: Apache x-openstack-request-id: req-3d06e6c6-67ba-4a54-abf5-8c4d9f289a94 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 948 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "outputs": [{"output_value": "172.30.9.210", "output_key": "dns_ip", "description": "IP address of DNS"}, {"output_value": "clearwater.opnfv", "output_key": "zone", "description": "DNS zone"}], "template_description": "Clearwater deployment\n"}} 2018-08-27 04:44:38,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269 used request id req-3d06e6c6-67ba-4a54-abf5-8c4d9f289a94 2018-08-27 04:44:38,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.412546157837s 2018-08-27 04:44:38,968 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269 used request id req-3d06e6c6-67ba-4a54-abf5-8c4d9f289a94 2018-08-27 04:44:38,969 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-27T04:39:16Z', 'updated_at': None, 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'Clearwater deployment\n', 'deleted_at': None, 'id': u'9300a4b0-0739-43aa-bcee-8410bc9d6269', 'parameters': Munch({u'OS::project_id': u'56f807fb3ef44dd08929fc9edf94025b', u'private_sig_net_ip_version': u'4', u'image': u'heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17', u'private_mgmt_net_pool_start': u'192.168.0.1', u'dime_cluster_size': u'1', u'flavor': u'heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17', u'sprout_cluster_size': u'1', u'private_sig_net_pool_start': u'192.168.1.1', u'zone': u'clearwater.opnfv', u'private_mgmt_net_pool_end': u'192.168.0.253', u'external_mgmt_dns_ip': u'8.8.8.8', u'private_sig_net_cidr': u'192.168.1.0/24', u'external_sig_dns_ip': u'8.8.8.8', u'private_sig_net_gateway': u'192.168.1.254', u'vellum_cluster_size': u'1', u'OS::stack_name': u'clearwater-opnfv', u'key_name': u'heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17', u'dn_range_length': u'1000', u'private_mgmt_net_cidr': u'192.168.0.0/24', u'private_sig_net_pool_end': u'192.168.1.253', u'dn_range_start': u'6505550000', u'public_sig_net_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'repo_url': u'http://repo.cw-ngv.com/stable', u'homer_cluster_size': u'1', u'private_mgmt_net_gateway': u'192.168.0.254', u'OS::stack_id': u'9300a4b0-0739-43aa-bcee-8410bc9d6269', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'bono_cluster_size': u'1', u'public_mgmt_net_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'f10c202db63f4876ad394023dd1decfc', 'status': u'COMPLETE', 'disable_rollback': False, 'description': u'Clearwater deployment\n', 'parent': None, 'tags': None, 'outputs': [Munch({u'output_value': u'172.30.9.210', u'output_key': u'dns_ip', u'description': u'IP address of DNS'}), Munch({u'output_value': u'clearwater.opnfv', u'output_key': u'zone', u'description': u'DNS zone'})], 'stack_owner': None, 'stack_status': u'CREATE_COMPLETE', 'status_reason': u'Stack CREATE completed successfully', 'properties': Munch({u'capabilities': []}), 'template_description': u'Clearwater deployment\n', 'is_rollback_enabled': False, 'name': u'clearwater-opnfv', 'created_at': u'2018-08-27T04:39:16Z', 'stack_status_reason': u'Stack CREATE completed successfully', 'updated_time': None, 'action': u'CREATE', 'identifier': 'clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269'}) 2018-08-27 04:44:38,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:44:38,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:39,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17cdf9d6-c641-4130-9074-acb7871d5978 x-compute-request-id: req-17cdf9d6-c641-4130-9074-acb7871d5978 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:44:39,482 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-17cdf9d6-c641-4130-9074-acb7871d5978 2018-08-27 04:44:39,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511800050735s 2018-08-27 04:44:39,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-17cdf9d6-c641-4130-9074-acb7871d5978 2018-08-27 04:44:39,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 04:44:39,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:39,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1761 X-Openstack-Request-Id: req-f9844020-6177-43ce-9218-0a8cbee3cef0 Date: Mon, 27 Aug 2018 04:44:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c340af57-f55a-4794-a528-d7f7d6f2e73c"],"updated_at":"2018-08-27T04:39:21Z","tenant_id":"56f807fb3ef44dd08929fc9edf94025b","created_at":"2018-08-27T04:39:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"56f807fb3ef44dd08929fc9edf94025b","id":"47779cd7-1292-4c66-a997-5685a974aff5","name":"clearwater-opnfv-private-management"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d3ddf190-aa34-4991-9145-226ecb108a7e"],"updated_at":"2018-08-27T04:39:26Z","tenant_id":"56f807fb3ef44dd08929fc9edf94025b","created_at":"2018-08-27T04:39:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"56f807fb3ef44dd08929fc9edf94025b","id":"957a2cd0-b6d8-432c-a103-01f8f56752b5","name":"clearwater-opnfv-private-signaling"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 04:44:39,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-f9844020-6177-43ce-9218-0a8cbee3cef0 2018-08-27 04:44:39,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.133873939514s 2018-08-27 04:44:39,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-f9844020-6177-43ce-9218-0a8cbee3cef0 2018-08-27 04:44:39,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 04:44:39,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:39,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-7977814f-cc77-449e-8a2c-b5762528952b Date: Mon, 27 Aug 2018 04:44:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47779cd7-1292-4c66-a997-5685a974aff5","tenant_id":"56f807fb3ef44dd08929fc9edf94025b","created_at":"2018-08-27T04:39:21Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T04:39:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.1","end":"192.168.0.253"}],"gateway_ip":"192.168.0.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"56f807fb3ef44dd08929fc9edf94025b","id":"c340af57-f55a-4794-a528-d7f7d6f2e73c","subnetpool_id":null,"name":"clearwater-opnfv-private-management"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"957a2cd0-b6d8-432c-a103-01f8f56752b5","tenant_id":"56f807fb3ef44dd08929fc9edf94025b","created_at":"2018-08-27T04:39:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T04:39:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.1","end":"192.168.1.253"}],"gateway_ip":"192.168.1.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"56f807fb3ef44dd08929fc9edf94025b","id":"d3ddf190-aa34-4991-9145-226ecb108a7e","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"}]} 2018-08-27 04:44:39,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7977814f-cc77-449e-8a2c-b5762528952b 2018-08-27 04:44:39,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0606300830841s 2018-08-27 04:44:39,690 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7977814f-cc77-449e-8a2c-b5762528952b 2018-08-27 04:44:41,694 - shade - DEBUG - The cloud returned multiple addresses, and none of them seem to work. That might be what you wanted, but we have no clue what's going on, so we just picked one at random 2018-08-27 04:44:41,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:44:41,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:41,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35163c81-49e8-476e-b3c1-9ca1a70bbbc7 x-compute-request-id: req-35163c81-49e8-476e-b3c1-9ca1a70bbbc7 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}]} 2018-08-27 04:44:41,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-35163c81-49e8-476e-b3c1-9ca1a70bbbc7 2018-08-27 04:44:41,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0246081352234s 2018-08-27 04:44:41,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-35163c81-49e8-476e-b3c1-9ca1a70bbbc7 2018-08-27 04:44:41,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 04:44:41,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:42,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efd7b6bc-d43e-42af-988f-3a5c4c65b0d5 x-compute-request-id: req-efd7b6bc-d43e-42af-988f-3a5c4c65b0d5 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "01fc1928-dc20-4e81-a0d0-8b0a8542f541"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "46a3612b-6862-42a6-b862-c10e4bbcf123"}, {"from_port": 2380, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "66248028-de8f-445e-9593-107070800c03"}, {"from_port": 4000, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "9a9c2d44-4eb7-4c18-8e7c-3c4028779f02"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dbe93371-f17b-4b8d-b089-2f55ea00b4de"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "ebaea5a3-a3b3-431e-b264-174a8e0c745a", "ip_range": {}, "id": "30fede70-c2e6-42a7-ae2b-20a782440035"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "ebaea5a3-a3b3-431e-b264-174a8e0c745a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f83f400a-2874-4f15-9f39-2c35b28897f2"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "ebaea5a3-a3b3-431e-b264-174a8e0c745a", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "0d037a16-23a4-4106-826c-098c62bab1ca", "ip_range": {}, "id": "af846682-46d7-4ebb-b4ef-e88c975372ba"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "0d037a16-23a4-4106-826c-098c62bab1ca", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e2f46dda-af03-4a87-a101-85f81a36a6a9"}, {"from_port": 9160, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "0d037a16-23a4-4106-826c-098c62bab1ca", "ip_range": {}, "id": "f8fc00b2-a76c-44cb-ba1f-08a1c4ee86b3"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "0d037a16-23a4-4106-826c-098c62bab1ca", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-08-27 04:44:42,657 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/os-security-groups used request id req-efd7b6bc-d43e-42af-988f-3a5c4c65b0d5 2018-08-27 04:44:42,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.93549990654s 2018-08-27 04:44:42,658 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/os-security-groups used request id req-efd7b6bc-d43e-42af-988f-3a5c4c65b0d5 2018-08-27 04:44:42,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:44:42,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:42,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-7d5a9c7c-a47d-48b9-8e9b-2cde3b2fa065 Date: Mon, 27 Aug 2018 04:44:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:38:59Z", "file": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file", "owner": "56f807fb3ef44dd08929fc9edf94025b", "id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "size": 263193088, "self": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T04:38:54Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:44:42,701 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7d5a9c7c-a47d-48b9-8e9b-2cde3b2fa065 2018-08-27 04:44:42,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0359771251678s 2018-08-27 04:44:42,702 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7d5a9c7c-a47d-48b9-8e9b-2cde3b2fa065 2018-08-27 04:44:42,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 04:44:42,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:43,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:42 GMT Server: Apache x-compute-request-id: req-cd573e1d-28f3-4d15-ade2-5f7ed1746f8d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cd573e1d-28f3-4d15-ade2-5f7ed1746f8d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 04:44:43,439 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-cd573e1d-28f3-4d15-ade2-5f7ed1746f8d 2018-08-27 04:44:43,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.733798027039s 2018-08-27 04:44:43,440 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-cd573e1d-28f3-4d15-ade2-5f7ed1746f8d 2018-08-27 04:44:43,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:44:43,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:43,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9c345bd-c443-4676-9a17-36794a1805e7 x-compute-request-id: req-a9c345bd-c443-4676-9a17-36794a1805e7 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}]} 2018-08-27 04:44:43,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-a9c345bd-c443-4676-9a17-36794a1805e7 2018-08-27 04:44:43,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0285589694977s 2018-08-27 04:44:43,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-a9c345bd-c443-4676-9a17-36794a1805e7 2018-08-27 04:44:43,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 04:44:43,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:45,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ca5730e-4c5c-4e89-bcad-d79b005ad7bc x-compute-request-id: req-7ca5730e-4c5c-4e89-bcad-d79b005ad7bc Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "01fc1928-dc20-4e81-a0d0-8b0a8542f541"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "46a3612b-6862-42a6-b862-c10e4bbcf123"}, {"from_port": 2380, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "66248028-de8f-445e-9593-107070800c03"}, {"from_port": 4000, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "9a9c2d44-4eb7-4c18-8e7c-3c4028779f02"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dbe93371-f17b-4b8d-b089-2f55ea00b4de"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "d1fc9dbb-151a-4e60-a188-5ddaf87de172", "ip_range": {}, "id": "a3002de0-b653-4276-a0cc-fb398f86ba4c"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "d1fc9dbb-151a-4e60-a188-5ddaf87de172", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 10888, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de", "ip_range": {}, "id": "03b528b2-00d1-4d8b-b790-ffa101c5031d"}, {"from_port": 8888, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de", "ip_range": {}, "id": "3bc8dad1-81e0-425a-806c-8f7c0ee19192"}, {"from_port": 10888, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de", "ip_range": {}, "id": "908958b8-d9b4-4d43-a886-c45c547a2c37"}, {"from_port": 10888, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de", "ip_range": {}, "id": "a9ecbf35-f215-48a5-990c-ccdd873cdfa7"}, {"from_port": 8888, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de", "ip_range": {}, "id": "f505b88e-11cb-4939-9c85-fbdbe54578e0"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-08-27 04:44:45,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa/os-security-groups used request id req-7ca5730e-4c5c-4e89-bcad-d79b005ad7bc 2018-08-27 04:44:45,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 2.06309294701s 2018-08-27 04:44:45,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa/os-security-groups used request id req-7ca5730e-4c5c-4e89-bcad-d79b005ad7bc 2018-08-27 04:44:45,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:44:45,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:45,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-64f7328c-850e-4b56-a0a8-37ef1db3641c Date: Mon, 27 Aug 2018 04:44:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:38:59Z", "file": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file", "owner": "56f807fb3ef44dd08929fc9edf94025b", "id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "size": 263193088, "self": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T04:38:54Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:44:45,868 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-64f7328c-850e-4b56-a0a8-37ef1db3641c 2018-08-27 04:44:45,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.326643943787s 2018-08-27 04:44:45,869 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-64f7328c-850e-4b56-a0a8-37ef1db3641c 2018-08-27 04:44:45,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 04:44:45,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:46,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:45 GMT Server: Apache x-compute-request-id: req-666397e0-d3bc-4fc0-95bd-7e882d0ba48b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-666397e0-d3bc-4fc0-95bd-7e882d0ba48b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 04:44:46,613 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-666397e0-d3bc-4fc0-95bd-7e882d0ba48b 2018-08-27 04:44:46,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.740315198898s 2018-08-27 04:44:46,614 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-666397e0-d3bc-4fc0-95bd-7e882d0ba48b 2018-08-27 04:44:46,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:44:46,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:46,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0b6c352-4aa5-47e9-83eb-744d6ae461b5 x-compute-request-id: req-c0b6c352-4aa5-47e9-83eb-744d6ae461b5 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}]} 2018-08-27 04:44:46,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c0b6c352-4aa5-47e9-83eb-744d6ae461b5 2018-08-27 04:44:46,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.227319002151s 2018-08-27 04:44:46,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c0b6c352-4aa5-47e9-83eb-744d6ae461b5 2018-08-27 04:44:46,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 04:44:46,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:48,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29f931e6-28ba-4e1e-b27b-02b1cc18772d x-compute-request-id: req-29f931e6-28ba-4e1e-b27b-02b1cc18772d Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "01fc1928-dc20-4e81-a0d0-8b0a8542f541"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "46a3612b-6862-42a6-b862-c10e4bbcf123"}, {"from_port": 2380, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "66248028-de8f-445e-9593-107070800c03"}, {"from_port": 4000, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "9a9c2d44-4eb7-4c18-8e7c-3c4028779f02"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dbe93371-f17b-4b8d-b089-2f55ea00b4de"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5054, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "29c3e9a8-bce7-4e62-ab9d-89c8ec0cdb0b", "ip_range": {}, "id": "09103b16-93ee-44db-9d19-42a8b716e656"}, {"from_port": 9888, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "29c3e9a8-bce7-4e62-ab9d-89c8ec0cdb0b", "ip_range": {}, "id": "341381bb-bfe7-4f77-91da-89e39515447e"}, {"from_port": 9888, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "29c3e9a8-bce7-4e62-ab9d-89c8ec0cdb0b", "ip_range": {}, "id": "720ad09c-2530-4d04-98ca-125847732210"}, {"from_port": 5052, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "29c3e9a8-bce7-4e62-ab9d-89c8ec0cdb0b", "ip_range": {}, "id": "95632053-f907-406b-bffc-0798ecbc7265"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "29c3e9a8-bce7-4e62-ab9d-89c8ec0cdb0b", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5052, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "9e80c4f8-44fb-485b-8483-d1664764c002", "ip_range": {}, "id": "80f043b8-f7d7-447f-9321-065c64f69614"}, {"from_port": 5054, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "9e80c4f8-44fb-485b-8483-d1664764c002", "ip_range": {}, "id": "fbc16dbe-4f00-48bf-bb0d-e7cc67eb1841"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "9e80c4f8-44fb-485b-8483-d1664764c002", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-08-27 04:44:48,179 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0/os-security-groups used request id req-29f931e6-28ba-4e1e-b27b-02b1cc18772d 2018-08-27 04:44:48,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.33622097969s 2018-08-27 04:44:48,180 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0/os-security-groups used request id req-29f931e6-28ba-4e1e-b27b-02b1cc18772d 2018-08-27 04:44:48,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:44:48,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:48,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-dd8ef063-2be3-4dff-adf4-6d11a767b907 Date: Mon, 27 Aug 2018 04:44:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:38:59Z", "file": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file", "owner": "56f807fb3ef44dd08929fc9edf94025b", "id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "size": 263193088, "self": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T04:38:54Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:44:48,497 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dd8ef063-2be3-4dff-adf4-6d11a767b907 2018-08-27 04:44:48,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308120012283s 2018-08-27 04:44:48,497 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dd8ef063-2be3-4dff-adf4-6d11a767b907 2018-08-27 04:44:48,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 04:44:48,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:49,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:48 GMT Server: Apache x-compute-request-id: req-26593ed3-e5e5-4b2d-994a-c1096f80fb10 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-26593ed3-e5e5-4b2d-994a-c1096f80fb10 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 04:44:49,299 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-26593ed3-e5e5-4b2d-994a-c1096f80fb10 2018-08-27 04:44:49,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.797564029694s 2018-08-27 04:44:49,299 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-26593ed3-e5e5-4b2d-994a-c1096f80fb10 2018-08-27 04:44:49,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:44:49,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:49,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-861cc499-00df-4b7a-a523-43294ce69398 x-compute-request-id: req-861cc499-00df-4b7a-a523-43294ce69398 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}]} 2018-08-27 04:44:49,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-861cc499-00df-4b7a-a523-43294ce69398 2018-08-27 04:44:49,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0229029655457s 2018-08-27 04:44:49,323 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-861cc499-00df-4b7a-a523-43294ce69398 2018-08-27 04:44:49,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 04:44:49,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:50,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8ba4979-c07b-418d-9e97-1e07d9772ff9 x-compute-request-id: req-c8ba4979-c07b-418d-9e97-1e07d9772ff9 Content-Encoding: gzip Content-Length: 923 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "01fc1928-dc20-4e81-a0d0-8b0a8542f541"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "46a3612b-6862-42a6-b862-c10e4bbcf123"}, {"from_port": 2380, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "66248028-de8f-445e-9593-107070800c03"}, {"from_port": 4000, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "9a9c2d44-4eb7-4c18-8e7c-3c4028779f02"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dbe93371-f17b-4b8d-b089-2f55ea00b4de"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7253, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "4c03451b-3458-4d59-a0cf-ebe68933d26d", "ip_range": {}, "id": "16f84dd7-b1a0-4037-a719-d8c6b030807d"}, {"from_port": 11311, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "4c03451b-3458-4d59-a0cf-ebe68933d26d", "ip_range": {}, "id": "5003fc14-296e-4677-8671-a77ed5f9fa6b"}, {"from_port": 9160, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "4c03451b-3458-4d59-a0cf-ebe68933d26d", "ip_range": {}, "id": "9f150510-7dff-45b1-a27a-5baca72341d5"}, {"from_port": 11311, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "4c03451b-3458-4d59-a0cf-ebe68933d26d", "ip_range": {}, "id": "d36fa0fe-e72b-42b3-b636-091a2332651d"}, {"from_port": 7253, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "4c03451b-3458-4d59-a0cf-ebe68933d26d", "ip_range": {}, "id": "db98fffa-db69-4f42-a00a-96a0da4e7502"}, {"from_port": 9160, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "4c03451b-3458-4d59-a0cf-ebe68933d26d", "ip_range": {}, "id": "e1851e3b-7323-430c-a16f-e7d97e962867"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "4c03451b-3458-4d59-a0cf-ebe68933d26d", "name": "clearwater-opnfv-vellum-sig-inbound", "description": "Security group for Vellum nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 7253, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "a994224e-00a9-4a9a-83b0-8dcb06c9e874", "ip_range": {}, "id": "27dcefea-f4c6-46de-9739-94c800016b00"}, {"from_port": 11211, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11211, "parent_group_id": "a994224e-00a9-4a9a-83b0-8dcb06c9e874", "ip_range": {}, "id": "ce90fe80-2d93-4820-812c-861d19be3d4c"}, {"from_port": 7000, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7000, "parent_group_id": "a994224e-00a9-4a9a-83b0-8dcb06c9e874", "ip_range": {}, "id": "d35a92d2-d036-4157-b79c-dc5e63500bbf"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "a994224e-00a9-4a9a-83b0-8dcb06c9e874", "name": "clearwater-opnfv-vellum-sig-outbound", "description": "Security group for Vellum nodes outbound traffic (signaling)"}]} 2018-08-27 04:44:50,372 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61/os-security-groups used request id req-c8ba4979-c07b-418d-9e97-1e07d9772ff9 2018-08-27 04:44:50,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.0474998951s 2018-08-27 04:44:50,373 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61/os-security-groups used request id req-c8ba4979-c07b-418d-9e97-1e07d9772ff9 2018-08-27 04:44:50,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:44:50,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:50,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-dcb21f8a-4da7-4f93-ab93-19405e394222 Date: Mon, 27 Aug 2018 04:44:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:38:59Z", "file": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file", "owner": "56f807fb3ef44dd08929fc9edf94025b", "id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "size": 263193088, "self": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T04:38:54Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:44:50,676 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dcb21f8a-4da7-4f93-ab93-19405e394222 2018-08-27 04:44:50,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.294268846512s 2018-08-27 04:44:50,677 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dcb21f8a-4da7-4f93-ab93-19405e394222 2018-08-27 04:44:50,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 04:44:50,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:51,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:50 GMT Server: Apache x-compute-request-id: req-4b7639bd-e298-4144-9943-64bd7419afc3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4b7639bd-e298-4144-9943-64bd7419afc3 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 04:44:51,370 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-4b7639bd-e298-4144-9943-64bd7419afc3 2018-08-27 04:44:51,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.689437150955s 2018-08-27 04:44:51,370 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-4b7639bd-e298-4144-9943-64bd7419afc3 2018-08-27 04:44:52,373 - shade - DEBUG - The cloud returned multiple addresses, and none of them seem to work. That might be what you wanted, but we have no clue what's going on, so we just picked one at random 2018-08-27 04:44:52,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:44:52,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:52,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b4a5f3d-7076-453b-9fba-27a6f81d3ad9 x-compute-request-id: req-5b4a5f3d-7076-453b-9fba-27a6f81d3ad9 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}]} 2018-08-27 04:44:52,395 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-5b4a5f3d-7076-453b-9fba-27a6f81d3ad9 2018-08-27 04:44:52,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0220990180969s 2018-08-27 04:44:52,396 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-5b4a5f3d-7076-453b-9fba-27a6f81d3ad9 2018-08-27 04:44:52,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 04:44:52,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:52,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c32cfccf-3001-4f41-a636-49141129936f x-compute-request-id: req-c32cfccf-3001-4f41-a636-49141129936f Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "01fc1928-dc20-4e81-a0d0-8b0a8542f541"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "46a3612b-6862-42a6-b862-c10e4bbcf123"}, {"from_port": 2380, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "66248028-de8f-445e-9593-107070800c03"}, {"from_port": 4000, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "9a9c2d44-4eb7-4c18-8e7c-3c4028779f02"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dbe93371-f17b-4b8d-b089-2f55ea00b4de"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5058, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "ac449826-b3ae-4586-84fc-ca66931cc878", "ip_range": {}, "id": "1b2d6262-3c31-4101-83f2-462049c4e1da"}, {"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "ac449826-b3ae-4586-84fc-ca66931cc878", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "41f7304a-9293-4ce1-96fe-db0b956c5ba7"}, {"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "ac449826-b3ae-4586-84fc-ca66931cc878", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "512a2251-cdda-42eb-bc04-3aebfa42a42a"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "ac449826-b3ae-4586-84fc-ca66931cc878", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a746dd44-b630-418f-86a6-6ba294d10601"}, {"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "ac449826-b3ae-4586-84fc-ca66931cc878", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dc395a00-8f17-4d92-af12-7bc448bea448"}, {"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "ac449826-b3ae-4586-84fc-ca66931cc878", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e5b789be-ee07-43a1-a357-5e942a1a2c7f"}, {"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "ac449826-b3ae-4586-84fc-ca66931cc878", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f664572a-5212-46d8-8f57-7665c3f2dead"}, {"from_port": 5058, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "ac449826-b3ae-4586-84fc-ca66931cc878", "ip_range": {}, "id": "fedf6fdc-569e-41d9-9346-ba189744f871"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "ac449826-b3ae-4586-84fc-ca66931cc878", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-08-27 04:44:52,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482/os-security-groups used request id req-c32cfccf-3001-4f41-a636-49141129936f 2018-08-27 04:44:52,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.38659787178s 2018-08-27 04:44:52,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482/os-security-groups used request id req-c32cfccf-3001-4f41-a636-49141129936f 2018-08-27 04:44:52,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:44:52,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:53,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-9d944ad9-5683-4875-93fd-a1f97f240c65 Date: Mon, 27 Aug 2018 04:44:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:38:59Z", "file": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file", "owner": "56f807fb3ef44dd08929fc9edf94025b", "id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "size": 263193088, "self": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T04:38:54Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:44:53,088 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9d944ad9-5683-4875-93fd-a1f97f240c65 2018-08-27 04:44:53,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295422077179s 2018-08-27 04:44:53,088 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9d944ad9-5683-4875-93fd-a1f97f240c65 2018-08-27 04:44:53,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 04:44:53,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:53,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:53 GMT Server: Apache x-compute-request-id: req-05fe84a2-6c23-4967-b00d-b93143b33aea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-05fe84a2-6c23-4967-b00d-b93143b33aea Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 04:44:53,816 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-05fe84a2-6c23-4967-b00d-b93143b33aea 2018-08-27 04:44:53,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.723603010178s 2018-08-27 04:44:53,816 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-05fe84a2-6c23-4967-b00d-b93143b33aea 2018-08-27 04:44:53,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:44:53,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:53,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3a9cf87-1e85-4130-9c77-f7b801ce1984 x-compute-request-id: req-f3a9cf87-1e85-4130-9c77-f7b801ce1984 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}]} 2018-08-27 04:44:53,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-f3a9cf87-1e85-4130-9c77-f7b801ce1984 2018-08-27 04:44:53,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0212700366974s 2018-08-27 04:44:53,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-f3a9cf87-1e85-4130-9c77-f7b801ce1984 2018-08-27 04:44:53,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 04:44:53,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:54,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c86f831c-7021-4d73-a516-df5b1fde61e8 x-compute-request-id: req-c86f831c-7021-4d73-a516-df5b1fde61e8 Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "01fc1928-dc20-4e81-a0d0-8b0a8542f541"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "46a3612b-6862-42a6-b862-c10e4bbcf123"}, {"from_port": 2380, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "66248028-de8f-445e-9593-107070800c03"}, {"from_port": 4000, "group": {"tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {}, "id": "9a9c2d44-4eb7-4c18-8e7c-3c4028779f02"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dbe93371-f17b-4b8d-b089-2f55ea00b4de"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "f28657dd-6c1f-4c94-b52f-ee303c793b5b", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "b2d33dc5-7075-41f8-95e0-5894485cd444", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "9441fc64-4925-4741-a49f-dd30617bacbd"}, {"from_port": 443, "group": {}, "ip_protocol": "tcp", "to_port": 443, "parent_group_id": "b2d33dc5-7075-41f8-95e0-5894485cd444", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "aee010d2-ed6f-44e8-9eb3-6e51f93548c2"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "b2d33dc5-7075-41f8-95e0-5894485cd444", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-27 04:44:54,608 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a/os-security-groups used request id req-c86f831c-7021-4d73-a516-df5b1fde61e8 2018-08-27 04:44:54,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.768244028091s 2018-08-27 04:44:54,608 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a/os-security-groups used request id req-c86f831c-7021-4d73-a516-df5b1fde61e8 2018-08-27 04:44:54,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:44:54,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:54,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-64f3f736-2249-4459-ae61-80a0fad73c4c Date: Mon, 27 Aug 2018 04:44:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:38:59Z", "file": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file", "owner": "56f807fb3ef44dd08929fc9edf94025b", "id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "size": 263193088, "self": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T04:38:54Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:44:54,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-64f3f736-2249-4459-ae61-80a0fad73c4c 2018-08-27 04:44:54,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0393340587616s 2018-08-27 04:44:54,654 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-64f3f736-2249-4459-ae61-80a0fad73c4c 2018-08-27 04:44:54,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 04:44:54,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:55,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:54 GMT Server: Apache x-compute-request-id: req-920c3ee7-dd23-4ba1-bc3e-22556f9fab6a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-920c3ee7-dd23-4ba1-bc3e-22556f9fab6a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 04:44:55,400 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-920c3ee7-dd23-4ba1-bc3e-22556f9fab6a 2018-08-27 04:44:55,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.742934942245s 2018-08-27 04:44:55,400 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-920c3ee7-dd23-4ba1-bc3e-22556f9fab6a 2018-08-27 04:44:55,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 04:44:55,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:55,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24c65cc7-f54b-4dd5-a419-9fdaa9314d9a x-compute-request-id: req-24c65cc7-f54b-4dd5-a419-9fdaa9314d9a Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}]} 2018-08-27 04:44:55,430 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-24c65cc7-f54b-4dd5-a419-9fdaa9314d9a 2018-08-27 04:44:55,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0289459228516s 2018-08-27 04:44:55,430 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-24c65cc7-f54b-4dd5-a419-9fdaa9314d9a 2018-08-27 04:44:55,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 04:44:55,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:56,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1870602b-0e46-4100-a7e4-5ec6e9894fe2 x-compute-request-id: req-1870602b-0e46-4100-a7e4-5ec6e9894fe2 Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "513d6c9c-551c-4d24-8eff-dbca81990c9e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0edff46e-a962-4af9-83a9-cc5c902a464e"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "513d6c9c-551c-4d24-8eff-dbca81990c9e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "33053a75-f860-49c2-aeda-f9654ed4cf2a"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "513d6c9c-551c-4d24-8eff-dbca81990c9e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c8c593b0-0994-41d9-80c6-9c3c4f8c139d"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "513d6c9c-551c-4d24-8eff-dbca81990c9e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "de6f224a-8b3b-4258-9ac5-1398d8a478a8"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "513d6c9c-551c-4d24-8eff-dbca81990c9e", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "513d6c9c-551c-4d24-8eff-dbca81990c9e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0edff46e-a962-4af9-83a9-cc5c902a464e"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "513d6c9c-551c-4d24-8eff-dbca81990c9e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "33053a75-f860-49c2-aeda-f9654ed4cf2a"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "513d6c9c-551c-4d24-8eff-dbca81990c9e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c8c593b0-0994-41d9-80c6-9c3c4f8c139d"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "513d6c9c-551c-4d24-8eff-dbca81990c9e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "de6f224a-8b3b-4258-9ac5-1398d8a478a8"}], "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "id": "513d6c9c-551c-4d24-8eff-dbca81990c9e", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-27 04:44:56,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633/os-security-groups used request id req-1870602b-0e46-4100-a7e4-5ec6e9894fe2 2018-08-27 04:44:56,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.681673049927s 2018-08-27 04:44:56,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633/os-security-groups used request id req-1870602b-0e46-4100-a7e4-5ec6e9894fe2 2018-08-27 04:44:56,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 04:44:56,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:56,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-ecc6fdd5-1f8b-413b-8ac3-316103b4313a Date: Mon, 27 Aug 2018 04:44:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T04:38:59Z", "file": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/file", "owner": "56f807fb3ef44dd08929fc9edf94025b", "id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "size": 263193088, "self": "/v2/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T04:38:54Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 04:44:56,433 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ecc6fdd5-1f8b-413b-8ac3-316103b4313a 2018-08-27 04:44:56,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.311541080475s 2018-08-27 04:44:56,433 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ecc6fdd5-1f8b-413b-8ac3-316103b4313a 2018-08-27 04:44:56,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 04:44:56,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:56,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:56 GMT Server: Apache x-compute-request-id: req-4d76027f-dea1-4dd0-853c-2c4a67cc5b8d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4d76027f-dea1-4dd0-853c-2c4a67cc5b8d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 04:44:56,616 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-4d76027f-dea1-4dd0-853c-2c4a67cc5b8d 2018-08-27 04:44:56,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.178648948669s 2018-08-27 04:44:56,616 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/56f807fb3ef44dd08929fc9edf94025b/volumes/detail used request id req-4d76027f-dea1-4dd0-853c-2c4a67cc5b8d 2018-08-27 04:44:56,617 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - servers: [Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bb:ea:56', u'version': 4, u'addr': u'192.168.1.10', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bb:ea:56', u'version': 4, u'addr': u'172.30.9.202', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c5:49:cd', u'version': 4, u'addr': u'192.168.0.7', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c5:49:cd', u'version': 4, u'addr': u'172.30.9.205', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c75dd232-5db0-40f1-8cbf-b4d8d5acd035', 'name': u'heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:44:26.000000', 'flavor': Munch({u'id': u'f610adc5-1f27-47bf-94a2-93bd8605dc20', 'name': u'heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), 'az': u'nova', 'id': u'8c11aea2-e2fb-4593-824c-288c55812660', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'01fc1928-dc20-4e81-a0d0-8b0a8542f541'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'46a3612b-6862-42a6-b862-c10e4bbcf123'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66248028-de8f-445e-9593-107070800c03'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9a9c2d44-4eb7-4c18-8e7c-3c4028779f02'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'dbe93371-f17b-4b8d-b089-2f55ea00b4de'})], 'id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'ebaea5a3-a3b3-431e-b264-174a8e0c745a', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'30fede70-c2e6-42a7-ae2b-20a782440035'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'ebaea5a3-a3b3-431e-b264-174a8e0c745a', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'f83f400a-2874-4f15-9f39-2c35b28897f2'})], 'id': u'ebaea5a3-a3b3-431e-b264-174a8e0c745a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'0d037a16-23a4-4106-826c-098c62bab1ca', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'af846682-46d7-4ebb-b4ef-e88c975372ba'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'0d037a16-23a4-4106-826c-098c62bab1ca', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e2f46dda-af03-4a87-a101-85f81a36a6a9'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'0d037a16-23a4-4106-826c-098c62bab1ca', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'f8fc00b2-a76c-44cb-ba1f-08a1c4ee86b3'})], 'id': u'0d037a16-23a4-4106-826c-098c62bab1ca', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'94e71fc7f912471380c014d476123187', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.202', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.202', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.202', 'launched_at': u'2018-08-27T04:44:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T04:44:26Z', 'hostId': u'011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'public_v6': '', 'private_v4': u'192.168.1.10', 'cloud': 'envvars', 'host_id': u'011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:44:26.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'created_at': u'2018-08-27T04:43:51Z', 'created': u'2018-08-27T04:43:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:be:b1:ae', u'version': 4, u'addr': u'192.168.1.32', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f4:22:b1', u'version': 4, u'addr': u'192.168.0.6', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f4:22:b1', u'version': 4, u'addr': u'172.30.9.216', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c75dd232-5db0-40f1-8cbf-b4d8d5acd035', 'name': u'heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:44:30.000000', 'flavor': Munch({u'id': u'f610adc5-1f27-47bf-94a2-93bd8605dc20', 'name': u'heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), 'az': u'nova', 'id': u'96a8859d-e38f-4f49-8427-855652f3edfa', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'01fc1928-dc20-4e81-a0d0-8b0a8542f541'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'46a3612b-6862-42a6-b862-c10e4bbcf123'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66248028-de8f-445e-9593-107070800c03'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9a9c2d44-4eb7-4c18-8e7c-3c4028779f02'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'dbe93371-f17b-4b8d-b089-2f55ea00b4de'})], 'id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'd1fc9dbb-151a-4e60-a188-5ddaf87de172', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'a3002de0-b653-4276-a0cc-fb398f86ba4c'})], 'id': u'd1fc9dbb-151a-4e60-a188-5ddaf87de172', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'03b528b2-00d1-4d8b-b790-ffa101c5031d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'3bc8dad1-81e0-425a-806c-8f7c0ee19192'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'908958b8-d9b4-4d43-a886-c45c547a2c37'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'a9ecbf35-f215-48a5-990c-ccdd873cdfa7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'f505b88e-11cb-4939-9c85-fbdbe54578e0'})], 'id': u'4cd4ec0c-f4b2-4c93-8926-4f0f9b61f5de', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'94e71fc7f912471380c014d476123187', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.216', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.216', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.216', 'launched_at': u'2018-08-27T04:44:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T04:44:30Z', 'hostId': u'c68697559dc0736620219e062abb661afd282408022b15b5414e9298', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'public_v6': '', 'private_v4': u'192.168.0.6', 'cloud': 'envvars', 'host_id': u'c68697559dc0736620219e062abb661afd282408022b15b5414e9298', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:44:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'created_at': u'2018-08-27T04:43:51Z', 'created': u'2018-08-27T04:43:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:89:38:0c', u'version': 4, u'addr': u'192.168.1.11', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:53:f3:4e', u'version': 4, u'addr': u'192.168.0.9', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:53:f3:4e', u'version': 4, u'addr': u'172.30.9.206', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c75dd232-5db0-40f1-8cbf-b4d8d5acd035', 'name': u'heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:44:14.000000', 'flavor': Munch({u'id': u'f610adc5-1f27-47bf-94a2-93bd8605dc20', 'name': u'heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), 'az': u'nova', 'id': u'fc919cdc-fbee-4c43-abd3-e8916a60a8a0', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'01fc1928-dc20-4e81-a0d0-8b0a8542f541'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'46a3612b-6862-42a6-b862-c10e4bbcf123'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66248028-de8f-445e-9593-107070800c03'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9a9c2d44-4eb7-4c18-8e7c-3c4028779f02'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'dbe93371-f17b-4b8d-b089-2f55ea00b4de'})], 'id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'29c3e9a8-bce7-4e62-ab9d-89c8ec0cdb0b', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'09103b16-93ee-44db-9d19-42a8b716e656'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'29c3e9a8-bce7-4e62-ab9d-89c8ec0cdb0b', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'341381bb-bfe7-4f77-91da-89e39515447e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'29c3e9a8-bce7-4e62-ab9d-89c8ec0cdb0b', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'720ad09c-2530-4d04-98ca-125847732210'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'29c3e9a8-bce7-4e62-ab9d-89c8ec0cdb0b', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'95632053-f907-406b-bffc-0798ecbc7265'})], 'id': u'29c3e9a8-bce7-4e62-ab9d-89c8ec0cdb0b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'9e80c4f8-44fb-485b-8483-d1664764c002', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'80f043b8-f7d7-447f-9321-065c64f69614'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'9e80c4f8-44fb-485b-8483-d1664764c002', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'fbc16dbe-4f00-48bf-bb0d-e7cc67eb1841'})], 'id': u'9e80c4f8-44fb-485b-8483-d1664764c002', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'94e71fc7f912471380c014d476123187', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.206', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.206', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.206', 'launched_at': u'2018-08-27T04:44:14.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T04:44:15Z', 'hostId': u'011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'public_v6': '', 'private_v4': u'192.168.0.9', 'cloud': 'envvars', 'host_id': u'011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:44:14.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'created_at': u'2018-08-27T04:43:51Z', 'created': u'2018-08-27T04:43:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:19:c2:6f', u'version': 4, u'addr': u'192.168.1.34', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5f:ef:bf', u'version': 4, u'addr': u'192.168.0.21', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5f:ef:bf', u'version': 4, u'addr': u'172.30.9.204', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c75dd232-5db0-40f1-8cbf-b4d8d5acd035', 'name': u'heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:44:11.000000', 'flavor': Munch({u'id': u'f610adc5-1f27-47bf-94a2-93bd8605dc20', 'name': u'heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), 'az': u'nova', 'id': u'4fde440b-dc2e-4504-a52f-70bf7090fa61', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'01fc1928-dc20-4e81-a0d0-8b0a8542f541'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'46a3612b-6862-42a6-b862-c10e4bbcf123'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66248028-de8f-445e-9593-107070800c03'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9a9c2d44-4eb7-4c18-8e7c-3c4028779f02'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'dbe93371-f17b-4b8d-b089-2f55ea00b4de'})], 'id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Vellum nodes inbound traffic (signaling)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'4c03451b-3458-4d59-a0cf-ebe68933d26d', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'16f84dd7-b1a0-4037-a719-d8c6b030807d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'4c03451b-3458-4d59-a0cf-ebe68933d26d', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'5003fc14-296e-4677-8671-a77ed5f9fa6b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'4c03451b-3458-4d59-a0cf-ebe68933d26d', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'9f150510-7dff-45b1-a27a-5baca72341d5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'4c03451b-3458-4d59-a0cf-ebe68933d26d', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'd36fa0fe-e72b-42b3-b636-091a2332651d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'4c03451b-3458-4d59-a0cf-ebe68933d26d', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'db98fffa-db69-4f42-a00a-96a0da4e7502'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'4c03451b-3458-4d59-a0cf-ebe68933d26d', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'e1851e3b-7323-430c-a16f-e7d97e962867'})], 'id': u'4c03451b-3458-4d59-a0cf-ebe68933d26d', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-inbound'}), Munch({'description': u'Security group for Vellum nodes outbound traffic (signaling)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'a994224e-00a9-4a9a-83b0-8dcb06c9e874', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'27dcefea-f4c6-46de-9739-94c800016b00'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'security_group_id': u'a994224e-00a9-4a9a-83b0-8dcb06c9e874', 'tenant_id': '', 'port_range_min': 11211, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'ce90fe80-2d93-4820-812c-861d19be3d4c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'security_group_id': u'a994224e-00a9-4a9a-83b0-8dcb06c9e874', 'tenant_id': '', 'port_range_min': 7000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'd35a92d2-d036-4157-b79c-dc5e63500bbf'})], 'id': u'a994224e-00a9-4a9a-83b0-8dcb06c9e874', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'94e71fc7f912471380c014d476123187', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.204', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.204', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.204', 'launched_at': u'2018-08-27T04:44:11.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T04:44:11Z', 'hostId': u'011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'public_v6': '', 'private_v4': u'192.168.0.21', 'cloud': 'envvars', 'host_id': u'011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:44:11.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'created_at': u'2018-08-27T04:43:50Z', 'created': u'2018-08-27T04:43:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:02:5e:ad', u'version': 4, u'addr': u'192.168.1.4', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:02:5e:ad', u'version': 4, u'addr': u'172.30.9.201', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:de:1b:84', u'version': 4, u'addr': u'192.168.0.20', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:de:1b:84', u'version': 4, u'addr': u'172.30.9.218', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c75dd232-5db0-40f1-8cbf-b4d8d5acd035', 'name': u'heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:44:22.000000', 'flavor': Munch({u'id': u'f610adc5-1f27-47bf-94a2-93bd8605dc20', 'name': u'heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), 'az': u'nova', 'id': u'660f73de-b719-4738-a2f9-1232f1585482', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'01fc1928-dc20-4e81-a0d0-8b0a8542f541'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'46a3612b-6862-42a6-b862-c10e4bbcf123'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66248028-de8f-445e-9593-107070800c03'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9a9c2d44-4eb7-4c18-8e7c-3c4028779f02'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'dbe93371-f17b-4b8d-b089-2f55ea00b4de'})], 'id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'ac449826-b3ae-4586-84fc-ca66931cc878', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'1b2d6262-3c31-4101-83f2-462049c4e1da'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'ac449826-b3ae-4586-84fc-ca66931cc878', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'41f7304a-9293-4ce1-96fe-db0b956c5ba7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'ac449826-b3ae-4586-84fc-ca66931cc878', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'512a2251-cdda-42eb-bc04-3aebfa42a42a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'ac449826-b3ae-4586-84fc-ca66931cc878', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'a746dd44-b630-418f-86a6-6ba294d10601'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'ac449826-b3ae-4586-84fc-ca66931cc878', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'dc395a00-8f17-4d92-af12-7bc448bea448'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'ac449826-b3ae-4586-84fc-ca66931cc878', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e5b789be-ee07-43a1-a357-5e942a1a2c7f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'ac449826-b3ae-4586-84fc-ca66931cc878', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'f664572a-5212-46d8-8f57-7665c3f2dead'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'ac449826-b3ae-4586-84fc-ca66931cc878', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'fedf6fdc-569e-41d9-9346-ba189744f871'})], 'id': u'ac449826-b3ae-4586-84fc-ca66931cc878', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'94e71fc7f912471380c014d476123187', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.201', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.201', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.201', 'launched_at': u'2018-08-27T04:44:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T04:44:22Z', 'hostId': u'011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'public_v6': '', 'private_v4': u'192.168.1.4', 'cloud': 'envvars', 'host_id': u'011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:44:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'created_at': u'2018-08-27T04:43:50Z', 'created': u'2018-08-27T04:43:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5d:24:0e', u'version': 4, u'addr': u'192.168.0.8', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5d:24:0e', u'version': 4, u'addr': u'172.30.9.211', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c75dd232-5db0-40f1-8cbf-b4d8d5acd035', 'name': u'heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:43:30.000000', 'flavor': Munch({u'id': u'f610adc5-1f27-47bf-94a2-93bd8605dc20', 'name': u'heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), 'az': u'nova', 'id': u'b8eeaade-a165-43ac-96b5-b37aed5a713a', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'01fc1928-dc20-4e81-a0d0-8b0a8542f541'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'46a3612b-6862-42a6-b862-c10e4bbcf123'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66248028-de8f-445e-9593-107070800c03'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9a9c2d44-4eb7-4c18-8e7c-3c4028779f02'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'dbe93371-f17b-4b8d-b089-2f55ea00b4de'})], 'id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'b2d33dc5-7075-41f8-95e0-5894485cd444', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'9441fc64-4925-4741-a49f-dd30617bacbd'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'b2d33dc5-7075-41f8-95e0-5894485cd444', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'aee010d2-ed6f-44e8-9eb3-6e51f93548c2'})], 'id': u'b2d33dc5-7075-41f8-95e0-5894485cd444', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'94e71fc7f912471380c014d476123187', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.211', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.211', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.211', 'launched_at': u'2018-08-27T04:43:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T04:43:30Z', 'hostId': u'c68697559dc0736620219e062abb661afd282408022b15b5414e9298', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'public_v6': '', 'private_v4': u'192.168.0.8', 'cloud': 'envvars', 'host_id': u'c68697559dc0736620219e062abb661afd282408022b15b5414e9298', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:43:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'created_at': u'2018-08-27T04:41:55Z', 'created': u'2018-08-27T04:41:55Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2c:bd:af', u'version': 4, u'addr': u'192.168.1.9', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d0:a8:5a', u'version': 4, u'addr': u'192.168.0.4', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d0:a8:5a', u'version': 4, u'addr': u'172.30.9.210', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c75dd232-5db0-40f1-8cbf-b4d8d5acd035', 'name': u'heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:41:42.000000', 'flavor': Munch({u'id': u'f610adc5-1f27-47bf-94a2-93bd8605dc20', 'name': u'heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), 'az': u'nova', 'id': u'7ba6ff1c-8c6c-47ee-8b74-b0a387202633', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'513d6c9c-551c-4d24-8eff-dbca81990c9e', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0edff46e-a962-4af9-83a9-cc5c902a464e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'513d6c9c-551c-4d24-8eff-dbca81990c9e', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'33053a75-f860-49c2-aeda-f9654ed4cf2a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'513d6c9c-551c-4d24-8eff-dbca81990c9e', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'c8c593b0-0994-41d9-80c6-9c3c4f8c139d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'513d6c9c-551c-4d24-8eff-dbca81990c9e', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'de6f224a-8b3b-4258-9ac5-1398d8a478a8'})], 'id': u'513d6c9c-551c-4d24-8eff-dbca81990c9e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'513d6c9c-551c-4d24-8eff-dbca81990c9e', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0edff46e-a962-4af9-83a9-cc5c902a464e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'513d6c9c-551c-4d24-8eff-dbca81990c9e', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'33053a75-f860-49c2-aeda-f9654ed4cf2a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'513d6c9c-551c-4d24-8eff-dbca81990c9e', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'c8c593b0-0994-41d9-80c6-9c3c4f8c139d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'513d6c9c-551c-4d24-8eff-dbca81990c9e', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'de6f224a-8b3b-4258-9ac5-1398d8a478a8'})], 'id': u'513d6c9c-551c-4d24-8eff-dbca81990c9e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'94e71fc7f912471380c014d476123187', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.210', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.210', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.210', 'launched_at': u'2018-08-27T04:41:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T04:41:42Z', 'hostId': u'011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'public_v6': '', 'private_v4': u'192.168.0.4', 'cloud': 'envvars', 'host_id': u'011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:41:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'created_at': u'2018-08-27T04:39:56Z', 'created': u'2018-08-27T04:39:56Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-27 04:44:56,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:44:56,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:44:57,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b29d33ab-1ad6-4235-8e69-566482e5312f x-compute-request-id: req-b29d33ab-1ad6-4235-8e69-566482e5312f Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:44:57,804 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b29d33ab-1ad6-4235-8e69-566482e5312f 2018-08-27 04:44:57,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17457699776s 2018-08-27 04:44:57,805 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b29d33ab-1ad6-4235-8e69-566482e5312f 2018-08-27 04:44:57,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:44:57,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:44:57,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1af89ba-9f16-42b2-9e62-7d822570abbd x-compute-request-id: req-d1af89ba-9f16-42b2-9e62-7d822570abbd Content-Encoding: gzip Content-Length: 8602 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-27 04:44:57,917 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-d1af89ba-9f16-42b2-9e62-7d822570abbd 2018-08-27 04:44:57,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.105277061462s 2018-08-27 04:44:57,918 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-d1af89ba-9f16-42b2-9e62-7d822570abbd 2018-08-27 04:44:57,918 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-27 04:44:57,919 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:45:07,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:45:07,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:45:08,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e62c6174-2961-4c93-9f26-3a2da0e206de x-compute-request-id: req-e62c6174-2961-4c93-9f26-3a2da0e206de Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:45:08,953 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e62c6174-2961-4c93-9f26-3a2da0e206de 2018-08-27 04:45:08,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02330780029s 2018-08-27 04:45:08,954 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e62c6174-2961-4c93-9f26-3a2da0e206de 2018-08-27 04:45:08,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:45:08,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:45:09,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:45:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d221c85-01be-46a2-ba34-8c782bde3cf8 x-compute-request-id: req-1d221c85-01be-46a2-ba34-8c782bde3cf8 Content-Encoding: gzip Content-Length: 8602 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-27 04:45:09,055 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-1d221c85-01be-46a2-ba34-8c782bde3cf8 2018-08-27 04:45:09,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0939259529114s 2018-08-27 04:45:09,056 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-1d221c85-01be-46a2-ba34-8c782bde3cf8 2018-08-27 04:45:09,056 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-27 04:45:09,057 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:45:19,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:45:19,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:45:19,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:45:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33f2d67a-87ca-4257-b2aa-a2f19b217341 x-compute-request-id: req-33f2d67a-87ca-4257-b2aa-a2f19b217341 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:45:19,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-33f2d67a-87ca-4257-b2aa-a2f19b217341 2018-08-27 04:45:19,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555147171021s 2018-08-27 04:45:19,624 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-33f2d67a-87ca-4257-b2aa-a2f19b217341 2018-08-27 04:45:19,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:45:19,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:45:19,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:45:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a6c4a05-ac30-4239-a178-cb81a729a0de x-compute-request-id: req-0a6c4a05-ac30-4239-a178-cb81a729a0de Content-Encoding: gzip Content-Length: 8602 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-27 04:45:19,754 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-0a6c4a05-ac30-4239-a178-cb81a729a0de 2018-08-27 04:45:19,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.122069835663s 2018-08-27 04:45:19,755 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-0a6c4a05-ac30-4239-a178-cb81a729a0de 2018-08-27 04:45:19,756 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-27 04:45:19,756 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:45:29,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:45:29,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:45:30,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:45:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31f8a78b-a75d-45ee-8003-866f6e3b50e3 x-compute-request-id: req-31f8a78b-a75d-45ee-8003-866f6e3b50e3 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:45:30,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-31f8a78b-a75d-45ee-8003-866f6e3b50e3 2018-08-27 04:45:30,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.769427061081s 2018-08-27 04:45:30,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-31f8a78b-a75d-45ee-8003-866f6e3b50e3 2018-08-27 04:45:30,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:45:30,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:45:30,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:45:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-618d6177-2d99-4cc9-aa16-45ec27e03597 x-compute-request-id: req-618d6177-2d99-4cc9-aa16-45ec27e03597 Content-Encoding: gzip Content-Length: 8602 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-27 04:45:30,620 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-618d6177-2d99-4cc9-aa16-45ec27e03597 2018-08-27 04:45:30,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0763878822327s 2018-08-27 04:45:30,621 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-618d6177-2d99-4cc9-aa16-45ec27e03597 2018-08-27 04:45:30,621 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-27 04:45:30,622 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:45:40,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:45:40,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:45:41,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:45:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d423c7f7-1835-4295-9d80-4c6e00971e43 x-compute-request-id: req-d423c7f7-1835-4295-9d80-4c6e00971e43 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:45:41,699 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d423c7f7-1835-4295-9d80-4c6e00971e43 2018-08-27 04:45:41,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06597495079s 2018-08-27 04:45:41,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d423c7f7-1835-4295-9d80-4c6e00971e43 2018-08-27 04:45:41,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:45:41,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:45:41,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:45:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9693ea2-3117-4c46-b3d9-b3ebc512710c x-compute-request-id: req-d9693ea2-3117-4c46-b3d9-b3ebc512710c Content-Encoding: gzip Content-Length: 8602 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-27 04:45:41,795 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-d9693ea2-3117-4c46-b3d9-b3ebc512710c 2018-08-27 04:45:41,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0879240036011s 2018-08-27 04:45:41,796 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-d9693ea2-3117-4c46-b3d9-b3ebc512710c 2018-08-27 04:45:41,796 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-27 04:45:41,797 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:45:51,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:45:51,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:45:52,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:45:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-180f61f4-bb29-420d-9d92-bc9afcee8875 x-compute-request-id: req-180f61f4-bb29-420d-9d92-bc9afcee8875 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:45:52,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-180f61f4-bb29-420d-9d92-bc9afcee8875 2018-08-27 04:45:52,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.815472126007s 2018-08-27 04:45:52,624 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-180f61f4-bb29-420d-9d92-bc9afcee8875 2018-08-27 04:45:52,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:45:52,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:45:52,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:45:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7cfe8c8-5ace-4df9-bf71-a292a0b63b86 x-compute-request-id: req-f7cfe8c8-5ace-4df9-bf71-a292a0b63b86 Content-Encoding: gzip Content-Length: 8602 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-27 04:45:52,741 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-f7cfe8c8-5ace-4df9-bf71-a292a0b63b86 2018-08-27 04:45:52,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.109416007996s 2018-08-27 04:45:52,742 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-f7cfe8c8-5ace-4df9-bf71-a292a0b63b86 2018-08-27 04:45:52,742 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-27 04:45:52,743 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:46:02,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:46:02,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:46:03,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61f4abcd-f10a-4c23-afb0-22888fec1f88 x-compute-request-id: req-61f4abcd-f10a-4c23-afb0-22888fec1f88 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:46:03,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-61f4abcd-f10a-4c23-afb0-22888fec1f88 2018-08-27 04:46:03,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521778106689s 2018-08-27 04:46:03,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-61f4abcd-f10a-4c23-afb0-22888fec1f88 2018-08-27 04:46:03,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:46:03,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:46:03,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c1e8353-3e34-46a5-9744-753c11488616 x-compute-request-id: req-7c1e8353-3e34-46a5-9744-753c11488616 Content-Encoding: gzip Content-Length: 9681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: "} 2018-08-27 04:46:03,352 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-7c1e8353-3e34-46a5-9744-753c11488616 2018-08-27 04:46:03,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0786271095276s 2018-08-27 04:46:03,354 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-7c1e8353-3e34-46a5-9744-753c11488616 2018-08-27 04:46:03,354 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: 2018-08-27 04:46:03,355 - functest.core.singlevm - DEBUG - try 7: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:46:13,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:46:13,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:46:14,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d1edd64-fc79-4b2a-aeca-b2568a6df364 x-compute-request-id: req-6d1edd64-fc79-4b2a-aeca-b2568a6df364 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:46:14,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6d1edd64-fc79-4b2a-aeca-b2568a6df364 2018-08-27 04:46:14,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23527598381s 2018-08-27 04:46:14,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6d1edd64-fc79-4b2a-aeca-b2568a6df364 2018-08-27 04:46:14,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:46:14,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:46:14,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ec843f8-39d5-496a-98c8-2eb1a7379e11 x-compute-request-id: req-5ec843f8-39d5-496a-98c8-2eb1a7379e11 Content-Encoding: gzip Content-Length: 9681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: "} 2018-08-27 04:46:14,683 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-5ec843f8-39d5-496a-98c8-2eb1a7379e11 2018-08-27 04:46:14,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0739619731903s 2018-08-27 04:46:14,684 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-5ec843f8-39d5-496a-98c8-2eb1a7379e11 2018-08-27 04:46:14,684 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: 2018-08-27 04:46:14,685 - functest.core.singlevm - DEBUG - try 8: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:46:24,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:46:24,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:46:25,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06b94391-ff2a-4039-9b5b-237992fb47ef x-compute-request-id: req-06b94391-ff2a-4039-9b5b-237992fb47ef Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:46:25,870 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-06b94391-ff2a-4039-9b5b-237992fb47ef 2018-08-27 04:46:25,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17378306389s 2018-08-27 04:46:25,871 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-06b94391-ff2a-4039-9b5b-237992fb47ef 2018-08-27 04:46:25,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:46:25,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:46:25,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d914cdc-e861-4b79-9a37-124b5649dc92 x-compute-request-id: req-7d914cdc-e861-4b79-9a37-124b5649dc92 Content-Encoding: gzip Content-Length: 9681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: "} 2018-08-27 04:46:25,983 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-7d914cdc-e861-4b79-9a37-124b5649dc92 2018-08-27 04:46:25,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.106255054474s 2018-08-27 04:46:25,984 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-7d914cdc-e861-4b79-9a37-124b5649dc92 2018-08-27 04:46:25,984 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: 2018-08-27 04:46:25,985 - functest.core.singlevm - DEBUG - try 9: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:46:35,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:46:35,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:46:36,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50ce1603-fe3c-452d-a7ab-84820de7eeaf x-compute-request-id: req-50ce1603-fe3c-452d-a7ab-84820de7eeaf Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:46:36,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-50ce1603-fe3c-452d-a7ab-84820de7eeaf 2018-08-27 04:46:36,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.781384944916s 2018-08-27 04:46:36,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-50ce1603-fe3c-452d-a7ab-84820de7eeaf 2018-08-27 04:46:36,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:46:36,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:46:36,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abfd26b1-28ad-45c9-bf74-9fb99eb806cc x-compute-request-id: req-abfd26b1-28ad-45c9-bf74-9fb99eb806cc Content-Encoding: gzip Content-Length: 9681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: "} 2018-08-27 04:46:36,872 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-abfd26b1-28ad-45c9-bf74-9fb99eb806cc 2018-08-27 04:46:36,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0867919921875s 2018-08-27 04:46:36,873 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-abfd26b1-28ad-45c9-bf74-9fb99eb806cc 2018-08-27 04:46:36,873 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: 2018-08-27 04:46:36,874 - functest.core.singlevm - DEBUG - try 10: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:46:46,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:46:46,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:46:47,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6253968f-d6eb-49fd-95df-19783055d5c7 x-compute-request-id: req-6253968f-d6eb-49fd-95df-19783055d5c7 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:46:47,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6253968f-d6eb-49fd-95df-19783055d5c7 2018-08-27 04:46:47,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06008911133s 2018-08-27 04:46:47,946 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6253968f-d6eb-49fd-95df-19783055d5c7 2018-08-27 04:46:47,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:46:47,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:46:48,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faf9962a-05b7-494b-8938-131aed1857df x-compute-request-id: req-faf9962a-05b7-494b-8938-131aed1857df Content-Encoding: gzip Content-Length: 9741 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-27 04:46:48,043 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-faf9962a-05b7-494b-8938-131aed1857df 2018-08-27 04:46:48,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0898969173431s 2018-08-27 04:46:48,044 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-faf9962a-05b7-494b-8938-131aed1857df 2018-08-27 04:46:48,045 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-27 04:46:48,045 - functest.core.singlevm - DEBUG - try 11: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:46:58,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:46:58,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:46:58,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e2c85db-7d22-4277-b1a9-ae5601e237d7 x-compute-request-id: req-0e2c85db-7d22-4277-b1a9-ae5601e237d7 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:46:58,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0e2c85db-7d22-4277-b1a9-ae5601e237d7 2018-08-27 04:46:58,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.800050020218s 2018-08-27 04:46:58,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0e2c85db-7d22-4277-b1a9-ae5601e237d7 2018-08-27 04:46:58,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:46:58,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:46:58,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:46:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cc53ed5-4c77-4926-a88f-ca540697123f x-compute-request-id: req-2cc53ed5-4c77-4926-a88f-ca540697123f Content-Encoding: gzip Content-Length: 9741 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-27 04:46:58,938 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-2cc53ed5-4c77-4926-a88f-ca540697123f 2018-08-27 04:46:58,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742909908295s 2018-08-27 04:46:58,939 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-2cc53ed5-4c77-4926-a88f-ca540697123f 2018-08-27 04:46:58,939 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-27 04:46:58,940 - functest.core.singlevm - DEBUG - try 12: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:47:08,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:47:08,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:47:09,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:47:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-085f67b6-99fc-44bb-a57c-2c7103bf8ea1 x-compute-request-id: req-085f67b6-99fc-44bb-a57c-2c7103bf8ea1 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:47:09,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-085f67b6-99fc-44bb-a57c-2c7103bf8ea1 2018-08-27 04:47:09,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.765105962753s 2018-08-27 04:47:09,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-085f67b6-99fc-44bb-a57c-2c7103bf8ea1 2018-08-27 04:47:09,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:47:09,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:47:09,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:47:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95da3434-ea8d-4279-945e-485edbc178d4 x-compute-request-id: req-95da3434-ea8d-4279-945e-485edbc178d4 Content-Encoding: gzip Content-Length: 9741 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-27 04:47:09,849 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-95da3434-ea8d-4279-945e-485edbc178d4 2018-08-27 04:47:09,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.125743865967s 2018-08-27 04:47:09,850 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-95da3434-ea8d-4279-945e-485edbc178d4 2018-08-27 04:47:09,850 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-27 04:47:09,850 - functest.core.singlevm - DEBUG - try 13: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:47:19,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:47:19,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:47:20,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:47:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45cfd183-6c87-46a9-a6a6-53eec0f84b71 x-compute-request-id: req-45cfd183-6c87-46a9-a6a6-53eec0f84b71 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:47:20,485 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-45cfd183-6c87-46a9-a6a6-53eec0f84b71 2018-08-27 04:47:20,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624380111694s 2018-08-27 04:47:20,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-45cfd183-6c87-46a9-a6a6-53eec0f84b71 2018-08-27 04:47:20,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:47:20,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:47:20,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:47:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe3d8d18-90ae-4d3d-9846-9bf6863c1910 x-compute-request-id: req-fe3d8d18-90ae-4d3d-9846-9bf6863c1910 Content-Encoding: gzip Content-Length: 9741 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-27 04:47:20,564 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-fe3d8d18-90ae-4d3d-9846-9bf6863c1910 2018-08-27 04:47:20,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0713877677917s 2018-08-27 04:47:20,565 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-fe3d8d18-90ae-4d3d-9846-9bf6863c1910 2018-08-27 04:47:20,566 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-27 04:47:20,567 - functest.core.singlevm - DEBUG - try 14: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:47:30,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:47:30,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:47:31,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3637ecb0-b559-44f5-968f-65c53432b9e8 x-compute-request-id: req-3637ecb0-b559-44f5-968f-65c53432b9e8 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:47:31,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3637ecb0-b559-44f5-968f-65c53432b9e8 2018-08-27 04:47:31,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.833966970444s 2018-08-27 04:47:31,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3637ecb0-b559-44f5-968f-65c53432b9e8 2018-08-27 04:47:31,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:47:31,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:47:31,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:47:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bb9d23e-2a04-4366-b596-6493f155074a x-compute-request-id: req-7bb9d23e-2a04-4366-b596-6493f155074a Content-Encoding: gzip Content-Length: 9741 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-27 04:47:31,491 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-7bb9d23e-2a04-4366-b596-6493f155074a 2018-08-27 04:47:31,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0722100734711s 2018-08-27 04:47:31,492 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-7bb9d23e-2a04-4366-b596-6493f155074a 2018-08-27 04:47:31,493 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-27 04:47:31,493 - functest.core.singlevm - DEBUG - try 15: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:47:41,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:47:41,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:47:42,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:47:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd23cca7-9803-421c-88d5-387796392f4e x-compute-request-id: req-dd23cca7-9803-421c-88d5-387796392f4e Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:47:42,302 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dd23cca7-9803-421c-88d5-387796392f4e 2018-08-27 04:47:42,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.804949998856s 2018-08-27 04:47:42,303 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dd23cca7-9803-421c-88d5-387796392f4e 2018-08-27 04:47:42,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:47:42,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:47:42,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:47:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c90a1714-050c-4cd1-9575-a5f65c7da010 x-compute-request-id: req-c90a1714-050c-4cd1-9575-a5f65c7da010 Content-Encoding: gzip Content-Length: 9998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0"} 2018-08-27 04:47:42,430 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-c90a1714-050c-4cd1-9575-a5f65c7da010 2018-08-27 04:47:42,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.119494199753s 2018-08-27 04:47:42,431 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-c90a1714-050c-4cd1-9575-a5f65c7da010 2018-08-27 04:47:42,431 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 2018-08-27 04:47:42,432 - functest.core.singlevm - DEBUG - try 16: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:47:52,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:47:52,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:47:52,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-287c85fb-dcd4-4bb5-ae44-0abdac7d8e89 x-compute-request-id: req-287c85fb-dcd4-4bb5-ae44-0abdac7d8e89 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:47:52,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-287c85fb-dcd4-4bb5-ae44-0abdac7d8e89 2018-08-27 04:47:52,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.449833869934s 2018-08-27 04:47:52,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-287c85fb-dcd4-4bb5-ae44-0abdac7d8e89 2018-08-27 04:47:52,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:47:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:47:52,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49afec95-f9d5-42d3-bbc5-c017011a83ba x-compute-request-id: req-49afec95-f9d5-42d3-bbc5-c017011a83ba Content-Encoding: gzip Content-Length: 10037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0"} 2018-08-27 04:47:52,971 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-49afec95-f9d5-42d3-bbc5-c017011a83ba 2018-08-27 04:47:52,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0706248283386s 2018-08-27 04:47:52,973 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-49afec95-f9d5-42d3-bbc5-c017011a83ba 2018-08-27 04:47:52,973 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 2018-08-27 04:47:52,974 - functest.core.singlevm - DEBUG - try 17: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:48:02,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:48:02,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:48:03,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4baa62d-04d6-48b9-befa-8b801fb12642 x-compute-request-id: req-d4baa62d-04d6-48b9-befa-8b801fb12642 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:48:03,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d4baa62d-04d6-48b9-befa-8b801fb12642 2018-08-27 04:48:03,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.791893959045s 2018-08-27 04:48:03,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d4baa62d-04d6-48b9-befa-8b801fb12642 2018-08-27 04:48:03,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:48:03,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:48:03,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-512848fa-6f24-466d-9de2-88d684e3f5af x-compute-request-id: req-512848fa-6f24-466d-9de2-88d684e3f5af Content-Encoding: gzip Content-Length: 10117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-27 04:48:03,856 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-512848fa-6f24-466d-9de2-88d684e3f5af 2018-08-27 04:48:03,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0708379745483s 2018-08-27 04:48:03,857 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-512848fa-6f24-466d-9de2-88d684e3f5af 2018-08-27 04:48:03,857 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-27 04:48:03,858 - functest.core.singlevm - DEBUG - try 18: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:48:13,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:48:13,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:48:14,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51ecd62b-c95c-4f6c-b8b8-46ce81ba8360 x-compute-request-id: req-51ecd62b-c95c-4f6c-b8b8-46ce81ba8360 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:48:14,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-51ecd62b-c95c-4f6c-b8b8-46ce81ba8360 2018-08-27 04:48:14,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.876740932465s 2018-08-27 04:48:14,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-51ecd62b-c95c-4f6c-b8b8-46ce81ba8360 2018-08-27 04:48:14,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:48:14,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:48:14,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d37788d-58a0-4680-a85d-64e212e674dc x-compute-request-id: req-2d37788d-58a0-4680-a85d-64e212e674dc Content-Encoding: gzip Content-Length: 10117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-27 04:48:14,829 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-2d37788d-58a0-4680-a85d-64e212e674dc 2018-08-27 04:48:14,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0764009952545s 2018-08-27 04:48:14,830 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-2d37788d-58a0-4680-a85d-64e212e674dc 2018-08-27 04:48:14,831 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-27 04:48:14,831 - functest.core.singlevm - DEBUG - try 19: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:48:24,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:48:24,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:48:25,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afe19a57-3b6c-4493-829d-7f1425339ce0 x-compute-request-id: req-afe19a57-3b6c-4493-829d-7f1425339ce0 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:48:25,974 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-afe19a57-3b6c-4493-829d-7f1425339ce0 2018-08-27 04:48:25,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13197588921s 2018-08-27 04:48:25,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-afe19a57-3b6c-4493-829d-7f1425339ce0 2018-08-27 04:48:25,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:48:25,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:48:26,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e63b52f-e29c-4dac-8e1d-5f06bbcb1911 x-compute-request-id: req-0e63b52f-e29c-4dac-8e1d-5f06bbcb1911 Content-Encoding: gzip Content-Length: 10117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-27 04:48:26,054 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-0e63b52f-e29c-4dac-8e1d-5f06bbcb1911 2018-08-27 04:48:26,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0725710391998s 2018-08-27 04:48:26,056 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-0e63b52f-e29c-4dac-8e1d-5f06bbcb1911 2018-08-27 04:48:26,056 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-27 04:48:26,057 - functest.core.singlevm - DEBUG - try 20: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:48:36,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:48:36,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:48:36,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1776270-dd1e-4e40-a9c5-d07e67d5b2e0 x-compute-request-id: req-b1776270-dd1e-4e40-a9c5-d07e67d5b2e0 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:48:36,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b1776270-dd1e-4e40-a9c5-d07e67d5b2e0 2018-08-27 04:48:36,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.784006118774s 2018-08-27 04:48:36,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b1776270-dd1e-4e40-a9c5-d07e67d5b2e0 2018-08-27 04:48:36,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:48:36,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:48:36,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20857744-7cec-49c3-8dc0-bc8c7b2401c2 x-compute-request-id: req-20857744-7cec-49c3-8dc0-bc8c7b2401c2 Content-Encoding: gzip Content-Length: 10117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-27 04:48:36,941 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-20857744-7cec-49c3-8dc0-bc8c7b2401c2 2018-08-27 04:48:36,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0812640190125s 2018-08-27 04:48:36,942 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-20857744-7cec-49c3-8dc0-bc8c7b2401c2 2018-08-27 04:48:36,942 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-27 04:48:36,943 - functest.core.singlevm - DEBUG - try 21: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:48:46,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:48:46,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:48:47,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba05cac3-f3ac-491a-b779-8e6a550694eb x-compute-request-id: req-ba05cac3-f3ac-491a-b779-8e6a550694eb Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:48:47,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ba05cac3-f3ac-491a-b779-8e6a550694eb 2018-08-27 04:48:47,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.879503011703s 2018-08-27 04:48:47,825 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ba05cac3-f3ac-491a-b779-8e6a550694eb 2018-08-27 04:48:47,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:48:47,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:48:47,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c678a05-63be-4964-9962-2638b56a9a9e x-compute-request-id: req-9c678a05-63be-4964-9962-2638b56a9a9e Content-Encoding: gzip Content-Length: 10691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:48:47,907 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-9c678a05-63be-4964-9962-2638b56a9a9e 2018-08-27 04:48:47,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0751900672913s 2018-08-27 04:48:47,908 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-9c678a05-63be-4964-9962-2638b56a9a9e 2018-08-27 04:48:47,908 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:48:47,910 - functest.core.singlevm - DEBUG - try 22: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:48:57,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:48:57,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:48:58,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-010db72e-b9ca-4292-ac44-64496170388a x-compute-request-id: req-010db72e-b9ca-4292-ac44-64496170388a Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:48:58,953 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-010db72e-b9ca-4292-ac44-64496170388a 2018-08-27 04:48:58,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03740787506s 2018-08-27 04:48:58,954 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-010db72e-b9ca-4292-ac44-64496170388a 2018-08-27 04:48:58,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:48:58,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:48:59,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:48:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a362299-071a-4e38-96df-b0e118b5e5ed x-compute-request-id: req-0a362299-071a-4e38-96df-b0e118b5e5ed Content-Encoding: gzip Content-Length: 10691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:48:59,035 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-0a362299-071a-4e38-96df-b0e118b5e5ed 2018-08-27 04:48:59,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.07404088974s 2018-08-27 04:48:59,036 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-0a362299-071a-4e38-96df-b0e118b5e5ed 2018-08-27 04:48:59,036 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:48:59,038 - functest.core.singlevm - DEBUG - try 23: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:49:09,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:49:09,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:49:09,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:49:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69d9286a-d8c5-4750-a057-fda99740b57f x-compute-request-id: req-69d9286a-d8c5-4750-a057-fda99740b57f Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:49:09,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-69d9286a-d8c5-4750-a057-fda99740b57f 2018-08-27 04:49:09,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.813883066177s 2018-08-27 04:49:09,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-69d9286a-d8c5-4750-a057-fda99740b57f 2018-08-27 04:49:09,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:49:09,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:49:09,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:49:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8348e149-3984-44de-b733-5e296c643d16 x-compute-request-id: req-8348e149-3984-44de-b733-5e296c643d16 Content-Encoding: gzip Content-Length: 10798 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n"} 2018-08-27 04:49:09,985 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-8348e149-3984-44de-b733-5e296c643d16 2018-08-27 04:49:09,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.114779949188s 2018-08-27 04:49:09,986 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-8348e149-3984-44de-b733-5e296c643d16 2018-08-27 04:49:09,986 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 2018-08-27 04:49:09,988 - functest.core.singlevm - DEBUG - try 24: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:49:19,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:49:20,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:49:20,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:49:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d1640a6-4ee4-4a74-b95e-7979bcf8bb78 x-compute-request-id: req-7d1640a6-4ee4-4a74-b95e-7979bcf8bb78 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:49:20,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7d1640a6-4ee4-4a74-b95e-7979bcf8bb78 2018-08-27 04:49:20,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.264583110809s 2018-08-27 04:49:20,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7d1640a6-4ee4-4a74-b95e-7979bcf8bb78 2018-08-27 04:49:20,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:49:20,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:49:20,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:49:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-734ae7a6-ef92-4b10-b4df-ec21cd62660c x-compute-request-id: req-734ae7a6-ef92-4b10-b4df-ec21cd62660c Content-Encoding: gzip Content-Length: 10798 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n"} 2018-08-27 04:49:20,373 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-734ae7a6-ef92-4b10-b4df-ec21cd62660c 2018-08-27 04:49:20,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.103041887283s 2018-08-27 04:49:20,374 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-734ae7a6-ef92-4b10-b4df-ec21cd62660c 2018-08-27 04:49:20,374 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 2018-08-27 04:49:20,375 - functest.core.singlevm - DEBUG - try 25: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:49:30,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:49:30,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:49:31,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:49:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74ea0625-6dc9-4f74-802a-b4c1119050ee x-compute-request-id: req-74ea0625-6dc9-4f74-802a-b4c1119050ee Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:49:31,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-74ea0625-6dc9-4f74-802a-b4c1119050ee 2018-08-27 04:49:31,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11545395851s 2018-08-27 04:49:31,503 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-74ea0625-6dc9-4f74-802a-b4c1119050ee 2018-08-27 04:49:31,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:49:31,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:49:31,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:49:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42c7f18f-587b-476b-91e5-8c9dfd9882a2 x-compute-request-id: req-42c7f18f-587b-476b-91e5-8c9dfd9882a2 Content-Encoding: gzip Content-Length: 10813 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n"} 2018-08-27 04:49:31,589 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-42c7f18f-587b-476b-91e5-8c9dfd9882a2 2018-08-27 04:49:31,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0794241428375s 2018-08-27 04:49:31,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-42c7f18f-587b-476b-91e5-8c9dfd9882a2 2018-08-27 04:49:31,591 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 2018-08-27 04:49:31,592 - functest.core.singlevm - DEBUG - try 26: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:49:41,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:49:41,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:49:43,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:49:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d00429e-874e-4de4-ba5f-a989632b3880 x-compute-request-id: req-5d00429e-874e-4de4-ba5f-a989632b3880 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:49:43,526 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5d00429e-874e-4de4-ba5f-a989632b3880 2018-08-27 04:49:43,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.92278194427s 2018-08-27 04:49:43,527 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5d00429e-874e-4de4-ba5f-a989632b3880 2018-08-27 04:49:43,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:49:43,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:49:43,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:49:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a9ac4ca-fa2f-4f0a-bdf9-b3886f067e46 x-compute-request-id: req-1a9ac4ca-fa2f-4f0a-bdf9-b3886f067e46 Content-Encoding: gzip Content-Length: 10817 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:49:43,612 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-1a9ac4ca-fa2f-4f0a-bdf9-b3886f067e46 2018-08-27 04:49:43,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0778810977936s 2018-08-27 04:49:43,614 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-1a9ac4ca-fa2f-4f0a-bdf9-b3886f067e46 2018-08-27 04:49:43,614 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:49:43,616 - functest.core.singlevm - DEBUG - try 27: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:49:53,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:49:53,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:49:54,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:49:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-207a647f-883e-40c0-a45f-664aad37051d x-compute-request-id: req-207a647f-883e-40c0-a45f-664aad37051d Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:49:54,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-207a647f-883e-40c0-a45f-664aad37051d 2018-08-27 04:49:54,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08497476578s 2018-08-27 04:49:54,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-207a647f-883e-40c0-a45f-664aad37051d 2018-08-27 04:49:54,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:49:54,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:49:54,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:49:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c49c2306-c43c-4381-94fb-2f69e2c87ac7 x-compute-request-id: req-c49c2306-c43c-4381-94fb-2f69e2c87ac7 Content-Encoding: gzip Content-Length: 10831 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n"} 2018-08-27 04:49:54,867 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-c49c2306-c43c-4381-94fb-2f69e2c87ac7 2018-08-27 04:49:54,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.157799959183s 2018-08-27 04:49:54,868 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-c49c2306-c43c-4381-94fb-2f69e2c87ac7 2018-08-27 04:49:54,868 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 2018-08-27 04:49:54,870 - functest.core.singlevm - DEBUG - try 28: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:50:04,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:50:04,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:50:06,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:50:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34c7da46-6357-4647-86f4-a42182a27782 x-compute-request-id: req-34c7da46-6357-4647-86f4-a42182a27782 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:50:06,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-34c7da46-6357-4647-86f4-a42182a27782 2018-08-27 04:50:06,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.43119001389s 2018-08-27 04:50:06,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-34c7da46-6357-4647-86f4-a42182a27782 2018-08-27 04:50:06,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:50:06,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:50:06,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:50:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7501aa18-ea15-47fd-8234-4851b72f93c5 x-compute-request-id: req-7501aa18-ea15-47fd-8234-4851b72f93c5 Content-Encoding: gzip Content-Length: 10842 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n"} 2018-08-27 04:50:06,404 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-7501aa18-ea15-47fd-8234-4851b72f93c5 2018-08-27 04:50:06,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0840928554535s 2018-08-27 04:50:06,406 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-7501aa18-ea15-47fd-8234-4851b72f93c5 2018-08-27 04:50:06,406 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 2018-08-27 04:50:06,408 - functest.core.singlevm - DEBUG - try 29: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:50:16,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:50:16,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:50:17,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:50:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8357f21b-7a63-49cf-9a26-9d3ba72eff08 x-compute-request-id: req-8357f21b-7a63-49cf-9a26-9d3ba72eff08 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:50:17,503 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8357f21b-7a63-49cf-9a26-9d3ba72eff08 2018-08-27 04:50:17,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0841550827s 2018-08-27 04:50:17,504 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8357f21b-7a63-49cf-9a26-9d3ba72eff08 2018-08-27 04:50:17,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:50:17,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:50:17,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:50:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a04cd3e-a13f-4471-aef3-79366b15d49c x-compute-request-id: req-2a04cd3e-a13f-4471-aef3-79366b15d49c Content-Encoding: gzip Content-Length: 10842 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n"} 2018-08-27 04:50:17,586 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-2a04cd3e-a13f-4471-aef3-79366b15d49c 2018-08-27 04:50:17,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0741698741913s 2018-08-27 04:50:17,587 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-2a04cd3e-a13f-4471-aef3-79366b15d49c 2018-08-27 04:50:17,587 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 2018-08-27 04:50:17,589 - functest.core.singlevm - DEBUG - try 30: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:50:27,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:50:27,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:50:29,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:50:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edb208f9-b898-4148-9c17-5025a9eac30c x-compute-request-id: req-edb208f9-b898-4148-9c17-5025a9eac30c Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:50:29,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-edb208f9-b898-4148-9c17-5025a9eac30c 2018-08-27 04:50:29,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.43264079094s 2018-08-27 04:50:29,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-edb208f9-b898-4148-9c17-5025a9eac30c 2018-08-27 04:50:29,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:50:29,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:50:29,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:50:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bd6f1c7-7b4a-48eb-af8a-79cb1d8ef3af x-compute-request-id: req-6bd6f1c7-7b4a-48eb-af8a-79cb1d8ef3af Content-Encoding: gzip Content-Length: 10860 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:50:29,115 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-6bd6f1c7-7b4a-48eb-af8a-79cb1d8ef3af 2018-08-27 04:50:29,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0748181343079s 2018-08-27 04:50:29,116 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-6bd6f1c7-7b4a-48eb-af8a-79cb1d8ef3af 2018-08-27 04:50:29,117 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:50:29,118 - functest.core.singlevm - DEBUG - try 31: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:50:39,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:50:39,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:50:40,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:50:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-268ae37d-2979-4f5a-ad7c-104f950fb88c x-compute-request-id: req-268ae37d-2979-4f5a-ad7c-104f950fb88c Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:50:40,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-268ae37d-2979-4f5a-ad7c-104f950fb88c 2018-08-27 04:50:40,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.56973695755s 2018-08-27 04:50:40,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-268ae37d-2979-4f5a-ad7c-104f950fb88c 2018-08-27 04:50:40,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:50:40,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:50:40,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:50:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7f5ca52-8e7d-454c-9b95-b27ce9122842 x-compute-request-id: req-b7f5ca52-8e7d-454c-9b95-b27ce9122842 Content-Encoding: gzip Content-Length: 10860 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:50:40,799 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-b7f5ca52-8e7d-454c-9b95-b27ce9122842 2018-08-27 04:50:40,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0977540016174s 2018-08-27 04:50:40,800 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-b7f5ca52-8e7d-454c-9b95-b27ce9122842 2018-08-27 04:50:40,800 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:50:40,802 - functest.core.singlevm - DEBUG - try 32: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:50:50,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:50:50,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:50:51,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:50:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71b69687-8911-4b44-875e-1dfdc6ea7f1e x-compute-request-id: req-71b69687-8911-4b44-875e-1dfdc6ea7f1e Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:50:51,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-71b69687-8911-4b44-875e-1dfdc6ea7f1e 2018-08-27 04:50:51,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13174200058s 2018-08-27 04:50:51,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-71b69687-8911-4b44-875e-1dfdc6ea7f1e 2018-08-27 04:50:51,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:50:51,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:50:52,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:50:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a5274b1-f3a5-4139-bddc-1c4e0c0306ac x-compute-request-id: req-9a5274b1-f3a5-4139-bddc-1c4e0c0306ac Content-Encoding: gzip Content-Length: 10878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n"} 2018-08-27 04:50:52,029 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-9a5274b1-f3a5-4139-bddc-1c4e0c0306ac 2018-08-27 04:50:52,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0771930217743s 2018-08-27 04:50:52,031 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-9a5274b1-f3a5-4139-bddc-1c4e0c0306ac 2018-08-27 04:50:52,031 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 2018-08-27 04:50:52,033 - functest.core.singlevm - DEBUG - try 33: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:51:02,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:51:02,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:51:02,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8345b217-bba7-421f-bc7e-1a3a5092cf16 x-compute-request-id: req-8345b217-bba7-421f-bc7e-1a3a5092cf16 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:51:02,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8345b217-bba7-421f-bc7e-1a3a5092cf16 2018-08-27 04:51:02,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.810875177383s 2018-08-27 04:51:02,855 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8345b217-bba7-421f-bc7e-1a3a5092cf16 2018-08-27 04:51:02,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:51:02,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:51:02,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4502c90c-2c6b-404f-b0ff-4534914c2f79 x-compute-request-id: req-4502c90c-2c6b-404f-b0ff-4534914c2f79 Content-Encoding: gzip Content-Length: 10878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n"} 2018-08-27 04:51:02,941 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-4502c90c-2c6b-404f-b0ff-4534914c2f79 2018-08-27 04:51:02,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0786571502686s 2018-08-27 04:51:02,943 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-4502c90c-2c6b-404f-b0ff-4534914c2f79 2018-08-27 04:51:02,943 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 2018-08-27 04:51:02,945 - functest.core.singlevm - DEBUG - try 34: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:51:12,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:51:12,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:51:14,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1b11f43-7025-4c95-b9e1-026eec0a00b7 x-compute-request-id: req-c1b11f43-7025-4c95-b9e1-026eec0a00b7 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:51:14,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c1b11f43-7025-4c95-b9e1-026eec0a00b7 2018-08-27 04:51:14,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35787510872s 2018-08-27 04:51:14,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c1b11f43-7025-4c95-b9e1-026eec0a00b7 2018-08-27 04:51:14,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:51:14,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:51:14,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8f178cc-a11f-4d4b-911e-b3b41ac77cd6 x-compute-request-id: req-b8f178cc-a11f-4d4b-911e-b3b41ac77cd6 Content-Encoding: gzip Content-Length: 10897 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:51:14,396 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-b8f178cc-a11f-4d4b-911e-b3b41ac77cd6 2018-08-27 04:51:14,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0763239860535s 2018-08-27 04:51:14,397 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-b8f178cc-a11f-4d4b-911e-b3b41ac77cd6 2018-08-27 04:51:14,397 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:51:14,399 - functest.core.singlevm - DEBUG - try 35: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:51:24,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:51:24,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:51:25,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75ff7e32-905f-4940-9ce3-94bf450832e0 x-compute-request-id: req-75ff7e32-905f-4940-9ce3-94bf450832e0 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:51:25,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-75ff7e32-905f-4940-9ce3-94bf450832e0 2018-08-27 04:51:25,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33835792542s 2018-08-27 04:51:25,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-75ff7e32-905f-4940-9ce3-94bf450832e0 2018-08-27 04:51:25,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:51:25,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:51:25,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d8b9e8f-6bb2-4d1a-bfb0-6ecc5331c990 x-compute-request-id: req-8d8b9e8f-6bb2-4d1a-bfb0-6ecc5331c990 Content-Encoding: gzip Content-Length: 10897 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:51:25,872 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-8d8b9e8f-6bb2-4d1a-bfb0-6ecc5331c990 2018-08-27 04:51:25,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.115985155106s 2018-08-27 04:51:25,873 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-8d8b9e8f-6bb2-4d1a-bfb0-6ecc5331c990 2018-08-27 04:51:25,874 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:51:25,876 - functest.core.singlevm - DEBUG - try 36: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:51:35,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:51:35,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:51:36,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7277fdcf-8bc7-46a0-9bd1-b283821e876f x-compute-request-id: req-7277fdcf-8bc7-46a0-9bd1-b283821e876f Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:51:36,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7277fdcf-8bc7-46a0-9bd1-b283821e876f 2018-08-27 04:51:36,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.78390789032s 2018-08-27 04:51:36,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7277fdcf-8bc7-46a0-9bd1-b283821e876f 2018-08-27 04:51:36,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:51:36,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:51:36,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b9fe5b3-1890-4eaf-adea-2670cc6e1119 x-compute-request-id: req-8b9fe5b3-1890-4eaf-adea-2670cc6e1119 Content-Encoding: gzip Content-Length: 10912 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n"} 2018-08-27 04:51:36,751 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-8b9fe5b3-1890-4eaf-adea-2670cc6e1119 2018-08-27 04:51:36,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0733778476715s 2018-08-27 04:51:36,753 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-8b9fe5b3-1890-4eaf-adea-2670cc6e1119 2018-08-27 04:51:36,753 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 2018-08-27 04:51:36,755 - functest.core.singlevm - DEBUG - try 37: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:51:46,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:51:46,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:51:48,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4f32aac-170b-45a6-b2d4-70ddd6778eab x-compute-request-id: req-b4f32aac-170b-45a6-b2d4-70ddd6778eab Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:51:48,127 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b4f32aac-170b-45a6-b2d4-70ddd6778eab 2018-08-27 04:51:48,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.36115098s 2018-08-27 04:51:48,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b4f32aac-170b-45a6-b2d4-70ddd6778eab 2018-08-27 04:51:48,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:51:48,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:51:48,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c8958dc-3ad4-43aa-99a4-5bd1ac5b5be2 x-compute-request-id: req-4c8958dc-3ad4-43aa-99a4-5bd1ac5b5be2 Content-Encoding: gzip Content-Length: 10916 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:51:48,208 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-4c8958dc-3ad4-43aa-99a4-5bd1ac5b5be2 2018-08-27 04:51:48,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742189884186s 2018-08-27 04:51:48,210 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-4c8958dc-3ad4-43aa-99a4-5bd1ac5b5be2 2018-08-27 04:51:48,210 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:51:48,212 - functest.core.singlevm - DEBUG - try 38: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:51:58,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:51:58,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:51:59,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3587389c-3de3-4ac6-85a0-93ea7ab5acff x-compute-request-id: req-3587389c-3de3-4ac6-85a0-93ea7ab5acff Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:51:59,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3587389c-3de3-4ac6-85a0-93ea7ab5acff 2018-08-27 04:51:59,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09229707718s 2018-08-27 04:51:59,308 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3587389c-3de3-4ac6-85a0-93ea7ab5acff 2018-08-27 04:51:59,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:51:59,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:51:59,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d19c119-4cd3-41bf-a604-ab2ff56948a1 x-compute-request-id: req-9d19c119-4cd3-41bf-a604-ab2ff56948a1 Content-Encoding: gzip Content-Length: 10931 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n"} 2018-08-27 04:51:59,389 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-9d19c119-4cd3-41bf-a604-ab2ff56948a1 2018-08-27 04:51:59,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0736110210419s 2018-08-27 04:51:59,391 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-9d19c119-4cd3-41bf-a604-ab2ff56948a1 2018-08-27 04:51:59,391 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 2018-08-27 04:51:59,393 - functest.core.singlevm - DEBUG - try 39: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:52:09,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:52:09,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:52:10,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:52:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa443dbc-6c0f-4744-8cb5-558acc01c5a1 x-compute-request-id: req-fa443dbc-6c0f-4744-8cb5-558acc01c5a1 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:52:10,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fa443dbc-6c0f-4744-8cb5-558acc01c5a1 2018-08-27 04:52:10,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08394503593s 2018-08-27 04:52:10,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fa443dbc-6c0f-4744-8cb5-558acc01c5a1 2018-08-27 04:52:10,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:52:10,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:52:10,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f543743-121b-407c-8bce-43677a02681a x-compute-request-id: req-1f543743-121b-407c-8bce-43677a02681a Content-Encoding: gzip Content-Length: 10936 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:52:10,570 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-1f543743-121b-407c-8bce-43677a02681a 2018-08-27 04:52:10,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0743401050568s 2018-08-27 04:52:10,571 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-1f543743-121b-407c-8bce-43677a02681a 2018-08-27 04:52:10,571 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:52:10,573 - functest.core.singlevm - DEBUG - try 40: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:52:20,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:52:20,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:52:21,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:52:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a60dca6-3798-4cf2-8856-03dac920a819 x-compute-request-id: req-6a60dca6-3798-4cf2-8856-03dac920a819 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:52:21,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6a60dca6-3798-4cf2-8856-03dac920a819 2018-08-27 04:52:21,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.792317867279s 2018-08-27 04:52:21,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6a60dca6-3798-4cf2-8856-03dac920a819 2018-08-27 04:52:21,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:52:21,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:52:21,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:52:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3612c452-ee54-44b3-a087-bbac621d6336 x-compute-request-id: req-3612c452-ee54-44b3-a087-bbac621d6336 Content-Encoding: gzip Content-Length: 10936 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:52:21,456 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-3612c452-ee54-44b3-a087-bbac621d6336 2018-08-27 04:52:21,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0724911689758s 2018-08-27 04:52:21,458 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-3612c452-ee54-44b3-a087-bbac621d6336 2018-08-27 04:52:21,458 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:52:21,460 - functest.core.singlevm - DEBUG - try 41: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:52:31,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:52:31,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:52:32,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:52:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1898eda1-893f-45f4-ab1e-eac76b60767f x-compute-request-id: req-1898eda1-893f-45f4-ab1e-eac76b60767f Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:52:32,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1898eda1-893f-45f4-ab1e-eac76b60767f 2018-08-27 04:52:32,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32660102844s 2018-08-27 04:52:32,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1898eda1-893f-45f4-ab1e-eac76b60767f 2018-08-27 04:52:32,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:52:32,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:52:32,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c6fae6e-e18f-437f-9684-7cd4e4d64108 x-compute-request-id: req-4c6fae6e-e18f-437f-9684-7cd4e4d64108 Content-Encoding: gzip Content-Length: 10956 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n"} 2018-08-27 04:52:32,888 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-4c6fae6e-e18f-437f-9684-7cd4e4d64108 2018-08-27 04:52:32,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.082710981369s 2018-08-27 04:52:32,889 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-4c6fae6e-e18f-437f-9684-7cd4e4d64108 2018-08-27 04:52:32,890 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 2018-08-27 04:52:32,891 - functest.core.singlevm - DEBUG - try 42: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:52:42,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:52:42,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:52:43,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:52:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2ffd940-00dc-406f-8f34-eb748f53f5a5 x-compute-request-id: req-c2ffd940-00dc-406f-8f34-eb748f53f5a5 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:52:43,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c2ffd940-00dc-406f-8f34-eb748f53f5a5 2018-08-27 04:52:43,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.816046953201s 2018-08-27 04:52:43,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c2ffd940-00dc-406f-8f34-eb748f53f5a5 2018-08-27 04:52:43,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:52:43,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:52:43,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:52:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba94b526-d4d1-4f9a-a64c-22d72ccc9e9c x-compute-request-id: req-ba94b526-d4d1-4f9a-a64c-22d72ccc9e9c Content-Encoding: gzip Content-Length: 10956 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n"} 2018-08-27 04:52:43,803 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-ba94b526-d4d1-4f9a-a64c-22d72ccc9e9c 2018-08-27 04:52:43,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0848569869995s 2018-08-27 04:52:43,804 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-ba94b526-d4d1-4f9a-a64c-22d72ccc9e9c 2018-08-27 04:52:43,804 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 2018-08-27 04:52:43,806 - functest.core.singlevm - DEBUG - try 43: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:52:53,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:52:53,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:52:54,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:52:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e0c8da0-d2c1-4566-a5df-e9bcd48f2597 x-compute-request-id: req-8e0c8da0-d2c1-4566-a5df-e9bcd48f2597 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:52:54,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8e0c8da0-d2c1-4566-a5df-e9bcd48f2597 2018-08-27 04:52:54,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.830114126205s 2018-08-27 04:52:54,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8e0c8da0-d2c1-4566-a5df-e9bcd48f2597 2018-08-27 04:52:54,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:52:54,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:52:54,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:52:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62f0bbd8-bafd-47de-9802-e201aeebf0d5 x-compute-request-id: req-62f0bbd8-bafd-47de-9802-e201aeebf0d5 Content-Encoding: gzip Content-Length: 10976 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:52:54,730 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-62f0bbd8-bafd-47de-9802-e201aeebf0d5 2018-08-27 04:52:54,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0750458240509s 2018-08-27 04:52:54,732 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-62f0bbd8-bafd-47de-9802-e201aeebf0d5 2018-08-27 04:52:54,732 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:52:54,734 - functest.core.singlevm - DEBUG - try 44: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:53:04,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:53:04,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:53:05,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed8b4658-7b4d-4bd9-9b85-bc715046154d x-compute-request-id: req-ed8b4658-7b4d-4bd9-9b85-bc715046154d Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:53:05,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ed8b4658-7b4d-4bd9-9b85-bc715046154d 2018-08-27 04:53:05,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724143028259s 2018-08-27 04:53:05,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ed8b4658-7b4d-4bd9-9b85-bc715046154d 2018-08-27 04:53:05,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:53:05,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:53:05,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e16ab18-81fe-43da-80e1-5c56db3bf485 x-compute-request-id: req-7e16ab18-81fe-43da-80e1-5c56db3bf485 Content-Encoding: gzip Content-Length: 10976 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n"} 2018-08-27 04:53:05,556 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-7e16ab18-81fe-43da-80e1-5c56db3bf485 2018-08-27 04:53:05,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0786490440369s 2018-08-27 04:53:05,557 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-7e16ab18-81fe-43da-80e1-5c56db3bf485 2018-08-27 04:53:05,558 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 2018-08-27 04:53:05,559 - functest.core.singlevm - DEBUG - try 45: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-27 04:53:15,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:53:15,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:53:17,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09a8d9c6-6152-46e8-b197-9f2da7b0a7f6 x-compute-request-id: req-09a8d9c6-6152-46e8-b197-9f2da7b0a7f6 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:53:17,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-09a8d9c6-6152-46e8-b197-9f2da7b0a7f6 2018-08-27 04:53:17,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.56861186028s 2018-08-27 04:53:17,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-09a8d9c6-6152-46e8-b197-9f2da7b0a7f6 2018-08-27 04:53:17,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:53:17,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:53:17,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfcecc70-6ece-4975-aff7-3780884a5c2c x-compute-request-id: req-cfcecc70-6ece-4975-aff7-3780884a5c2c Content-Encoding: gzip Content-Length: 12088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009614] Security Framework initialized\n[ 0.011079] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028627] Initializing cgroup subsys memory\n[ 0.030178] Initializing cgroup subsys devices\n[ 0.032009] Initializing cgroup subsys freezer\n[ 0.033565] Initializing cgroup subsys blkio\n[ 0.035060] Initializing cgroup subsys perf_event\n[ 0.036015] Initializing cgroup subsys hugetlb\n[ 0.037671] FEATURE SPEC_CTRL Not Present\n[ 0.040789] mce: CPU supports 10 MCE banks\n[ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.059559] ACPI: Core revision 20131115\n[ 0.060706] ACPI: All ACPI Tables successfully acquired\n[ 0.062403] ftrace: allocating 28717 entries in 113 pages\n[ 0.084386] smpboot: Max logical packages: 2\n[ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.090043] Enabling x2apic\n[ 0.090978] Enabled x2apic\n[ 0.092030] Switched APIC routing to physical x2apic.\n[ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.109624] KVM setup paravirtual spinlock\n[ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116219] x86: Booting SMP configuration:\n[ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.132020] x86: Booted up 1 node, 2 CPUs\n[ 0.132013] KVM setup async PF for cpu 1\n[ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.136436] devtmpfs: initialized\n[ 0.140223] EVM: security.selinux\n[ 0.141332] EVM: security.SMACK64\n[ 0.142361] EVM: security.ima\n[ 0.143345] EVM: security.capability\n[ 0.145148] pinctrl core: initialized pinctrl subsystem\n[ 0.146657] regulator-dummy: no parameters\n[ 0.148004] RTC time: 4:44:27, date: 08/27/18\n[ 0.149408] NET: Registered protocol family 16\n[ 0.150860] cpuidle: using governor ladder\n[ 0.152003] cpuidle: using governor menu\n[ 0.153214] ACPI: bus type PCI registered\n[ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.156143] PCI: Using configuration type 1 for base access\n[ 0.158327] bio: create slab at 0\n[ 0.158327] ACPI: Added _OSI(Module Device)\n[ 0.160003] ACPI: Added _OSI(Processor Device)\n[ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.162563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.165353] ACPI: Interpreter enabled\n[ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.176007] ACPI: (supports S0 S5)\n[ 0.180003] ACPI: Using IOAPIC for interrupt routing\n[ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.184041] ACPI: No dock devices found.\n[ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192211] acpiphp: Slot [3] registered\n[ 0.193356] acpiphp: Slot [4] registered\n[ 0.194517] acpiphp: Slot [5] registered\n[ 0.195705] acpiphp: Slot [6] registered\n[ 0.196030] acpiphp: Slot [7] registered\n[ 0.197184] acpiphp: Slot [8] registered\n[ 0.198348] acpiphp: Slot [9] registered\n[ 0.199527] acpiphp: Slot [10] registered\n[ 0.200020] acpiphp: Slot [11] registered\n[ 0.201199] acpiphp: Slot [12] registered\n[ 0.202331] acpiphp: Slot [13] registered\n[ 0.203554] acpiphp: Slot [14] registered\n[ 0.204020] acpiphp: Slot [15] registered\n[ 0.205334] acpiphp: Slot [16] registered\n[ 0.206544] acpiphp: Slot [17] registered\n[ 0.207711] acpiphp: Slot [18] registered\n[ 0.208028] acpiphp: Slot [19] registered\n[ 0.209191] acpiphp: Slot [20] registered\n[ 0.210399] acpiphp: Slot [21] registered\n[ 0.211541] acpiphp: Slot [22] registered\n[ 0.212020] acpiphp: Slot [23] registered\n[ 0.213205] acpiphp: Slot [24] registered\n[ 0.214365] acpiphp: Slot [25] registered\n[ 0.215538] acpiphp: Slot [26] registered\n[ 0.216020] acpiphp: Slot [27] registered\n[ 0.217218] acpiphp: Slot [28] registered\n[ 0.218392] acpiphp: Slot [29] registered\n[ 0.219627] acpiphp: Slot [30] registered\n[ 0.220027] acpiphp: Slot [31] registered\n[ 0.221250] PCI host bridge to bus 0000:00\n[ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278693] SCSI subsystem initialized\n[ 0.280043] ACPI: bus type USB registered\n[ 0.281248] usbcore: registered new interface driver usbfs\n[ 0.282722] usbcore: registered new interface driver hub\n[ 0.284049] usbcore: registered new device driver usb\n[ 0.285502] PCI: Using ACPI for IRQ routing\n[ 0.285671] NetLabel: Initializing\n[ 0.288007] NetLabel: domain hash size = 128\n[ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.290670] NetLabel: unlabeled traffic allowed by default\n[ 0.292209] Switched to clocksource kvm-clock\n[ 0.301217] AppArmor: AppArmor Filesystem Enabled\n[ 0.302553] pnp: PnP ACPI init\n[ 0.303524] ACPI: bus type PNP registered\n[ 0.305191] pnp: PnP ACPI: found 8 devices\n[ 0.306356] ACPI: bus type PNP unregistered\n[ 0.313924] NET: Registered protocol family 2\n[ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.319543] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.321351] TCP: reno registered\n[ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.325683] NET: Registered protocol family 1\n[ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374444] Trying to unpack rootfs image as initramfs...\n[ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.482851] Scanning for low memory corruption every 60 seconds\n[ 0.484920] Initialise system trusted keyring\n[ 0.486239] audit: initializing netlink socket (disabled)\n[ 0.487696] type=2000 audit(1535345067.916:1): initialized\n[ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511946] zbud: loaded\n[ 0.512993] VFS: Disk quotas dquot_6.5.2\n[ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516238] fuse init (API version 7.22)\n[ 0.517430] msgmni has been set to 3997\n[ 0.518612] Key type big_key registered\n[ 0.520110] Key type asymmetric registered\n[ 0.521285] Asymmetric key parser 'x509' registered\n[ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.525241] io scheduler noop registered\n[ 0.526403] io scheduler deadline registered (default)\n[ 0.527953] io scheduler cfq registered\n[ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532453] ipmi message handler version 39.2\n[ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535950] ACPI: Power Button [PWRF]\n[ 0.537332] GHES: HEST is not enabled!\n[ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659769] Linux agpgart interface v0.103\n[ 0.662548] brd: module loaded\n[ 0.664051] loop: module loaded\n[ 0.665645] blk-mq: CPU -> queue map\n[ 0.667005] CPU 0 -> Queue 0\n[ 0.668154] CPU 1 -> Queue 0\n[ 0.670268] vda: vda1\n[ 0.672099] scsi0 : ata_piix\n[ 0.673213] scsi1 : ata_piix\n[ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678316] libphy: Fixed MDIO Bus: probed\n[ 0.679696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.681213] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684701] PPP generic driver version 2.4.2\n[ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687877] ehci-pci: EHCI PCI platform driver\n[ 0.689216] ehci-platform: EHCI generic platform driver\n[ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692456] ohci-pci: OHCI PCI platform driver\n[ 0.693777] ohci-platform: OHCI generic platform driver\n[ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728660] usb usb1: Product: UHCI Host Controller\n[ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733330] hub 1-0:1.0: USB hub found\n[ 0.734508] hub 1-0:1.0: 2 ports detected\n[ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742146] mousedev: PS/2 mouse device common for all mice\n[ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746827] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752212] device-mapper: uevent: version 1.0.3\n[ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757921] TCP: cubic registered\n[ 0.759066] NET: Registered protocol family 10\n[ 0.760682] NET: Registered protocol family 17\n[ 0.762067] Key type dns_resolver registered\n[ 0.763590] Loading compiled-in X.509 certificates\n[ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775866] registered taskstats version 1\n[ 0.779281] Key type trusted registered\n[ 0.783512] Key type encrypted registered\n[ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786395] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.788535] regulator-dummy: disabling\n[ 0.789720] Magic number: 14:148:718\n[ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068)\n[ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794852] EDD information not available.\n[ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.835641] Write protecting the kernel read-only data: 12288k\n[ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855505] systemd-udevd[107]: starting version 204\n[ 0.900437] FDC 0 is a S82078B\n[ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.213150] usb 1-1: Product: QEMU USB Tablet\n[ 1.214344] usb 1-1: Manufacturer: QEMU\n[ 1.215434] usb 1-1: SerialNumber: 42\n[ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.368403] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.33]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . . E |\n| o = o . . |\n| . + = o . |\n|... + S |\n|oo o o |\n|. = |\n|o+.+ |\n|o.+. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. o+E |\n| ...o .. . |\n| o. . o |\n| + o |\n| S o |\n| o . o |\n| o . +|\n| o. ..+|\n| ..o+..o|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| E o |\n| . o+ . |\n| . . ++ + |\n| . ...S |\n| . . + |\n| . . ooo |\n| o B oo. |\n| = +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o|\n| ..|\n| . . o|\n| . + o+|\n| S .. =|\n| . . E o..|\n| . . o.=.|\n| . .oo .|\n| .o++o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.4'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.9'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-27 04:53:13,643 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-27 04:53:13,648 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-27 04:53:13,651 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 (DSA)\nec2: 256 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 (ECDSA)\nec2: 256 c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 (ED25519)\nec2: 2048 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN/qmrurDmqhdoFMnhtX7QBFGLVkCe9cqwfTra87H7VMLE6eW/BGxp8KnEEMwYNB6pzLx+AhcXcDq7u6xwFaKiQ= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILJy1qpMfSvlfPTBEOlzDk7sgeS7oYmELQUm8Y7eMCH5 root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXNRzL2xOWsmjojFDuLWFwQHHxP23K19tSgdShm+CHZOqBcZ4SwC8eY7kURbe5v6Rfa8QOkg8EmEn6OBosN8ZIE6MkoB61i7vbfADGysSRtPdgYjuO5meWiQ9YQfpHUXaW7gWYsi84cyBmqJBMH4oh0FbbfgZPpiAyeBDdOUAo4VFvThSfr4w/3LioceqRpyXN8DoUh+3Q4sC9JbLsqPc56z7TOa6I7NC+UTSB3Gs9BdYNNz1WTr53IZt93Lwd51TmdK60LJFAyCNq2xmpaAzS9+nhIfDQYyYfvjIYvXiD5pewHwwOHP656M6fr+7KUynjaAthwiwSkSohA3J91xEV root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:53:13 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 526.00 seconds\n"} 2018-08-27 04:53:17,224 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-cfcecc70-6ece-4975-aff7-3780884a5c2c 2018-08-27 04:53:17,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0767478942871s 2018-08-27 04:53:17,225 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660/action used request id req-cfcecc70-6ece-4975-aff7-3780884a5c2c 2018-08-27 04:53:17,226 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009614] Security Framework initialized [ 0.011079] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013407] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017796] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020870] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024133] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028627] Initializing cgroup subsys memory [ 0.030178] Initializing cgroup subsys devices [ 0.032009] Initializing cgroup subsys freezer [ 0.033565] Initializing cgroup subsys blkio [ 0.035060] Initializing cgroup subsys perf_event [ 0.036015] Initializing cgroup subsys hugetlb [ 0.037671] FEATURE SPEC_CTRL Not Present [ 0.040789] mce: CPU supports 10 MCE banks [ 0.042134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044027] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045709] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050721] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.059559] ACPI: Core revision 20131115 [ 0.060706] ACPI: All ACPI Tables successfully acquired [ 0.062403] ftrace: allocating 28717 entries in 113 pages [ 0.084386] smpboot: Max logical packages: 2 [ 0.085647] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.088003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.090043] Enabling x2apic [ 0.090978] Enabled x2apic [ 0.092030] Switched APIC routing to physical x2apic. [ 0.096440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.098091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.100738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.109624] KVM setup paravirtual spinlock [ 0.114334] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116219] x86: Booting SMP configuration: [ 0.117475] .... node #0, CPUs: #1[ 0.114256] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132020] x86: Booted up 1 node, 2 CPUs [ 0.132013] KVM setup async PF for cpu 1 [ 0.132014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.135968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136436] devtmpfs: initialized [ 0.140223] EVM: security.selinux [ 0.141332] EVM: security.SMACK64 [ 0.142361] EVM: security.ima [ 0.143345] EVM: security.capability [ 0.145148] pinctrl core: initialized pinctrl subsystem [ 0.146657] regulator-dummy: no parameters [ 0.148004] RTC time: 4:44:27, date: 08/27/18 [ 0.149408] NET: Registered protocol family 16 [ 0.150860] cpuidle: using governor ladder [ 0.152003] cpuidle: using governor menu [ 0.153214] ACPI: bus type PCI registered [ 0.154388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.156143] PCI: Using configuration type 1 for base access [ 0.158327] bio: create slab at 0 [ 0.158327] ACPI: Added _OSI(Module Device) [ 0.160003] ACPI: Added _OSI(Processor Device) [ 0.161263] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.162563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165353] ACPI: Interpreter enabled [ 0.166469] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.168773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.171402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.173722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.176007] ACPI: (supports S0 S5) [ 0.180003] ACPI: Using IOAPIC for interrupt routing [ 0.181391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.184041] ACPI: No dock devices found. [ 0.187321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.188009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.189804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.191606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192211] acpiphp: Slot [3] registered [ 0.193356] acpiphp: Slot [4] registered [ 0.194517] acpiphp: Slot [5] registered [ 0.195705] acpiphp: Slot [6] registered [ 0.196030] acpiphp: Slot [7] registered [ 0.197184] acpiphp: Slot [8] registered [ 0.198348] acpiphp: Slot [9] registered [ 0.199527] acpiphp: Slot [10] registered [ 0.200020] acpiphp: Slot [11] registered [ 0.201199] acpiphp: Slot [12] registered [ 0.202331] acpiphp: Slot [13] registered [ 0.203554] acpiphp: Slot [14] registered [ 0.204020] acpiphp: Slot [15] registered [ 0.205334] acpiphp: Slot [16] registered [ 0.206544] acpiphp: Slot [17] registered [ 0.207711] acpiphp: Slot [18] registered [ 0.208028] acpiphp: Slot [19] registered [ 0.209191] acpiphp: Slot [20] registered [ 0.210399] acpiphp: Slot [21] registered [ 0.211541] acpiphp: Slot [22] registered [ 0.212020] acpiphp: Slot [23] registered [ 0.213205] acpiphp: Slot [24] registered [ 0.214365] acpiphp: Slot [25] registered [ 0.215538] acpiphp: Slot [26] registered [ 0.216020] acpiphp: Slot [27] registered [ 0.217218] acpiphp: Slot [28] registered [ 0.218392] acpiphp: Slot [29] registered [ 0.219627] acpiphp: Slot [30] registered [ 0.220027] acpiphp: Slot [31] registered [ 0.221250] PCI host bridge to bus 0000:00 [ 0.222385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.223903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.224004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.225627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.227488] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.235712] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.236014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.263058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.265001] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.267062] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.268949] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271101] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272786] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.274624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.274624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276890] vgaarb: bridge control possible 0000:00:02.0 [ 0.278693] SCSI subsystem initialized [ 0.280043] ACPI: bus type USB registered [ 0.281248] usbcore: registered new interface driver usbfs [ 0.282722] usbcore: registered new interface driver hub [ 0.284049] usbcore: registered new device driver usb [ 0.285502] PCI: Using ACPI for IRQ routing [ 0.285671] NetLabel: Initializing [ 0.288007] NetLabel: domain hash size = 128 [ 0.289238] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.290670] NetLabel: unlabeled traffic allowed by default [ 0.292209] Switched to clocksource kvm-clock [ 0.301217] AppArmor: AppArmor Filesystem Enabled [ 0.302553] pnp: PnP ACPI init [ 0.303524] ACPI: bus type PNP registered [ 0.305191] pnp: PnP ACPI: found 8 devices [ 0.306356] ACPI: bus type PNP unregistered [ 0.313924] NET: Registered protocol family 2 [ 0.315485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.317650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.319543] TCP: Hash tables configured (established 16384 bind 16384) [ 0.321351] TCP: reno registered [ 0.322353] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.323932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.325683] NET: Registered protocol family 1 [ 0.326931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.328453] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.352180] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374444] Trying to unpack rootfs image as initramfs... [ 0.474922] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.477312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478847] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.480478] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.482851] Scanning for low memory corruption every 60 seconds [ 0.484920] Initialise system trusted keyring [ 0.486239] audit: initializing netlink socket (disabled) [ 0.487696] type=2000 audit(1535345067.916:1): initialized [ 0.509398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511946] zbud: loaded [ 0.512993] VFS: Disk quotas dquot_6.5.2 [ 0.514153] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516238] fuse init (API version 7.22) [ 0.517430] msgmni has been set to 3997 [ 0.518612] Key type big_key registered [ 0.520110] Key type asymmetric registered [ 0.521285] Asymmetric key parser 'x509' registered [ 0.522968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525241] io scheduler noop registered [ 0.526403] io scheduler deadline registered (default) [ 0.527953] io scheduler cfq registered [ 0.529169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532453] ipmi message handler version 39.2 [ 0.533839] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.535950] ACPI: Power Button [PWRF] [ 0.537332] GHES: HEST is not enabled! [ 0.560694] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.605073] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.628374] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.630732] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.655958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659769] Linux agpgart interface v0.103 [ 0.662548] brd: module loaded [ 0.664051] loop: module loaded [ 0.665645] blk-mq: CPU -> queue map [ 0.667005] CPU 0 -> Queue 0 [ 0.668154] CPU 1 -> Queue 0 [ 0.670268] vda: vda1 [ 0.672099] scsi0 : ata_piix [ 0.673213] scsi1 : ata_piix [ 0.674256] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.676131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678316] libphy: Fixed MDIO Bus: probed [ 0.679696] tun: Universal TUN/TAP device driver, 1.6 [ 0.681213] tun: (C) 1999-2004 Max Krasnyansky [ 0.684701] PPP generic driver version 2.4.2 [ 0.686074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687877] ehci-pci: EHCI PCI platform driver [ 0.689216] ehci-platform: EHCI generic platform driver [ 0.690726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692456] ohci-pci: OHCI PCI platform driver [ 0.693777] ohci-platform: OHCI generic platform driver [ 0.695269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719092] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720635] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.724642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728660] usb usb1: Product: UHCI Host Controller [ 0.730089] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731841] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733330] hub 1-0:1.0: USB hub found [ 0.734508] hub 1-0:1.0: 2 ports detected [ 0.735916] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739091] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742146] mousedev: PS/2 mouse device common for all mice [ 0.744069] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746827] rtc_cmos 00:00: RTC can wake from S4 [ 0.748534] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750347] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752212] device-mapper: uevent: version 1.0.3 [ 0.753639] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756126] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757921] TCP: cubic registered [ 0.759066] NET: Registered protocol family 10 [ 0.760682] NET: Registered protocol family 17 [ 0.762067] Key type dns_resolver registered [ 0.763590] Loading compiled-in X.509 certificates [ 0.765595] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775866] registered taskstats version 1 [ 0.779281] Key type trusted registered [ 0.783512] Key type encrypted registered [ 0.784809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786395] IMA: No TPM chip found, activating TPM-bypass! [ 0.788535] regulator-dummy: disabling [ 0.789720] Magic number: 14:148:718 [ 0.790963] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:28 UTC (1535345068) [ 0.793275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794852] EDD information not available. [ 0.833436] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.835641] Write protecting the kernel read-only data: 12288k [ 0.837864] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.841397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.855505] systemd-udevd[107]: starting version 204 [ 0.900437] FDC 0 is a S82078B [ 1.044094] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208817] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.210991] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.213150] usb 1-1: Product: QEMU USB Tablet [ 1.214344] usb 1-1: Manufacturer: QEMU [ 1.215434] usb 1-1: SerialNumber: 42 [ 1.476176] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.909112] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.247593] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.368403] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.475348] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:30 +0000. Up 3.03 seconds. cloud-init-nonet[3.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.33]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:35 +0000. Up 7.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bb:ea:56 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:c5:49:cd | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . . E | | o = o . . | | . + = o . | |... + S | |oo o o | |. = | |o+.+ | |o.+. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. o+E | | ...o .. . | | o. . o | | + o | | S o | | o . o | | o . +| | o. ..+| | ..o+..o| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | E o | | . o+ . | | . . ++ + | | . ...S | | . . + | | . . ooo | | o B oo. | | = +. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o| | ..| | . . o| | . + o+| | S .. =| | . . E o..| | . . o.=.| | . .oo .| | .o++o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:39 +0000. Up 131.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:40 +0000. Up 192.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.4' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.9' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-27 04:53:13,643 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-27 04:53:13,648 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-27 04:53:13,651 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 40:3d:52:fa:ec:dc:3f:da:e7:97:fd:05:03:13:92:51 root@homer-0 (DSA) ec2: 256 5c:9a:12:99:6f:3a:2b:dd:88:23:37:26:74:35:8c:42 root@homer-0 (ECDSA) ec2: 256 c9:47:ea:ff:be:e5:6e:59:35:49:d1:7f:fb:30:c2:1e root@homer-0 (ED25519) ec2: 2048 20:36:62:bd:3a:9e:c8:2d:02:c9:0f:1d:d7:cf:54:97 root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN/qmrurDmqhdoFMnhtX7QBFGLVkCe9cqwfTra87H7VMLE6eW/BGxp8KnEEMwYNB6pzLx+AhcXcDq7u6xwFaKiQ= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILJy1qpMfSvlfPTBEOlzDk7sgeS7oYmELQUm8Y7eMCH5 root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXNRzL2xOWsmjojFDuLWFwQHHxP23K19tSgdShm+CHZOqBcZ4SwC8eY7kURbe5v6Rfa8QOkg8EmEn6OBosN8ZIE6MkoB61i7vbfADGysSRtPdgYjuO5meWiQ9YQfpHUXaW7gWYsi84cyBmqJBMH4oh0FbbfgZPpiAyeBDdOUAo4VFvThSfr4w/3LioceqRpyXN8DoUh+3Q4sC9JbLsqPc56z7TOa6I7NC+UTSB3Gs9BdYNNz1WTr53IZt93Lwd51TmdK60LJFAyCNq2xmpaAzS9+nhIfDQYyYfvjIYvXiD5pewHwwOHP656M6fr+7KUynjaAthwiwSkSohA3J91xEV root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:53:13 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 526.00 seconds 2018-08-27 04:53:17,228 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-27 04:53:17,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:53:17,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:53:18,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-491298e6-3ad8-4532-9aa9-bd9e7996af7d x-compute-request-id: req-491298e6-3ad8-4532-9aa9-bd9e7996af7d Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:53:18,554 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-491298e6-3ad8-4532-9aa9-bd9e7996af7d 2018-08-27 04:53:18,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32571387291s 2018-08-27 04:53:18,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-491298e6-3ad8-4532-9aa9-bd9e7996af7d 2018-08-27 04:53:18,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:53:18,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:53:18,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44669a12-4a2a-4c0e-8ed7-e420de5cd273 x-compute-request-id: req-44669a12-4a2a-4c0e-8ed7-e420de5cd273 Content-Encoding: gzip Content-Length: 18577 Content-Type: application/json RESP BODY: {"output": " 0.193246] acpiphp: Slot [16] registered\n[ 0.194478] acpiphp: Slot [17] registered\n[ 0.195716] acpiphp: Slot [18] registered\n[ 0.196031] acpiphp: Slot [19] registered\n[ 0.197254] acpiphp: Slot [20] registered\n[ 0.198490] acpiphp: Slot [21] registered\n[ 0.199721] acpiphp: Slot [22] registered\n[ 0.200022] acpiphp: Slot [23] registered\n[ 0.201233] acpiphp: Slot [24] registered\n[ 0.202546] acpiphp: Slot [25] registered\n[ 0.203798] acpiphp: Slot [26] registered\n[ 0.204022] acpiphp: Slot [27] registered\n[ 0.205268] acpiphp: Slot [28] registered\n[ 0.206497] acpiphp: Slot [29] registered\n[ 0.207738] acpiphp: Slot [30] registered\n[ 0.208034] acpiphp: Slot [31] registered\n[ 0.209264] PCI host bridge to bus 0000:00\n[ 0.210516] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.213721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.215444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.216004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.217886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.225637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.227814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.253212] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.255455] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.257004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.259163] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.260971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.262946] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.264317] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.265655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270754] SCSI subsystem initialized\n[ 0.272122] ACPI: bus type USB registered\n[ 0.273342] usbcore: registered new interface driver usbfs\n[ 0.274946] usbcore: registered new interface driver hub\n[ 0.276052] usbcore: registered new device driver usb\n[ 0.277602] PCI: Using ACPI for IRQ routing\n[ 0.277734] NetLabel: Initializing\n[ 0.280007] NetLabel: domain hash size = 128\n[ 0.281305] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.282799] NetLabel: unlabeled traffic allowed by default\n[ 0.284223] Switched to clocksource kvm-clock\n[ 0.293613] AppArmor: AppArmor Filesystem Enabled\n[ 0.295045] pnp: PnP ACPI init\n[ 0.296082] ACPI: bus type PNP registered\n[ 0.297819] pnp: PnP ACPI: found 8 devices\n[ 0.299089] ACPI: bus type PNP unregistered\n[ 0.306808] NET: Registered protocol family 2\n[ 0.308485] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.310815] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.312878] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.314837] TCP: reno registered\n[ 0.315891] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.317605] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319516] NET: Registered protocol family 1\n[ 0.320858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.322542] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.324194] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.346794] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.369534] Trying to unpack rootfs image as initramfs...\n[ 0.471998] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.476226] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477882] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.480232] Scanning for low memory corruption every 60 seconds\n[ 0.482197] Initialise system trusted keyring\n[ 0.483462] audit: initializing netlink socket (disabled)\n[ 0.484916] type=2000 audit(1535345071.987:1): initialized\n[ 0.505557] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508211] zbud: loaded\n[ 0.509259] VFS: Disk quotas dquot_6.5.2\n[ 0.510413] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512493] fuse init (API version 7.22)\n[ 0.513681] msgmni has been set to 3997\n[ 0.514847] Key type big_key registered\n[ 0.516400] Key type asymmetric registered\n[ 0.517596] Asymmetric key parser 'x509' registered\n[ 0.518914] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.521018] io scheduler noop registered\n[ 0.522126] io scheduler deadline registered (default)\n[ 0.523497] io scheduler cfq registered\n[ 0.524678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526140] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527898] ipmi message handler version 39.2\n[ 0.529190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531224] ACPI: Power Button [PWRF]\n[ 0.532390] GHES: HEST is not enabled!\n[ 0.554558] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597689] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619958] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622148] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646018] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649502] Linux agpgart interface v0.103\n[ 0.651958] brd: module loaded\n[ 0.653587] loop: module loaded\n[ 0.655112] blk-mq: CPU -> queue map\n[ 0.656409] CPU 0 -> Queue 0\n[ 0.657540] CPU 1 -> Queue 0\n[ 0.659528] vda: vda1\n[ 0.661159] scsi0 : ata_piix\n[ 0.662230] scsi1 : ata_piix\n[ 0.663191] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.665018] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.667088] libphy: Fixed MDIO Bus: probed\n[ 0.668440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669884] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.673261] PPP generic driver version 2.4.2\n[ 0.674600] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.676422] ehci-pci: EHCI PCI platform driver\n[ 0.677744] ehci-platform: EHCI generic platform driver\n[ 0.679256] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680963] ohci-pci: OHCI PCI platform driver\n[ 0.682272] ohci-platform: OHCI generic platform driver\n[ 0.683793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.706325] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707827] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710107] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.711839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.713679] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.715770] usb usb1: Product: UHCI Host Controller\n[ 0.717120] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.718826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720248] hub 1-0:1.0: USB hub found\n[ 0.721383] hub 1-0:1.0: 2 ports detected\n[ 0.722691] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725688] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.727093] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.728646] mousedev: PS/2 mouse device common for all mice\n[ 0.730457] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.733193] rtc_cmos 00:00: RTC can wake from S4\n[ 0.734784] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736506] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738241] device-mapper: uevent: version 1.0.3\n[ 0.739617] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.741967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.743653] TCP: cubic registered\n[ 0.744753] NET: Registered protocol family 10\n[ 0.746348] NET: Registered protocol family 17\n[ 0.747641] Key type dns_resolver registered\n[ 0.749099] Loading compiled-in X.509 certificates\n[ 0.758106] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.760712] registered taskstats version 1\n[ 0.763948] Key type trusted registered\n[ 0.768054] Key type encrypted registered\n[ 0.769265] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770782] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.772870] regulator-dummy: disabling\n[ 0.774062] Magic number: 14:148:718\n[ 0.775330] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:32 UTC (1535345072)\n[ 0.777707] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.779358] EDD information not available.\n[ 0.825359] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.827655] Write protecting the kernel read-only data: 12288k\n[ 0.829936] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.833516] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.847468] systemd-udevd[107]: starting version 204\n[ 0.884522] FDC 0 is a S82078B\n[ 1.032033] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.196037] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.198297] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200370] usb 1-1: Product: QEMU USB Tablet\n[ 1.201581] usb 1-1: Manufacturer: QEMU\n[ 1.202681] usb 1-1: SerialNumber: 42\n[ 1.472119] tsc: Refined TSC clocksource calibration: 3491.887 MHz\n[ 1.901063] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.238272] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.378555] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.600857] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:34 +0000. Up 3.09 seconds.\ncloud-init-nonet[3.22]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.76]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:38 +0000. Up 6.88 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:be:b1:ae |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:f4:22:b1 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nac:f5:1e:fa:fd:25:4e:5b:08:57:6a:b0:52:af:54:6e root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| o . .|\n| . . * o |\n| S . + E |\n| o . o * . |\n| . o . + o|\n| o o o = |\n| ..o ..+ |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n27:4f:94:0c:48:2e:2b:bf:b6:f0:74:28:0d:78:16:30 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|E .... |\n| o .. o . |\n| . . . + |\n| . . o . |\n|. = . S o |\n| o = . = |\n| o = . . |\n| =.o |\n| .+. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nb6:8e:de:cc:fb:ae:15:ab:91:98:33:aa:ab:ca:c2:d2 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| |\n| S . |\n| + o o |\n|.. = + o |\n|+.E . O + |\n|*ooo..o O=o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n6e:11:ad:29:47:ba:93:1e:b4:47:93:a5:ed:88:ad:1b root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| . |\n| o o |\n| o O |\n| + S . |\n| . @ = |\n| E * . |\n| . B |\n| +. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:44:42 +0000. Up 11.04 seconds.\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:44:43 +0000. Up 11.94 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: 100 3149 100 3149 0 0 16447 0 --:--:-- --:--:-- --:--:-- 16486\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:11 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:13 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [470 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1532 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 18s (5100 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8717\nclearwater-socket-factory-sig start/running, process 8726\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8771\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up ralf (1.0-180326.112116) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n.....................................................................+++\n............+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-180326.111418) ...\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting defusedxml (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 3s (10.5 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58601 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.216\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.0.6\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.6\n++ echo A 192.168.0.6\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ echo 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ echo 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.32\n++ ip2rr 192.168.0.6\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.6\n++ echo A 192.168.0.6\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.216\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.0.6\n++ echo 192.168.0.6\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.6\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ echo 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.32\n++ echo 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.0.6\n++ echo 192.168.0.6\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.6\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ echo 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.0.6\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.6\n++ echo A 192.168.0.6\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.216\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.32\n++ echo 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.0.6\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.6\n++ echo A 192.168.0.6\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.216\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.0.6\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.6\n++ echo A 192.168.0.6\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ echo 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.0.6\n++ echo 192.168.0.6\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.6\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ echo 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.32\n++ echo 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.0.6\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.6\n++ echo A 192.168.0.6\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ echo 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.0.6\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.6\n++ echo A 192.168.0.6\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.216\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.0.6\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.6\n++ echo A 192.168.0.6\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.4'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.9'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 27:4f:94:0c:48:2e:2b:bf:b6:f0:74:28:0d:78:16:30 root@dime-0 (DSA)\nec2: 256 b6:8e:de:cc:fb:ae:15:ab:91:98:33:aa:ab:ca:c2:d2 root@dime-0 (ECDSA)\nec2: 256 6e:11:ad:29:47:ba:93:1e:b4:47:93:a5:ed:88:ad:1b root@dime-0 (ED25519)\nec2: 2048 ac:f5:1e:fa:fd:25:4e:5b:08:57:6a:b0:52:af:54:6e root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAl2Z/JB0Jr/L3ollYqtVmJH6G1OB6XBmMphZpTulDMuV/LfnEdBT3G1aP0n3wRD0eLv3hWprSvqqN+AZ9G8vLY= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAEwUqc/gemSrASqVMUGwWTIiDLZt0+ZavcakJCNpHCM root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChrV2NgLWdGATAzZDLZqIAlypQOm0cEHntYjmox5m8JURatAP5aiuW7Sk/vr5Ft1NN+4aKoS5k0asq9UyvBcfOE59+jqUbiO5VKU4pZNvBiZ+JeDSLMBN7SmSscnpsXC5YBohQun6/303J6qlaVaZaZ6wJdEmHea+xr/2ui3LBtc/I48NgkfMDfS06EabG8rYROXA0kdzTK7QOQ9kGr1pjw8YiyVCyDLV/dTc/gEISwAhhHT42GPVapnpbv1+SHI6AyHRDOgAyAmcDnC4Jh7DIBvEWJkygQIfOseKVESJwej/5dCQEIxVM8gmbTlpFGJ3q1czfRMg7kWTe3vAL+UxJ root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:51:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 392.07 seconds\n"} 2018-08-27 04:53:18,693 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa/action used request id req-44669a12-4a2a-4c0e-8ed7-e420de5cd273 2018-08-27 04:53:18,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.13089299202s 2018-08-27 04:53:18,696 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa/action used request id req-44669a12-4a2a-4c0e-8ed7-e420de5cd273 2018-08-27 04:53:18,696 - functest.core.singlevm - DEBUG - console: 0.193246] acpiphp: Slot [16] registered [ 0.194478] acpiphp: Slot [17] registered [ 0.195716] acpiphp: Slot [18] registered [ 0.196031] acpiphp: Slot [19] registered [ 0.197254] acpiphp: Slot [20] registered [ 0.198490] acpiphp: Slot [21] registered [ 0.199721] acpiphp: Slot [22] registered [ 0.200022] acpiphp: Slot [23] registered [ 0.201233] acpiphp: Slot [24] registered [ 0.202546] acpiphp: Slot [25] registered [ 0.203798] acpiphp: Slot [26] registered [ 0.204022] acpiphp: Slot [27] registered [ 0.205268] acpiphp: Slot [28] registered [ 0.206497] acpiphp: Slot [29] registered [ 0.207738] acpiphp: Slot [30] registered [ 0.208034] acpiphp: Slot [31] registered [ 0.209264] PCI host bridge to bus 0000:00 [ 0.210516] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.213721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.215444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.216004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.217886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.225637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.227814] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.253212] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.255455] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.257004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.259163] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.260971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.262946] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.264317] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.265655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268931] vgaarb: bridge control possible 0000:00:02.0 [ 0.270754] SCSI subsystem initialized [ 0.272122] ACPI: bus type USB registered [ 0.273342] usbcore: registered new interface driver usbfs [ 0.274946] usbcore: registered new interface driver hub [ 0.276052] usbcore: registered new device driver usb [ 0.277602] PCI: Using ACPI for IRQ routing [ 0.277734] NetLabel: Initializing [ 0.280007] NetLabel: domain hash size = 128 [ 0.281305] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.282799] NetLabel: unlabeled traffic allowed by default [ 0.284223] Switched to clocksource kvm-clock [ 0.293613] AppArmor: AppArmor Filesystem Enabled [ 0.295045] pnp: PnP ACPI init [ 0.296082] ACPI: bus type PNP registered [ 0.297819] pnp: PnP ACPI: found 8 devices [ 0.299089] ACPI: bus type PNP unregistered [ 0.306808] NET: Registered protocol family 2 [ 0.308485] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.310815] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.312878] TCP: Hash tables configured (established 16384 bind 16384) [ 0.314837] TCP: reno registered [ 0.315891] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.317605] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319516] NET: Registered protocol family 1 [ 0.320858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.322542] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.324194] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.346794] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.369534] Trying to unpack rootfs image as initramfs... [ 0.471998] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.476226] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477882] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.480232] Scanning for low memory corruption every 60 seconds [ 0.482197] Initialise system trusted keyring [ 0.483462] audit: initializing netlink socket (disabled) [ 0.484916] type=2000 audit(1535345071.987:1): initialized [ 0.505557] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.508211] zbud: loaded [ 0.509259] VFS: Disk quotas dquot_6.5.2 [ 0.510413] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.512493] fuse init (API version 7.22) [ 0.513681] msgmni has been set to 3997 [ 0.514847] Key type big_key registered [ 0.516400] Key type asymmetric registered [ 0.517596] Asymmetric key parser 'x509' registered [ 0.518914] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.521018] io scheduler noop registered [ 0.522126] io scheduler deadline registered (default) [ 0.523497] io scheduler cfq registered [ 0.524678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526140] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.527898] ipmi message handler version 39.2 [ 0.529190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531224] ACPI: Power Button [PWRF] [ 0.532390] GHES: HEST is not enabled! [ 0.554558] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597689] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.619958] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622148] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646018] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649502] Linux agpgart interface v0.103 [ 0.651958] brd: module loaded [ 0.653587] loop: module loaded [ 0.655112] blk-mq: CPU -> queue map [ 0.656409] CPU 0 -> Queue 0 [ 0.657540] CPU 1 -> Queue 0 [ 0.659528] vda: vda1 [ 0.661159] scsi0 : ata_piix [ 0.662230] scsi1 : ata_piix [ 0.663191] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.665018] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.667088] libphy: Fixed MDIO Bus: probed [ 0.668440] tun: Universal TUN/TAP device driver, 1.6 [ 0.669884] tun: (C) 1999-2004 Max Krasnyansky [ 0.673261] PPP generic driver version 2.4.2 [ 0.674600] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.676422] ehci-pci: EHCI PCI platform driver [ 0.677744] ehci-platform: EHCI generic platform driver [ 0.679256] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680963] ohci-pci: OHCI PCI platform driver [ 0.682272] ohci-platform: OHCI generic platform driver [ 0.683793] uhci_hcd: USB Universal Host Controller Interface driver [ 0.706325] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707827] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.710107] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.711839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.713679] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.715770] usb usb1: Product: UHCI Host Controller [ 0.717120] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.718826] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720248] hub 1-0:1.0: USB hub found [ 0.721383] hub 1-0:1.0: 2 ports detected [ 0.722691] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.725688] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.727093] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.728646] mousedev: PS/2 mouse device common for all mice [ 0.730457] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.733193] rtc_cmos 00:00: RTC can wake from S4 [ 0.734784] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.736506] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.738241] device-mapper: uevent: version 1.0.3 [ 0.739617] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.741967] ledtrig-cpu: registered to indicate activity on CPUs [ 0.743653] TCP: cubic registered [ 0.744753] NET: Registered protocol family 10 [ 0.746348] NET: Registered protocol family 17 [ 0.747641] Key type dns_resolver registered [ 0.749099] Loading compiled-in X.509 certificates [ 0.758106] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.760712] registered taskstats version 1 [ 0.763948] Key type trusted registered [ 0.768054] Key type encrypted registered [ 0.769265] AppArmor: AppArmor sha1 policy hashing enabled [ 0.770782] IMA: No TPM chip found, activating TPM-bypass! [ 0.772870] regulator-dummy: disabling [ 0.774062] Magic number: 14:148:718 [ 0.775330] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:32 UTC (1535345072) [ 0.777707] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.779358] EDD information not available. [ 0.825359] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.827655] Write protecting the kernel read-only data: 12288k [ 0.829936] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.833516] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.847468] systemd-udevd[107]: starting version 204 [ 0.884522] FDC 0 is a S82078B [ 1.032033] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.196037] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.198297] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200370] usb 1-1: Product: QEMU USB Tablet [ 1.201581] usb 1-1: Manufacturer: QEMU [ 1.202681] usb 1-1: SerialNumber: 42 [ 1.472119] tsc: Refined TSC clocksource calibration: 3491.887 MHz [ 1.901063] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.238272] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.378555] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.600857] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:34 +0000. Up 3.09 seconds. cloud-init-nonet[3.22]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.76]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:38 +0000. Up 6.88 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:be:b1:ae | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:f4:22:b1 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: ac:f5:1e:fa:fd:25:4e:5b:08:57:6a:b0:52:af:54:6e root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | o . .| | . . * o | | S . + E | | o . o * . | | . o . + o| | o o o = | | ..o ..+ | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 27:4f:94:0c:48:2e:2b:bf:b6:f0:74:28:0d:78:16:30 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ |E .... | | o .. o . | | . . . + | | . . o . | |. = . S o | | o = . = | | o = . . | | =.o | | .+. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: b6:8e:de:cc:fb:ae:15:ab:91:98:33:aa:ab:ca:c2:d2 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | | | S . | | + o o | |.. = + o | |+.E . O + | |*ooo..o O=o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 6e:11:ad:29:47:ba:93:1e:b4:47:93:a5:ed:88:ad:1b root@dime-0 The key's randomart image is: +--[ED25519 256--+ | | | . | | o o | | o O | | + S . | | . @ = | | E * . | | . B | | +. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:44:42 +0000. Up 11.04 seconds. * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:44:43 +0000. Up 11.94 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: 100 3149 100 3149 0 0 16447 0 --:--:-- --:--:-- --:--:-- 16486 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:11 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:13 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [470 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1532 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 18s (5100 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8717 clearwater-socket-factory-sig start/running, process 8726 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8771 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up ralf (1.0-180326.112116) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .....................................................................+++ ............+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-180326.111418) ... Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting defusedxml (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 3s (10.5 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58601 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.216 ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.0.6 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.6 ++ echo A 192.168.0.6 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ echo 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ echo 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.32 ++ ip2rr 192.168.0.6 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.6 ++ echo A 192.168.0.6 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.216 ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.0.6 ++ echo 192.168.0.6 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.6 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ echo 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.32 ++ echo 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.0.6 ++ echo 192.168.0.6 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.6 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ echo 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.0.6 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.6 ++ echo A 192.168.0.6 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.216 ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.32 ++ echo 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.0.6 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.6 ++ echo A 192.168.0.6 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.216 ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.0.6 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.6 ++ echo A 192.168.0.6 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ echo 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.0.6 ++ echo 192.168.0.6 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.6 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ echo 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.32 ++ echo 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.0.6 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.6 ++ echo A 192.168.0.6 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ echo 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.0.6 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.6 ++ echo A 192.168.0.6 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.216 ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.0.6 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.6 ++ echo A 192.168.0.6 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.4' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.9' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 27:4f:94:0c:48:2e:2b:bf:b6:f0:74:28:0d:78:16:30 root@dime-0 (DSA) ec2: 256 b6:8e:de:cc:fb:ae:15:ab:91:98:33:aa:ab:ca:c2:d2 root@dime-0 (ECDSA) ec2: 256 6e:11:ad:29:47:ba:93:1e:b4:47:93:a5:ed:88:ad:1b root@dime-0 (ED25519) ec2: 2048 ac:f5:1e:fa:fd:25:4e:5b:08:57:6a:b0:52:af:54:6e root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAl2Z/JB0Jr/L3ollYqtVmJH6G1OB6XBmMphZpTulDMuV/LfnEdBT3G1aP0n3wRD0eLv3hWprSvqqN+AZ9G8vLY= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAEwUqc/gemSrASqVMUGwWTIiDLZt0+ZavcakJCNpHCM root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChrV2NgLWdGATAzZDLZqIAlypQOm0cEHntYjmox5m8JURatAP5aiuW7Sk/vr5Ft1NN+4aKoS5k0asq9UyvBcfOE59+jqUbiO5VKU4pZNvBiZ+JeDSLMBN7SmSscnpsXC5YBohQun6/303J6qlaVaZaZ6wJdEmHea+xr/2ui3LBtc/I48NgkfMDfS06EabG8rYROXA0kdzTK7QOQ9kGr1pjw8YiyVCyDLV/dTc/gEISwAhhHT42GPVapnpbv1+SHI6AyHRDOgAyAmcDnC4Jh7DIBvEWJkygQIfOseKVESJwej/5dCQEIxVM8gmbTlpFGJ3q1czfRMg7kWTe3vAL+UxJ root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:51:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 392.07 seconds 2018-08-27 04:53:18,700 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-27 04:53:18,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:53:18,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:53:19,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40bea0c1-810b-44eb-a26d-0bb16ec0849e x-compute-request-id: req-40bea0c1-810b-44eb-a26d-0bb16ec0849e Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:53:19,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-40bea0c1-810b-44eb-a26d-0bb16ec0849e 2018-08-27 04:53:19,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724552869797s 2018-08-27 04:53:19,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-40bea0c1-810b-44eb-a26d-0bb16ec0849e 2018-08-27 04:53:19,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:53:19,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:53:19,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff008f16-1b42-4266-82dc-de058eae0287 x-compute-request-id: req-ff008f16-1b42-4266-82dc-de058eae0287 Content-Encoding: gzip Content-Length: 12227 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008037] Security Framework initialized\n[ 0.009177] AppArmor: AppArmor initialized\n[ 0.010273] Yama: becoming mindful.\n[ 0.012144] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015647] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016876] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018486] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020283] Initializing cgroup subsys memory\n[ 0.021434] Initializing cgroup subsys devices\n[ 0.024003] Initializing cgroup subsys freezer\n[ 0.025161] Initializing cgroup subsys blkio\n[ 0.026272] Initializing cgroup subsys perf_event\n[ 0.027471] Initializing cgroup subsys hugetlb\n[ 0.028060] FEATURE SPEC_CTRL Not Present\n[ 0.029856] mce: CPU supports 10 MCE banks\n[ 0.030998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030998] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033559] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.036002] Speculative Store Bypass: Vulnerable\n[ 0.037854] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.044242] ACPI: Core revision 20131115\n[ 0.045762] ACPI: All ACPI Tables successfully acquired\n[ 0.047303] ftrace: allocating 28717 entries in 113 pages\n[ 0.068226] smpboot: Max logical packages: 2\n[ 0.072003] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073596] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076152] Enabling x2apic\n[ 0.076995] Enabled x2apic\n[ 0.078105] Switched APIC routing to physical x2apic.\n[ 0.080743] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082302] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084624] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093315] KVM setup paravirtual spinlock\n[ 0.095800] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.096194] x86: Booting SMP configuration:\n[ 0.097377] .... node #0, CPUs: #1[ 0.095756] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.112021] x86: Booted up 1 node, 2 CPUs\n[ 0.112013] KVM setup async PF for cpu 1\n[ 0.112014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.115687] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.116421] devtmpfs: initialized\n[ 0.119083] EVM: security.selinux\n[ 0.120006] EVM: security.SMACK64\n[ 0.120963] EVM: security.ima\n[ 0.121849] EVM: security.capability\n[ 0.122897] pinctrl core: initialized pinctrl subsystem\n[ 0.124052] regulator-dummy: no parameters\n[ 0.125249] RTC time: 4:44:16, date: 08/27/18\n[ 0.126480] NET: Registered protocol family 16\n[ 0.127764] cpuidle: using governor ladder\n[ 0.128003] cpuidle: using governor menu\n[ 0.129144] ACPI: bus type PCI registered\n[ 0.130243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.131909] PCI: Using configuration type 1 for base access\n[ 0.132591] bio: create slab at 0\n[ 0.133162] ACPI: Added _OSI(Module Device)\n[ 0.133205] ACPI: Added _OSI(Processor Device)\n[ 0.136003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.137233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.139753] ACPI: Interpreter enabled\n[ 0.140006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.142514] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.144731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.147232] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.149648] ACPI: (supports S0 S5)\n[ 0.152003] ACPI: Using IOAPIC for interrupt routing\n[ 0.153299] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.155824] ACPI: No dock devices found.\n[ 0.157969] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.159525] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161630] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164210] acpiphp: Slot [3] registered\n[ 0.165314] acpiphp: Slot [4] registered\n[ 0.166407] acpiphp: Slot [5] registered\n[ 0.167499] acpiphp: Slot [6] registered\n[ 0.168020] acpiphp: Slot [7] registered\n[ 0.169114] acpiphp: Slot [8] registered\n[ 0.170205] acpiphp: Slot [9] registered\n[ 0.171299] acpiphp: Slot [10] registered\n[ 0.172020] acpiphp: Slot [11] registered\n[ 0.173130] acpiphp: Slot [12] registered\n[ 0.174486] acpiphp: Slot [13] registered\n[ 0.175775] acpiphp: Slot [14] registered\n[ 0.176021] acpiphp: Slot [15] registered\n[ 0.177311] acpiphp: Slot [16] registered\n[ 0.178597] acpiphp: Slot [17] registered\n[ 0.179889] acpiphp: Slot [18] registered\n[ 0.180028] acpiphp: Slot [19] registered\n[ 0.181320] acpiphp: Slot [20] registered\n[ 0.182625] acpiphp: Slot [21] registered\n[ 0.183906] acpiphp: Slot [22] registered\n[ 0.184020] acpiphp: Slot [23] registered\n[ 0.185347] acpiphp: Slot [24] registered\n[ 0.186658] acpiphp: Slot [25] registered\n[ 0.187949] acpiphp: Slot [26] registered\n[ 0.188021] acpiphp: Slot [27] registered\n[ 0.189339] acpiphp: Slot [28] registered\n[ 0.190627] acpiphp: Slot [29] registered\n[ 0.191935] acpiphp: Slot [30] registered\n[ 0.192028] acpiphp: Slot [31] registered\n[ 0.193305] PCI host bridge to bus 0000:00\n[ 0.194617] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.196004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.197816] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.199689] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.200004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.202016] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.209596] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.211992] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.236886] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.239199] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.240996] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.243242] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.245008] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.247090] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.248273] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.249834] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.252004] vgaarb: loaded\n[ 0.252989] vgaarb: bridge control possible 0000:00:02.0\n[ 0.254937] SCSI subsystem initialized\n[ 0.256176] ACPI: bus type USB registered\n[ 0.257445] usbcore: registered new interface driver usbfs\n[ 0.259184] usbcore: registered new interface driver hub\n[ 0.260052] usbcore: registered new device driver usb\n[ 0.261813] PCI: Using ACPI for IRQ routing\n[ 0.261853] NetLabel: Initializing\n[ 0.264007] NetLabel: domain hash size = 128\n[ 0.265502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.267197] NetLabel: unlabeled traffic allowed by default\n[ 0.268181] Switched to clocksource kvm-clock\n[ 0.276893] AppArmor: AppArmor Filesystem Enabled\n[ 0.278488] pnp: PnP ACPI init\n[ 0.279651] ACPI: bus type PNP registered\n[ 0.281542] pnp: PnP ACPI: found 8 devices\n[ 0.282990] ACPI: bus type PNP unregistered\n[ 0.290761] NET: Registered protocol family 2\n[ 0.292515] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.295120] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.297285] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.299216] TCP: reno registered\n[ 0.300247] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301935] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.303767] NET: Registered protocol family 1\n[ 0.305085] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.306738] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.308360] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.330787] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.352933] Trying to unpack rootfs image as initramfs...\n[ 0.454634] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.456972] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.458536] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460308] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462873] Scanning for low memory corruption every 60 seconds\n[ 0.464942] Initialise system trusted keyring\n[ 0.466278] audit: initializing netlink socket (disabled)\n[ 0.467793] type=2000 audit(1535345057.092:1): initialized\n[ 0.488276] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.490886] zbud: loaded\n[ 0.491985] VFS: Disk quotas dquot_6.5.2\n[ 0.493242] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.495380] fuse init (API version 7.22)\n[ 0.496673] msgmni has been set to 3997\n[ 0.497848] Key type big_key registered\n[ 0.499384] Key type asymmetric registered\n[ 0.500582] Asymmetric key parser 'x509' registered\n[ 0.501927] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.504145] io scheduler noop registered\n[ 0.505325] io scheduler deadline registered (default)\n[ 0.506726] io scheduler cfq registered\n[ 0.507912] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511265] ipmi message handler version 39.2\n[ 0.512575] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514678] ACPI: Power Button [PWRF]\n[ 0.515924] GHES: HEST is not enabled!\n[ 0.537765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.581523] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603924] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.606136] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.630143] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633209] Linux agpgart interface v0.103\n[ 0.635512] brd: module loaded\n[ 0.637040] loop: module loaded\n[ 0.638497] blk-mq: CPU -> queue map\n[ 0.639632] CPU 0 -> Queue 0\n[ 0.640662] CPU 1 -> Queue 0\n[ 0.642620] vda: vda1\n[ 0.644391] scsi0 : ata_piix\n[ 0.645528] scsi1 : ata_piix\n[ 0.646527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.648395] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.650512] libphy: Fixed MDIO Bus: probed\n[ 0.651842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.653369] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656718] PPP generic driver version 2.4.2\n[ 0.658077] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.659885] ehci-pci: EHCI PCI platform driver\n[ 0.661206] ehci-platform: EHCI generic platform driver\n[ 0.662708] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664428] ohci-pci: OHCI PCI platform driver\n[ 0.665689] ohci-platform: OHCI generic platform driver\n[ 0.667113] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689548] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690976] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693132] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694741] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698498] usb usb1: Product: UHCI Host Controller\n[ 0.699802] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.701447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702827] hub 1-0:1.0: USB hub found\n[ 0.703927] hub 1-0:1.0: 2 ports detected\n[ 0.705231] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708190] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.709541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.711066] mousedev: PS/2 mouse device common for all mice\n[ 0.712845] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.715444] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716991] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.718667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.720430] device-mapper: uevent: version 1.0.3\n[ 0.721791] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.724128] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.725835] TCP: cubic registered\n[ 0.726926] NET: Registered protocol family 10\n[ 0.728445] NET: Registered protocol family 17\n[ 0.729727] Key type dns_resolver registered\n[ 0.731178] Loading compiled-in X.509 certificates\n[ 0.733084] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.742803] registered taskstats version 1\n[ 0.745965] Key type trusted registered\n[ 0.750029] Key type encrypted registered\n[ 0.751190] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.752647] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.754671] regulator-dummy: disabling\n[ 0.755849] Magic number: 14:148:718\n[ 0.757080] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:17 UTC (1535345057)\n[ 0.759391] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.760970] EDD information not available.\n[ 0.809288] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811451] Write protecting the kernel read-only data: 12288k\n[ 0.813556] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.816938] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.830994] systemd-udevd[107]: starting version 204\n[ 0.872591] FDC 0 is a S82078B\n[ 1.016088] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.180832] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.182674] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184450] usb 1-1: Product: QEMU USB Tablet\n[ 1.185614] usb 1-1: Manufacturer: QEMU\n[ 1.186798] usb 1-1: SerialNumber: 42\n[ 1.456106] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.885416] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.309711] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.242878] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.879267] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:23 +0000. Up 6.85 seconds.\ncloud-init-nonet[7.02]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[8.00]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:24 +0000. Up 8.20 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:89:38:0c |\nci-info: | eth0 | True | 192.168.0.9 | 255.255.255.0 | fa:16:3e:53:f3:4e |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n57:a8:cb:19:da:c2:74:9e:85:33:da:9a:05:90:97:a9 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| . o . |\n| o + . . |\n| + o . |\n| E o S o |\n| o X X |\n| = X |\n| = |\n| o |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n50:f2:5a:63:ba:eb:a4:a4:eb:68:15:5e:2b:b9:16:36 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . . |\n| + |\n| . = |\n| . . * . |\n| . + + S |\n| E . . |\n| o * o |\n| o = o . |\n|o.=...o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd8:d2:59:b9:e4:91:9e:ea:a9:97:4a:44:74:c2:e2:3c root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .o . |\n| ...o o |\n| o .. * |\n| E. + * + |\n| .+ S = |\n| . . . |\n| . .. |\n| . .o. |\n| o+o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne8:29:a5:14:78:21:a1:46:fd:d7:47:d2:c8:7a:5c:e0 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .+.. ..+ |\n|.. + . .+ + |\n|... + +E+ |\n|. . o + + . |\n| . + S . |\n| . + . |\n| o o |\n| . |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:28 +0000. Up 132.08 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:29 +0000. Up 192.86 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ echo 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n++ ip2rr 192.168.1.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.11\n++ echo A 192.168.1.11\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.4'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.9'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-27 04:53:03,267 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-27 04:53:03,270 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-27 04:53:03,272 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 50:f2:5a:63:ba:eb:a4:a4:eb:68:15:5e:2b:b9:16:36 root@sprout-0 (DSA)\nec2: 256 d8:d2:59:b9:e4:91:9e:ea:a9:97:4a:44:74:c2:e2:3c root@sprout-0 (ECDSA)\nec2: 256 e8:29:a5:14:78:21:a1:46:fd:d7:47:d2:c8:7a:5c:e0 root@sprout-0 (ED25519)\nec2: 2048 57:a8:cb:19:da:c2:74:9e:85:33:da:9a:05:90:97:a9 root@sprout-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKldcwVT/HJXJM/+6OXBXT2aKyhQh9nwZMC1sjQcH8VGAdkfLdvo9I+cjNq1uQizxrXhjyP70hpyaHay7UAA9kk= root@sprout-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINkFHC5i2cLQ5xb4pl3yHH17CHOyz/MXD7jUcR66bX5q root@sprout-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZfTrbOIWyB0yWkIrKks2+D4WFFOl8jed5qZ6neOj8DxY4Ao6RrzKzYxh7VHhWeXUQpEiQfMXqXc/xrVr580QlMFbskr0BTfwhysIwqXX8uuFMILVXu56a9ki2UQuAAczl+IHUOVNNfEwxyM7yPHsZM5HBj6qOvT8GhdqkoSvtdMTJg6rdHy9lnQs9O/2FVgAEhcOJqbL4bMSuyxN+eBXO3IEnTfaB79a+NgDJxHI2TBHSzB7xEgUkPui05YCRIeDCYSaC9jpJbn8PZB5Ua56XERdKCCKzTqNJ2HsjPuxznj/7hWYvIpkyNnJwcbE6foPPgUqj1I5WCJdA25CWqZIz root@sprout-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:53:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 526.57 seconds\n"} 2018-08-27 04:53:19,508 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0/action used request id req-ff008f16-1b42-4266-82dc-de058eae0287 2018-08-27 04:53:19,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.07435297966s 2018-08-27 04:53:19,510 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0/action used request id req-ff008f16-1b42-4266-82dc-de058eae0287 2018-08-27 04:53:19,510 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008037] Security Framework initialized [ 0.009177] AppArmor: AppArmor initialized [ 0.010273] Yama: becoming mindful. [ 0.012144] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015647] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016876] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018486] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020283] Initializing cgroup subsys memory [ 0.021434] Initializing cgroup subsys devices [ 0.024003] Initializing cgroup subsys freezer [ 0.025161] Initializing cgroup subsys blkio [ 0.026272] Initializing cgroup subsys perf_event [ 0.027471] Initializing cgroup subsys hugetlb [ 0.028060] FEATURE SPEC_CTRL Not Present [ 0.029856] mce: CPU supports 10 MCE banks [ 0.030998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030998] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033559] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.036002] Speculative Store Bypass: Vulnerable [ 0.037854] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.044242] ACPI: Core revision 20131115 [ 0.045762] ACPI: All ACPI Tables successfully acquired [ 0.047303] ftrace: allocating 28717 entries in 113 pages [ 0.068226] smpboot: Max logical packages: 2 [ 0.072003] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073596] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076152] Enabling x2apic [ 0.076995] Enabled x2apic [ 0.078105] Switched APIC routing to physical x2apic. [ 0.080743] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082302] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084624] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093315] KVM setup paravirtual spinlock [ 0.095800] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.096194] x86: Booting SMP configuration: [ 0.097377] .... node #0, CPUs: #1[ 0.095756] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.112021] x86: Booted up 1 node, 2 CPUs [ 0.112013] KVM setup async PF for cpu 1 [ 0.112014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.115687] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.116421] devtmpfs: initialized [ 0.119083] EVM: security.selinux [ 0.120006] EVM: security.SMACK64 [ 0.120963] EVM: security.ima [ 0.121849] EVM: security.capability [ 0.122897] pinctrl core: initialized pinctrl subsystem [ 0.124052] regulator-dummy: no parameters [ 0.125249] RTC time: 4:44:16, date: 08/27/18 [ 0.126480] NET: Registered protocol family 16 [ 0.127764] cpuidle: using governor ladder [ 0.128003] cpuidle: using governor menu [ 0.129144] ACPI: bus type PCI registered [ 0.130243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.131909] PCI: Using configuration type 1 for base access [ 0.132591] bio: create slab at 0 [ 0.133162] ACPI: Added _OSI(Module Device) [ 0.133205] ACPI: Added _OSI(Processor Device) [ 0.136003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.137233] ACPI: Added _OSI(Processor Aggregator Device) [ 0.139753] ACPI: Interpreter enabled [ 0.140006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.142514] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.144731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.147232] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.149648] ACPI: (supports S0 S5) [ 0.152003] ACPI: Using IOAPIC for interrupt routing [ 0.153299] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.155824] ACPI: No dock devices found. [ 0.157969] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.159525] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161630] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164210] acpiphp: Slot [3] registered [ 0.165314] acpiphp: Slot [4] registered [ 0.166407] acpiphp: Slot [5] registered [ 0.167499] acpiphp: Slot [6] registered [ 0.168020] acpiphp: Slot [7] registered [ 0.169114] acpiphp: Slot [8] registered [ 0.170205] acpiphp: Slot [9] registered [ 0.171299] acpiphp: Slot [10] registered [ 0.172020] acpiphp: Slot [11] registered [ 0.173130] acpiphp: Slot [12] registered [ 0.174486] acpiphp: Slot [13] registered [ 0.175775] acpiphp: Slot [14] registered [ 0.176021] acpiphp: Slot [15] registered [ 0.177311] acpiphp: Slot [16] registered [ 0.178597] acpiphp: Slot [17] registered [ 0.179889] acpiphp: Slot [18] registered [ 0.180028] acpiphp: Slot [19] registered [ 0.181320] acpiphp: Slot [20] registered [ 0.182625] acpiphp: Slot [21] registered [ 0.183906] acpiphp: Slot [22] registered [ 0.184020] acpiphp: Slot [23] registered [ 0.185347] acpiphp: Slot [24] registered [ 0.186658] acpiphp: Slot [25] registered [ 0.187949] acpiphp: Slot [26] registered [ 0.188021] acpiphp: Slot [27] registered [ 0.189339] acpiphp: Slot [28] registered [ 0.190627] acpiphp: Slot [29] registered [ 0.191935] acpiphp: Slot [30] registered [ 0.192028] acpiphp: Slot [31] registered [ 0.193305] PCI host bridge to bus 0000:00 [ 0.194617] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.196004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.197816] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.199689] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.200004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.202016] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.209596] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.211992] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.236886] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.239199] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.240996] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.243242] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.245008] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.247090] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.248273] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.249834] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.252004] vgaarb: loaded [ 0.252989] vgaarb: bridge control possible 0000:00:02.0 [ 0.254937] SCSI subsystem initialized [ 0.256176] ACPI: bus type USB registered [ 0.257445] usbcore: registered new interface driver usbfs [ 0.259184] usbcore: registered new interface driver hub [ 0.260052] usbcore: registered new device driver usb [ 0.261813] PCI: Using ACPI for IRQ routing [ 0.261853] NetLabel: Initializing [ 0.264007] NetLabel: domain hash size = 128 [ 0.265502] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.267197] NetLabel: unlabeled traffic allowed by default [ 0.268181] Switched to clocksource kvm-clock [ 0.276893] AppArmor: AppArmor Filesystem Enabled [ 0.278488] pnp: PnP ACPI init [ 0.279651] ACPI: bus type PNP registered [ 0.281542] pnp: PnP ACPI: found 8 devices [ 0.282990] ACPI: bus type PNP unregistered [ 0.290761] NET: Registered protocol family 2 [ 0.292515] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.295120] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.297285] TCP: Hash tables configured (established 16384 bind 16384) [ 0.299216] TCP: reno registered [ 0.300247] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301935] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.303767] NET: Registered protocol family 1 [ 0.305085] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.306738] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.308360] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.330787] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.352933] Trying to unpack rootfs image as initramfs... [ 0.454634] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.456972] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.458536] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460308] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462873] Scanning for low memory corruption every 60 seconds [ 0.464942] Initialise system trusted keyring [ 0.466278] audit: initializing netlink socket (disabled) [ 0.467793] type=2000 audit(1535345057.092:1): initialized [ 0.488276] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.490886] zbud: loaded [ 0.491985] VFS: Disk quotas dquot_6.5.2 [ 0.493242] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.495380] fuse init (API version 7.22) [ 0.496673] msgmni has been set to 3997 [ 0.497848] Key type big_key registered [ 0.499384] Key type asymmetric registered [ 0.500582] Asymmetric key parser 'x509' registered [ 0.501927] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.504145] io scheduler noop registered [ 0.505325] io scheduler deadline registered (default) [ 0.506726] io scheduler cfq registered [ 0.507912] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.511265] ipmi message handler version 39.2 [ 0.512575] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.514678] ACPI: Power Button [PWRF] [ 0.515924] GHES: HEST is not enabled! [ 0.537765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.581523] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.603924] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.606136] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.630143] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.633209] Linux agpgart interface v0.103 [ 0.635512] brd: module loaded [ 0.637040] loop: module loaded [ 0.638497] blk-mq: CPU -> queue map [ 0.639632] CPU 0 -> Queue 0 [ 0.640662] CPU 1 -> Queue 0 [ 0.642620] vda: vda1 [ 0.644391] scsi0 : ata_piix [ 0.645528] scsi1 : ata_piix [ 0.646527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.648395] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.650512] libphy: Fixed MDIO Bus: probed [ 0.651842] tun: Universal TUN/TAP device driver, 1.6 [ 0.653369] tun: (C) 1999-2004 Max Krasnyansky [ 0.656718] PPP generic driver version 2.4.2 [ 0.658077] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.659885] ehci-pci: EHCI PCI platform driver [ 0.661206] ehci-platform: EHCI generic platform driver [ 0.662708] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664428] ohci-pci: OHCI PCI platform driver [ 0.665689] ohci-platform: OHCI generic platform driver [ 0.667113] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689548] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.690976] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693132] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694741] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698498] usb usb1: Product: UHCI Host Controller [ 0.699802] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.701447] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702827] hub 1-0:1.0: USB hub found [ 0.703927] hub 1-0:1.0: 2 ports detected [ 0.705231] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.708190] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.709541] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.711066] mousedev: PS/2 mouse device common for all mice [ 0.712845] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.715444] rtc_cmos 00:00: RTC can wake from S4 [ 0.716991] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.718667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.720430] device-mapper: uevent: version 1.0.3 [ 0.721791] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.724128] ledtrig-cpu: registered to indicate activity on CPUs [ 0.725835] TCP: cubic registered [ 0.726926] NET: Registered protocol family 10 [ 0.728445] NET: Registered protocol family 17 [ 0.729727] Key type dns_resolver registered [ 0.731178] Loading compiled-in X.509 certificates [ 0.733084] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.742803] registered taskstats version 1 [ 0.745965] Key type trusted registered [ 0.750029] Key type encrypted registered [ 0.751190] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752647] IMA: No TPM chip found, activating TPM-bypass! [ 0.754671] regulator-dummy: disabling [ 0.755849] Magic number: 14:148:718 [ 0.757080] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:17 UTC (1535345057) [ 0.759391] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.760970] EDD information not available. [ 0.809288] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811451] Write protecting the kernel read-only data: 12288k [ 0.813556] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.816938] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.830994] systemd-udevd[107]: starting version 204 [ 0.872591] FDC 0 is a S82078B [ 1.016088] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.180832] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.182674] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184450] usb 1-1: Product: QEMU USB Tablet [ 1.185614] usb 1-1: Manufacturer: QEMU [ 1.186798] usb 1-1: SerialNumber: 42 [ 1.456106] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.885416] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.309711] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.242878] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.879267] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:23 +0000. Up 6.85 seconds. cloud-init-nonet[7.02]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[8.00]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:24 +0000. Up 8.20 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:89:38:0c | ci-info: | eth0 | True | 192.168.0.9 | 255.255.255.0 | fa:16:3e:53:f3:4e | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 57:a8:cb:19:da:c2:74:9e:85:33:da:9a:05:90:97:a9 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | . o . | | o + . . | | + o . | | E o S o | | o X X | | = X | | = | | o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 50:f2:5a:63:ba:eb:a4:a4:eb:68:15:5e:2b:b9:16:36 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . . | | + | | . = | | . . * . | | . + + S | | E . . | | o * o | | o = o . | |o.=...o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: d8:d2:59:b9:e4:91:9e:ea:a9:97:4a:44:74:c2:e2:3c root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | .o . | | ...o o | | o .. * | | E. + * + | | .+ S = | | . . . | | . .. | | . .o. | | o+o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e8:29:a5:14:78:21:a1:46:fd:d7:47:d2:c8:7a:5c:e0 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | .+.. ..+ | |.. + . .+ + | |... + +E+ | |. . o + + . | | . + S . | | . + . | | o o | | . | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:28 +0000. Up 132.08 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:29 +0000. Up 192.86 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ echo 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ++ ip2rr 192.168.1.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.11 ++ echo A 192.168.1.11 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.4' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.9' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-27 04:53:03,267 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-27 04:53:03,270 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-27 04:53:03,272 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 50:f2:5a:63:ba:eb:a4:a4:eb:68:15:5e:2b:b9:16:36 root@sprout-0 (DSA) ec2: 256 d8:d2:59:b9:e4:91:9e:ea:a9:97:4a:44:74:c2:e2:3c root@sprout-0 (ECDSA) ec2: 256 e8:29:a5:14:78:21:a1:46:fd:d7:47:d2:c8:7a:5c:e0 root@sprout-0 (ED25519) ec2: 2048 57:a8:cb:19:da:c2:74:9e:85:33:da:9a:05:90:97:a9 root@sprout-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKldcwVT/HJXJM/+6OXBXT2aKyhQh9nwZMC1sjQcH8VGAdkfLdvo9I+cjNq1uQizxrXhjyP70hpyaHay7UAA9kk= root@sprout-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINkFHC5i2cLQ5xb4pl3yHH17CHOyz/MXD7jUcR66bX5q root@sprout-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZfTrbOIWyB0yWkIrKks2+D4WFFOl8jed5qZ6neOj8DxY4Ao6RrzKzYxh7VHhWeXUQpEiQfMXqXc/xrVr580QlMFbskr0BTfwhysIwqXX8uuFMILVXu56a9ki2UQuAAczl+IHUOVNNfEwxyM7yPHsZM5HBj6qOvT8GhdqkoSvtdMTJg6rdHy9lnQs9O/2FVgAEhcOJqbL4bMSuyxN+eBXO3IEnTfaB79a+NgDJxHI2TBHSzB7xEgUkPui05YCRIeDCYSaC9jpJbn8PZB5Ua56XERdKCCKzTqNJ2HsjPuxznj/7hWYvIpkyNnJwcbE6foPPgUqj1I5WCJdA25CWqZIz root@sprout-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:53:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 526.57 seconds 2018-08-27 04:53:19,512 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-27 04:53:19,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:53:19,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:53:20,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec08b1bc-c529-4b03-bb9e-5144f35005b6 x-compute-request-id: req-ec08b1bc-c529-4b03-bb9e-5144f35005b6 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:53:20,603 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ec08b1bc-c529-4b03-bb9e-5144f35005b6 2018-08-27 04:53:20,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09012913704s 2018-08-27 04:53:20,604 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ec08b1bc-c529-4b03-bb9e-5144f35005b6 2018-08-27 04:53:20,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:53:20,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:53:20,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b85db1f1-aebb-4ca6-86ff-f0e6c4995fc9 x-compute-request-id: req-b85db1f1-aebb-4ca6-86ff-f0e6c4995fc9 Content-Encoding: gzip Content-Length: 12099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008035] Security Framework initialized\n[ 0.009203] AppArmor: AppArmor initialized\n[ 0.010334] Yama: becoming mindful.\n[ 0.012145] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015697] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016876] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022014] Initializing cgroup subsys memory\n[ 0.023211] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025202] Initializing cgroup subsys blkio\n[ 0.026360] Initializing cgroup subsys perf_event\n[ 0.028004] Initializing cgroup subsys hugetlb\n[ 0.029255] FEATURE SPEC_CTRL Not Present\n[ 0.031061] mce: CPU supports 10 MCE banks\n[ 0.032033] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034684] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037994] Speculative Store Bypass: Vulnerable\n[ 0.040314] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.045169] ACPI: Core revision 20131115\n[ 0.046742] ACPI: All ACPI Tables successfully acquired\n[ 0.048054] ftrace: allocating 28717 entries in 113 pages\n[ 0.068287] smpboot: Max logical packages: 2\n[ 0.069570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.071308] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.072259] Enabling x2apic\n[ 0.073122] Enabled x2apic\n[ 0.074242] Switched APIC routing to physical x2apic.\n[ 0.077335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.080002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.082828] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.089354] KVM setup paravirtual spinlock\n[ 0.091897] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.092201] x86: Booting SMP configuration:\n[ 0.093414] .... node #0, CPUs: #1[ 0.091852] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.108027] x86: Booted up 1 node, 2 CPUs\n[ 0.108020] KVM setup async PF for cpu 1\n[ 0.108023] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.111783] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.112448] devtmpfs: initialized\n[ 0.115088] EVM: security.selinux\n[ 0.116006] EVM: security.SMACK64\n[ 0.116981] EVM: security.ima\n[ 0.117882] EVM: security.capability\n[ 0.119007] pinctrl core: initialized pinctrl subsystem\n[ 0.120068] regulator-dummy: no parameters\n[ 0.121308] RTC time: 4:44:13, date: 08/27/18\n[ 0.122557] NET: Registered protocol family 16\n[ 0.123904] cpuidle: using governor ladder\n[ 0.124004] cpuidle: using governor menu\n[ 0.125193] ACPI: bus type PCI registered\n[ 0.126323] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.128089] PCI: Using configuration type 1 for base access\n[ 0.130182] bio: create slab at 0\n[ 0.130182] ACPI: Added _OSI(Module Device)\n[ 0.132004] ACPI: Added _OSI(Processor Device)\n[ 0.133232] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.134508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.137512] ACPI: Interpreter enabled\n[ 0.138595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.140749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.143323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.145689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.148006] ACPI: (supports S0 S5)\n[ 0.152006] ACPI: Using IOAPIC for interrupt routing\n[ 0.153427] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.156173] ACPI: No dock devices found.\n[ 0.159325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.160009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.161726] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.163390] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164229] acpiphp: Slot [3] registered\n[ 0.165343] acpiphp: Slot [4] registered\n[ 0.166456] acpiphp: Slot [5] registered\n[ 0.167562] acpiphp: Slot [6] registered\n[ 0.168022] acpiphp: Slot [7] registered\n[ 0.169116] acpiphp: Slot [8] registered\n[ 0.170209] acpiphp: Slot [9] registered\n[ 0.171316] acpiphp: Slot [10] registered\n[ 0.172020] acpiphp: Slot [11] registered\n[ 0.173155] acpiphp: Slot [12] registered\n[ 0.174270] acpiphp: Slot [13] registered\n[ 0.175397] acpiphp: Slot [14] registered\n[ 0.176020] acpiphp: Slot [15] registered\n[ 0.177144] acpiphp: Slot [16] registered\n[ 0.178469] acpiphp: Slot [17] registered\n[ 0.179597] acpiphp: Slot [18] registered\n[ 0.180028] acpiphp: Slot [19] registered\n[ 0.181151] acpiphp: Slot [20] registered\n[ 0.182274] acpiphp: Slot [21] registered\n[ 0.183394] acpiphp: Slot [22] registered\n[ 0.184021] acpiphp: Slot [23] registered\n[ 0.185157] acpiphp: Slot [24] registered\n[ 0.186294] acpiphp: Slot [25] registered\n[ 0.187430] acpiphp: Slot [26] registered\n[ 0.188023] acpiphp: Slot [27] registered\n[ 0.189138] acpiphp: Slot [28] registered\n[ 0.190248] acpiphp: Slot [29] registered\n[ 0.191358] acpiphp: Slot [30] registered\n[ 0.192027] acpiphp: Slot [31] registered\n[ 0.193141] PCI host bridge to bus 0000:00\n[ 0.194254] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.195643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.196004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.197539] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.199220] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.200004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.208749] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.210787] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.239653] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.240997] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.243229] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.244963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.246890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.248681] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.250449] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.250449] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.252004] vgaarb: loaded\n[ 0.252838] vgaarb: bridge control possible 0000:00:02.0\n[ 0.254471] SCSI subsystem initialized\n[ 0.255681] ACPI: bus type USB registered\n[ 0.256027] usbcore: registered new interface driver usbfs\n[ 0.257425] usbcore: registered new interface driver hub\n[ 0.258824] usbcore: registered new device driver usb\n[ 0.260108] PCI: Using ACPI for IRQ routing\n[ 0.261518] NetLabel: Initializing\n[ 0.262516] NetLabel: domain hash size = 128\n[ 0.263693] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.264061] NetLabel: unlabeled traffic allowed by default\n[ 0.265538] Switched to clocksource kvm-clock\n[ 0.272684] AppArmor: AppArmor Filesystem Enabled\n[ 0.274274] pnp: PnP ACPI init\n[ 0.275210] ACPI: bus type PNP registered\n[ 0.276817] pnp: PnP ACPI: found 8 devices\n[ 0.277958] ACPI: bus type PNP unregistered\n[ 0.285435] NET: Registered protocol family 2\n[ 0.287538] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.290349] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.293014] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.295215] TCP: reno registered\n[ 0.296245] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.297808] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299570] NET: Registered protocol family 1\n[ 0.300851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.302433] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.303994] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.326627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.349168] Trying to unpack rootfs image as initramfs...\n[ 0.449488] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.453634] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.455148] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.456905] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.459252] Scanning for low memory corruption every 60 seconds\n[ 0.461243] Initialise system trusted keyring\n[ 0.462500] audit: initializing netlink socket (disabled)\n[ 0.463922] type=2000 audit(1535345053.968:1): initialized\n[ 0.485017] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.487644] zbud: loaded\n[ 0.488703] VFS: Disk quotas dquot_6.5.2\n[ 0.489841] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.491886] fuse init (API version 7.22)\n[ 0.493071] msgmni has been set to 3997\n[ 0.494218] Key type big_key registered\n[ 0.495811] Key type asymmetric registered\n[ 0.496998] Asymmetric key parser 'x509' registered\n[ 0.498347] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.500523] io scheduler noop registered\n[ 0.501645] io scheduler deadline registered (default)\n[ 0.503054] io scheduler cfq registered\n[ 0.504271] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.505735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507441] ipmi message handler version 39.2\n[ 0.508763] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510795] ACPI: Power Button [PWRF]\n[ 0.511968] GHES: HEST is not enabled!\n[ 0.534296] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579316] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603495] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.605860] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629637] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632670] Linux agpgart interface v0.103\n[ 0.634961] brd: module loaded\n[ 0.636465] loop: module loaded\n[ 0.637822] blk-mq: CPU -> queue map\n[ 0.638870] CPU 0 -> Queue 0\n[ 0.639798] CPU 1 -> Queue 0\n[ 0.641785] vda: vda1\n[ 0.643869] scsi0 : ata_piix\n[ 0.645170] scsi1 : ata_piix\n[ 0.646225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.648253] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651060] libphy: Fixed MDIO Bus: probed\n[ 0.652370] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654275] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658451] PPP generic driver version 2.4.2\n[ 0.659732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.661416] ehci-pci: EHCI PCI platform driver\n[ 0.662640] ehci-platform: EHCI generic platform driver\n[ 0.664140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.665695] ohci-pci: OHCI PCI platform driver\n[ 0.666893] ohci-platform: OHCI generic platform driver\n[ 0.668279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690410] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691768] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.694084] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.695626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.697282] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.699303] usb usb1: Product: UHCI Host Controller\n[ 0.700571] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.702158] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.703526] hub 1-0:1.0: USB hub found\n[ 0.704616] hub 1-0:1.0: 2 ports detected\n[ 0.705986] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.708855] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.710150] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.711662] mousedev: PS/2 mouse device common for all mice\n[ 0.713469] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.716254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.717879] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.719673] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.721597] device-mapper: uevent: version 1.0.3\n[ 0.723391] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.726741] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.728757] TCP: cubic registered\n[ 0.729845] NET: Registered protocol family 10\n[ 0.731342] NET: Registered protocol family 17\n[ 0.732605] Key type dns_resolver registered\n[ 0.734208] Loading compiled-in X.509 certificates\n[ 0.736018] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.745709] registered taskstats version 1\n[ 0.751258] Key type trusted registered\n[ 0.755107] Key type encrypted registered\n[ 0.756485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.758162] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.760563] regulator-dummy: disabling\n[ 0.761887] Magic number: 14:148:718\n[ 0.763469] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:14 UTC (1535345054)\n[ 0.766074] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.767875] EDD information not available.\n[ 0.805759] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.808340] Write protecting the kernel read-only data: 12288k\n[ 0.810832] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.814669] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.834843] systemd-udevd[107]: starting version 204\n[ 0.904487] FDC 0 is a S82078B\n[ 1.016028] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.182461] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.185912] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.188525] usb 1-1: Product: QEMU USB Tablet\n[ 1.190139] usb 1-1: Manufacturer: QEMU\n[ 1.191555] usb 1-1: SerialNumber: 42\n[ 1.452091] tsc: Refined TSC clocksource calibration: 3491.873 MHz\n[ 1.917409] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.261513] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.348797] random: init urandom read with 11 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 3.600327] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:21 +0000. Up 7.56 seconds.\ncloud-init-nonet[7.69]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n[ 7.889318] systemd-udevd[375]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.57]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:23 +0000. Up 9.71 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:19:c2:6f |\nci-info: | eth0 | True | 192.168.0.21 | 255.255.255.0 | fa:16:3e:5f:ef:bf |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n63:2f:00:be:ec:41:e6:9d:f8:53:22:a7:b5:73:61:c7 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| . |\n| . . |\n| + . S. |\n| =.++++oE |\n| *=o=.o. |\n| ..o+ .. |\n| . .+ |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:52:ad:ab:d6:93:9c:d7:db:67:db:1e:ce:86:81:87 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| . |\n| . . |\n| . o |\n| . S o |\n| o . E o |\n| o.o .. o. |\n| ..* . .oo.=|\n| .. o ..oB+|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nf6:86:f1:70:c4:82:a7:0c:5c:c1:ef:1f:a9:53:84:3c root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .o. |\n| . ... . |\n| o .oo.o |\n| o oEo. |\n| o.So.. |\n| ..B+ |\n| .++. |\n| o.. |\n| . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n87:78:82:cd:c9:35:11:23:69:ff:4d:eb:73:15:af:48 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ..+. |\n| o. o |\n| . .o |\n| = +.o . . |\n| . B S..o . o|\n| o .. E o|\n| o . o |\n| + o |\n| o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:27 +0000. Up 133.52 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:28 +0000. Up 194.44 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.34\n++ echo 192.168.1.34\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.34\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.34\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.34\n++ echo A 192.168.1.34\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.34\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.34\n++ echo A 192.168.1.34\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.34\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.34\n++ echo A 192.168.1.34\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.34\n++ echo 192.168.1.34\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.34\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.34\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.34\n++ echo A 192.168.1.34\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.34\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.34\n++ echo A 192.168.1.34\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.34\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.34\n++ echo A 192.168.1.34\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.34\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.34\n++ echo A 192.168.1.34\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.34\n++ echo 192.168.1.34\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.34\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.34\n++ echo 192.168.1.34\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.34\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.4'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.9'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-27 04:53:01,224 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-27 04:53:01,226 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-27 04:53:01,227 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 69:52:ad:ab:d6:93:9c:d7:db:67:db:1e:ce:86:81:87 root@vellum-0 (DSA)\nec2: 256 f6:86:f1:70:c4:82:a7:0c:5c:c1:ef:1f:a9:53:84:3c root@vellum-0 (ECDSA)\nec2: 256 87:78:82:cd:c9:35:11:23:69:ff:4d:eb:73:15:af:48 root@vellum-0 (ED25519)\nec2: 2048 63:2f:00:be:ec:41:e6:9d:f8:53:22:a7:b5:73:61:c7 root@vellum-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKQoM303htUPD2HkZw13XTfiDvJ/D2eXzj4Pa4P/Ev0nIWwwuiI5Jp+pgkAuDNOB0SWnkjxo2glutDHYBFWB93w= root@vellum-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHNfXDjMG29L959hHvMY3oQ3IizIjdOFt5A/0qqSYo+P root@vellum-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCXRHzKoxljs4BBTqejUUurQD+s4G4GkSI1JhnFgdSCbU5bAUuEKmqOKniNXI3BUrC5pRvsKwLNSsNiaR4MjbwimvBCfHH1ikcHCUWb4ad4tE+lwlT4wgh92JAJT1UES2vP1yuSsnj5XapEMgxGB1WE9Mgd2r8Xvu8wZEctclnCuI8eAyZFqRUQ3e6keXY/tQ119/pcDoCAgH/84yhGj6g3rUnWdOvbpkcOnjNv9Q72CxmCXSzoY5LavJd7OFLDJjX2xdPY3S9/wL9Lp5WxbFchrvaMydy8cpGEPNi64pW0qZgQ9aDeSO6t73gx0X5fncOmd9NLJlO4OXCMlPZjDKjd root@vellum-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:53:01 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 527.52 seconds\n"} 2018-08-27 04:53:20,686 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61/action used request id req-b85db1f1-aebb-4ca6-86ff-f0e6c4995fc9 2018-08-27 04:53:20,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075159072876s 2018-08-27 04:53:20,688 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61/action used request id req-b85db1f1-aebb-4ca6-86ff-f0e6c4995fc9 2018-08-27 04:53:20,688 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008035] Security Framework initialized [ 0.009203] AppArmor: AppArmor initialized [ 0.010334] Yama: becoming mindful. [ 0.012145] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015697] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016876] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022014] Initializing cgroup subsys memory [ 0.023211] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025202] Initializing cgroup subsys blkio [ 0.026360] Initializing cgroup subsys perf_event [ 0.028004] Initializing cgroup subsys hugetlb [ 0.029255] FEATURE SPEC_CTRL Not Present [ 0.031061] mce: CPU supports 10 MCE banks [ 0.032033] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034684] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037994] Speculative Store Bypass: Vulnerable [ 0.040314] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.045169] ACPI: Core revision 20131115 [ 0.046742] ACPI: All ACPI Tables successfully acquired [ 0.048054] ftrace: allocating 28717 entries in 113 pages [ 0.068287] smpboot: Max logical packages: 2 [ 0.069570] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.071308] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.072259] Enabling x2apic [ 0.073122] Enabled x2apic [ 0.074242] Switched APIC routing to physical x2apic. [ 0.077335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.080002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.082828] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.089354] KVM setup paravirtual spinlock [ 0.091897] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.092201] x86: Booting SMP configuration: [ 0.093414] .... node #0, CPUs: #1[ 0.091852] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.108027] x86: Booted up 1 node, 2 CPUs [ 0.108020] KVM setup async PF for cpu 1 [ 0.108023] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.111783] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.112448] devtmpfs: initialized [ 0.115088] EVM: security.selinux [ 0.116006] EVM: security.SMACK64 [ 0.116981] EVM: security.ima [ 0.117882] EVM: security.capability [ 0.119007] pinctrl core: initialized pinctrl subsystem [ 0.120068] regulator-dummy: no parameters [ 0.121308] RTC time: 4:44:13, date: 08/27/18 [ 0.122557] NET: Registered protocol family 16 [ 0.123904] cpuidle: using governor ladder [ 0.124004] cpuidle: using governor menu [ 0.125193] ACPI: bus type PCI registered [ 0.126323] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.128089] PCI: Using configuration type 1 for base access [ 0.130182] bio: create slab at 0 [ 0.130182] ACPI: Added _OSI(Module Device) [ 0.132004] ACPI: Added _OSI(Processor Device) [ 0.133232] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.134508] ACPI: Added _OSI(Processor Aggregator Device) [ 0.137512] ACPI: Interpreter enabled [ 0.138595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.140749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.143323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.145689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.148006] ACPI: (supports S0 S5) [ 0.152006] ACPI: Using IOAPIC for interrupt routing [ 0.153427] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.156173] ACPI: No dock devices found. [ 0.159325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.160009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.161726] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.163390] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164229] acpiphp: Slot [3] registered [ 0.165343] acpiphp: Slot [4] registered [ 0.166456] acpiphp: Slot [5] registered [ 0.167562] acpiphp: Slot [6] registered [ 0.168022] acpiphp: Slot [7] registered [ 0.169116] acpiphp: Slot [8] registered [ 0.170209] acpiphp: Slot [9] registered [ 0.171316] acpiphp: Slot [10] registered [ 0.172020] acpiphp: Slot [11] registered [ 0.173155] acpiphp: Slot [12] registered [ 0.174270] acpiphp: Slot [13] registered [ 0.175397] acpiphp: Slot [14] registered [ 0.176020] acpiphp: Slot [15] registered [ 0.177144] acpiphp: Slot [16] registered [ 0.178469] acpiphp: Slot [17] registered [ 0.179597] acpiphp: Slot [18] registered [ 0.180028] acpiphp: Slot [19] registered [ 0.181151] acpiphp: Slot [20] registered [ 0.182274] acpiphp: Slot [21] registered [ 0.183394] acpiphp: Slot [22] registered [ 0.184021] acpiphp: Slot [23] registered [ 0.185157] acpiphp: Slot [24] registered [ 0.186294] acpiphp: Slot [25] registered [ 0.187430] acpiphp: Slot [26] registered [ 0.188023] acpiphp: Slot [27] registered [ 0.189138] acpiphp: Slot [28] registered [ 0.190248] acpiphp: Slot [29] registered [ 0.191358] acpiphp: Slot [30] registered [ 0.192027] acpiphp: Slot [31] registered [ 0.193141] PCI host bridge to bus 0000:00 [ 0.194254] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.195643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.196004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.197539] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.199220] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.200004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.208749] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.210787] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.239653] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.240997] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.243229] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.244963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.246890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.248681] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.250449] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.250449] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.252004] vgaarb: loaded [ 0.252838] vgaarb: bridge control possible 0000:00:02.0 [ 0.254471] SCSI subsystem initialized [ 0.255681] ACPI: bus type USB registered [ 0.256027] usbcore: registered new interface driver usbfs [ 0.257425] usbcore: registered new interface driver hub [ 0.258824] usbcore: registered new device driver usb [ 0.260108] PCI: Using ACPI for IRQ routing [ 0.261518] NetLabel: Initializing [ 0.262516] NetLabel: domain hash size = 128 [ 0.263693] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.264061] NetLabel: unlabeled traffic allowed by default [ 0.265538] Switched to clocksource kvm-clock [ 0.272684] AppArmor: AppArmor Filesystem Enabled [ 0.274274] pnp: PnP ACPI init [ 0.275210] ACPI: bus type PNP registered [ 0.276817] pnp: PnP ACPI: found 8 devices [ 0.277958] ACPI: bus type PNP unregistered [ 0.285435] NET: Registered protocol family 2 [ 0.287538] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.290349] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.293014] TCP: Hash tables configured (established 16384 bind 16384) [ 0.295215] TCP: reno registered [ 0.296245] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.297808] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299570] NET: Registered protocol family 1 [ 0.300851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.302433] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.303994] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.326627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.349168] Trying to unpack rootfs image as initramfs... [ 0.449488] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.453634] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.455148] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.456905] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.459252] Scanning for low memory corruption every 60 seconds [ 0.461243] Initialise system trusted keyring [ 0.462500] audit: initializing netlink socket (disabled) [ 0.463922] type=2000 audit(1535345053.968:1): initialized [ 0.485017] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.487644] zbud: loaded [ 0.488703] VFS: Disk quotas dquot_6.5.2 [ 0.489841] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.491886] fuse init (API version 7.22) [ 0.493071] msgmni has been set to 3997 [ 0.494218] Key type big_key registered [ 0.495811] Key type asymmetric registered [ 0.496998] Asymmetric key parser 'x509' registered [ 0.498347] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.500523] io scheduler noop registered [ 0.501645] io scheduler deadline registered (default) [ 0.503054] io scheduler cfq registered [ 0.504271] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.505735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.507441] ipmi message handler version 39.2 [ 0.508763] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510795] ACPI: Power Button [PWRF] [ 0.511968] GHES: HEST is not enabled! [ 0.534296] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579316] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.603495] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.605860] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.629637] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.632670] Linux agpgart interface v0.103 [ 0.634961] brd: module loaded [ 0.636465] loop: module loaded [ 0.637822] blk-mq: CPU -> queue map [ 0.638870] CPU 0 -> Queue 0 [ 0.639798] CPU 1 -> Queue 0 [ 0.641785] vda: vda1 [ 0.643869] scsi0 : ata_piix [ 0.645170] scsi1 : ata_piix [ 0.646225] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.648253] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651060] libphy: Fixed MDIO Bus: probed [ 0.652370] tun: Universal TUN/TAP device driver, 1.6 [ 0.654275] tun: (C) 1999-2004 Max Krasnyansky [ 0.658451] PPP generic driver version 2.4.2 [ 0.659732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.661416] ehci-pci: EHCI PCI platform driver [ 0.662640] ehci-platform: EHCI generic platform driver [ 0.664140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.665695] ohci-pci: OHCI PCI platform driver [ 0.666893] ohci-platform: OHCI generic platform driver [ 0.668279] uhci_hcd: USB Universal Host Controller Interface driver [ 0.690410] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691768] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.694084] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.695626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.697282] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.699303] usb usb1: Product: UHCI Host Controller [ 0.700571] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.702158] usb usb1: SerialNumber: 0000:00:01.2 [ 0.703526] hub 1-0:1.0: USB hub found [ 0.704616] hub 1-0:1.0: 2 ports detected [ 0.705986] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.708855] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.710150] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.711662] mousedev: PS/2 mouse device common for all mice [ 0.713469] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.716254] rtc_cmos 00:00: RTC can wake from S4 [ 0.717879] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.719673] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.721597] device-mapper: uevent: version 1.0.3 [ 0.723391] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.726741] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728757] TCP: cubic registered [ 0.729845] NET: Registered protocol family 10 [ 0.731342] NET: Registered protocol family 17 [ 0.732605] Key type dns_resolver registered [ 0.734208] Loading compiled-in X.509 certificates [ 0.736018] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.745709] registered taskstats version 1 [ 0.751258] Key type trusted registered [ 0.755107] Key type encrypted registered [ 0.756485] AppArmor: AppArmor sha1 policy hashing enabled [ 0.758162] IMA: No TPM chip found, activating TPM-bypass! [ 0.760563] regulator-dummy: disabling [ 0.761887] Magic number: 14:148:718 [ 0.763469] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:14 UTC (1535345054) [ 0.766074] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.767875] EDD information not available. [ 0.805759] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.808340] Write protecting the kernel read-only data: 12288k [ 0.810832] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.814669] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.834843] systemd-udevd[107]: starting version 204 [ 0.904487] FDC 0 is a S82078B [ 1.016028] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.182461] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.185912] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.188525] usb 1-1: Product: QEMU USB Tablet [ 1.190139] usb 1-1: Manufacturer: QEMU [ 1.191555] usb 1-1: SerialNumber: 42 [ 1.452091] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 1.917409] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.261513] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.348797] random: init urandom read with 11 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 3.600327] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:21 +0000. Up 7.56 seconds. cloud-init-nonet[7.69]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] [ 7.889318] systemd-udevd[375]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[9.57]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:23 +0000. Up 9.71 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:19:c2:6f | ci-info: | eth0 | True | 192.168.0.21 | 255.255.255.0 | fa:16:3e:5f:ef:bf | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 63:2f:00:be:ec:41:e6:9d:f8:53:22:a7:b5:73:61:c7 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | . | | . . | | + . S. | | =.++++oE | | *=o=.o. | | ..o+ .. | | . .+ | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 69:52:ad:ab:d6:93:9c:d7:db:67:db:1e:ce:86:81:87 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | | | . | | . . | | . o | | . S o | | o . E o | | o.o .. o. | | ..* . .oo.=| | .. o ..oB+| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: f6:86:f1:70:c4:82:a7:0c:5c:c1:ef:1f:a9:53:84:3c root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | .o. | | . ... . | | o .oo.o | | o oEo. | | o.So.. | | ..B+ | | .++. | | o.. | | . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 87:78:82:cd:c9:35:11:23:69:ff:4d:eb:73:15:af:48 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | ..+. | | o. o | | . .o | | = +.o . . | | . B S..o . o| | o .. E o| | o . o | | + o | | o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:27 +0000. Up 133.52 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:28 +0000. Up 194.44 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.34 ++ echo 192.168.1.34 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.34 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.34 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.34 ++ echo A 192.168.1.34 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.34 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.34 ++ echo A 192.168.1.34 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.34 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.34 ++ echo A 192.168.1.34 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.34 ++ echo 192.168.1.34 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.34 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.34 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.34 ++ echo A 192.168.1.34 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.34 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.34 ++ echo A 192.168.1.34 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.34 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.34 ++ echo A 192.168.1.34 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.34 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.34 ++ echo A 192.168.1.34 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.34 ++ echo 192.168.1.34 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.34 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.34 ++ echo 192.168.1.34 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.34 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.4' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.9' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-27 04:53:01,224 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-27 04:53:01,226 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-27 04:53:01,227 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 69:52:ad:ab:d6:93:9c:d7:db:67:db:1e:ce:86:81:87 root@vellum-0 (DSA) ec2: 256 f6:86:f1:70:c4:82:a7:0c:5c:c1:ef:1f:a9:53:84:3c root@vellum-0 (ECDSA) ec2: 256 87:78:82:cd:c9:35:11:23:69:ff:4d:eb:73:15:af:48 root@vellum-0 (ED25519) ec2: 2048 63:2f:00:be:ec:41:e6:9d:f8:53:22:a7:b5:73:61:c7 root@vellum-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKQoM303htUPD2HkZw13XTfiDvJ/D2eXzj4Pa4P/Ev0nIWwwuiI5Jp+pgkAuDNOB0SWnkjxo2glutDHYBFWB93w= root@vellum-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHNfXDjMG29L959hHvMY3oQ3IizIjdOFt5A/0qqSYo+P root@vellum-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCXRHzKoxljs4BBTqejUUurQD+s4G4GkSI1JhnFgdSCbU5bAUuEKmqOKniNXI3BUrC5pRvsKwLNSsNiaR4MjbwimvBCfHH1ikcHCUWb4ad4tE+lwlT4wgh92JAJT1UES2vP1yuSsnj5XapEMgxGB1WE9Mgd2r8Xvu8wZEctclnCuI8eAyZFqRUQ3e6keXY/tQ119/pcDoCAgH/84yhGj6g3rUnWdOvbpkcOnjNv9Q72CxmCXSzoY5LavJd7OFLDJjX2xdPY3S9/wL9Lp5WxbFchrvaMydy8cpGEPNi64pW0qZgQ9aDeSO6t73gx0X5fncOmd9NLJlO4OXCMlPZjDKjd root@vellum-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:53:01 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 527.52 seconds 2018-08-27 04:53:20,690 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-27 04:53:20,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:53:20,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:53:21,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39b401ce-cef9-4452-b73c-4bfbada55e78 x-compute-request-id: req-39b401ce-cef9-4452-b73c-4bfbada55e78 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:53:21,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-39b401ce-cef9-4452-b73c-4bfbada55e78 2018-08-27 04:53:21,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.990906000137s 2018-08-27 04:53:21,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-39b401ce-cef9-4452-b73c-4bfbada55e78 2018-08-27 04:53:21,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:53:21,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:53:21,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f084c7ba-438d-4222-9738-3f9feaa9d4c6 x-compute-request-id: req-f084c7ba-438d-4222-9738-3f9feaa9d4c6 Content-Encoding: gzip Content-Length: 12091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008018] pid_max: default: 32768 minimum: 301\n[ 0.009475] Security Framework initialized\n[ 0.010791] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013400] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017235] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020068] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.021964] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024424] Initializing cgroup subsys memory\n[ 0.025785] Initializing cgroup subsys devices\n[ 0.027102] Initializing cgroup subsys freezer\n[ 0.028013] Initializing cgroup subsys blkio\n[ 0.029304] Initializing cgroup subsys perf_event\n[ 0.030690] Initializing cgroup subsys hugetlb\n[ 0.032094] FEATURE SPEC_CTRL Not Present\n[ 0.034067] mce: CPU supports 10 MCE banks\n[ 0.035395] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.035395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036014] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040008] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042208] Speculative Store Bypass: Vulnerable\n[ 0.044533] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.051079] ACPI: Core revision 20131115\n[ 0.052539] ACPI: All ACPI Tables successfully acquired\n[ 0.054320] ftrace: allocating 28717 entries in 113 pages\n[ 0.076271] smpboot: Max logical packages: 2\n[ 0.077567] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.082089] Enabling x2apic\n[ 0.083032] Enabled x2apic\n[ 0.084012] Switched APIC routing to physical x2apic.\n[ 0.086843] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.088002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.092036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.103020] KVM setup paravirtual spinlock\n[ 0.106068] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108151] x86: Booting SMP configuration:\n[ 0.109472] .... node #0, CPUs: #1[ 0.106008] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.124027] x86: Booted up 1 node, 2 CPUs\n[ 0.124038] KVM setup async PF for cpu 1\n[ 0.124041] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.128012] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.130256] devtmpfs: initialized\n[ 0.133772] EVM: security.selinux\n[ 0.134824] EVM: security.SMACK64\n[ 0.135868] EVM: security.ima\n[ 0.136003] EVM: security.capability\n[ 0.137162] pinctrl core: initialized pinctrl subsystem\n[ 0.138495] regulator-dummy: no parameters\n[ 0.140082] RTC time: 4:44:22, date: 08/27/18\n[ 0.141385] NET: Registered protocol family 16\n[ 0.142766] cpuidle: using governor ladder\n[ 0.143933] cpuidle: using governor menu\n[ 0.144073] ACPI: bus type PCI registered\n[ 0.145216] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.146998] PCI: Using configuration type 1 for base access\n[ 0.148665] bio: create slab at 0\n[ 0.149228] ACPI: Added _OSI(Module Device)\n[ 0.149314] ACPI: Added _OSI(Processor Device)\n[ 0.152004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.153364] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.156117] ACPI: Interpreter enabled\n[ 0.157279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.159998] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.161816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.166759] ACPI: (supports S0 S5)\n[ 0.168004] ACPI: Using IOAPIC for interrupt routing\n[ 0.169455] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172207] ACPI: No dock devices found.\n[ 0.175451] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.176008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.177874] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.179686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180228] acpiphp: Slot [3] registered\n[ 0.181443] acpiphp: Slot [4] registered\n[ 0.182655] acpiphp: Slot [5] registered\n[ 0.183869] acpiphp: Slot [6] registered\n[ 0.184035] acpiphp: Slot [7] registered\n[ 0.185240] acpiphp: Slot [8] registered\n[ 0.186441] acpiphp: Slot [9] registered\n[ 0.187645] acpiphp: Slot [10] registered\n[ 0.188022] acpiphp: Slot [11] registered\n[ 0.189249] acpiphp: Slot [12] registered\n[ 0.190473] acpiphp: Slot [13] registered\n[ 0.191680] acpiphp: Slot [14] registered\n[ 0.192023] acpiphp: Slot [15] registered\n[ 0.193246] acpiphp: Slot [16] registered\n[ 0.194471] acpiphp: Slot [17] registered\n[ 0.195670] acpiphp: Slot [18] registered\n[ 0.196031] acpiphp: Slot [19] registered\n[ 0.197231] acpiphp: Slot [20] registered\n[ 0.198453] acpiphp: Slot [21] registered\n[ 0.199622] acpiphp: Slot [22] registered\n[ 0.200021] acpiphp: Slot [23] registered\n[ 0.201254] acpiphp: Slot [24] registered\n[ 0.202474] acpiphp: Slot [25] registered\n[ 0.203695] acpiphp: Slot [26] registered\n[ 0.204021] acpiphp: Slot [27] registered\n[ 0.205242] acpiphp: Slot [28] registered\n[ 0.206463] acpiphp: Slot [29] registered\n[ 0.207680] acpiphp: Slot [30] registered\n[ 0.208033] acpiphp: Slot [31] registered\n[ 0.209245] PCI host bridge to bus 0000:00\n[ 0.210473] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.211999] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.213707] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.215554] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.225133] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.227331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254320] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256444] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258709] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262758] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264690] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266572] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266572] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270677] SCSI subsystem initialized\n[ 0.272064] ACPI: bus type USB registered\n[ 0.273299] usbcore: registered new interface driver usbfs\n[ 0.274856] usbcore: registered new interface driver hub\n[ 0.276053] usbcore: registered new device driver usb\n[ 0.277554] PCI: Using ACPI for IRQ routing\n[ 0.277658] NetLabel: Initializing\n[ 0.280007] NetLabel: domain hash size = 128\n[ 0.281298] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.282782] NetLabel: unlabeled traffic allowed by default\n[ 0.284205] Switched to clocksource kvm-clock\n[ 0.292999] AppArmor: AppArmor Filesystem Enabled\n[ 0.294411] pnp: PnP ACPI init\n[ 0.295411] ACPI: bus type PNP registered\n[ 0.297110] pnp: PnP ACPI: found 8 devices\n[ 0.298357] ACPI: bus type PNP unregistered\n[ 0.306001] NET: Registered protocol family 2\n[ 0.307578] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.309878] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.311916] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.313832] TCP: reno registered\n[ 0.314865] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.316568] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.318417] NET: Registered protocol family 1\n[ 0.319740] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.321389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.322998] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.345575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.368319] Trying to unpack rootfs image as initramfs...\n[ 0.470064] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.472457] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.473984] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475571] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.477952] Scanning for low memory corruption every 60 seconds\n[ 0.480361] Initialise system trusted keyring\n[ 0.481595] audit: initializing netlink socket (disabled)\n[ 0.482997] type=2000 audit(1535345064.050:1): initialized\n[ 0.504826] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507406] zbud: loaded\n[ 0.508438] VFS: Disk quotas dquot_6.5.2\n[ 0.509540] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511544] fuse init (API version 7.22)\n[ 0.512668] msgmni has been set to 3997\n[ 0.513794] Key type big_key registered\n[ 0.515471] Key type asymmetric registered\n[ 0.516782] Asymmetric key parser 'x509' registered\n[ 0.518200] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520393] io scheduler noop registered\n[ 0.521577] io scheduler deadline registered (default)\n[ 0.522904] io scheduler cfq registered\n[ 0.524063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527124] ipmi message handler version 39.2\n[ 0.528398] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530350] ACPI: Power Button [PWRF]\n[ 0.531479] GHES: HEST is not enabled!\n[ 0.553599] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597471] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619990] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.645648] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.648517] Linux agpgart interface v0.103\n[ 0.650642] brd: module loaded\n[ 0.652018] loop: module loaded\n[ 0.653296] blk-mq: CPU -> queue map\n[ 0.654305] CPU 0 -> Queue 0\n[ 0.655191] CPU 1 -> Queue 0\n[ 0.656918] vda: vda1\n[ 0.658609] scsi0 : ata_piix\n[ 0.659686] scsi1 : ata_piix\n[ 0.660647] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.662459] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.664439] libphy: Fixed MDIO Bus: probed\n[ 0.665729] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670772] PPP generic driver version 2.4.2\n[ 0.672239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674264] ehci-pci: EHCI PCI platform driver\n[ 0.675625] ehci-platform: EHCI generic platform driver\n[ 0.677052] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678689] ohci-pci: OHCI PCI platform driver\n[ 0.679944] ohci-platform: OHCI generic platform driver\n[ 0.681361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.704811] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706315] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.708458] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711826] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.714023] usb usb1: Product: UHCI Host Controller\n[ 0.715453] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.717121] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.718565] hub 1-0:1.0: USB hub found\n[ 0.719811] hub 1-0:1.0: 2 ports detected\n[ 0.721221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724806] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726219] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727851] mousedev: PS/2 mouse device common for all mice\n[ 0.729734] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.732582] rtc_cmos 00:00: RTC can wake from S4\n[ 0.734265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.735931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737671] device-mapper: uevent: version 1.0.3\n[ 0.738990] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.741265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742897] TCP: cubic registered\n[ 0.743958] NET: Registered protocol family 10\n[ 0.745486] NET: Registered protocol family 17\n[ 0.746698] Key type dns_resolver registered\n[ 0.748146] Loading compiled-in X.509 certificates\n[ 0.750007] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.760182] registered taskstats version 1\n[ 0.764069] Key type trusted registered\n[ 0.768249] Key type encrypted registered\n[ 0.769437] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770915] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.772982] regulator-dummy: disabling\n[ 0.774183] Magic number: 14:148:718\n[ 0.775476] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:23 UTC (1535345063)\n[ 0.777838] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.779932] EDD information not available.\n[ 0.822075] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.825456] Write protecting the kernel read-only data: 12288k\n[ 0.828720] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.833614] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.850503] systemd-udevd[107]: starting version 204\n[ 0.881904] FDC 0 is a S82078B\n[ 1.032082] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.196582] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.198853] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.201196] usb 1-1: Product: QEMU USB Tablet\n[ 1.202460] usb 1-1: Manufacturer: QEMU\n[ 1.203597] usb 1-1: SerialNumber: 42\n[ 1.472083] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.905059] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.239202] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.529310] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.798417] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:26 +0000. Up 3.38 seconds.\ncloud-init-nonet[3.51]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:30 +0000. Up 7.65 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:02:5e:ad |\nci-info: | eth0 | True | 192.168.0.20 | 255.255.255.0 | fa:16:3e:de:1b:84 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n8a:d1:5a:f4:e6:85:d6:ba:31:b2:07:ce:68:47:c9:d8 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| . |\n| o . o |\n| .+o.S o |\n| .=E= o |\n| o=o.= |\n| o +o.+ |\n| . .... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\na2:ce:47:23:ae:3d:0e:d1:f9:c1:41:2f:bc:b6:0a:5c root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| o . |\n| + . |\n| . o + |\n| . E * S |\n| . o.+o+ |\n| +..oo. |\n| *o.. |\n| .o*o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n0b:f9:d5:8f:a0:a7:40:06:11:6c:1f:2e:1f:cd:29:27 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .o. |\n| o.. |\n| ..o + . |\n| ..E.= . |\n| o==S o . |\n| o.o + . o |\n| . + . . . |\n| . o |\n| . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n97:1e:7b:81:a6:43:86:46:ba:2f:19:ec:5c:c7:91:46 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| E |\n| .. . |\n| o .+ o |\n| .. ooS.* . |\n| oo.oo= o . |\n| o.+ .o o . |\n| =. . . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:34 +0000. Up 131.86 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:35 +0000. Up 192.85 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package bono\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.218\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.4'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.9'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-27 04:53:08,528 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-27 04:53:08,531 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-27 04:53:08,533 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 a2:ce:47:23:ae:3d:0e:d1:f9:c1:41:2f:bc:b6:0a:5c root@bono-0 (DSA)\nec2: 256 0b:f9:d5:8f:a0:a7:40:06:11:6c:1f:2e:1f:cd:29:27 root@bono-0 (ECDSA)\nec2: 256 97:1e:7b:81:a6:43:86:46:ba:2f:19:ec:5c:c7:91:46 root@bono-0 (ED25519)\nec2: 2048 8a:d1:5a:f4:e6:85:d6:ba:31:b2:07:ce:68:47:c9:d8 root@bono-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFt3Xr5s47K807m9Zxl3Ga5yKzb5txm8enlUoXJnsg13f05yLlbn3kf4kjbo1XK4ZQV4k7fGZTl2IimIztlJt7Y= root@bono-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIT5TBbpJnX0jIbTaVv4Kr4RmwINinJlkhDo9MBRrytd root@bono-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGWpFXmkrBTEKObZ/2txdkE1Zofuf+CsXafJZOq4bAGdVcRHU6JbiQvzT3L9YjtDkRPjQb8+JF+zcLvc1Vv5l0xOh7ctiOpxMpwW6+1FUtZXehHzbsyEawHY6Kg1wv4SEbNrGKCe8H4TZGJtIzkMZvrj7jGiJqYDTpAI8w5Niln8/BWbudlp7YQ3aTsmr+GtZDy7caabnjSqITYPepX7F9DRXMgEEW+FtyB0vo4m6Sr/gi796Dk71NqY/X/PWiJtNccf9GtMkzCInQg5Sz3MQN9J5dsmOGU2l3eFsW6WwBJCPuveqUhKWFg88Xve2YZiUUW2yvzBO56VoUBB+FfI0V root@bono-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:53:08 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.85 seconds\n"} 2018-08-27 04:53:21,762 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482/action used request id req-f084c7ba-438d-4222-9738-3f9feaa9d4c6 2018-08-27 04:53:21,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0719919204712s 2018-08-27 04:53:21,763 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482/action used request id req-f084c7ba-438d-4222-9738-3f9feaa9d4c6 2018-08-27 04:53:21,764 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008018] pid_max: default: 32768 minimum: 301 [ 0.009475] Security Framework initialized [ 0.010791] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013400] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017235] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020068] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.021964] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024424] Initializing cgroup subsys memory [ 0.025785] Initializing cgroup subsys devices [ 0.027102] Initializing cgroup subsys freezer [ 0.028013] Initializing cgroup subsys blkio [ 0.029304] Initializing cgroup subsys perf_event [ 0.030690] Initializing cgroup subsys hugetlb [ 0.032094] FEATURE SPEC_CTRL Not Present [ 0.034067] mce: CPU supports 10 MCE banks [ 0.035395] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.035395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036014] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040008] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042208] Speculative Store Bypass: Vulnerable [ 0.044533] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.051079] ACPI: Core revision 20131115 [ 0.052539] ACPI: All ACPI Tables successfully acquired [ 0.054320] ftrace: allocating 28717 entries in 113 pages [ 0.076271] smpboot: Max logical packages: 2 [ 0.077567] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.082089] Enabling x2apic [ 0.083032] Enabled x2apic [ 0.084012] Switched APIC routing to physical x2apic. [ 0.086843] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.088002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.092036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.103020] KVM setup paravirtual spinlock [ 0.106068] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108151] x86: Booting SMP configuration: [ 0.109472] .... node #0, CPUs: #1[ 0.106008] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124027] x86: Booted up 1 node, 2 CPUs [ 0.124038] KVM setup async PF for cpu 1 [ 0.124041] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.128012] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.130256] devtmpfs: initialized [ 0.133772] EVM: security.selinux [ 0.134824] EVM: security.SMACK64 [ 0.135868] EVM: security.ima [ 0.136003] EVM: security.capability [ 0.137162] pinctrl core: initialized pinctrl subsystem [ 0.138495] regulator-dummy: no parameters [ 0.140082] RTC time: 4:44:22, date: 08/27/18 [ 0.141385] NET: Registered protocol family 16 [ 0.142766] cpuidle: using governor ladder [ 0.143933] cpuidle: using governor menu [ 0.144073] ACPI: bus type PCI registered [ 0.145216] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.146998] PCI: Using configuration type 1 for base access [ 0.148665] bio: create slab at 0 [ 0.149228] ACPI: Added _OSI(Module Device) [ 0.149314] ACPI: Added _OSI(Processor Device) [ 0.152004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.153364] ACPI: Added _OSI(Processor Aggregator Device) [ 0.156117] ACPI: Interpreter enabled [ 0.157279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.159998] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.161816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.166759] ACPI: (supports S0 S5) [ 0.168004] ACPI: Using IOAPIC for interrupt routing [ 0.169455] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172207] ACPI: No dock devices found. [ 0.175451] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.177874] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.179686] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180228] acpiphp: Slot [3] registered [ 0.181443] acpiphp: Slot [4] registered [ 0.182655] acpiphp: Slot [5] registered [ 0.183869] acpiphp: Slot [6] registered [ 0.184035] acpiphp: Slot [7] registered [ 0.185240] acpiphp: Slot [8] registered [ 0.186441] acpiphp: Slot [9] registered [ 0.187645] acpiphp: Slot [10] registered [ 0.188022] acpiphp: Slot [11] registered [ 0.189249] acpiphp: Slot [12] registered [ 0.190473] acpiphp: Slot [13] registered [ 0.191680] acpiphp: Slot [14] registered [ 0.192023] acpiphp: Slot [15] registered [ 0.193246] acpiphp: Slot [16] registered [ 0.194471] acpiphp: Slot [17] registered [ 0.195670] acpiphp: Slot [18] registered [ 0.196031] acpiphp: Slot [19] registered [ 0.197231] acpiphp: Slot [20] registered [ 0.198453] acpiphp: Slot [21] registered [ 0.199622] acpiphp: Slot [22] registered [ 0.200021] acpiphp: Slot [23] registered [ 0.201254] acpiphp: Slot [24] registered [ 0.202474] acpiphp: Slot [25] registered [ 0.203695] acpiphp: Slot [26] registered [ 0.204021] acpiphp: Slot [27] registered [ 0.205242] acpiphp: Slot [28] registered [ 0.206463] acpiphp: Slot [29] registered [ 0.207680] acpiphp: Slot [30] registered [ 0.208033] acpiphp: Slot [31] registered [ 0.209245] PCI host bridge to bus 0000:00 [ 0.210473] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.211999] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.213707] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.215554] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.225133] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.227331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254320] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256444] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258709] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262758] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264690] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266572] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266572] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268916] vgaarb: bridge control possible 0000:00:02.0 [ 0.270677] SCSI subsystem initialized [ 0.272064] ACPI: bus type USB registered [ 0.273299] usbcore: registered new interface driver usbfs [ 0.274856] usbcore: registered new interface driver hub [ 0.276053] usbcore: registered new device driver usb [ 0.277554] PCI: Using ACPI for IRQ routing [ 0.277658] NetLabel: Initializing [ 0.280007] NetLabel: domain hash size = 128 [ 0.281298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.282782] NetLabel: unlabeled traffic allowed by default [ 0.284205] Switched to clocksource kvm-clock [ 0.292999] AppArmor: AppArmor Filesystem Enabled [ 0.294411] pnp: PnP ACPI init [ 0.295411] ACPI: bus type PNP registered [ 0.297110] pnp: PnP ACPI: found 8 devices [ 0.298357] ACPI: bus type PNP unregistered [ 0.306001] NET: Registered protocol family 2 [ 0.307578] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.309878] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.311916] TCP: Hash tables configured (established 16384 bind 16384) [ 0.313832] TCP: reno registered [ 0.314865] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.316568] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.318417] NET: Registered protocol family 1 [ 0.319740] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.321389] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.322998] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.345575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.368319] Trying to unpack rootfs image as initramfs... [ 0.470064] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.472457] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.473984] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475571] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.477952] Scanning for low memory corruption every 60 seconds [ 0.480361] Initialise system trusted keyring [ 0.481595] audit: initializing netlink socket (disabled) [ 0.482997] type=2000 audit(1535345064.050:1): initialized [ 0.504826] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507406] zbud: loaded [ 0.508438] VFS: Disk quotas dquot_6.5.2 [ 0.509540] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511544] fuse init (API version 7.22) [ 0.512668] msgmni has been set to 3997 [ 0.513794] Key type big_key registered [ 0.515471] Key type asymmetric registered [ 0.516782] Asymmetric key parser 'x509' registered [ 0.518200] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520393] io scheduler noop registered [ 0.521577] io scheduler deadline registered (default) [ 0.522904] io scheduler cfq registered [ 0.524063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.527124] ipmi message handler version 39.2 [ 0.528398] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530350] ACPI: Power Button [PWRF] [ 0.531479] GHES: HEST is not enabled! [ 0.553599] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597471] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.619990] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.645648] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.648517] Linux agpgart interface v0.103 [ 0.650642] brd: module loaded [ 0.652018] loop: module loaded [ 0.653296] blk-mq: CPU -> queue map [ 0.654305] CPU 0 -> Queue 0 [ 0.655191] CPU 1 -> Queue 0 [ 0.656918] vda: vda1 [ 0.658609] scsi0 : ata_piix [ 0.659686] scsi1 : ata_piix [ 0.660647] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.662459] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.664439] libphy: Fixed MDIO Bus: probed [ 0.665729] tun: Universal TUN/TAP device driver, 1.6 [ 0.667391] tun: (C) 1999-2004 Max Krasnyansky [ 0.670772] PPP generic driver version 2.4.2 [ 0.672239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674264] ehci-pci: EHCI PCI platform driver [ 0.675625] ehci-platform: EHCI generic platform driver [ 0.677052] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678689] ohci-pci: OHCI PCI platform driver [ 0.679944] ohci-platform: OHCI generic platform driver [ 0.681361] uhci_hcd: USB Universal Host Controller Interface driver [ 0.704811] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.706315] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.708458] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.711826] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.714023] usb usb1: Product: UHCI Host Controller [ 0.715453] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.717121] usb usb1: SerialNumber: 0000:00:01.2 [ 0.718565] hub 1-0:1.0: USB hub found [ 0.719811] hub 1-0:1.0: 2 ports detected [ 0.721221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724806] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.726219] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.727851] mousedev: PS/2 mouse device common for all mice [ 0.729734] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.732582] rtc_cmos 00:00: RTC can wake from S4 [ 0.734265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.735931] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.737671] device-mapper: uevent: version 1.0.3 [ 0.738990] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.741265] ledtrig-cpu: registered to indicate activity on CPUs [ 0.742897] TCP: cubic registered [ 0.743958] NET: Registered protocol family 10 [ 0.745486] NET: Registered protocol family 17 [ 0.746698] Key type dns_resolver registered [ 0.748146] Loading compiled-in X.509 certificates [ 0.750007] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.760182] registered taskstats version 1 [ 0.764069] Key type trusted registered [ 0.768249] Key type encrypted registered [ 0.769437] AppArmor: AppArmor sha1 policy hashing enabled [ 0.770915] IMA: No TPM chip found, activating TPM-bypass! [ 0.772982] regulator-dummy: disabling [ 0.774183] Magic number: 14:148:718 [ 0.775476] rtc_cmos 00:00: setting system clock to 2018-08-27 04:44:23 UTC (1535345063) [ 0.777838] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.779932] EDD information not available. [ 0.822075] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.825456] Write protecting the kernel read-only data: 12288k [ 0.828720] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.833614] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.850503] systemd-udevd[107]: starting version 204 [ 0.881904] FDC 0 is a S82078B [ 1.032082] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.196582] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.198853] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.201196] usb 1-1: Product: QEMU USB Tablet [ 1.202460] usb 1-1: Manufacturer: QEMU [ 1.203597] usb 1-1: SerialNumber: 42 [ 1.472083] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.905059] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.239202] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.529310] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.798417] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:44:26 +0000. Up 3.38 seconds. cloud-init-nonet[3.51]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:44:30 +0000. Up 7.65 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:02:5e:ad | ci-info: | eth0 | True | 192.168.0.20 | 255.255.255.0 | fa:16:3e:de:1b:84 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 8a:d1:5a:f4:e6:85:d6:ba:31:b2:07:ce:68:47:c9:d8 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | . | | o . o | | .+o.S o | | .=E= o | | o=o.= | | o +o.+ | | . .... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: a2:ce:47:23:ae:3d:0e:d1:f9:c1:41:2f:bc:b6:0a:5c root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | o . | | + . | | . o + | | . E * S | | . o.+o+ | | +..oo. | | *o.. | | .o*o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 0b:f9:d5:8f:a0:a7:40:06:11:6c:1f:2e:1f:cd:29:27 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .o. | | o.. | | ..o + . | | ..E.= . | | o==S o . | | o.o + . o | | . + . . . | | . o | | . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 97:1e:7b:81:a6:43:86:46:ba:2f:19:ec:5c:c7:91:46 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | | E | | .. . | | o .+ o | | .. ooS.* . | | oo.oo= o . | | o.+ .o o . | | =. . . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:46:34 +0000. Up 131.86 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:47:35 +0000. Up 192.85 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package bono + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.218 ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.4' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.9' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-27 04:53:08,528 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-27 04:53:08,531 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-27 04:53:08,533 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 a2:ce:47:23:ae:3d:0e:d1:f9:c1:41:2f:bc:b6:0a:5c root@bono-0 (DSA) ec2: 256 0b:f9:d5:8f:a0:a7:40:06:11:6c:1f:2e:1f:cd:29:27 root@bono-0 (ECDSA) ec2: 256 97:1e:7b:81:a6:43:86:46:ba:2f:19:ec:5c:c7:91:46 root@bono-0 (ED25519) ec2: 2048 8a:d1:5a:f4:e6:85:d6:ba:31:b2:07:ce:68:47:c9:d8 root@bono-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFt3Xr5s47K807m9Zxl3Ga5yKzb5txm8enlUoXJnsg13f05yLlbn3kf4kjbo1XK4ZQV4k7fGZTl2IimIztlJt7Y= root@bono-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIT5TBbpJnX0jIbTaVv4Kr4RmwINinJlkhDo9MBRrytd root@bono-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGWpFXmkrBTEKObZ/2txdkE1Zofuf+CsXafJZOq4bAGdVcRHU6JbiQvzT3L9YjtDkRPjQb8+JF+zcLvc1Vv5l0xOh7ctiOpxMpwW6+1FUtZXehHzbsyEawHY6Kg1wv4SEbNrGKCe8H4TZGJtIzkMZvrj7jGiJqYDTpAI8w5Niln8/BWbudlp7YQ3aTsmr+GtZDy7caabnjSqITYPepX7F9DRXMgEEW+FtyB0vo4m6Sr/gi796Dk71NqY/X/PWiJtNccf9GtMkzCInQg5Sz3MQN9J5dsmOGU2l3eFsW6WwBJCPuveqUhKWFg88Xve2YZiUUW2yvzBO56VoUBB+FfI0V root@bono-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:53:08 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.85 seconds 2018-08-27 04:53:21,765 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-27 04:53:21,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:53:21,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:53:22,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8df12116-cea0-4895-99e5-c6f73ff88e73 x-compute-request-id: req-8df12116-cea0-4895-99e5-c6f73ff88e73 Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:53:22,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8df12116-cea0-4895-99e5-c6f73ff88e73 2018-08-27 04:53:22,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.875358104706s 2018-08-27 04:53:22,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8df12116-cea0-4895-99e5-c6f73ff88e73 2018-08-27 04:53:22,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:53:22,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:53:22,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae232a10-b540-47f0-9737-8f4ed443a55d x-compute-request-id: req-ae232a10-b540-47f0-9737-8f4ed443a55d Content-Encoding: gzip Content-Length: 12201 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008035] Security Framework initialized\n[ 0.009200] AppArmor: AppArmor initialized\n[ 0.010336] Yama: becoming mindful.\n[ 0.012144] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015798] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016926] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022049] Initializing cgroup subsys memory\n[ 0.023252] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025203] Initializing cgroup subsys blkio\n[ 0.026364] Initializing cgroup subsys perf_event\n[ 0.028004] Initializing cgroup subsys hugetlb\n[ 0.029254] FEATURE SPEC_CTRL Not Present\n[ 0.031043] mce: CPU supports 10 MCE banks\n[ 0.032032] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034649] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037969] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.045398] ACPI: Core revision 20131115\n[ 0.046973] ACPI: All ACPI Tables successfully acquired\n[ 0.048356] ftrace: allocating 28717 entries in 113 pages\n[ 0.068246] smpboot: Max logical packages: 2\n[ 0.069445] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.072003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.073882] Enabling x2apic\n[ 0.074757] Enabled x2apic\n[ 0.076003] Switched APIC routing to physical x2apic.\n[ 0.078649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.080002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.082783] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.089332] KVM setup paravirtual spinlock\n[ 0.091902] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.092205] x86: Booting SMP configuration:\n[ 0.093431] .... node #0, CPUs: #1[ 0.091852] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.108021] x86: Booted up 1 node, 2 CPUs\n[ 0.108013] KVM setup async PF for cpu 1\n[ 0.108013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.111701] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.112457] devtmpfs: initialized\n[ 0.115017] EVM: security.selinux\n[ 0.116005] EVM: security.SMACK64\n[ 0.116967] EVM: security.ima\n[ 0.117855] EVM: security.capability\n[ 0.118908] pinctrl core: initialized pinctrl subsystem\n[ 0.120048] regulator-dummy: no parameters\n[ 0.121242] RTC time: 4:43:30, date: 08/27/18\n[ 0.122472] NET: Registered protocol family 16\n[ 0.123783] cpuidle: using governor ladder\n[ 0.124004] cpuidle: using governor menu\n[ 0.125177] ACPI: bus type PCI registered\n[ 0.126297] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.128004] PCI: Using configuration type 1 for base access\n[ 0.130031] bio: create slab at 0\n[ 0.130031] ACPI: Added _OSI(Module Device)\n[ 0.132003] ACPI: Added _OSI(Processor Device)\n[ 0.133198] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.134464] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136902] ACPI: Interpreter enabled\n[ 0.137956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.140004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.142548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.147441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.149722] ACPI: (supports S0 S5)\n[ 0.150718] ACPI: Using IOAPIC for interrupt routing\n[ 0.152159] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.154737] ACPI: No dock devices found.\n[ 0.158057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.159636] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161679] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164256] acpiphp: Slot [3] registered\n[ 0.165370] acpiphp: Slot [4] registered\n[ 0.166478] acpiphp: Slot [5] registered\n[ 0.167585] acpiphp: Slot [6] registered\n[ 0.168020] acpiphp: Slot [7] registered\n[ 0.169137] acpiphp: Slot [8] registered\n[ 0.170243] acpiphp: Slot [9] registered\n[ 0.171362] acpiphp: Slot [10] registered\n[ 0.172020] acpiphp: Slot [11] registered\n[ 0.173161] acpiphp: Slot [12] registered\n[ 0.174279] acpiphp: Slot [13] registered\n[ 0.175403] acpiphp: Slot [14] registered\n[ 0.176021] acpiphp: Slot [15] registered\n[ 0.177141] acpiphp: Slot [16] registered\n[ 0.178260] acpiphp: Slot [17] registered\n[ 0.179390] acpiphp: Slot [18] registered\n[ 0.180028] acpiphp: Slot [19] registered\n[ 0.181153] acpiphp: Slot [20] registered\n[ 0.182246] acpiphp: Slot [21] registered\n[ 0.183336] acpiphp: Slot [22] registered\n[ 0.184020] acpiphp: Slot [23] registered\n[ 0.185122] acpiphp: Slot [24] registered\n[ 0.186219] acpiphp: Slot [25] registered\n[ 0.187313] acpiphp: Slot [26] registered\n[ 0.188021] acpiphp: Slot [27] registered\n[ 0.189131] acpiphp: Slot [28] registered\n[ 0.190220] acpiphp: Slot [29] registered\n[ 0.191316] acpiphp: Slot [30] registered\n[ 0.192028] acpiphp: Slot [31] registered\n[ 0.193118] PCI host bridge to bus 0000:00\n[ 0.194211] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.195579] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.196004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.197500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.199133] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.200003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.207211] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.208014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.229411] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.231449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.232972] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236795] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.238633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.240334] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.241485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.244004] vgaarb: loaded\n[ 0.244851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.246510] SCSI subsystem initialized\n[ 0.247771] ACPI: bus type USB registered\n[ 0.248039] usbcore: registered new interface driver usbfs\n[ 0.249426] usbcore: registered new interface driver hub\n[ 0.250813] usbcore: registered new device driver usb\n[ 0.252140] PCI: Using ACPI for IRQ routing\n[ 0.253564] NetLabel: Initializing\n[ 0.254564] NetLabel: domain hash size = 128\n[ 0.256003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.257368] NetLabel: unlabeled traffic allowed by default\n[ 0.258781] Switched to clocksource kvm-clock\n[ 0.265731] AppArmor: AppArmor Filesystem Enabled\n[ 0.267009] pnp: PnP ACPI init\n[ 0.267922] ACPI: bus type PNP registered\n[ 0.269533] pnp: PnP ACPI: found 8 devices\n[ 0.270654] ACPI: bus type PNP unregistered\n[ 0.278689] NET: Registered protocol family 2\n[ 0.280223] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.282287] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.284136] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.285863] TCP: reno registered\n[ 0.286800] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.288313] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.289978] NET: Registered protocol family 1\n[ 0.291174] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.292653] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.294089] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.316429] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.338847] Trying to unpack rootfs image as initramfs...\n[ 0.439266] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.441543] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.442977] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.445256] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.448518] Scanning for low memory corruption every 60 seconds\n[ 0.451142] Initialise system trusted keyring\n[ 0.452840] audit: initializing netlink socket (disabled)\n[ 0.454838] type=2000 audit(1535345011.634:1): initialized\n[ 0.476018] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.478525] zbud: loaded\n[ 0.479602] VFS: Disk quotas dquot_6.5.2\n[ 0.480756] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.482841] fuse init (API version 7.22)\n[ 0.484047] msgmni has been set to 3997\n[ 0.485167] Key type big_key registered\n[ 0.486809] Key type asymmetric registered\n[ 0.487923] Asymmetric key parser 'x509' registered\n[ 0.489218] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.491274] io scheduler noop registered\n[ 0.492336] io scheduler deadline registered (default)\n[ 0.493654] io scheduler cfq registered\n[ 0.494794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496197] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.497833] ipmi message handler version 39.2\n[ 0.499046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501029] ACPI: Power Button [PWRF]\n[ 0.502242] GHES: HEST is not enabled!\n[ 0.523821] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593137] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596027] Linux agpgart interface v0.103\n[ 0.598196] brd: module loaded\n[ 0.599542] loop: module loaded\n[ 0.600868] blk-mq: CPU -> queue map\n[ 0.601873] CPU 0 -> Queue 0\n[ 0.602737] CPU 1 -> Queue 0\n[ 0.604758] vda: vda1\n[ 0.606510] scsi0 : ata_piix\n[ 0.607566] scsi1 : ata_piix\n[ 0.608492] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.610078] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.612029] libphy: Fixed MDIO Bus: probed\n[ 0.613247] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616997] PPP generic driver version 2.4.2\n[ 0.618245] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619834] ehci-pci: EHCI PCI platform driver\n[ 0.621036] ehci-platform: EHCI generic platform driver\n[ 0.622362] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623831] ohci-pci: OHCI PCI platform driver\n[ 0.625019] ohci-platform: OHCI generic platform driver\n[ 0.626306] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648402] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649733] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651813] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.653413] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655005] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656911] usb usb1: Product: UHCI Host Controller\n[ 0.658225] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.659860] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661249] hub 1-0:1.0: USB hub found\n[ 0.662334] hub 1-0:1.0: 2 ports detected\n[ 0.663611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666560] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667900] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669451] mousedev: PS/2 mouse device common for all mice\n[ 0.671217] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673819] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675396] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678733] device-mapper: uevent: version 1.0.3\n[ 0.680087] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.682347] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684047] TCP: cubic registered\n[ 0.685151] NET: Registered protocol family 10\n[ 0.686780] NET: Registered protocol family 17\n[ 0.688033] Key type dns_resolver registered\n[ 0.689543] Loading compiled-in X.509 certificates\n[ 0.691379] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.693786] registered taskstats version 1\n[ 0.697091] Key type trusted registered\n[ 0.701109] Key type encrypted registered\n[ 0.702239] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703603] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.705428] regulator-dummy: disabling\n[ 0.713441] Magic number: 14:148:718\n[ 0.714669] rtc_cmos 00:00: setting system clock to 2018-08-27 04:43:31 UTC (1535345011)\n[ 0.716896] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718377] EDD information not available.\n[ 0.769536] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.771572] Write protecting the kernel read-only data: 12288k\n[ 0.773709] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.777120] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.791031] systemd-udevd[107]: starting version 204\n[ 0.848472] FDC 0 is a S82078B\n[ 0.972054] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.136797] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138496] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.140296] usb 1-1: Product: QEMU USB Tablet\n[ 1.141550] usb 1-1: Manufacturer: QEMU\n[ 1.142644] usb 1-1: SerialNumber: 42\n[ 1.440158] tsc: Refined TSC clocksource calibration: 3491.889 MHz\n[ 1.861129] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.186661] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.284197] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.370964] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:43:33 +0000. Up 2.69 seconds.\ncloud-init-nonet[2.82]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.77]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:43:34 +0000. Up 3.94 seconds.\nci-info: ++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++\nci-info: +--------+------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 192.168.0.8 | 255.255.255.0 | fa:16:3e:5d:24:0e |\nci-info: +--------+------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nf3:87:51:dc:f0:1e:ef:be:17:d4:23:f3:63:4e:fe:de root@ellis-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . + |\n| o + .|\n| . + =.|\n| S . * o|\n| o o B |\n| o . = +|\n| . +o|\n| oE|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n62:89:4e:3e:00:f0:21:e3:3f:4a:40:3e:16:1d:1c:8f root@ellis-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|+o+oo |\n|=+.+o |\n|o=.E . |\n|o.o . . |\n| ..oo + S |\n|. .=.. . |\n| . + |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n8a:6d:c8:1f:6a:5a:05:40:07:42:7e:20:68:f8:25:90 root@ellis-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n|B*+.. |\n|Eooo. |\n|.o +. |\n| o . |\n| . S |\n| . = . |\n| = = |\n| ..+ . |\n| .o. . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n49:df:71:36:2b:d7:f9:01:15:2c:01:af:80:18:e2:5a root@ellis-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| . . ...oo.|\n| . . o . .... |\n| E . ... .o= |\n| o . o...+.+.|\n| . S ..o oo.|\n| o o|\n| .|\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS ellis-0 ttyS0\n\nellis-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:45:38 +0000. Up 128.03 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:46:39 +0000. Up 188.86 seconds.\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=\n+ '[' -n '' ']'\n+ etcd_ip=192.168.0.8\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install ellis --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package ellis\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\n/var/lib/cloud/instance/scripts/part-001: line 31: /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd: No such file or directory\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\n/var/lib/cloud/instance/scripts/part-001: line 34: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory\n+ cat\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\n/var/lib/cloud/instance/scripts/part-001: line 64: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory\n+ service clearwater-infrastructure restart\nclearwater-infrastructure: unrecognized service\n+ service ellis stop\nellis: unrecognized service\n+ /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000\n/var/lib/cloud/instance/scripts/part-001: line 71: /usr/share/clearwater/ellis/env/bin/python: No such file or directory\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.4#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.4'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-27 04:52:12,498 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-27 04:52:12,504 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-27 04:52:12,506 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 62:89:4e:3e:00:f0:21:e3:3f:4a:40:3e:16:1d:1c:8f root@ellis-0 (DSA)\nec2: 256 8a:6d:c8:1f:6a:5a:05:40:07:42:7e:20:68:f8:25:90 root@ellis-0 (ECDSA)\nec2: 256 49:df:71:36:2b:d7:f9:01:15:2c:01:af:80:18:e2:5a root@ellis-0 (ED25519)\nec2: 2048 f3:87:51:dc:f0:1e:ef:be:17:d4:23:f3:63:4e:fe:de root@ellis-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLXiHlyjXFJJhTKtkaIrxs3eJNCgfblXZxFbdp+BK5ZcbG3aS+1pXGI5ojIwpqgxc8nO6/V7cgY+vUgd5cV3m5w= root@ellis-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE4rsTDXQHfLazhvruKqxmLzx75PAqMAy7co2aADIGBv root@ellis-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWaeAHIcLzFjIa0DUVt+4OT7xusf5nJju5wIGXrW+FulT1+S1SrazkaFYSbWfmeko8dHGy48rp/jUdM4S/v3wwQw8xwY2JTE7iPPN426X12WRGFf48DbiEd7ZifQ8Zc3wQ8o6si0u8ZvNU75N4+vdTHP9M1axLxm613WImwsYbEo6rBD6qs/9QXs/Nwep0KPhY+POLOuDdbb7MvKiZS2dL05dQ4whS2kF12SKmkGIJJvcbzjJEbtb54fiDAG8NtmkUpxJrDnAhujrgrYWdYJLWPUy+69aaTWtrZTOrHTKP2regyjzE1vlMpqPmzqnh2pDWsBZ7IVB8LmafbpWXBYAf root@ellis-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:52:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 521.76 seconds\n"} 2018-08-27 04:53:22,726 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a/action used request id req-ae232a10-b540-47f0-9737-8f4ed443a55d 2018-08-27 04:53:22,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0761439800262s 2018-08-27 04:53:22,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a/action used request id req-ae232a10-b540-47f0-9737-8f4ed443a55d 2018-08-27 04:53:22,727 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008035] Security Framework initialized [ 0.009200] AppArmor: AppArmor initialized [ 0.010336] Yama: becoming mindful. [ 0.012144] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015798] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016926] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022049] Initializing cgroup subsys memory [ 0.023252] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025203] Initializing cgroup subsys blkio [ 0.026364] Initializing cgroup subsys perf_event [ 0.028004] Initializing cgroup subsys hugetlb [ 0.029254] FEATURE SPEC_CTRL Not Present [ 0.031043] mce: CPU supports 10 MCE banks [ 0.032032] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034649] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037969] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.045398] ACPI: Core revision 20131115 [ 0.046973] ACPI: All ACPI Tables successfully acquired [ 0.048356] ftrace: allocating 28717 entries in 113 pages [ 0.068246] smpboot: Max logical packages: 2 [ 0.069445] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.072003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.073882] Enabling x2apic [ 0.074757] Enabled x2apic [ 0.076003] Switched APIC routing to physical x2apic. [ 0.078649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.080002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.082783] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.089332] KVM setup paravirtual spinlock [ 0.091902] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.092205] x86: Booting SMP configuration: [ 0.093431] .... node #0, CPUs: #1[ 0.091852] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.108021] x86: Booted up 1 node, 2 CPUs [ 0.108013] KVM setup async PF for cpu 1 [ 0.108013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.111701] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.112457] devtmpfs: initialized [ 0.115017] EVM: security.selinux [ 0.116005] EVM: security.SMACK64 [ 0.116967] EVM: security.ima [ 0.117855] EVM: security.capability [ 0.118908] pinctrl core: initialized pinctrl subsystem [ 0.120048] regulator-dummy: no parameters [ 0.121242] RTC time: 4:43:30, date: 08/27/18 [ 0.122472] NET: Registered protocol family 16 [ 0.123783] cpuidle: using governor ladder [ 0.124004] cpuidle: using governor menu [ 0.125177] ACPI: bus type PCI registered [ 0.126297] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.128004] PCI: Using configuration type 1 for base access [ 0.130031] bio: create slab at 0 [ 0.130031] ACPI: Added _OSI(Module Device) [ 0.132003] ACPI: Added _OSI(Processor Device) [ 0.133198] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.134464] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136902] ACPI: Interpreter enabled [ 0.137956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.140004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.142548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.147441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.149722] ACPI: (supports S0 S5) [ 0.150718] ACPI: Using IOAPIC for interrupt routing [ 0.152159] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.154737] ACPI: No dock devices found. [ 0.158057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.159636] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161679] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164256] acpiphp: Slot [3] registered [ 0.165370] acpiphp: Slot [4] registered [ 0.166478] acpiphp: Slot [5] registered [ 0.167585] acpiphp: Slot [6] registered [ 0.168020] acpiphp: Slot [7] registered [ 0.169137] acpiphp: Slot [8] registered [ 0.170243] acpiphp: Slot [9] registered [ 0.171362] acpiphp: Slot [10] registered [ 0.172020] acpiphp: Slot [11] registered [ 0.173161] acpiphp: Slot [12] registered [ 0.174279] acpiphp: Slot [13] registered [ 0.175403] acpiphp: Slot [14] registered [ 0.176021] acpiphp: Slot [15] registered [ 0.177141] acpiphp: Slot [16] registered [ 0.178260] acpiphp: Slot [17] registered [ 0.179390] acpiphp: Slot [18] registered [ 0.180028] acpiphp: Slot [19] registered [ 0.181153] acpiphp: Slot [20] registered [ 0.182246] acpiphp: Slot [21] registered [ 0.183336] acpiphp: Slot [22] registered [ 0.184020] acpiphp: Slot [23] registered [ 0.185122] acpiphp: Slot [24] registered [ 0.186219] acpiphp: Slot [25] registered [ 0.187313] acpiphp: Slot [26] registered [ 0.188021] acpiphp: Slot [27] registered [ 0.189131] acpiphp: Slot [28] registered [ 0.190220] acpiphp: Slot [29] registered [ 0.191316] acpiphp: Slot [30] registered [ 0.192028] acpiphp: Slot [31] registered [ 0.193118] PCI host bridge to bus 0000:00 [ 0.194211] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.195579] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.196004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.197500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.199133] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.200003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.207211] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.208014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.229411] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.231449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.232972] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236795] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.238633] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.240334] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.241485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.244004] vgaarb: loaded [ 0.244851] vgaarb: bridge control possible 0000:00:02.0 [ 0.246510] SCSI subsystem initialized [ 0.247771] ACPI: bus type USB registered [ 0.248039] usbcore: registered new interface driver usbfs [ 0.249426] usbcore: registered new interface driver hub [ 0.250813] usbcore: registered new device driver usb [ 0.252140] PCI: Using ACPI for IRQ routing [ 0.253564] NetLabel: Initializing [ 0.254564] NetLabel: domain hash size = 128 [ 0.256003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.257368] NetLabel: unlabeled traffic allowed by default [ 0.258781] Switched to clocksource kvm-clock [ 0.265731] AppArmor: AppArmor Filesystem Enabled [ 0.267009] pnp: PnP ACPI init [ 0.267922] ACPI: bus type PNP registered [ 0.269533] pnp: PnP ACPI: found 8 devices [ 0.270654] ACPI: bus type PNP unregistered [ 0.278689] NET: Registered protocol family 2 [ 0.280223] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.282287] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.284136] TCP: Hash tables configured (established 16384 bind 16384) [ 0.285863] TCP: reno registered [ 0.286800] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.288313] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.289978] NET: Registered protocol family 1 [ 0.291174] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.292653] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.294089] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.316429] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.338847] Trying to unpack rootfs image as initramfs... [ 0.439266] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.441543] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.442977] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.445256] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.448518] Scanning for low memory corruption every 60 seconds [ 0.451142] Initialise system trusted keyring [ 0.452840] audit: initializing netlink socket (disabled) [ 0.454838] type=2000 audit(1535345011.634:1): initialized [ 0.476018] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.478525] zbud: loaded [ 0.479602] VFS: Disk quotas dquot_6.5.2 [ 0.480756] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.482841] fuse init (API version 7.22) [ 0.484047] msgmni has been set to 3997 [ 0.485167] Key type big_key registered [ 0.486809] Key type asymmetric registered [ 0.487923] Asymmetric key parser 'x509' registered [ 0.489218] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.491274] io scheduler noop registered [ 0.492336] io scheduler deadline registered (default) [ 0.493654] io scheduler cfq registered [ 0.494794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.496197] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.497833] ipmi message handler version 39.2 [ 0.499046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.501029] ACPI: Power Button [PWRF] [ 0.502242] GHES: HEST is not enabled! [ 0.523821] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593137] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596027] Linux agpgart interface v0.103 [ 0.598196] brd: module loaded [ 0.599542] loop: module loaded [ 0.600868] blk-mq: CPU -> queue map [ 0.601873] CPU 0 -> Queue 0 [ 0.602737] CPU 1 -> Queue 0 [ 0.604758] vda: vda1 [ 0.606510] scsi0 : ata_piix [ 0.607566] scsi1 : ata_piix [ 0.608492] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.610078] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.612029] libphy: Fixed MDIO Bus: probed [ 0.613247] tun: Universal TUN/TAP device driver, 1.6 [ 0.614588] tun: (C) 1999-2004 Max Krasnyansky [ 0.616997] PPP generic driver version 2.4.2 [ 0.618245] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619834] ehci-pci: EHCI PCI platform driver [ 0.621036] ehci-platform: EHCI generic platform driver [ 0.622362] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623831] ohci-pci: OHCI PCI platform driver [ 0.625019] ohci-platform: OHCI generic platform driver [ 0.626306] uhci_hcd: USB Universal Host Controller Interface driver [ 0.648402] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.649733] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.651813] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.653413] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.655005] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.656911] usb usb1: Product: UHCI Host Controller [ 0.658225] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.659860] usb usb1: SerialNumber: 0000:00:01.2 [ 0.661249] hub 1-0:1.0: USB hub found [ 0.662334] hub 1-0:1.0: 2 ports detected [ 0.663611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.666560] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.667900] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.669451] mousedev: PS/2 mouse device common for all mice [ 0.671217] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.673819] rtc_cmos 00:00: RTC can wake from S4 [ 0.675396] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.677035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.678733] device-mapper: uevent: version 1.0.3 [ 0.680087] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.682347] ledtrig-cpu: registered to indicate activity on CPUs [ 0.684047] TCP: cubic registered [ 0.685151] NET: Registered protocol family 10 [ 0.686780] NET: Registered protocol family 17 [ 0.688033] Key type dns_resolver registered [ 0.689543] Loading compiled-in X.509 certificates [ 0.691379] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.693786] registered taskstats version 1 [ 0.697091] Key type trusted registered [ 0.701109] Key type encrypted registered [ 0.702239] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703603] IMA: No TPM chip found, activating TPM-bypass! [ 0.705428] regulator-dummy: disabling [ 0.713441] Magic number: 14:148:718 [ 0.714669] rtc_cmos 00:00: setting system clock to 2018-08-27 04:43:31 UTC (1535345011) [ 0.716896] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718377] EDD information not available. [ 0.769536] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.771572] Write protecting the kernel read-only data: 12288k [ 0.773709] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.777120] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.791031] systemd-udevd[107]: starting version 204 [ 0.848472] FDC 0 is a S82078B [ 0.972054] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.136797] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.138496] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.140296] usb 1-1: Product: QEMU USB Tablet [ 1.141550] usb 1-1: Manufacturer: QEMU [ 1.142644] usb 1-1: SerialNumber: 42 [ 1.440158] tsc: Refined TSC clocksource calibration: 3491.889 MHz [ 1.861129] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.186661] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.284197] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.370964] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:43:33 +0000. Up 2.69 seconds. cloud-init-nonet[2.82]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.77]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:43:34 +0000. Up 3.94 seconds. ci-info: ++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 192.168.0.8 | 255.255.255.0 | fa:16:3e:5d:24:0e | ci-info: +--------+------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: f3:87:51:dc:f0:1e:ef:be:17:d4:23:f3:63:4e:fe:de root@ellis-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . + | | o + .| | . + =.| | S . * o| | o o B | | o . = +| | . +o| | oE| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 62:89:4e:3e:00:f0:21:e3:3f:4a:40:3e:16:1d:1c:8f root@ellis-0 The key's randomart image is: +--[ DSA 1024]----+ |+o+oo | |=+.+o | |o=.E . | |o.o . . | | ..oo + S | |. .=.. . | | . + | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 8a:6d:c8:1f:6a:5a:05:40:07:42:7e:20:68:f8:25:90 root@ellis-0 The key's randomart image is: +--[ECDSA 256]---+ |B*+.. | |Eooo. | |.o +. | | o . | | . S | | . = . | | = = | | ..+ . | | .o. . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 49:df:71:36:2b:d7:f9:01:15:2c:01:af:80:18:e2:5a root@ellis-0 The key's randomart image is: +--[ED25519 256--+ | . . ...oo.| | . . o . .... | | E . ... .o= | | o . o...+.+.| | . S ..o oo.| | o o| | .| | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS ellis-0 ttyS0 ellis-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:45:38 +0000. Up 128.03 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:46:39 +0000. Up 188.86 seconds. + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip= + '[' -n '' ']' + etcd_ip=192.168.0.8 + cat + DEBIAN_FRONTEND=noninteractive + apt-get install ellis --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package ellis + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd /var/lib/cloud/instance/scripts/part-001: line 31: /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd: No such file or directory + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp /var/lib/cloud/instance/scripts/part-001: line 34: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory + cat + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp /var/lib/cloud/instance/scripts/part-001: line 64: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory + service clearwater-infrastructure restart clearwater-infrastructure: unrecognized service + service ellis stop ellis: unrecognized service + /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000 /var/lib/cloud/instance/scripts/part-001: line 71: /usr/share/clearwater/ellis/env/bin/python: No such file or directory + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.4#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.4' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-27 04:52:12,498 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-27 04:52:12,504 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-27 04:52:12,506 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 62:89:4e:3e:00:f0:21:e3:3f:4a:40:3e:16:1d:1c:8f root@ellis-0 (DSA) ec2: 256 8a:6d:c8:1f:6a:5a:05:40:07:42:7e:20:68:f8:25:90 root@ellis-0 (ECDSA) ec2: 256 49:df:71:36:2b:d7:f9:01:15:2c:01:af:80:18:e2:5a root@ellis-0 (ED25519) ec2: 2048 f3:87:51:dc:f0:1e:ef:be:17:d4:23:f3:63:4e:fe:de root@ellis-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLXiHlyjXFJJhTKtkaIrxs3eJNCgfblXZxFbdp+BK5ZcbG3aS+1pXGI5ojIwpqgxc8nO6/V7cgY+vUgd5cV3m5w= root@ellis-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE4rsTDXQHfLazhvruKqxmLzx75PAqMAy7co2aADIGBv root@ellis-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWaeAHIcLzFjIa0DUVt+4OT7xusf5nJju5wIGXrW+FulT1+S1SrazkaFYSbWfmeko8dHGy48rp/jUdM4S/v3wwQw8xwY2JTE7iPPN426X12WRGFf48DbiEd7ZifQ8Zc3wQ8o6si0u8ZvNU75N4+vdTHP9M1axLxm613WImwsYbEo6rBD6qs/9QXs/Nwep0KPhY+POLOuDdbb7MvKiZS2dL05dQ4whS2kF12SKmkGIJJvcbzjJEbtb54fiDAG8NtmkUpxJrDnAhujrgrYWdYJLWPUy+69aaTWtrZTOrHTKP2regyjzE1vlMpqPmzqnh2pDWsBZ7IVB8LmafbpWXBYAf root@ellis-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:52:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 521.76 seconds 2018-08-27 04:53:22,729 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-27 04:53:22,730 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - server: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5d:24:0e', u'version': 4, u'addr': u'192.168.0.8', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5d:24:0e', u'version': 4, u'addr': u'172.30.9.211', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c75dd232-5db0-40f1-8cbf-b4d8d5acd035', 'name': u'heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:43:30.000000', 'flavor': Munch({u'id': u'f610adc5-1f27-47bf-94a2-93bd8605dc20', 'name': u'heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17'}), 'az': u'nova', 'id': u'b8eeaade-a165-43ac-96b5-b37aed5a713a', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'01fc1928-dc20-4e81-a0d0-8b0a8542f541'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'46a3612b-6862-42a6-b862-c10e4bbcf123'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66248028-de8f-445e-9593-107070800c03'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9a9c2d44-4eb7-4c18-8e7c-3c4028779f02'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'dbe93371-f17b-4b8d-b089-2f55ea00b4de'})], 'id': u'f28657dd-6c1f-4c94-b52f-ee303c793b5b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'b2d33dc5-7075-41f8-95e0-5894485cd444', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'9441fc64-4925-4741-a49f-dd30617bacbd'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'b2d33dc5-7075-41f8-95e0-5894485cd444', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'aee010d2-ed6f-44e8-9eb3-6e51f93548c2'})], 'id': u'b2d33dc5-7075-41f8-95e0-5894485cd444', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'94e71fc7f912471380c014d476123187', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.211', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': 'heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.211', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.211', 'launched_at': u'2018-08-27T04:43:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T04:43:30Z', 'hostId': u'c68697559dc0736620219e062abb661afd282408022b15b5414e9298', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17', 'public_v6': '', 'private_v4': u'192.168.0.8', 'cloud': 'envvars', 'host_id': u'c68697559dc0736620219e062abb661afd282408022b15b5414e9298', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T04:43:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'56f807fb3ef44dd08929fc9edf94025b', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'56f807fb3ef44dd08929fc9edf94025b', 'created_at': u'2018-08-27T04:41:55Z', 'created': u'2018-08-27T04:41:55Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 04:53:22,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 04:53:22,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 04:53:23,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8d9813a-6d76-42d2-9150-abe0578a7caf x-compute-request-id: req-d8d9813a-6d76-42d2-9150-abe0578a7caf Content-Encoding: gzip Content-Length: 1515 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:49:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:ea:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8c11aea2-e2fb-4593-824c-288c55812660", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:26.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "8c11aea2-e2fb-4593-824c-288c55812660", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:26Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:b1", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:b1:ae", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/96a8859d-e38f-4f49-8427-855652f3edfa", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "96a8859d-e38f-4f49-8427-855652f3edfa", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f3:4e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:38:0c", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:14.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "fc919cdc-fbee-4c43-abd3-e8916a60a8a0", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:15Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T04:43:51Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "192.168.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:ef:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:c2:6f", "version": 4, "addr": "192.168.1.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4fde440b-dc2e-4504-a52f-70bf7090fa61", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:11.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "4fde440b-dc2e-4504-a52f-70bf7090fa61", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:11Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:1b:84", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:5e:ad", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/660f73de-b719-4738-a2f9-1232f1585482", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:44:22.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "660f73de-b719-4738-a2f9-1232f1585482", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:44:22Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T04:43:50Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:24:0e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8eeaade-a165-43ac-96b5-b37aed5a713a", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:43:30.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "b8eeaade-a165-43ac-96b5-b37aed5a713a", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:43:30Z", "hostId": "c68697559dc0736620219e062abb661afd282408022b15b5414e9298", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T04:41:55Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:a8:5a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:bd:af", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "rel": "bookmark"}], "image": {"id": "c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "links": [{"href": "http://172.30.9.26:8774/images/c75dd232-5db0-40f1-8cbf-b4d8d5acd035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T04:41:42.000000", "flavor": {"id": "f610adc5-1f27-47bf-94a2-93bd8605dc20", "links": [{"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}]}, "id": "7ba6ff1c-8c6c-47ee-8b74-b0a387202633", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "94e71fc7f912471380c014d476123187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T04:41:42Z", "hostId": "011dda5300db9951325f9f64d2d11c3fa478a0e5dcbf69a250dca1d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "name": "ns.clearwater.opnfv", "created": "2018-08-27T04:39:56Z", "tenant_id": "56f807fb3ef44dd08929fc9edf94025b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 04:53:23,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d8d9813a-6d76-42d2-9150-abe0578a7caf 2018-08-27 04:53:23,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05186295509s 2018-08-27 04:53:23,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d8d9813a-6d76-42d2-9150-abe0578a7caf 2018-08-27 04:53:23,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 04:53:23,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 04:53:23,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 04:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22d11484-cc42-4433-8f5a-9895e50a1bc4 x-compute-request-id: req-22d11484-cc42-4433-8f5a-9895e50a1bc4 Content-Encoding: gzip Content-Length: 11443 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008033] Security Framework initialized\n[ 0.009183] AppArmor: AppArmor initialized\n[ 0.010306] Yama: becoming mindful.\n[ 0.012141] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015674] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016883] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018528] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020287] Initializing cgroup subsys memory\n[ 0.021465] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025190] Initializing cgroup subsys blkio\n[ 0.026328] Initializing cgroup subsys perf_event\n[ 0.027553] Initializing cgroup subsys hugetlb\n[ 0.028059] FEATURE SPEC_CTRL Not Present\n[ 0.029838] mce: CPU supports 10 MCE banks\n[ 0.032030] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034636] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037947] Speculative Store Bypass: Vulnerable\n[ 0.040052] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.044675] ACPI: Core revision 20131115\n[ 0.046237] ACPI: All ACPI Tables successfully acquired\n[ 0.047782] ftrace: allocating 28717 entries in 113 pages\n[ 0.068221] smpboot: Max logical packages: 2\n[ 0.072003] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073602] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076255] Enabling x2apic\n[ 0.077111] Enabled x2apic\n[ 0.078241] Switched APIC routing to physical x2apic.\n[ 0.081023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.085286] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093636] KVM setup paravirtual spinlock\n[ 0.096100] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.097988] x86: Booting SMP configuration:\n[ 0.099183] .... node #0, CPUs: #1[ 0.096056] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119697] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120425] devtmpfs: initialized\n[ 0.122982] EVM: security.selinux\n[ 0.124005] EVM: security.SMACK64\n[ 0.124958] EVM: security.ima\n[ 0.125833] EVM: security.capability\n[ 0.126863] pinctrl core: initialized pinctrl subsystem\n[ 0.128046] regulator-dummy: no parameters\n[ 0.129237] RTC time: 4:41:43, date: 08/27/18\n[ 0.130438] NET: Registered protocol family 16\n[ 0.131686] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133182] ACPI: bus type PCI registered\n[ 0.134354] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136112] PCI: Using configuration type 1 for base access\n[ 0.138315] bio: create slab at 0\n[ 0.138315] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141277] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142612] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145096] ACPI: Interpreter enabled\n[ 0.146230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157245] ACPI: (supports S0 S5)\n[ 0.160022] ACPI: Using IOAPIC for interrupt routing\n[ 0.161661] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.164240] ACPI: No dock devices found.\n[ 0.167679] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.168020] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.169778] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.171516] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172251] acpiphp: Slot [3] registered\n[ 0.173594] acpiphp: Slot [4] registered\n[ 0.174763] acpiphp: Slot [5] registered\n[ 0.176024] acpiphp: Slot [6] registered\n[ 0.177203] acpiphp: Slot [7] registered\n[ 0.178350] acpiphp: Slot [8] registered\n[ 0.179494] acpiphp: Slot [9] registered\n[ 0.180027] acpiphp: Slot [10] registered\n[ 0.181222] acpiphp: Slot [11] registered\n[ 0.182385] acpiphp: Slot [12] registered\n[ 0.183591] acpiphp: Slot [13] registered\n[ 0.184027] acpiphp: Slot [14] registered\n[ 0.185211] acpiphp: Slot [15] registered\n[ 0.186351] acpiphp: Slot [16] registered\n[ 0.187539] acpiphp: Slot [17] registered\n[ 0.188019] acpiphp: Slot [18] registered\n[ 0.189195] acpiphp: Slot [19] registered\n[ 0.190375] acpiphp: Slot [20] registered\n[ 0.191537] acpiphp: Slot [21] registered\n[ 0.192019] acpiphp: Slot [22] registered\n[ 0.193163] acpiphp: Slot [23] registered\n[ 0.194297] acpiphp: Slot [24] registered\n[ 0.195441] acpiphp: Slot [25] registered\n[ 0.196020] acpiphp: Slot [26] registered\n[ 0.197165] acpiphp: Slot [27] registered\n[ 0.198302] acpiphp: Slot [28] registered\n[ 0.199452] acpiphp: Slot [29] registered\n[ 0.200019] acpiphp: Slot [30] registered\n[ 0.201160] acpiphp: Slot [31] registered\n[ 0.202283] PCI host bridge to bus 0000:00\n[ 0.203414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.205567] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.207154] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.209727] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217132] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.245129] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.247228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.248949] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.250972] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.253072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.254935] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.256329] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.257536] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260852] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262611] SCSI subsystem initialized\n[ 0.263911] ACPI: bus type USB registered\n[ 0.264035] usbcore: registered new interface driver usbfs\n[ 0.265516] usbcore: registered new interface driver hub\n[ 0.266950] usbcore: registered new device driver usb\n[ 0.268113] PCI: Using ACPI for IRQ routing\n[ 0.269616] NetLabel: Initializing\n[ 0.270670] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273365] NetLabel: unlabeled traffic allowed by default\n[ 0.274883] Switched to clocksource kvm-clock\n[ 0.280821] AppArmor: AppArmor Filesystem Enabled\n[ 0.282136] pnp: PnP ACPI init\n[ 0.283086] ACPI: bus type PNP registered\n[ 0.284681] pnp: PnP ACPI: found 8 devices\n[ 0.285868] ACPI: bus type PNP unregistered\n[ 0.293383] NET: Registered protocol family 2\n[ 0.294918] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297075] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.298974] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.300767] TCP: reno registered\n[ 0.301724] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.303294] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305027] NET: Registered protocol family 1\n[ 0.306259] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.307870] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.309373] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.331294] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.353435] Trying to unpack rootfs image as initramfs...\n[ 0.452486] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.454860] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.456454] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.458518] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.461544] Scanning for low memory corruption every 60 seconds\n[ 0.463966] Initialise system trusted keyring\n[ 0.465542] audit: initializing netlink socket (disabled)\n[ 0.467415] type=2000 audit(1535344903.947:1): initialized\n[ 0.487973] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.490951] zbud: loaded\n[ 0.492161] VFS: Disk quotas dquot_6.5.2\n[ 0.493591] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.496063] fuse init (API version 7.22)\n[ 0.497531] msgmni has been set to 3997\n[ 0.499002] Key type big_key registered\n[ 0.500740] Key type asymmetric registered\n[ 0.502217] Asymmetric key parser 'x509' registered\n[ 0.503924] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.506661] io scheduler noop registered\n[ 0.508076] io scheduler deadline registered (default)\n[ 0.509823] io scheduler cfq registered\n[ 0.511251] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515435] ipmi message handler version 39.2\n[ 0.517040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519596] ACPI: Power Button [PWRF]\n[ 0.521039] GHES: HEST is not enabled!\n[ 0.542942] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586267] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608852] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.611303] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637571] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.641056] Linux agpgart interface v0.103\n[ 0.643553] brd: module loaded\n[ 0.645195] loop: module loaded\n[ 0.646721] blk-mq: CPU -> queue map\n[ 0.648027] CPU 0 -> Queue 0\n[ 0.649160] CPU 1 -> Queue 0\n[ 0.651156] vda: vda1\n[ 0.652669] scsi0 : ata_piix\n[ 0.653643] scsi1 : ata_piix\n[ 0.654535] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.656177] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.658023] libphy: Fixed MDIO Bus: probed\n[ 0.659226] tun: Universal TUN/TAP device driver, 1.6\n[ 0.660613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663835] PPP generic driver version 2.4.2\n[ 0.665084] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666740] ehci-pci: EHCI PCI platform driver\n[ 0.667951] ehci-platform: EHCI generic platform driver\n[ 0.669347] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670872] ohci-pci: OHCI PCI platform driver\n[ 0.672117] ohci-platform: OHCI generic platform driver\n[ 0.673500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.695398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.696820] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.698868] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.700408] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.702066] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704018] usb usb1: Product: UHCI Host Controller\n[ 0.705286] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.706931] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708258] hub 1-0:1.0: USB hub found\n[ 0.709334] hub 1-0:1.0: 2 ports detected\n[ 0.710572] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.713388] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.714689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.716189] mousedev: PS/2 mouse device common for all mice\n[ 0.717894] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.720229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.722082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.724212] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.726399] device-mapper: uevent: version 1.0.3\n[ 0.728047] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.730932] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732998] TCP: cubic registered\n[ 0.734292] NET: Registered protocol family 10\n[ 0.736180] NET: Registered protocol family 17\n[ 0.737740] Key type dns_resolver registered\n[ 0.739417] Loading compiled-in X.509 certificates\n[ 0.741574] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.751728] registered taskstats version 1\n[ 0.754888] Key type trusted registered\n[ 0.758861] Key type encrypted registered\n[ 0.760284] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.762101] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.764481] regulator-dummy: disabling\n[ 0.765902] Magic number: 14:595:667\n[ 0.767360] rtc_cmos 00:00: setting system clock to 2018-08-27 04:41:43 UTC (1535344903)\n[ 0.770159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.772149] EDD information not available.\n[ 0.813424] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.815535] Write protecting the kernel read-only data: 12288k\n[ 0.817666] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.821019] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.834493] systemd-udevd[107]: starting version 204\n[ 0.876504] FDC 0 is a S82078B\n[ 1.020106] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.184838] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.187111] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.189477] usb 1-1: Product: QEMU USB Tablet\n[ 1.191037] usb 1-1: Manufacturer: QEMU\n[ 1.192460] usb 1-1: SerialNumber: 42\n[ 1.452064] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.884947] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.218940] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.311966] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.413300] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:41:45 +0000. Up 2.72 seconds.\ncloud-init-nonet[2.87]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[4.26]: static networking is now up\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:41:47 +0000. Up 4.45 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:2c:bd:af |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:d0:a8:5a |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n42:ea:f3:41:b8:42:45:64:10:1d:ad:ae:fc:d5:06:7e root@ns\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o==o |\n| o. . |\n| ... |\n| ..+ |\n| ..o + S |\n| . ..+ + |\n| ...+ + E |\n| o. + + |\n| .. . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nd4:dc:4a:83:4c:27:e8:5b:e2:25:72:07:35:14:a6:57 root@ns\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| +O.E |\n| o= O . |\n| ...= = . |\n| . =o+. o |\n| + BS . |\n| o |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nad:cd:55:3f:7c:b5:c5:f0:d6:ee:d9:04:e0:d4:f5:a0 root@ns\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o.o..|\n| o o.=o|\n| E o O|\n| . ..=+|\n| S . . +=|\n| + . o=|\n| . o .o|\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n73:a8:d6:14:05:95:29:41:b7:05:9c:92:f6:a9:98:31 root@ns\nThe key's randomart image is:\n+--[ED25519 256--+\n| .+*==. |\n| =o=o |\n| ..+.. |\n| E oo |\n| =S.. |\n| o+.o |\n| o . |\n| . |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS ns ttyS0\n\nns login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:43:51 +0000. Up 128.40 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:44:51 +0000. Up 189.16 seconds.\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ ip addr add 192.168.1.9/24 dev eth1\n+ ip link set dev eth1 up\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bind9 --yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\nE: There are problems and -y was used without --force-yes\n+ cat\n/var/lib/cloud/instance/scripts/part-001: line 16: /etc/bind/named.conf.local: No such file or directory\n+ cat\n/var/lib/cloud/instance/scripts/part-001: line 41: /var/lib/bind/db.clearwater.opnfv: No such file or directory\n+ chown root:bind /var/lib/bind/db.clearwater.opnfv\nchown: invalid group: 'root:bind'\n+ service bind9 reload\nbind9: unrecognized service\n2018-08-27 04:45:33,972 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-27 04:45:33,982 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-27 04:45:33,982 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 d4:dc:4a:83:4c:27:e8:5b:e2:25:72:07:35:14:a6:57 root@ns (DSA)\nec2: 256 ad:cd:55:3f:7c:b5:c5:f0:d6:ee:d9:04:e0:d4:f5:a0 root@ns (ECDSA)\nec2: 256 73:a8:d6:14:05:95:29:41:b7:05:9c:92:f6:a9:98:31 root@ns (ED25519)\nec2: 2048 42:ea:f3:41:b8:42:45:64:10:1d:ad:ae:fc:d5:06:7e root@ns (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPyVuqxQoj3JNDqD2Tt5ArKfPxmGYqBsIoQXF9eg/m8KAZM9bA5M/W3dJArWUWH9oDXHaXIeyzyY/x3yDofFj9U= root@ns\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEE/nZvAkxlv9zZm2tXbHZL5MEWamQE72MvlAPxPAA+X root@ns\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZnoxPVOjRzd9UKnKz0ec8HKY9CLYgR4VhNRMTAAOTwLOjZ/gPqNokm40UfhKzwWEXPohMgXXLbSPgnapc1Fd2uq8FDiveWlrHOr3DFkcuFkJttzwYabyYt4raPSc/KvDRpP6rP+bXSKYPzIMy2dGJKX+yZ+FJ0s3pibKppPBeklcQK3haQ831AQkzYbCbTiAlXSzHK16Lj1jSKsk4P9cSD8MOHSu+mhkobx1iJTOif6UJo7Mz8ibXAsO7AelMSeHVp3p7MR2uh/cCBwXCYdqMQhdI9Xgr6B0PBRg+6c+WPGxrp2mvCC8vezCJz+V28JR5t4qDRWs0SpiPVa8c+gBT root@ns\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:45:34 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 231.29 seconds\n"} 2018-08-27 04:53:23,868 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633/action used request id req-22d11484-cc42-4433-8f5a-9895e50a1bc4 2018-08-27 04:53:23,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0762269496918s 2018-08-27 04:53:23,869 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/7ba6ff1c-8c6c-47ee-8b74-b0a387202633/action used request id req-22d11484-cc42-4433-8f5a-9895e50a1bc4 2018-08-27 04:53:23,869 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008033] Security Framework initialized [ 0.009183] AppArmor: AppArmor initialized [ 0.010306] Yama: becoming mindful. [ 0.012141] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015674] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016883] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018528] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020287] Initializing cgroup subsys memory [ 0.021465] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025190] Initializing cgroup subsys blkio [ 0.026328] Initializing cgroup subsys perf_event [ 0.027553] Initializing cgroup subsys hugetlb [ 0.028059] FEATURE SPEC_CTRL Not Present [ 0.029838] mce: CPU supports 10 MCE banks [ 0.032030] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034636] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037947] Speculative Store Bypass: Vulnerable [ 0.040052] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.044675] ACPI: Core revision 20131115 [ 0.046237] ACPI: All ACPI Tables successfully acquired [ 0.047782] ftrace: allocating 28717 entries in 113 pages [ 0.068221] smpboot: Max logical packages: 2 [ 0.072003] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073602] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076255] Enabling x2apic [ 0.077111] Enabled x2apic [ 0.078241] Switched APIC routing to physical x2apic. [ 0.081023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.085286] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093636] KVM setup paravirtual spinlock [ 0.096100] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.097988] x86: Booting SMP configuration: [ 0.099183] .... node #0, CPUs: #1[ 0.096056] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119697] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120425] devtmpfs: initialized [ 0.122982] EVM: security.selinux [ 0.124005] EVM: security.SMACK64 [ 0.124958] EVM: security.ima [ 0.125833] EVM: security.capability [ 0.126863] pinctrl core: initialized pinctrl subsystem [ 0.128046] regulator-dummy: no parameters [ 0.129237] RTC time: 4:41:43, date: 08/27/18 [ 0.130438] NET: Registered protocol family 16 [ 0.131686] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133182] ACPI: bus type PCI registered [ 0.134354] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136112] PCI: Using configuration type 1 for base access [ 0.138315] bio: create slab at 0 [ 0.138315] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141277] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142612] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145096] ACPI: Interpreter enabled [ 0.146230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157245] ACPI: (supports S0 S5) [ 0.160022] ACPI: Using IOAPIC for interrupt routing [ 0.161661] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.164240] ACPI: No dock devices found. [ 0.167679] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.168020] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.169778] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.171516] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172251] acpiphp: Slot [3] registered [ 0.173594] acpiphp: Slot [4] registered [ 0.174763] acpiphp: Slot [5] registered [ 0.176024] acpiphp: Slot [6] registered [ 0.177203] acpiphp: Slot [7] registered [ 0.178350] acpiphp: Slot [8] registered [ 0.179494] acpiphp: Slot [9] registered [ 0.180027] acpiphp: Slot [10] registered [ 0.181222] acpiphp: Slot [11] registered [ 0.182385] acpiphp: Slot [12] registered [ 0.183591] acpiphp: Slot [13] registered [ 0.184027] acpiphp: Slot [14] registered [ 0.185211] acpiphp: Slot [15] registered [ 0.186351] acpiphp: Slot [16] registered [ 0.187539] acpiphp: Slot [17] registered [ 0.188019] acpiphp: Slot [18] registered [ 0.189195] acpiphp: Slot [19] registered [ 0.190375] acpiphp: Slot [20] registered [ 0.191537] acpiphp: Slot [21] registered [ 0.192019] acpiphp: Slot [22] registered [ 0.193163] acpiphp: Slot [23] registered [ 0.194297] acpiphp: Slot [24] registered [ 0.195441] acpiphp: Slot [25] registered [ 0.196020] acpiphp: Slot [26] registered [ 0.197165] acpiphp: Slot [27] registered [ 0.198302] acpiphp: Slot [28] registered [ 0.199452] acpiphp: Slot [29] registered [ 0.200019] acpiphp: Slot [30] registered [ 0.201160] acpiphp: Slot [31] registered [ 0.202283] PCI host bridge to bus 0000:00 [ 0.203414] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.205567] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.207154] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.209727] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217132] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.245129] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.247228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.248949] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.250972] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.253072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.254935] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.256329] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.257536] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260852] vgaarb: bridge control possible 0000:00:02.0 [ 0.262611] SCSI subsystem initialized [ 0.263911] ACPI: bus type USB registered [ 0.264035] usbcore: registered new interface driver usbfs [ 0.265516] usbcore: registered new interface driver hub [ 0.266950] usbcore: registered new device driver usb [ 0.268113] PCI: Using ACPI for IRQ routing [ 0.269616] NetLabel: Initializing [ 0.270670] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273365] NetLabel: unlabeled traffic allowed by default [ 0.274883] Switched to clocksource kvm-clock [ 0.280821] AppArmor: AppArmor Filesystem Enabled [ 0.282136] pnp: PnP ACPI init [ 0.283086] ACPI: bus type PNP registered [ 0.284681] pnp: PnP ACPI: found 8 devices [ 0.285868] ACPI: bus type PNP unregistered [ 0.293383] NET: Registered protocol family 2 [ 0.294918] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297075] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.298974] TCP: Hash tables configured (established 16384 bind 16384) [ 0.300767] TCP: reno registered [ 0.301724] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.303294] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305027] NET: Registered protocol family 1 [ 0.306259] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.307870] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.309373] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.331294] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.353435] Trying to unpack rootfs image as initramfs... [ 0.452486] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.454860] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.456454] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.458518] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.461544] Scanning for low memory corruption every 60 seconds [ 0.463966] Initialise system trusted keyring [ 0.465542] audit: initializing netlink socket (disabled) [ 0.467415] type=2000 audit(1535344903.947:1): initialized [ 0.487973] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.490951] zbud: loaded [ 0.492161] VFS: Disk quotas dquot_6.5.2 [ 0.493591] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.496063] fuse init (API version 7.22) [ 0.497531] msgmni has been set to 3997 [ 0.499002] Key type big_key registered [ 0.500740] Key type asymmetric registered [ 0.502217] Asymmetric key parser 'x509' registered [ 0.503924] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.506661] io scheduler noop registered [ 0.508076] io scheduler deadline registered (default) [ 0.509823] io scheduler cfq registered [ 0.511251] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.513116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.515435] ipmi message handler version 39.2 [ 0.517040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519596] ACPI: Power Button [PWRF] [ 0.521039] GHES: HEST is not enabled! [ 0.542942] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.586267] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.608852] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.611303] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.637571] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.641056] Linux agpgart interface v0.103 [ 0.643553] brd: module loaded [ 0.645195] loop: module loaded [ 0.646721] blk-mq: CPU -> queue map [ 0.648027] CPU 0 -> Queue 0 [ 0.649160] CPU 1 -> Queue 0 [ 0.651156] vda: vda1 [ 0.652669] scsi0 : ata_piix [ 0.653643] scsi1 : ata_piix [ 0.654535] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.656177] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.658023] libphy: Fixed MDIO Bus: probed [ 0.659226] tun: Universal TUN/TAP device driver, 1.6 [ 0.660613] tun: (C) 1999-2004 Max Krasnyansky [ 0.663835] PPP generic driver version 2.4.2 [ 0.665084] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.666740] ehci-pci: EHCI PCI platform driver [ 0.667951] ehci-platform: EHCI generic platform driver [ 0.669347] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.670872] ohci-pci: OHCI PCI platform driver [ 0.672117] ohci-platform: OHCI generic platform driver [ 0.673500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.695398] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.696820] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.698868] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.700408] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.702066] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.704018] usb usb1: Product: UHCI Host Controller [ 0.705286] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.706931] usb usb1: SerialNumber: 0000:00:01.2 [ 0.708258] hub 1-0:1.0: USB hub found [ 0.709334] hub 1-0:1.0: 2 ports detected [ 0.710572] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713388] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714689] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.716189] mousedev: PS/2 mouse device common for all mice [ 0.717894] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.720229] rtc_cmos 00:00: RTC can wake from S4 [ 0.722082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.724212] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.726399] device-mapper: uevent: version 1.0.3 [ 0.728047] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.730932] ledtrig-cpu: registered to indicate activity on CPUs [ 0.732998] TCP: cubic registered [ 0.734292] NET: Registered protocol family 10 [ 0.736180] NET: Registered protocol family 17 [ 0.737740] Key type dns_resolver registered [ 0.739417] Loading compiled-in X.509 certificates [ 0.741574] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.751728] registered taskstats version 1 [ 0.754888] Key type trusted registered [ 0.758861] Key type encrypted registered [ 0.760284] AppArmor: AppArmor sha1 policy hashing enabled [ 0.762101] IMA: No TPM chip found, activating TPM-bypass! [ 0.764481] regulator-dummy: disabling [ 0.765902] Magic number: 14:595:667 [ 0.767360] rtc_cmos 00:00: setting system clock to 2018-08-27 04:41:43 UTC (1535344903) [ 0.770159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.772149] EDD information not available. [ 0.813424] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.815535] Write protecting the kernel read-only data: 12288k [ 0.817666] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.821019] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.834493] systemd-udevd[107]: starting version 204 [ 0.876504] FDC 0 is a S82078B [ 1.020106] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.184838] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.187111] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.189477] usb 1-1: Product: QEMU USB Tablet [ 1.191037] usb 1-1: Manufacturer: QEMU [ 1.192460] usb 1-1: SerialNumber: 42 [ 1.452064] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.884947] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.218940] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.311966] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.413300] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 04:41:45 +0000. Up 2.72 seconds. cloud-init-nonet[2.87]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[4.26]: static networking is now up * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 04:41:47 +0000. Up 4.45 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:2c:bd:af | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:d0:a8:5a | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 42:ea:f3:41:b8:42:45:64:10:1d:ad:ae:fc:d5:06:7e root@ns The key's randomart image is: +--[ RSA 2048]----+ | o==o | | o. . | | ... | | ..+ | | ..o + S | | . ..+ + | | ...+ + E | | o. + + | | .. . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: d4:dc:4a:83:4c:27:e8:5b:e2:25:72:07:35:14:a6:57 root@ns The key's randomart image is: +--[ DSA 1024]----+ | +O.E | | o= O . | | ...= = . | | . =o+. o | | + BS . | | o | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ad:cd:55:3f:7c:b5:c5:f0:d6:ee:d9:04:e0:d4:f5:a0 root@ns The key's randomart image is: +--[ECDSA 256]---+ | o.o..| | o o.=o| | E o O| | . ..=+| | S . . +=| | + . o=| | . o .o| | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 73:a8:d6:14:05:95:29:41:b7:05:9c:92:f6:a9:98:31 root@ns The key's randomart image is: +--[ED25519 256--+ | .+*==. | | =o=o | | ..+.. | | E oo | | =S.. | | o+.o | | o . | | . | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS ns ttyS0 ns login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 04:43:51 +0000. Up 128.40 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 04:44:51 +0000. Up 189.16 seconds. ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + ip addr add 192.168.1.9/24 dev eth1 + ip link set dev eth1 up + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + DEBIAN_FRONTEND=noninteractive + apt-get install bind9 --yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: bind9utils Suggested packages: bind9-doc The following NEW packages will be installed: bind9 bind9utils 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. Need to get 433 kB of archives. After this operation, 1639 kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! bind9utils bind9 E: There are problems and -y was used without --force-yes + cat /var/lib/cloud/instance/scripts/part-001: line 16: /etc/bind/named.conf.local: No such file or directory + cat /var/lib/cloud/instance/scripts/part-001: line 41: /var/lib/bind/db.clearwater.opnfv: No such file or directory + chown root:bind /var/lib/bind/db.clearwater.opnfv chown: invalid group: 'root:bind' + service bind9 reload bind9: unrecognized service 2018-08-27 04:45:33,972 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-27 04:45:33,982 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-27 04:45:33,982 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 71:e6:b4:97:ab:d4:a2:18:54:3a:5e:d9:59:35:f0:5a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 d4:dc:4a:83:4c:27:e8:5b:e2:25:72:07:35:14:a6:57 root@ns (DSA) ec2: 256 ad:cd:55:3f:7c:b5:c5:f0:d6:ee:d9:04:e0:d4:f5:a0 root@ns (ECDSA) ec2: 256 73:a8:d6:14:05:95:29:41:b7:05:9c:92:f6:a9:98:31 root@ns (ED25519) ec2: 2048 42:ea:f3:41:b8:42:45:64:10:1d:ad:ae:fc:d5:06:7e root@ns (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPyVuqxQoj3JNDqD2Tt5ArKfPxmGYqBsIoQXF9eg/m8KAZM9bA5M/W3dJArWUWH9oDXHaXIeyzyY/x3yDofFj9U= root@ns ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEE/nZvAkxlv9zZm2tXbHZL5MEWamQE72MvlAPxPAA+X root@ns ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZnoxPVOjRzd9UKnKz0ec8HKY9CLYgR4VhNRMTAAOTwLOjZ/gPqNokm40UfhKzwWEXPohMgXXLbSPgnapc1Fd2uq8FDiveWlrHOr3DFkcuFkJttzwYabyYt4raPSc/KvDRpP6rP+bXSKYPzIMy2dGJKX+yZ+FJ0s3pibKppPBeklcQK3haQ831AQkzYbCbTiAlXSzHK16Lj1jSKsk4P9cSD8MOHSu+mhkobx1iJTOif6UJo7Mz8ibXAsO7AelMSeHVp3p7MR2uh/cCBwXCYdqMQhdI9Xgr6B0PBRg+6c+WPGxrp2mvCC8vezCJz+V28JR5t4qDRWs0SpiPVa8c+gBT root@ns -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 04:45:34 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 231.29 seconds 2018-08-27 04:53:23,871 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-27 04:53:23,873 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.211 2018-08-27 04:53:23,878 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create ellis account 2018-08-27 04:53:48,894 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create ellis account 2018-08-27 04:54:13,915 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create ellis account 2018-08-27 04:54:38,938 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create ellis account 2018-08-27 04:55:03,961 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create ellis account 2018-08-27 04:55:28,990 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create ellis account 2018-08-27 04:55:53,998 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create ellis account 2018-08-27 04:56:19,027 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create ellis account 2018-08-27 04:56:44,035 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create ellis account 2018-08-27 04:57:09,065 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create ellis account 2018-08-27 04:57:34,093 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create ellis account 2018-08-27 04:57:59,103 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 12: cannot create ellis account 2018-08-27 04:58:24,132 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 13: cannot create ellis account 2018-08-27 04:58:49,159 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 14: cannot create ellis account 2018-08-27 04:59:14,171 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 15: cannot create ellis account 2018-08-27 04:59:39,187 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 16: cannot create ellis account 2018-08-27 05:00:04,217 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 17: cannot create ellis account 2018-08-27 05:00:29,242 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 18: cannot create ellis account 2018-08-27 05:00:54,271 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 19: cannot create ellis account 2018-08-27 05:01:19,284 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 20: cannot create ellis account 2018-08-27 05:01:44,306 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 21: cannot create ellis account 2018-08-27 05:02:09,333 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 22: cannot create ellis account 2018-08-27 05:02:34,362 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 23: cannot create ellis account 2018-08-27 05:02:59,383 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 24: cannot create ellis account 2018-08-27 05:03:24,388 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 25: cannot create ellis account 2018-08-27 05:03:49,413 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 26: cannot create ellis account 2018-08-27 05:04:14,443 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 27: cannot create ellis account 2018-08-27 05:04:39,473 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 28: cannot create ellis account 2018-08-27 05:05:04,498 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 29: cannot create ellis account 2018-08-27 05:05:29,528 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 30: cannot create ellis account 2018-08-27 05:05:54,559 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 31: cannot create ellis account 2018-08-27 05:06:19,588 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 32: cannot create ellis account 2018-08-27 05:06:44,595 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 33: cannot create ellis account 2018-08-27 05:07:09,620 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 34: cannot create ellis account 2018-08-27 05:07:34,632 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 35: cannot create ellis account 2018-08-27 05:07:59,662 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 36: cannot create ellis account 2018-08-27 05:08:24,692 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 37: cannot create ellis account 2018-08-27 05:08:49,722 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 38: cannot create ellis account 2018-08-27 05:09:14,752 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 39: cannot create ellis account 2018-08-27 05:09:39,782 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 40: cannot create ellis account 2018-08-27 05:10:04,787 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 41: cannot create ellis account 2018-08-27 05:10:29,816 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 42: cannot create ellis account 2018-08-27 05:10:54,823 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 43: cannot create ellis account 2018-08-27 05:11:19,852 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 44: cannot create ellis account 2018-08-27 05:11:44,881 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 45: cannot create ellis account 2018-08-27 05:12:09,887 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 46: cannot create ellis account 2018-08-27 05:12:34,917 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 47: cannot create ellis account 2018-08-27 05:12:59,934 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 48: cannot create ellis account 2018-08-27 05:13:24,964 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 49: cannot create ellis account 2018-08-27 05:13:49,994 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 50: cannot create ellis account 2018-08-27 05:14:15,019 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot run heat_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 127, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 105, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 179, in deploy_vnf self.clearwater.availability_check_by_creating_numbers() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 64, in availability_check_by_creating_numbers number_res = self._create_ellis_account(account_url, params) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 106, in _create_ellis_account params.get('full_name'))) Exception: Unable to create an account opnfv functest user 2018-08-27 05:14:15,145 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 05:14:15,145 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 35:25 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-27 05:14:15,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 05:14:15,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:14:15,453 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:14:15 GMT Server: Apache x-openstack-request-id: req-28e4b79d-9743-461a-9fde-8716e0cd4acb Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:14:15,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:14:15 GMT Server: Apache x-openstack-request-id: req-651f6b9d-86d2-4cf6-8a54-8035a0169f69 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack CREATE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-27 05:14:15,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-651f6b9d-86d2-4cf6-8a54-8035a0169f69 2018-08-27 05:14:15,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.612490177155s 2018-08-27 05:14:15,762 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-651f6b9d-86d2-4cf6-8a54-8035a0169f69 2018-08-27 05:14:15,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:14:15,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?limit=1&sort_dir=desc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:14:16,061 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:14:15 GMT Server: Apache x-openstack-request-id: req-cc52f36a-aa54-4c30-abcf-ae0bcfeb2d00 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?limit=1&sort_dir=desc Content-Length: 489 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:14:16,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:14:16 GMT Server: Apache x-openstack-request-id: req-ea5e1f96-0dac-4a63-8c3e-cfe6fbd6b6d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 342 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T04:44:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/clearwater-opnfv/events/7fcef369-d4c2-4a2c-8a1e-43c8bac16f52", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "id": "7fcef369-d4c2-4a2c-8a1e-43c8bac16f52"}]} 2018-08-27 05:14:16,392 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-ea5e1f96-0dac-4a63-8c3e-cfe6fbd6b6d1 2018-08-27 05:14:16,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.627255916595s 2018-08-27 05:14:16,392 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-ea5e1f96-0dac-4a63-8c3e-cfe6fbd6b6d1 2018-08-27 05:14:16,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-27 05:14:16,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:14:16,685 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:14:16 GMT Server: Apache x-openstack-request-id: req-0bd48282-0143-446f-aef9-3310c5a903e4 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269 Content-Length: 423 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:14:17,131 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 05:14:16 GMT Server: Apache x-openstack-request-id: req-63c726a7-1bc3-4638-b6d5-1af8589a2c97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 05:14:17,131 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269 used request id req-63c726a7-1bc3-4638-b6d5-1af8589a2c97 2018-08-27 05:14:17,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 0.738255977631s 2018-08-27 05:14:17,131 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269 used request id req-63c726a7-1bc3-4638-b6d5-1af8589a2c97 2018-08-27 05:14:17,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:14:17,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=7fcef369-d4c2-4a2c-8a1e-43c8bac16f52&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:14:17,464 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:14:17 GMT Server: Apache x-openstack-request-id: req-bc4a3288-47d4-4858-bac6-fb6393a2f7e1 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=7fcef369-d4c2-4a2c-8a1e-43c8bac16f52&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:14:17,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:14:17 GMT Server: Apache x-openstack-request-id: req-ebc83867-7dcf-419f-bcbd-bad2cd642175 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 431 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T05:14:17Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/clearwater-opnfv/events/d1045ea3-1393-41ba-8161-3024eb734ab5", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "id": "d1045ea3-1393-41ba-8161-3024eb734ab5"}, {"resource_name": "homer", "event_time": "2018-08-27T05:14:17Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/homer/events/395d4a10-44a5-45bc-84f3-732be60fe73a", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "e77a8df9-e355-4110-9de8-62d20ea0ef24", "id": "395d4a10-44a5-45bc-84f3-732be60fe73a"}]} 2018-08-27 05:14:17,780 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=7fcef369-d4c2-4a2c-8a1e-43c8bac16f52&sort_dir=asc&marker=7fcef369-d4c2-4a2c-8a1e-43c8bac16f52&sort_dir=asc used request id req-ebc83867-7dcf-419f-bcbd-bad2cd642175 2018-08-27 05:14:17,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.648483037949s 2018-08-27 05:14:17,781 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=7fcef369-d4c2-4a2c-8a1e-43c8bac16f52&sort_dir=asc&marker=7fcef369-d4c2-4a2c-8a1e-43c8bac16f52&sort_dir=asc used request id req-ebc83867-7dcf-419f-bcbd-bad2cd642175 2018-08-27 05:14:22,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:14:22,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=395d4a10-44a5-45bc-84f3-732be60fe73a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:14:23,098 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:14:22 GMT Server: Apache x-openstack-request-id: req-5e137986-3e0d-4d1e-b211-53e87ef801b6 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=395d4a10-44a5-45bc-84f3-732be60fe73a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:14:23,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:14:23 GMT Server: Apache x-openstack-request-id: req-edf1e98b-c37f-4a6c-92c9-6fefa7cbc4f9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-27T05:14:19Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/bono/events/bbf854d7-66c2-4d3f-aeb2-6eab1d990f78", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "5ac21e35-49e4-4645-94c6-9009dfe37233", "id": "bbf854d7-66c2-4d3f-aeb2-6eab1d990f78"}, {"resource_name": "vellum", "event_time": "2018-08-27T05:14:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/vellum/events/cd97100a-90eb-4443-b8bb-a0bfd34b60b9", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "2a4b050c-51ce-436e-adac-abe4fe67836c", "id": "cd97100a-90eb-4443-b8bb-a0bfd34b60b9"}, {"resource_name": "sprout", "event_time": "2018-08-27T05:14:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sprout/events/ed0caa43-4296-4073-b381-aae79579c5ca", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "4d306be1-8388-4ff1-bad5-356a64182553", "id": "ed0caa43-4296-4073-b381-aae79579c5ca"}, {"resource_name": "dime", "event_time": "2018-08-27T05:14:22Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dime/events/1f210994-24d6-40f9-9869-b408324d0721", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "eabcc536-fe9b-4ba2-8a10-57bebfeb5a72", "id": "1f210994-24d6-40f9-9869-b408324d0721"}]} 2018-08-27 05:14:23,425 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=395d4a10-44a5-45bc-84f3-732be60fe73a&sort_dir=asc&marker=395d4a10-44a5-45bc-84f3-732be60fe73a&sort_dir=asc used request id req-edf1e98b-c37f-4a6c-92c9-6fefa7cbc4f9 2018-08-27 05:14:23,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.63768696785s 2018-08-27 05:14:23,425 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=395d4a10-44a5-45bc-84f3-732be60fe73a&sort_dir=asc&marker=395d4a10-44a5-45bc-84f3-732be60fe73a&sort_dir=asc used request id req-edf1e98b-c37f-4a6c-92c9-6fefa7cbc4f9 2018-08-27 05:14:28,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:14:28,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:14:28,717 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:14:28 GMT Server: Apache x-openstack-request-id: req-0cf20701-8ccd-4fd0-9274-5e427fe253b3 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:14:29,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:14:28 GMT Server: Apache x-openstack-request-id: req-d2ab95df-89ca-4260-8b93-c7c36a02060d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 05:14:29,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc&marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc used request id req-d2ab95df-89ca-4260-8b93-c7c36a02060d 2018-08-27 05:14:29,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.630075931549s 2018-08-27 05:14:29,062 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc&marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc used request id req-d2ab95df-89ca-4260-8b93-c7c36a02060d 2018-08-27 05:14:34,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:14:34,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:14:34,390 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:14:34 GMT Server: Apache x-openstack-request-id: req-d48f63ae-f2fd-47f4-9c8c-59fc821428ca Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:14:34,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:14:34 GMT Server: Apache x-openstack-request-id: req-20fab666-9d90-484a-b63d-a0feeba7e64a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 436 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-27T05:14:30Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/bono/events/8ee1ef5e-0464-4e71-ba6a-101f213c0854", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "5ac21e35-49e4-4645-94c6-9009dfe37233", "id": "8ee1ef5e-0464-4e71-ba6a-101f213c0854"}, {"resource_name": "homer", "event_time": "2018-08-27T05:14:30Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/homer/events/280f336a-4d7d-4db1-a081-7d450b41ca02", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "e77a8df9-e355-4110-9de8-62d20ea0ef24", "id": "280f336a-4d7d-4db1-a081-7d450b41ca02"}]} 2018-08-27 05:14:34,434 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc&marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc used request id req-20fab666-9d90-484a-b63d-a0feeba7e64a 2018-08-27 05:14:34,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.365719079971s 2018-08-27 05:14:34,434 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc&marker=1f210994-24d6-40f9-9869-b408324d0721&sort_dir=asc used request id req-20fab666-9d90-484a-b63d-a0feeba7e64a 2018-08-27 05:14:39,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:14:39,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=280f336a-4d7d-4db1-a081-7d450b41ca02&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:14:39,744 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:14:39 GMT Server: Apache x-openstack-request-id: req-ce85761a-1ff8-4d31-8ad0-1e865e636fab Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=280f336a-4d7d-4db1-a081-7d450b41ca02&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:14:40,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:14:39 GMT Server: Apache x-openstack-request-id: req-29405f29-45e1-4532-b2c2-ff6ccd1c6ba8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-27T05:14:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sprout/events/55dedb37-7ca6-4baa-8247-ace2da40bb82", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "4d306be1-8388-4ff1-bad5-356a64182553", "id": "55dedb37-7ca6-4baa-8247-ace2da40bb82"}, {"resource_name": "vellum", "event_time": "2018-08-27T05:14:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/vellum/events/8a0fe413-fe83-4d9c-9168-2fb5b659c318", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "2a4b050c-51ce-436e-adac-abe4fe67836c", "id": "8a0fe413-fe83-4d9c-9168-2fb5b659c318"}, {"resource_name": "dime", "event_time": "2018-08-27T05:14:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dime/events/f8e5772e-15d7-42e7-a983-530646f0840f", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "eabcc536-fe9b-4ba2-8a10-57bebfeb5a72", "id": "f8e5772e-15d7-42e7-a983-530646f0840f"}, {"resource_name": "ellis", "event_time": "2018-08-27T05:14:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/ellis/events/ce7d2e25-6703-43b8-b0ab-a189a79d11f0", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "5cf52b51-9517-4120-ae51-6fb1fd5d1c6a", "id": "ce7d2e25-6703-43b8-b0ab-a189a79d11f0"}]} 2018-08-27 05:14:40,068 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=280f336a-4d7d-4db1-a081-7d450b41ca02&sort_dir=asc&marker=280f336a-4d7d-4db1-a081-7d450b41ca02&sort_dir=asc used request id req-29405f29-45e1-4532-b2c2-ff6ccd1c6ba8 2018-08-27 05:14:40,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.627956867218s 2018-08-27 05:14:40,069 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=280f336a-4d7d-4db1-a081-7d450b41ca02&sort_dir=asc&marker=280f336a-4d7d-4db1-a081-7d450b41ca02&sort_dir=asc used request id req-29405f29-45e1-4532-b2c2-ff6ccd1c6ba8 2018-08-27 05:14:45,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:14:45,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=ce7d2e25-6703-43b8-b0ab-a189a79d11f0&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:14:45,106 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:14:45 GMT Server: Apache x-openstack-request-id: req-7155cf77-5ecd-4252-9584-778cca01ff02 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=ce7d2e25-6703-43b8-b0ab-a189a79d11f0&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:14:45,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:14:45 GMT Server: Apache x-openstack-request-id: req-a200a2b5-b303-4eaa-a924-62cda4dd4f27 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-27T05:14:40Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/ellis/events/181764e6-0ddb-41c4-9ada-771e355c8459", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "5cf52b51-9517-4120-ae51-6fb1fd5d1c6a", "id": "181764e6-0ddb-41c4-9ada-771e355c8459"}, {"resource_name": "dns", "event_time": "2018-08-27T05:14:40Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dns/events/5f5f6f20-ffdb-4b16-aa2f-a7830944ab54", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "e89d7001-0c7d-409a-bd84-581916f1ba6f", "id": "5f5f6f20-ffdb-4b16-aa2f-a7830944ab54"}]} 2018-08-27 05:14:45,149 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=ce7d2e25-6703-43b8-b0ab-a189a79d11f0&sort_dir=asc&marker=ce7d2e25-6703-43b8-b0ab-a189a79d11f0&sort_dir=asc used request id req-a200a2b5-b303-4eaa-a924-62cda4dd4f27 2018-08-27 05:14:45,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739390850067s 2018-08-27 05:14:45,150 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=ce7d2e25-6703-43b8-b0ab-a189a79d11f0&sort_dir=asc&marker=ce7d2e25-6703-43b8-b0ab-a189a79d11f0&sort_dir=asc used request id req-a200a2b5-b303-4eaa-a924-62cda4dd4f27 2018-08-27 05:14:50,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:14:50,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=5f5f6f20-ffdb-4b16-aa2f-a7830944ab54&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:14:50,185 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:14:50 GMT Server: Apache x-openstack-request-id: req-af22a915-95c0-4b04-b268-a39daf6fa5f6 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=5f5f6f20-ffdb-4b16-aa2f-a7830944ab54&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:14:50,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:14:50 GMT Server: Apache x-openstack-request-id: req-850b4230-76c4-47a3-894a-f6182842d11e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-27T05:14:48Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dns/events/0009a77b-fadb-41e9-b126-ef2947474951", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "e89d7001-0c7d-409a-bd84-581916f1ba6f", "id": "0009a77b-fadb-41e9-b126-ef2947474951"}, {"resource_name": "security_groups", "event_time": "2018-08-27T05:14:48Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/security_groups/events/11756963-59da-4b7b-b2a7-2a2b096848e0", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "ddad1961-98f2-4bce-86e0-a6084ed1a716", "id": "11756963-59da-4b7b-b2a7-2a2b096848e0"}, {"resource_name": "sig_network", "event_time": "2018-08-27T05:14:48Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sig_network/events/57546bab-2034-49c5-aa17-be3ce9b81106", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "97855920-6696-4664-a2f7-57879e49357c", "id": "57546bab-2034-49c5-aa17-be3ce9b81106"}, {"resource_name": "mgmt_network", "event_time": "2018-08-27T05:14:48Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/mgmt_network/events/bcdcb933-b7db-4e61-bba7-8f91110fbf70", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "1496ec08-64ba-443f-b173-24e3aad81b54", "id": "bcdcb933-b7db-4e61-bba7-8f91110fbf70"}]} 2018-08-27 05:14:50,536 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=5f5f6f20-ffdb-4b16-aa2f-a7830944ab54&sort_dir=asc&marker=5f5f6f20-ffdb-4b16-aa2f-a7830944ab54&sort_dir=asc used request id req-850b4230-76c4-47a3-894a-f6182842d11e 2018-08-27 05:14:50,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.380443096161s 2018-08-27 05:14:50,537 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=5f5f6f20-ffdb-4b16-aa2f-a7830944ab54&sort_dir=asc&marker=5f5f6f20-ffdb-4b16-aa2f-a7830944ab54&sort_dir=asc used request id req-850b4230-76c4-47a3-894a-f6182842d11e 2018-08-27 05:14:55,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:14:55,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:14:55,883 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:14:55 GMT Server: Apache x-openstack-request-id: req-3f083027-5efd-427c-a855-f1ad58e92668 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:14:56,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:14:55 GMT Server: Apache x-openstack-request-id: req-ac527ef0-96ca-4448-98c8-7306cf1f31c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 05:14:56,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc&marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc used request id req-ac527ef0-96ca-4448-98c8-7306cf1f31c3 2018-08-27 05:14:56,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.670553922653s 2018-08-27 05:14:56,214 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc&marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc used request id req-ac527ef0-96ca-4448-98c8-7306cf1f31c3 2018-08-27 05:15:01,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:15:01,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:15:01,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:15:01 GMT Server: Apache x-openstack-request-id: req-07cd8316-05c8-47d9-ba20-9e9e5dcd6244 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:15:01,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:01 GMT Server: Apache x-openstack-request-id: req-6f9cd75e-83f0-4162-947c-0725bcdbba0d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 356 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-27T05:15:00Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sig_network/events/0b63d47c-901f-42e5-9666-ccb335dce5b3", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "97855920-6696-4664-a2f7-57879e49357c", "id": "0b63d47c-901f-42e5-9666-ccb335dce5b3"}]} 2018-08-27 05:15:01,590 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc&marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc used request id req-6f9cd75e-83f0-4162-947c-0725bcdbba0d 2018-08-27 05:15:01,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.37066078186s 2018-08-27 05:15:01,591 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc&marker=bcdcb933-b7db-4e61-bba7-8f91110fbf70&sort_dir=asc used request id req-6f9cd75e-83f0-4162-947c-0725bcdbba0d 2018-08-27 05:15:06,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:15:06,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=0b63d47c-901f-42e5-9666-ccb335dce5b3&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:15:06,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:15:06 GMT Server: Apache x-openstack-request-id: req-bd3e38e8-5271-4cd0-909a-64e618b53363 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=0b63d47c-901f-42e5-9666-ccb335dce5b3&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:15:06,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:06 GMT Server: Apache x-openstack-request-id: req-8e49e5af-2193-448e-bc28-a1b2d598c0c9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 539 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-27T05:15:01Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/mgmt_network/events/d90b411a-4b97-48c6-b3a8-3d54c1cc24db", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "1496ec08-64ba-443f-b173-24e3aad81b54", "id": "d90b411a-4b97-48c6-b3a8-3d54c1cc24db"}, {"resource_name": "security_groups", "event_time": "2018-08-27T05:15:04Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/security_groups/events/a9593f7d-3685-4be3-9488-941103447aaa", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "ddad1961-98f2-4bce-86e0-a6084ed1a716", "id": "a9593f7d-3685-4be3-9488-941103447aaa"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T05:15:04Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/clearwater-opnfv/events/45755eba-e0f6-4e78-bed8-d0288fda3c24", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "id": "45755eba-e0f6-4e78-bed8-d0288fda3c24"}]} 2018-08-27 05:15:06,954 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=0b63d47c-901f-42e5-9666-ccb335dce5b3&sort_dir=asc&marker=0b63d47c-901f-42e5-9666-ccb335dce5b3&sort_dir=asc used request id req-8e49e5af-2193-448e-bc28-a1b2d598c0c9 2018-08-27 05:15:06,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.356950044632s 2018-08-27 05:15:06,954 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=0b63d47c-901f-42e5-9666-ccb335dce5b3&sort_dir=asc&marker=0b63d47c-901f-42e5-9666-ccb335dce5b3&sort_dir=asc used request id req-8e49e5af-2193-448e-bc28-a1b2d598c0c9 2018-08-27 05:15:11,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:15:11,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:15:12,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:15:11 GMT Server: Apache x-openstack-request-id: req-497513e6-a5f0-487d-a5d6-0d10a519b550 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:15:12,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:12 GMT Server: Apache x-openstack-request-id: req-57f36b27-c96d-4752-b132-acc1e9e12ea1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 05:15:12,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc&marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc used request id req-57f36b27-c96d-4752-b132-acc1e9e12ea1 2018-08-27 05:15:12,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348400831223s 2018-08-27 05:15:12,309 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc&marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc used request id req-57f36b27-c96d-4752-b132-acc1e9e12ea1 2018-08-27 05:15:17,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 05:15:17,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:15:17,615 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:15:17 GMT Server: Apache x-openstack-request-id: req-cf0e8ef2-4efd-4058-b7a4-8f80d0802b45 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:15:17,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:17 GMT Server: Apache x-openstack-request-id: req-244dbc98-8552-4d60-be8d-aa22f728b8de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 05:15:17,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc&marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc used request id req-244dbc98-8552-4d60-be8d-aa22f728b8de 2018-08-27 05:15:17,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.341624975204s 2018-08-27 05:15:17,657 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269/events?marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc&marker=45755eba-e0f6-4e78-bed8-d0288fda3c24&sort_dir=asc used request id req-244dbc98-8552-4d60-be8d-aa22f728b8de 2018-08-27 05:15:17,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 05:15:17,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba1865f83701f7053a0b9ddd9479745a3fa93fbd" 2018-08-27 05:15:17,687 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 05:15:17 GMT Server: Apache x-openstack-request-id: req-8e52d32b-952c-4446-a907-583a43c817b0 Location: http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:15:18,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:17 GMT Server: Apache x-openstack-request-id: req-54daa182-eeec-4155-80df-ba83100a0aee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "56f807fb3ef44dd08929fc9edf94025b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_1cf9a12c-9e71-4e50-9544-8566a2992e17", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "deletion_time": "2018-08-27T05:15:06Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "f10c202db63f4876ad394023dd1decfc", "tags": null, "creation_time": "2018-08-27T04:39:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-27T05:14:17Z", "id": "9300a4b0-0739-43aa-bcee-8410bc9d6269", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-27 05:15:18,003 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-54daa182-eeec-4155-80df-ba83100a0aee 2018-08-27 05:15:18,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.345366954803s 2018-08-27 05:15:18,004 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/56f807fb3ef44dd08929fc9edf94025b/stacks/clearwater-opnfv/9300a4b0-0739-43aa-bcee-8410bc9d6269?resolve_outputs=False used request id req-54daa182-eeec-4155-80df-ba83100a0aee 2018-08-27 05:15:18,004 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot clean stack ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 226, in clean self.cloud.delete_stack(self.stack.id, wait=True) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 1416, in delete_stack marker=marker) File "/usr/lib/python2.7/site-packages/shade/_heat/event_utils.py", line 90, in poll_for_events stack_status = stack['stack_status'] TypeError: 'NoneType' object has no attribute '__getitem__' 2018-08-27 05:15:18,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 05:15:18,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 05:15:18,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79146051-9e77-4dff-8ab5-41f6e5cbaac4 Content-Encoding: gzip Content-Length: 1025 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_ims-user_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": {"self": "http://172.30.9.26:5000/v3/users/94e71fc7f912471380c014d476123187"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "94e71fc7f912471380c014d476123187", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 05:15:18,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-79146051-9e77-4dff-8ab5-41f6e5cbaac4 2018-08-27 05:15:18,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.307554960251s 2018-08-27 05:15:18,325 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-79146051-9e77-4dff-8ab5-41f6e5cbaac4 2018-08-27 05:15:18,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 05:15:18,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/94e71fc7f912471380c014d476123187 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 05:15:18,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50eb883c-8cfc-4973-9989-10925c4d8202 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": {"self": "http://172.30.9.26:5000/v3/users/94e71fc7f912471380c014d476123187"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "94e71fc7f912471380c014d476123187", "description": null}} 2018-08-27 05:15:18,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/94e71fc7f912471380c014d476123187 used request id req-50eb883c-8cfc-4973-9989-10925c4d8202 2018-08-27 05:15:18,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202424049377s 2018-08-27 05:15:18,535 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/94e71fc7f912471380c014d476123187 used request id req-50eb883c-8cfc-4973-9989-10925c4d8202 2018-08-27 05:15:18,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 05:15:18,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/94e71fc7f912471380c014d476123187 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 05:15:18,909 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 05:15:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8c57723-bf2c-47a1-81ba-fe53cfc6729b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 05:15:18,909 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/94e71fc7f912471380c014d476123187 used request id req-a8c57723-bf2c-47a1-81ba-fe53cfc6729b 2018-08-27 05:15:18,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.373387813568s 2018-08-27 05:15:18,910 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/94e71fc7f912471380c014d476123187 used request id req-a8c57723-bf2c-47a1-81ba-fe53cfc6729b 2018-08-27 05:15:18,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 05:15:18,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 05:15:19,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0b820d6-7523-469f-9f31-b8c047b92e66 Content-Encoding: gzip Content-Length: 589 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b"}, "tags": [], "enabled": true, "id": "56f807fb3ef44dd08929fc9edf94025b", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_1cf9a12c-9e71-4e50-9544-8566a2992e17"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 05:15:19,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-e0b820d6-7523-469f-9f31-b8c047b92e66 2018-08-27 05:15:19,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.202618122101s 2018-08-27 05:15:19,119 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-e0b820d6-7523-469f-9f31-b8c047b92e66 2018-08-27 05:15:19,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 05:15:19,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e18151b6fcf7f688b53b781ec86bcfeab913de1" 2018-08-27 05:15:19,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 05:15:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6f6a37e-8a75-4ce5-bf5e-0376c7af6085 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 05:15:19,443 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b used request id req-c6f6a37e-8a75-4ce5-bf5e-0376c7af6085 2018-08-27 05:15:19,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.319072961807s 2018-08-27 05:15:19,443 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/56f807fb3ef44dd08929fc9edf94025b used request id req-c6f6a37e-8a75-4ce5-bf5e-0376c7af6085 2018-08-27 05:15:19,443 - xtesting.ci.run_tests - ERROR - The test case 'heat_ims' failed. 2018-08-27 05:15:19,467 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-27 05:15:19,762 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-27 05:15:19,809 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-27 05:15:19,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 05:15:19,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 05:15:19,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 05:15:19,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 05:15:19,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 05:15:19,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 05:15:19,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 05:15:19,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 05:15:19,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3f3693a-6b26-47d6-90b0-bde8794f5a92 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 05:15:19,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d3f3693a-6b26-47d6-90b0-bde8794f5a92 2018-08-27 05:15:19,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 05:15:20,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T06:15:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["pGft0o8cT_-OdFOExwiAUg"], "issued_at": "2018-08-27T05:15:20.000000Z"}} 2018-08-27 05:15:20,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 05:15:20,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:15:20,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a66c2d38-8543-4ae0-853f-cb28600fd003 Date: Mon, 27 Aug 2018 05:15:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 05:15:20,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a66c2d38-8543-4ae0-853f-cb28600fd003 2018-08-27 05:15:20,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35506606102s 2018-08-27 05:15:20,674 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a66c2d38-8543-4ae0-853f-cb28600fd003 2018-08-27 05:15:20,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 05:15:20,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 05:15:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27b528fe-74d3-48f1-8848-c2e7061e20cf Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 05:15:20,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-27b528fe-74d3-48f1-8848-c2e7061e20cf 2018-08-27 05:15:20,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 05:15:20,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:15:20,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67b7deff-8a63-4ada-a585-203b2d3bd060 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 05:15:20,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-67b7deff-8a63-4ada-a585-203b2d3bd060 2018-08-27 05:15:20,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.200187921524s 2018-08-27 05:15:20,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-67b7deff-8a63-4ada-a585-203b2d3bd060 2018-08-27 05:15:20,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 05:15:20,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48"}}' 2018-08-27 05:15:21,119 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 05:15:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8d1400e-6440-40a8-8c13-cd087cb04d2c Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.26:5000/v3/projects/93cebba9af03436390091194d77e36b7"}, "tags": [], "enabled": true, "id": "93cebba9af03436390091194d77e36b7", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48"}} 2018-08-27 05:15:21,119 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-c8d1400e-6440-40a8-8c13-cd087cb04d2c 2018-08-27 05:15:21,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.227098941803s 2018-08-27 05:15:21,120 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-c8d1400e-6440-40a8-8c13-cd087cb04d2c 2018-08-27 05:15:21,120 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vyos_vrouter', u'tags': [], 'enabled': True, 'id': u'93cebba9af03436390091194d77e36b7', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48'}) 2018-08-27 05:15:21,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 05:15:21,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "72ad9c52-9e12-4e84-b6a8-382822d5474c", "email": null, "name": "vyos_vrouter-user_17adbab3-c10c-490d-9c08-30981434be48"}}' 2018-08-27 05:15:21,581 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 05:15:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24b5e422-bb41-42ac-ad21-d4539378fb62 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_17adbab3-c10c-490d-9c08-30981434be48", "links": {"self": "http://172.30.9.26:5000/v3/users/9cd3aca9929548439c8a7ed2af7e3979"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9cd3aca9929548439c8a7ed2af7e3979", "domain_id": "default", "password_expires_at": null}} 2018-08-27 05:15:21,581 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-24b5e422-bb41-42ac-ad21-d4539378fb62 2018-08-27 05:15:21,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.45506310463s 2018-08-27 05:15:21,582 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-24b5e422-bb41-42ac-ad21-d4539378fb62 2018-08-27 05:15:21,582 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9cd3aca9929548439c8a7ed2af7e3979', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_17adbab3-c10c-490d-9c08-30981434be48'}) 2018-08-27 05:15:21,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 05:15:21,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:15:21,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ce3f9f-5e3b-40a8-b775-a58a76474b0b Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 05:15:21,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-17ce3f9f-5e3b-40a8-b775-a58a76474b0b 2018-08-27 05:15:21,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.205533027649s 2018-08-27 05:15:21,792 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-17ce3f9f-5e3b-40a8-b775-a58a76474b0b 2018-08-27 05:15:21,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 05:15:21,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:15:21,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f526a598-d9ac-48b0-baac-a78f2de8538f Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 05:15:21,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f526a598-d9ac-48b0-baac-a78f2de8538f 2018-08-27 05:15:21,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200381994247s 2018-08-27 05:15:21,998 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f526a598-d9ac-48b0-baac-a78f2de8538f 2018-08-27 05:15:22,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 05:15:22,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:15:22,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-921b37ea-c315-4a40-9ad1-ea90ec35a355 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 05:15:22,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-921b37ea-c315-4a40-9ad1-ea90ec35a355 2018-08-27 05:15:22,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.207226991653s 2018-08-27 05:15:22,210 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-921b37ea-c315-4a40-9ad1-ea90ec35a355 2018-08-27 05:15:22,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 05:15:22,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:15:22,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1964a079-b162-401c-8070-c751df90014e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 05:15:22,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-1964a079-b162-401c-8070-c751df90014e 2018-08-27 05:15:22,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10927605629s 2018-08-27 05:15:22,325 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-1964a079-b162-401c-8070-c751df90014e 2018-08-27 05:15:22,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 05:15:22,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:15:22,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35dad0a4-9fab-40fb-855e-61a50d4a4545 Content-Encoding: gzip Content-Length: 1030 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_17adbab3-c10c-490d-9c08-30981434be48", "links": {"self": "http://172.30.9.26:5000/v3/users/9cd3aca9929548439c8a7ed2af7e3979"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9cd3aca9929548439c8a7ed2af7e3979", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 05:15:22,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-35dad0a4-9fab-40fb-855e-61a50d4a4545 2018-08-27 05:15:22,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.137809991837s 2018-08-27 05:15:22,464 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-35dad0a4-9fab-40fb-855e-61a50d4a4545 2018-08-27 05:15:22,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 05:15:22,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:15:22,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa5459d9-2c65-4555-88e1-9e2cba7d2bad Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.26:5000/v3/projects/93cebba9af03436390091194d77e36b7"}, "tags": [], "enabled": true, "id": "93cebba9af03436390091194d77e36b7", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:15:22,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-aa5459d9-2c65-4555-88e1-9e2cba7d2bad 2018-08-27 05:15:22,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.205482006073s 2018-08-27 05:15:22,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-aa5459d9-2c65-4555-88e1-9e2cba7d2bad 2018-08-27 05:15:22,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 05:15:22,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=9cd3aca9929548439c8a7ed2af7e3979&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=93cebba9af03436390091194d77e36b7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:15:22,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d013b69-4454-4e7a-b6a2-36f7eb755162 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=9cd3aca9929548439c8a7ed2af7e3979&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=93cebba9af03436390091194d77e36b7", "previous": null, "next": null}} 2018-08-27 05:15:22,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=9cd3aca9929548439c8a7ed2af7e3979&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=93cebba9af03436390091194d77e36b7 used request id req-8d013b69-4454-4e7a-b6a2-36f7eb755162 2018-08-27 05:15:22,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.205881118774s 2018-08-27 05:15:22,897 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=9cd3aca9929548439c8a7ed2af7e3979&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=93cebba9af03436390091194d77e36b7 used request id req-8d013b69-4454-4e7a-b6a2-36f7eb755162 2018-08-27 05:15:22,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 05:15:22,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/93cebba9af03436390091194d77e36b7/users/9cd3aca9929548439c8a7ed2af7e3979/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:15:23,093 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 05:15:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83c0a4fd-c53f-4c34-a82b-cb8068ebfc1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 05:15:23,093 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/93cebba9af03436390091194d77e36b7/users/9cd3aca9929548439c8a7ed2af7e3979/roles/565edadc366246ae845471a412ad99ed used request id req-83c0a4fd-c53f-4c34-a82b-cb8068ebfc1b 2018-08-27 05:15:23,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.192636013031s 2018-08-27 05:15:23,093 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/93cebba9af03436390091194d77e36b7/users/9cd3aca9929548439c8a7ed2af7e3979/roles/565edadc366246ae845471a412ad99ed used request id req-83c0a4fd-c53f-4c34-a82b-cb8068ebfc1b 2018-08-27 05:15:23,094 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'93cebba9af03436390091194d77e36b7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '72ad9c52-9e12-4e84-b6a8-382822d5474c', 'username': u'vyos_vrouter-user_17adbab3-c10c-490d-9c08-30981434be48', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 05:15:23,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 05:15:23,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 05:15:23,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 05:15:23,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 05:15:23,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 05:15:23,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 05:15:23,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 05:15:23,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 05:15:23,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 05:15:23,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 05:15:23,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 05:15:23,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 05:15:23,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 05:15:23,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 05:15:23,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 05:15:23,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 05:15:23,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 05:15:23,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 05:15:23,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 05:15:23,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 05:15:23,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 05:15:23,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 05:15:23,099 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_17adbab3-c10c-490d-9c08-30981434be48', 'password': '72ad9c52-9e12-4e84-b6a8-382822d5474c', 'project_name': 'vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '93cebba9af03436390091194d77e36b7', 'project_domain_name': 'Default'} 2018-08-27 05:15:23,133 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-08-27 05:15:23,133 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-27 05:15:23,178 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-08-27 05:15:23,186 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-27 05:15:23,186 - git.cmd - DEBUG - Popen(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'], cwd=/, universal_newlines=True, shell=None) 2018-08-27 05:15:23,465 - git.repo.base - DEBUG - Cmd(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'])'s unused stdout: 2018-08-27 05:15:23,538 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-08-27 05:15:23,538 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-27 05:15:23,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 05:15:23,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d1b3e99-17a5-40b7-acd7-10d40a2c33df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 05:15:23,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6d1b3e99-17a5-40b7-acd7-10d40a2c33df 2018-08-27 05:15:23,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 05:15:23,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T06:15:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93cebba9af03436390091194d77e36b7", "name": "vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/93cebba9af03436390091194d77e36b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/93cebba9af03436390091194d77e36b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/93cebba9af03436390091194d77e36b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_93cebba9af03436390091194d77e36b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_93cebba9af03436390091194d77e36b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/93cebba9af03436390091194d77e36b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/93cebba9af03436390091194d77e36b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/93cebba9af03436390091194d77e36b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93cebba9af03436390091194d77e36b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/93cebba9af03436390091194d77e36b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/93cebba9af03436390091194d77e36b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/93cebba9af03436390091194d77e36b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/93cebba9af03436390091194d77e36b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/93cebba9af03436390091194d77e36b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_17adbab3-c10c-490d-9c08-30981434be48", "id": "9cd3aca9929548439c8a7ed2af7e3979"}, "audit_ids": ["aVI-t4leRUWqO3LH10ZruA"], "issued_at": "2018-08-27T05:15:23.000000Z"}} 2018-08-27 05:15:23,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 05:15:23,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"network": {"name": "vyos_vrouter-net_17adbab3-c10c-490d-9c08-30981434be48", "admin_state_up": true}}' 2018-08-27 05:15:24,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3f6e54fa-f016-4586-b38c-d920abf7dbcb Date: Mon, 27 Aug 2018 05:15:24 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"93cebba9af03436390091194d77e36b7","created_at":"2018-08-27T05:15:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T05:15:24Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"93cebba9af03436390091194d77e36b7","id":"1831c84d-e482-4f0c-9ec4-cc75f7e21a08","name":"vyos_vrouter-net_17adbab3-c10c-490d-9c08-30981434be48"}} 2018-08-27 05:15:24,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-3f6e54fa-f016-4586-b38c-d920abf7dbcb 2018-08-27 05:15:24,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.649446964264s 2018-08-27 05:15:24,603 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-3f6e54fa-f016-4586-b38c-d920abf7dbcb 2018-08-27 05:15:24,603 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T05:15:24Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'1831c84d-e482-4f0c-9ec4-cc75f7e21a08', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_17adbab3-c10c-490d-9c08-30981434be48', u'admin_state_up': True, u'tenant_id': u'93cebba9af03436390091194d77e36b7', u'created_at': u'2018-08-27T05:15:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'93cebba9af03436390091194d77e36b7'}) 2018-08-27 05:15:24,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 05:15:24,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:15:24,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-9009e661-6924-40da-b82a-360bde5f86ea Date: Mon, 27 Aug 2018 05:15:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T05:15:24Z","tenant_id":"93cebba9af03436390091194d77e36b7","created_at":"2018-08-27T05:15:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"93cebba9af03436390091194d77e36b7","id":"1831c84d-e482-4f0c-9ec4-cc75f7e21a08","name":"vyos_vrouter-net_17adbab3-c10c-490d-9c08-30981434be48"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 05:15:24,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9009e661-6924-40da-b82a-360bde5f86ea 2018-08-27 05:15:24,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.372090101242s 2018-08-27 05:15:24,977 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9009e661-6924-40da-b82a-360bde5f86ea 2018-08-27 05:15:24,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 05:15:24,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"subnet": {"name": "vyos_vrouter-subnet_17adbab3-c10c-490d-9c08-30981434be48", "enable_dhcp": true, "network_id": "1831c84d-e482-4f0c-9ec4-cc75f7e21a08", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 05:15:26,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-86bf1f34-1f9c-4b2d-a850-86c8faac548a Date: Mon, 27 Aug 2018 05:15:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1831c84d-e482-4f0c-9ec4-cc75f7e21a08","tenant_id":"93cebba9af03436390091194d77e36b7","created_at":"2018-08-27T05:15:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T05:15:25Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"93cebba9af03436390091194d77e36b7","id":"e70adb60-93d5-49de-aeae-a81952e9d238","subnetpool_id":null,"name":"vyos_vrouter-subnet_17adbab3-c10c-490d-9c08-30981434be48"}} 2018-08-27 05:15:26,165 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-86bf1f34-1f9c-4b2d-a850-86c8faac548a 2018-08-27 05:15:26,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.18720602989s 2018-08-27 05:15:26,166 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-86bf1f34-1f9c-4b2d-a850-86c8faac548a 2018-08-27 05:15:26,166 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T05:15:25Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'e70adb60-93d5-49de-aeae-a81952e9d238', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_17adbab3-c10c-490d-9c08-30981434be48', u'enable_dhcp': True, u'network_id': u'1831c84d-e482-4f0c-9ec4-cc75f7e21a08', u'tenant_id': u'93cebba9af03436390091194d77e36b7', u'created_at': u'2018-08-27T05:15:25Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'93cebba9af03436390091194d77e36b7'}) 2018-08-27 05:15:26,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 05:15:26,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "vyos_vrouter-router_17adbab3-c10c-490d-9c08-30981434be48", "admin_state_up": true}}' 2018-08-27 05:15:27,796 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-957f3771-94d7-44e6-a0b9-0f6a499a966d Date: Mon, 27 Aug 2018 05:15:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:15:26Z", "admin_state_up": true, "updated_at": "2018-08-27T05:15:27Z", "revision_number": 2, "routes": [], "project_id": "93cebba9af03436390091194d77e36b7", "id": "a1faffc3-a006-43dc-afe7-49702efedc2c", "name": "vyos_vrouter-router_17adbab3-c10c-490d-9c08-30981434be48"}} 2018-08-27 05:15:27,796 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-957f3771-94d7-44e6-a0b9-0f6a499a966d 2018-08-27 05:15:27,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.62940406799s 2018-08-27 05:15:27,797 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-957f3771-94d7-44e6-a0b9-0f6a499a966d 2018-08-27 05:15:27,797 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'93cebba9af03436390091194d77e36b7', u'created_at': u'2018-08-27T05:15:26Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T05:15:27Z', u'revision_number': 2, u'routes': [], u'project_id': u'93cebba9af03436390091194d77e36b7', u'id': u'a1faffc3-a006-43dc-afe7-49702efedc2c', u'name': u'vyos_vrouter-router_17adbab3-c10c-490d-9c08-30981434be48'}) 2018-08-27 05:15:27,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 05:15:27,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/a1faffc3-a006-43dc-afe7-49702efedc2c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"subnet_id": "e70adb60-93d5-49de-aeae-a81952e9d238"}' 2018-08-27 05:15:30,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-25015b2e-1809-4d5a-970a-919f4d6e23a4 Date: Mon, 27 Aug 2018 05:15:30 GMT RESP BODY: {"network_id": "1831c84d-e482-4f0c-9ec4-cc75f7e21a08", "tenant_id": "93cebba9af03436390091194d77e36b7", "subnet_id": "e70adb60-93d5-49de-aeae-a81952e9d238", "subnet_ids": ["e70adb60-93d5-49de-aeae-a81952e9d238"], "port_id": "10fc4ff5-d238-4d98-aa80-70f0b88874c1", "id": "a1faffc3-a006-43dc-afe7-49702efedc2c"} 2018-08-27 05:15:30,177 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a1faffc3-a006-43dc-afe7-49702efedc2c/add_router_interface.json used request id req-25015b2e-1809-4d5a-970a-919f4d6e23a4 2018-08-27 05:15:30,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.3794491291s 2018-08-27 05:15:30,178 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a1faffc3-a006-43dc-afe7-49702efedc2c/add_router_interface.json used request id req-25015b2e-1809-4d5a-970a-919f4d6e23a4 returning object a1faffc3-a006-43dc-afe7-49702efedc2c 2018-08-27 05:15:30,178 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-27 05:15:53,404 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-27 05:15:53,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 05:15:53,411 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 05:15:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 05:15:53,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 05:15:53,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:15:53,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2b37f7ae-f02e-43e2-8792-594df8ba628e Date: Mon, 27 Aug 2018 05:15:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 05:15:53,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2b37f7ae-f02e-43e2-8792-594df8ba628e 2018-08-27 05:15:53,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302842140198s 2018-08-27 05:15:53,719 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2b37f7ae-f02e-43e2-8792-594df8ba628e 2018-08-27 05:15:53,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 05:15:53,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48"}' 2018-08-27 05:15:54,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ace16d78-e657-49fa-8513-64273d513599 Date: Mon, 27 Aug 2018 05:15:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:15:54Z", "file": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/file", "owner": "93cebba9af03436390091194d77e36b7", "id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "size": null, "self": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "checksum": null, "created_at": "2018-08-27T05:15:54Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 05:15:54,063 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-ace16d78-e657-49fa-8513-64273d513599 2018-08-27 05:15:54,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.33442401886s 2018-08-27 05:15:54,064 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-ace16d78-e657-49fa-8513-64273d513599 returning object 9c0066cc-02d8-4624-9a61-aa01dc61c323 2018-08-27 05:15:54,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 05:15:54,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '' 2018-08-27 05:16:54,527 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fd73f31c-a5e6-46f1-a6fa-fef23d8ecb09 Date: Mon, 27 Aug 2018 05:16:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:16:54,527 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/file used request id req-fd73f31c-a5e6-46f1-a6fa-fef23d8ecb09 2018-08-27 05:16:54,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 60.4624869823s 2018-08-27 05:16:54,528 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/file used request id req-fd73f31c-a5e6-46f1-a6fa-fef23d8ecb09 2018-08-27 05:16:54,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 05:16:54,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:16:54,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-ad1a43e1-7ce3-4a31-8b69-9cd31e30434e Date: Mon, 27 Aug 2018 05:16:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:16:54Z", "file": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/file", "owner": "93cebba9af03436390091194d77e36b7", "id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "size": 4373348352, "self": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T05:15:54Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 05:16:54,855 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ad1a43e1-7ce3-4a31-8b69-9cd31e30434e 2018-08-27 05:16:54,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.32336807251s 2018-08-27 05:16:54,856 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ad1a43e1-7ce3-4a31-8b69-9cd31e30434e 2018-08-27 05:16:54,857 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/file', 'owner': u'93cebba9af03436390091194d77e36b7', 'id': u'9c0066cc-02d8-4624-9a61-aa01dc61c323', 'size': 4373348352, u'self': u'/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'93cebba9af03436390091194d77e36b7', 'name': 'vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T05:16:54Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T05:16:54Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48', 'created': u'2018-08-27T05:15:54Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-27T05:15:54Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-27 05:16:54,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 05:16:54,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_17adbab3-c10c-490d-9c08-30981434be48", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-27 05:16:55,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:16:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9de07e14-d812-49a3-af98-b48b32826e9a x-compute-request-id: req-9de07e14-d812-49a3-af98-b48b32826e9a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_17adbab3-c10c-490d-9c08-30981434be48", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "5e83df57-5c91-4f7f-b6fb-68754c80843e"}} 2018-08-27 05:16:55,186 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9de07e14-d812-49a3-af98-b48b32826e9a 2018-08-27 05:16:55,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.327329874039s 2018-08-27 05:16:55,186 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9de07e14-d812-49a3-af98-b48b32826e9a 2018-08-27 05:16:55,187 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_17adbab3-c10c-490d-9c08-30981434be48', 'ephemeral': 0, 'ram': 4096, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 40, 'id': u'5e83df57-5c91-4f7f-b6fb-68754c80843e', 'swap': 0}) 2018-08-27 05:16:55,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 05:16:55,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" -d '{"extra_specs": {}}' 2018-08-27 05:16:55,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:16:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-28ea4433-6950-4922-95b2-2023f1e29e6c x-compute-request-id: req-28ea4433-6950-4922-95b2-2023f1e29e6c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 05:16:55,211 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e/os-extra_specs used request id req-28ea4433-6950-4922-95b2-2023f1e29e6c 2018-08-27 05:16:55,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0234670639038s 2018-08-27 05:16:55,212 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e/os-extra_specs used request id req-28ea4433-6950-4922-95b2-2023f1e29e6c 2018-08-27 05:16:55,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 05:16:55,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"keypair": {"name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48"}}' 2018-08-27 05:16:55,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:16:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2de8ae9-b6df-458f-9270-f6d37fbd1f58 x-compute-request-id: req-e2de8ae9-b6df-458f-9270-f6d37fbd1f58 Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNJWTtt5zLJ3VA9U3KS8ECUohlP7cJmiJ1VZw0PdyLeDHx/RLfeaKJk1vL2AI612ByBXMFjLda4UQiN7ijYCjlOuH7FISDS/3JEvs20bwJ1zudFw+2vsuHUra1yvh1KFpykrS0vU1X3LeeG1Y8XzFwvIz/GgNv5nXyhYHDQaoHq+BPx//h97E0FOmjS86+Vb/G0lHVKyJHfGKTYNGl5rYk3er1uTqzgHJ6EcnMFJRvRr87D7w7NHPi4xThEkePMUw+LEfvJHdUr5u60SXqD30LEd39Tvq6GAr5lx6LECZbwXQe7TU2/yzqu6NT8vlgczUEqma+fAFt5kLi3Baf8nVf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzSVk7becyyd1QPVNykvBAlKIZT+3CZoidVWcND3ci3gx8f0S\n33miiZNby9gCOtdgcgVzBYy3WuFEIje4o2Ao5Trh+xSEg0v9yRL7NtG8Cdc7nRcP\ntr7Lh1K2tcr4dShacpK0tL1NV9y3nhtWPF8xcLyM/xoDb+Z18oWBw0GqB6vgT8f/\n4fexNBTpo0vOvlW/xtJR1SsiR3xik2DRpea2JN3q9bk6s4ByehHJzBSUb0a/Ow+8\nOzRz4uMU4RJHjzFMPixH7yR3VK+butEl6g99CxHd/U76uhgK+ZceixAmW8F0Hu01\nNv8s6rujU/L5YHM1BKpmvnwBbeZC4twWn/J1XwIDAQABAoIBAQCcnjnpys5nwx4f\nk6fqE9+s2DnNotEpAYXhMpToxXnE+OSYrO9lscVHZzsj6yv4pEm7gzGHQSESvvx3\nazcJc/aE22l/ePCaFMASbO1hssnucWXPzrVufUeBbsKTE/yP5Vj4M8zGV+fedmGw\n0YoK2VoziZ/Tepa5LadKmmaxHUakR1QHuZXequD/Vwo4BQN24SR6ZxuODzLnVOkk\nBEXGr1s+vUGnFXib+l0Y8B3P1pesHuz+dKq9I8fYlz3RzwjJyKY7NdaVQ0GJ6ZJ0\nK0CHyxkO5/M8sXUZO4LAw00mwayPhcrhMTPICMmrxWex9ZH3OY8cS3siQHxCr8kb\nKPFupDuxAoGBAOyAwSCO5vPTJbgOVVNJPAyU0sEoXfuFCM97NJtx/phugsabJQ2w\nULinyembyNZAnbnBk0FBzppmBLnGOAyYc6Cz05B3wq6T3N3o7Jr0Qfr87G/WtOgL\nLPeS+8p6NMOJj1XhZWMCFW+gL7oyxPT+H2F92+dQvdr6DjfP8uyYJA0dAoGBAN4O\n320SPtdhM0GCYjAKWz7zRZmskogX8xDNdtpDo6roR8yvhH16SKiFWk/U1LRVnUdE\nFO0VduSMO6idZBjXujiyGf/ZZ7R8XmPSVZLLF4orh8Th/FooVIcAiCmOuBsh62p9\n79hhkS8mwY4USjWkUqCWVl1ifQZGGhvciDvZLQ+rAoGBAMOQ4KJ8qKv88RbW+2Wo\njHhW5EQHjle7NYLkfacAx6fi0k9K4YQFRWq8jLGZOaU5v3Noh80RjreMHuJD7/sy\nYYME0LCI57qW2K/DuUuVKa5TUWxV3jh3bVK3/2/6SAFdkeJRRRZvFay9iFnvO4Df\nVrG2co4/7Q7TcchjM5zDXiRdAoGAKzJ/ektbWDC7dNn1Wd0Z5QQUHRH6K2llSnZ9\n0XXpB91J4mKehn5cVhQi/narri0dfHidDYXobAtvq5x6lW6Z9l+HOUNErlKnVgnb\nxcOmX6WaMs23dp5z2xNaaaMu43BUyJGZL+HDCYYjjw0ZZpgBzuWQBXicU7UdbSAY\njHPyFSMCgYBt7YWDN4VHLrugQkrZly4/V67Uk54pwxQo0fcXLYdzy6xbI1q2vuY2\npgFtO0lNCY/jxNXw6BrwKR7sGV1tb49Fw0+lYe1C7REkXG/C6NtLmZ5s9iwrf2xf\n6j0NUmmKivbf4m0Lz11fSN1jcamLLXCE2Dx5Lu2UliaSAV+Sl4TSnQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "fingerprint": "eb:b7:a2:76:d4:ad:9b:17:d1:fa:e1:a3:2e:59:75:c6"}} 2018-08-27 05:16:55,740 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-e2de8ae9-b6df-458f-9270-f6d37fbd1f58 2018-08-27 05:16:55,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.527404069901s 2018-08-27 05:16:55,740 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-e2de8ae9-b6df-458f-9270-f6d37fbd1f58 2018-08-27 05:16:55,741 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNJWTtt5zLJ3VA9U3KS8ECUohlP7cJmiJ1VZw0PdyLeDHx/RLfeaKJk1vL2AI612ByBXMFjLda4UQiN7ijYCjlOuH7FISDS/3JEvs20bwJ1zudFw+2vsuHUra1yvh1KFpykrS0vU1X3LeeG1Y8XzFwvIz/GgNv5nXyhYHDQaoHq+BPx//h97E0FOmjS86+Vb/G0lHVKyJHfGKTYNGl5rYk3er1uTqzgHJ6EcnMFJRvRr87D7w7NHPi4xThEkePMUw+LEfvJHdUr5u60SXqD30LEd39Tvq6GAr5lx6LECZbwXQe7TU2/yzqu6NT8vlgczUEqma+fAFt5kLi3Baf8nVf Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzSVk7becyyd1QPVNykvBAlKIZT+3CZoidVWcND3ci3gx8f0S\n33miiZNby9gCOtdgcgVzBYy3WuFEIje4o2Ao5Trh+xSEg0v9yRL7NtG8Cdc7nRcP\ntr7Lh1K2tcr4dShacpK0tL1NV9y3nhtWPF8xcLyM/xoDb+Z18oWBw0GqB6vgT8f/\n4fexNBTpo0vOvlW/xtJR1SsiR3xik2DRpea2JN3q9bk6s4ByehHJzBSUb0a/Ow+8\nOzRz4uMU4RJHjzFMPixH7yR3VK+butEl6g99CxHd/U76uhgK+ZceixAmW8F0Hu01\nNv8s6rujU/L5YHM1BKpmvnwBbeZC4twWn/J1XwIDAQABAoIBAQCcnjnpys5nwx4f\nk6fqE9+s2DnNotEpAYXhMpToxXnE+OSYrO9lscVHZzsj6yv4pEm7gzGHQSESvvx3\nazcJc/aE22l/ePCaFMASbO1hssnucWXPzrVufUeBbsKTE/yP5Vj4M8zGV+fedmGw\n0YoK2VoziZ/Tepa5LadKmmaxHUakR1QHuZXequD/Vwo4BQN24SR6ZxuODzLnVOkk\nBEXGr1s+vUGnFXib+l0Y8B3P1pesHuz+dKq9I8fYlz3RzwjJyKY7NdaVQ0GJ6ZJ0\nK0CHyxkO5/M8sXUZO4LAw00mwayPhcrhMTPICMmrxWex9ZH3OY8cS3siQHxCr8kb\nKPFupDuxAoGBAOyAwSCO5vPTJbgOVVNJPAyU0sEoXfuFCM97NJtx/phugsabJQ2w\nULinyembyNZAnbnBk0FBzppmBLnGOAyYc6Cz05B3wq6T3N3o7Jr0Qfr87G/WtOgL\nLPeS+8p6NMOJj1XhZWMCFW+gL7oyxPT+H2F92+dQvdr6DjfP8uyYJA0dAoGBAN4O\n320SPtdhM0GCYjAKWz7zRZmskogX8xDNdtpDo6roR8yvhH16SKiFWk/U1LRVnUdE\nFO0VduSMO6idZBjXujiyGf/ZZ7R8XmPSVZLLF4orh8Th/FooVIcAiCmOuBsh62p9\n79hhkS8mwY4USjWkUqCWVl1ifQZGGhvciDvZLQ+rAoGBAMOQ4KJ8qKv88RbW+2Wo\njHhW5EQHjle7NYLkfacAx6fi0k9K4YQFRWq8jLGZOaU5v3Noh80RjreMHuJD7/sy\nYYME0LCI57qW2K/DuUuVKa5TUWxV3jh3bVK3/2/6SAFdkeJRRRZvFay9iFnvO4Df\nVrG2co4/7Q7TcchjM5zDXiRdAoGAKzJ/ektbWDC7dNn1Wd0Z5QQUHRH6K2llSnZ9\n0XXpB91J4mKehn5cVhQi/narri0dfHidDYXobAtvq5x6lW6Z9l+HOUNErlKnVgnb\nxcOmX6WaMs23dp5z2xNaaaMu43BUyJGZL+HDCYYjjw0ZZpgBzuWQBXicU7UdbSAY\njHPyFSMCgYBt7YWDN4VHLrugQkrZly4/V67Uk54pwxQo0fcXLYdzy6xbI1q2vuY2\npgFtO0lNCY/jxNXw6BrwKR7sGV1tb49Fw0+lYe1C7REkXG/C6NtLmZ5s9iwrf2xf\n6j0NUmmKivbf4m0Lz11fSN1jcamLLXCE2Dx5Lu2UliaSAV+Sl4TSnQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'9cd3aca9929548439c8a7ed2af7e3979', 'name': u'vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48', 'created_at': '2018-08-27T05:16:55.741290', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'93cebba9af03436390091194d77e36b7', 'name': 'vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'eb:b7:a2:76:d4:ad:9b:17:d1:fa:e1:a3:2e:59:75:c6', 'type': 'ssh', 'id': u'vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48'}) 2018-08-27 05:16:55,741 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAzSVk7becyyd1QPVNykvBAlKIZT+3CZoidVWcND3ci3gx8f0S 33miiZNby9gCOtdgcgVzBYy3WuFEIje4o2Ao5Trh+xSEg0v9yRL7NtG8Cdc7nRcP tr7Lh1K2tcr4dShacpK0tL1NV9y3nhtWPF8xcLyM/xoDb+Z18oWBw0GqB6vgT8f/ 4fexNBTpo0vOvlW/xtJR1SsiR3xik2DRpea2JN3q9bk6s4ByehHJzBSUb0a/Ow+8 OzRz4uMU4RJHjzFMPixH7yR3VK+butEl6g99CxHd/U76uhgK+ZceixAmW8F0Hu01 Nv8s6rujU/L5YHM1BKpmvnwBbeZC4twWn/J1XwIDAQABAoIBAQCcnjnpys5nwx4f k6fqE9+s2DnNotEpAYXhMpToxXnE+OSYrO9lscVHZzsj6yv4pEm7gzGHQSESvvx3 azcJc/aE22l/ePCaFMASbO1hssnucWXPzrVufUeBbsKTE/yP5Vj4M8zGV+fedmGw 0YoK2VoziZ/Tepa5LadKmmaxHUakR1QHuZXequD/Vwo4BQN24SR6ZxuODzLnVOkk BEXGr1s+vUGnFXib+l0Y8B3P1pesHuz+dKq9I8fYlz3RzwjJyKY7NdaVQ0GJ6ZJ0 K0CHyxkO5/M8sXUZO4LAw00mwayPhcrhMTPICMmrxWex9ZH3OY8cS3siQHxCr8kb KPFupDuxAoGBAOyAwSCO5vPTJbgOVVNJPAyU0sEoXfuFCM97NJtx/phugsabJQ2w ULinyembyNZAnbnBk0FBzppmBLnGOAyYc6Cz05B3wq6T3N3o7Jr0Qfr87G/WtOgL LPeS+8p6NMOJj1XhZWMCFW+gL7oyxPT+H2F92+dQvdr6DjfP8uyYJA0dAoGBAN4O 320SPtdhM0GCYjAKWz7zRZmskogX8xDNdtpDo6roR8yvhH16SKiFWk/U1LRVnUdE FO0VduSMO6idZBjXujiyGf/ZZ7R8XmPSVZLLF4orh8Th/FooVIcAiCmOuBsh62p9 79hhkS8mwY4USjWkUqCWVl1ifQZGGhvciDvZLQ+rAoGBAMOQ4KJ8qKv88RbW+2Wo jHhW5EQHjle7NYLkfacAx6fi0k9K4YQFRWq8jLGZOaU5v3Noh80RjreMHuJD7/sy YYME0LCI57qW2K/DuUuVKa5TUWxV3jh3bVK3/2/6SAFdkeJRRRZvFay9iFnvO4Df VrG2co4/7Q7TcchjM5zDXiRdAoGAKzJ/ektbWDC7dNn1Wd0Z5QQUHRH6K2llSnZ9 0XXpB91J4mKehn5cVhQi/narri0dfHidDYXobAtvq5x6lW6Z9l+HOUNErlKnVgnb xcOmX6WaMs23dp5z2xNaaaMu43BUyJGZL+HDCYYjjw0ZZpgBzuWQBXicU7UdbSAY jHPyFSMCgYBt7YWDN4VHLrugQkrZly4/V67Uk54pwxQo0fcXLYdzy6xbI1q2vuY2 pgFtO0lNCY/jxNXw6BrwKR7sGV1tb49Fw0+lYe1C7REkXG/C6NtLmZ5s9iwrf2xf 6j0NUmmKivbf4m0Lz11fSN1jcamLLXCE2Dx5Lu2UliaSAV+Sl4TSnQ== -----END RSA PRIVATE KEY----- 2018-08-27 05:16:55,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 05:16:55,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"security_group": {"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-27 05:16:56,180 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-aad8aa1c-9fb8-4bf0-a1a6-56d31d3d8f37 Date: Mon, 27 Aug 2018 05:16:56 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:56Z", "updated_at": "2018-08-27T05:16:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "14413e35-d50b-425f-bcb7-1bfe3fde3d9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "49fc90bb-07c5-4748-b113-399e8b1d4962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 1, "project_id": "93cebba9af03436390091194d77e36b7", "id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}} 2018-08-27 05:16:56,180 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-aad8aa1c-9fb8-4bf0-a1a6-56d31d3d8f37 2018-08-27 05:16:56,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.43591594696s 2018-08-27 05:16:56,181 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-aad8aa1c-9fb8-4bf0-a1a6-56d31d3d8f37 2018-08-27 05:16:56,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 05:16:56,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:16:56,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-50a57e0b-443e-4f54-8580-876d04ad1920 Date: Mon, 27 Aug 2018 05:16:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:15:24Z", "updated_at": "2018-08-27T05:15:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "35f0d1ab-3896-4547-a645-4f049ee66d9d", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "7ddc2ca8-24b2-4e70-95ab-ba51756584da", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "afd40868-707c-44c8-80e6-ced60caec293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "c5b67525-6312-44b7-a767-38a41fbf5a35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 1, "project_id": "93cebba9af03436390091194d77e36b7", "id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:56Z", "updated_at": "2018-08-27T05:16:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "14413e35-d50b-425f-bcb7-1bfe3fde3d9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "49fc90bb-07c5-4748-b113-399e8b1d4962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 1, "project_id": "93cebba9af03436390091194d77e36b7", "id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:16:56,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-50a57e0b-443e-4f54-8580-876d04ad1920 2018-08-27 05:16:56,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.101893901825s 2018-08-27 05:16:56,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-50a57e0b-443e-4f54-8580-876d04ad1920 2018-08-27 05:16:56,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 05:16:56,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8"}}' 2018-08-27 05:16:56,790 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-caab1b67-f9b0-41f4-a41b-f80b8128046b Date: Mon, 27 Aug 2018 05:16:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "port_range_min": 22, "revision_number": 0, "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:56Z", "project_id": "93cebba9af03436390091194d77e36b7", "id": "3d58c4f7-ea54-4818-b149-9a6d10e9c10e"}} 2018-08-27 05:16:56,790 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-caab1b67-f9b0-41f4-a41b-f80b8128046b 2018-08-27 05:16:56,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.49945306778s 2018-08-27 05:16:56,791 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-caab1b67-f9b0-41f4-a41b-f80b8128046b 2018-08-27 05:16:56,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 05:16:56,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:16:57,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-e8446ac0-9568-40ed-a0f2-09ed53497ece Date: Mon, 27 Aug 2018 05:16:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:15:24Z", "updated_at": "2018-08-27T05:15:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "35f0d1ab-3896-4547-a645-4f049ee66d9d", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "7ddc2ca8-24b2-4e70-95ab-ba51756584da", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "afd40868-707c-44c8-80e6-ced60caec293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "c5b67525-6312-44b7-a767-38a41fbf5a35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 1, "project_id": "93cebba9af03436390091194d77e36b7", "id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:56Z", "updated_at": "2018-08-27T05:16:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "14413e35-d50b-425f-bcb7-1bfe3fde3d9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "3d58c4f7-ea54-4818-b149-9a6d10e9c10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "49fc90bb-07c5-4748-b113-399e8b1d4962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 2, "project_id": "93cebba9af03436390091194d77e36b7", "id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:16:57,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-e8446ac0-9568-40ed-a0f2-09ed53497ece 2018-08-27 05:16:57,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.37678694725s 2018-08-27 05:16:57,171 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-e8446ac0-9568-40ed-a0f2-09ed53497ece 2018-08-27 05:16:57,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 05:16:57,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8"}}' 2018-08-27 05:16:57,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-40533fbf-03ca-4e35-bb10-058fe27c48de Date: Mon, 27 Aug 2018 05:16:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-27T05:16:57Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "port_range_min": null, "revision_number": 0, "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:57Z", "project_id": "93cebba9af03436390091194d77e36b7", "id": "23af56e6-2d6b-4d51-9e6d-d03a3009546a"}} 2018-08-27 05:16:57,569 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-40533fbf-03ca-4e35-bb10-058fe27c48de 2018-08-27 05:16:57,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.395020961761s 2018-08-27 05:16:57,570 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-40533fbf-03ca-4e35-bb10-058fe27c48de 2018-08-27 05:16:57,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 05:16:57,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:16:57,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-5b40a8d1-a3e4-4eab-af94-e9b5c4729ac8 Date: Mon, 27 Aug 2018 05:16:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:15:24Z", "updated_at": "2018-08-27T05:15:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "35f0d1ab-3896-4547-a645-4f049ee66d9d", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "7ddc2ca8-24b2-4e70-95ab-ba51756584da", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "afd40868-707c-44c8-80e6-ced60caec293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "c5b67525-6312-44b7-a767-38a41fbf5a35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 1, "project_id": "93cebba9af03436390091194d77e36b7", "id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:56Z", "updated_at": "2018-08-27T05:16:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "14413e35-d50b-425f-bcb7-1bfe3fde3d9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:57Z", "revision_number": 0, "id": "23af56e6-2d6b-4d51-9e6d-d03a3009546a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:57Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "3d58c4f7-ea54-4818-b149-9a6d10e9c10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "49fc90bb-07c5-4748-b113-399e8b1d4962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 3, "project_id": "93cebba9af03436390091194d77e36b7", "id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:16:57,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-5b40a8d1-a3e4-4eab-af94-e9b5c4729ac8 2018-08-27 05:16:57,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.33473610878s 2018-08-27 05:16:57,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-5b40a8d1-a3e4-4eab-af94-e9b5c4729ac8 2018-08-27 05:16:57,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 05:16:57,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8"}}' 2018-08-27 05:16:58,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4c13d3c9-65cc-4b95-92ac-01bb230b4192 Date: Mon, 27 Aug 2018 05:16:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-27T05:16:58Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "port_range_min": 80, "revision_number": 0, "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:58Z", "project_id": "93cebba9af03436390091194d77e36b7", "id": "cd20196c-3161-482c-9170-51a5c6c85c3d"}} 2018-08-27 05:16:58,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-4c13d3c9-65cc-4b95-92ac-01bb230b4192 2018-08-27 05:16:58,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.44681596756s 2018-08-27 05:16:58,359 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-4c13d3c9-65cc-4b95-92ac-01bb230b4192 2018-08-27 05:16:58,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 05:16:58,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:16:58,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-130c9094-18f4-4dd9-a65f-f98bfe923dd8 Date: Mon, 27 Aug 2018 05:16:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:15:24Z", "updated_at": "2018-08-27T05:15:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "35f0d1ab-3896-4547-a645-4f049ee66d9d", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "7ddc2ca8-24b2-4e70-95ab-ba51756584da", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "afd40868-707c-44c8-80e6-ced60caec293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "c5b67525-6312-44b7-a767-38a41fbf5a35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 1, "project_id": "93cebba9af03436390091194d77e36b7", "id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:56Z", "updated_at": "2018-08-27T05:16:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "14413e35-d50b-425f-bcb7-1bfe3fde3d9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:57Z", "revision_number": 0, "id": "23af56e6-2d6b-4d51-9e6d-d03a3009546a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:57Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "3d58c4f7-ea54-4818-b149-9a6d10e9c10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "49fc90bb-07c5-4748-b113-399e8b1d4962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T05:16:58Z", "revision_number": 0, "id": "cd20196c-3161-482c-9170-51a5c6c85c3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:58Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 80, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 4, "project_id": "93cebba9af03436390091194d77e36b7", "id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:16:58,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-130c9094-18f4-4dd9-a65f-f98bfe923dd8 2018-08-27 05:16:58,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0489118099213s 2018-08-27 05:16:58,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-130c9094-18f4-4dd9-a65f-f98bfe923dd8 2018-08-27 05:16:58,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 05:16:58,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8"}}' 2018-08-27 05:16:58,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-534fee25-f3f3-455c-a4ed-2c1e7a568414 Date: Mon, 27 Aug 2018 05:16:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-27T05:16:58Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "port_range_min": 443, "revision_number": 0, "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:58Z", "project_id": "93cebba9af03436390091194d77e36b7", "id": "b14ce4da-46c4-4111-b6c9-bd5c5c925267"}} 2018-08-27 05:16:58,964 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-534fee25-f3f3-455c-a4ed-2c1e7a568414 2018-08-27 05:16:58,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.549048900604s 2018-08-27 05:16:58,964 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-534fee25-f3f3-455c-a4ed-2c1e7a568414 2018-08-27 05:16:58,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 05:16:58,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:16:59,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-8b294997-5e02-45b1-9a52-5f4a354d9039 Date: Mon, 27 Aug 2018 05:16:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:15:24Z", "updated_at": "2018-08-27T05:15:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "35f0d1ab-3896-4547-a645-4f049ee66d9d", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "7ddc2ca8-24b2-4e70-95ab-ba51756584da", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "afd40868-707c-44c8-80e6-ced60caec293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "c5b67525-6312-44b7-a767-38a41fbf5a35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 1, "project_id": "93cebba9af03436390091194d77e36b7", "id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:56Z", "updated_at": "2018-08-27T05:16:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "14413e35-d50b-425f-bcb7-1bfe3fde3d9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:57Z", "revision_number": 0, "id": "23af56e6-2d6b-4d51-9e6d-d03a3009546a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:57Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "3d58c4f7-ea54-4818-b149-9a6d10e9c10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "49fc90bb-07c5-4748-b113-399e8b1d4962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T05:16:58Z", "revision_number": 0, "id": "b14ce4da-46c4-4111-b6c9-bd5c5c925267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:58Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 443, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T05:16:58Z", "revision_number": 0, "id": "cd20196c-3161-482c-9170-51a5c6c85c3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:58Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 80, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 5, "project_id": "93cebba9af03436390091194d77e36b7", "id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:16:59,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8b294997-5e02-45b1-9a52-5f4a354d9039 2018-08-27 05:16:59,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.50360918045s 2018-08-27 05:16:59,472 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8b294997-5e02-45b1-9a52-5f4a354d9039 2018-08-27 05:16:59,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 05:16:59,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8"}}' 2018-08-27 05:16:59,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-552a1e62-04bc-4fb1-be43-9491c01e37f4 Date: Mon, 27 Aug 2018 05:16:59 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-27T05:16:59Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "port_range_min": 5671, "revision_number": 0, "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:59Z", "project_id": "93cebba9af03436390091194d77e36b7", "id": "c126b919-e279-42ea-8f61-eddc040545b9"}} 2018-08-27 05:16:59,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-552a1e62-04bc-4fb1-be43-9491c01e37f4 2018-08-27 05:16:59,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.177529096603s 2018-08-27 05:16:59,653 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-552a1e62-04bc-4fb1-be43-9491c01e37f4 2018-08-27 05:16:59,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 05:16:59,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:00,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-1ce7d045-cef5-4ffc-95cb-86bfed100c5e Date: Mon, 27 Aug 2018 05:17:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:15:24Z", "updated_at": "2018-08-27T05:15:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "35f0d1ab-3896-4547-a645-4f049ee66d9d", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "7ddc2ca8-24b2-4e70-95ab-ba51756584da", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "afd40868-707c-44c8-80e6-ced60caec293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "c5b67525-6312-44b7-a767-38a41fbf5a35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 1, "project_id": "93cebba9af03436390091194d77e36b7", "id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:56Z", "updated_at": "2018-08-27T05:16:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "14413e35-d50b-425f-bcb7-1bfe3fde3d9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:57Z", "revision_number": 0, "id": "23af56e6-2d6b-4d51-9e6d-d03a3009546a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:57Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "3d58c4f7-ea54-4818-b149-9a6d10e9c10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "49fc90bb-07c5-4748-b113-399e8b1d4962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T05:16:58Z", "revision_number": 0, "id": "b14ce4da-46c4-4111-b6c9-bd5c5c925267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:58Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 443, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T05:16:59Z", "revision_number": 0, "id": "c126b919-e279-42ea-8f61-eddc040545b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:59Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T05:16:58Z", "revision_number": 0, "id": "cd20196c-3161-482c-9170-51a5c6c85c3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:58Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 80, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 6, "project_id": "93cebba9af03436390091194d77e36b7", "id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:17:00,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-1ce7d045-cef5-4ffc-95cb-86bfed100c5e 2018-08-27 05:17:00,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.466369867325s 2018-08-27 05:17:00,124 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-1ce7d045-cef5-4ffc-95cb-86bfed100c5e 2018-08-27 05:17:00,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 05:17:00,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8"}}' 2018-08-27 05:17:00,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-adea304a-945a-43bd-89d7-40302463e0f2 Date: Mon, 27 Aug 2018 05:17:00 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-27T05:17:00Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "port_range_min": 53333, "revision_number": 0, "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:17:00Z", "project_id": "93cebba9af03436390091194d77e36b7", "id": "03f80cc0-21d2-4ed2-bb96-a968db091700"}} 2018-08-27 05:17:00,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-adea304a-945a-43bd-89d7-40302463e0f2 2018-08-27 05:17:00,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.548804044724s 2018-08-27 05:17:00,677 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-adea304a-945a-43bd-89d7-40302463e0f2 2018-08-27 05:17:00,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 05:17:00,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:01,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-bd8fce3a-bef2-4380-93d6-c788d832bde0 Date: Mon, 27 Aug 2018 05:17:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e70adb60-93d5-49de-aeae-a81952e9d238"],"updated_at":"2018-08-27T05:15:25Z","tenant_id":"93cebba9af03436390091194d77e36b7","created_at":"2018-08-27T05:15:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"93cebba9af03436390091194d77e36b7","id":"1831c84d-e482-4f0c-9ec4-cc75f7e21a08","name":"vyos_vrouter-net_17adbab3-c10c-490d-9c08-30981434be48"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 05:17:01,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-bd8fce3a-bef2-4380-93d6-c788d832bde0 2018-08-27 05:17:01,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.372565031052s 2018-08-27 05:17:01,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-bd8fce3a-bef2-4380-93d6-c788d832bde0 2018-08-27 05:17:01,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 05:17:01,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:01,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-9d0462ba-f3e8-4e64-a20b-40201a8b72eb Date: Mon, 27 Aug 2018 05:17:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:16:54Z", "file": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/file", "owner": "93cebba9af03436390091194d77e36b7", "id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "size": 4373348352, "self": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T05:15:54Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 05:17:01,447 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9d0462ba-f3e8-4e64-a20b-40201a8b72eb 2018-08-27 05:17:01,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.391483068466s 2018-08-27 05:17:01,448 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9d0462ba-f3e8-4e64-a20b-40201a8b72eb 2018-08-27 05:17:01,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 05:17:01,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:01,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b459d0a-1531-4f80-ade7-82f1826cce80 x-compute-request-id: req-1b459d0a-1531-4f80-ade7-82f1826cce80 Content-Encoding: gzip Content-Length: 406 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_17adbab3-c10c-490d-9c08-30981434be48", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "5e83df57-5c91-4f7f-b6fb-68754c80843e"}, {"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}]} 2018-08-27 05:17:01,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-1b459d0a-1531-4f80-ade7-82f1826cce80 2018-08-27 05:17:01,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0313711166382s 2018-08-27 05:17:01,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-1b459d0a-1531-4f80-ade7-82f1826cce80 2018-08-27 05:17:01,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 05:17:01,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"server": {"name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "imageRef": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "flavorRef": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1831c84d-e482-4f0c-9ec4-cc75f7e21a08"}], "security_groups": [{"name": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8"}]}}' 2018-08-27 05:17:07,067 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 05:17:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f89d67ac-5519-4a3f-8207-123d16336511 x-compute-request-id: req-f89d67ac-5519-4a3f-8207-123d16336511 Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8"}], "OS-DCF:diskConfig": "MANUAL", "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "adminPass": "qenR3Mtbkf3H"}} 2018-08-27 05:17:07,067 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-f89d67ac-5519-4a3f-8207-123d16336511 2018-08-27 05:17:07,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.58369088173s 2018-08-27 05:17:07,068 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-f89d67ac-5519-4a3f-8207-123d16336511 2018-08-27 05:17:07,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:07,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:07,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2a17956-b582-4348-88eb-222468b32a4e x-compute-request-id: req-b2a17956-b582-4348-88eb-222468b32a4e Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:07,765 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b2a17956-b582-4348-88eb-222468b32a4e 2018-08-27 05:17:07,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696446895599s 2018-08-27 05:17:07,766 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b2a17956-b582-4348-88eb-222468b32a4e 2018-08-27 05:17:07,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 05:17:07,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:08,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-b0f00dcc-4029-421d-ab7b-7f908e3404e9 Date: Mon, 27 Aug 2018 05:17:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e70adb60-93d5-49de-aeae-a81952e9d238"],"updated_at":"2018-08-27T05:15:25Z","tenant_id":"93cebba9af03436390091194d77e36b7","created_at":"2018-08-27T05:15:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"93cebba9af03436390091194d77e36b7","id":"1831c84d-e482-4f0c-9ec4-cc75f7e21a08","name":"vyos_vrouter-net_17adbab3-c10c-490d-9c08-30981434be48"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 05:17:08,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b0f00dcc-4029-421d-ab7b-7f908e3404e9 2018-08-27 05:17:08,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.373087882996s 2018-08-27 05:17:08,145 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b0f00dcc-4029-421d-ab7b-7f908e3404e9 2018-08-27 05:17:08,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 05:17:08,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:08,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-b1ec6f3e-027e-4454-ae47-d17d1a59b667 Date: Mon, 27 Aug 2018 05:17:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1831c84d-e482-4f0c-9ec4-cc75f7e21a08","tenant_id":"93cebba9af03436390091194d77e36b7","created_at":"2018-08-27T05:15:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T05:15:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"93cebba9af03436390091194d77e36b7","id":"e70adb60-93d5-49de-aeae-a81952e9d238","subnetpool_id":null,"name":"vyos_vrouter-subnet_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:17:08,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b1ec6f3e-027e-4454-ae47-d17d1a59b667 2018-08-27 05:17:08,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.316028118134s 2018-08-27 05:17:08,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b1ec6f3e-027e-4454-ae47-d17d1a59b667 2018-08-27 05:17:08,463 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:10,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:10,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:11,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cf705c4-db41-477a-910f-666c6d3faff5 x-compute-request-id: req-0cf705c4-db41-477a-910f-666c6d3faff5 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:11,222 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0cf705c4-db41-477a-910f-666c6d3faff5 2018-08-27 05:17:11,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.756201982498s 2018-08-27 05:17:11,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0cf705c4-db41-477a-910f-666c6d3faff5 2018-08-27 05:17:11,227 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:13,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:13,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:14,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aeac6fae-3e6d-4893-a6f5-d53db7692c5a x-compute-request-id: req-aeac6fae-3e6d-4893-a6f5-d53db7692c5a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:14,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-aeac6fae-3e6d-4893-a6f5-d53db7692c5a 2018-08-27 05:17:14,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.831706047058s 2018-08-27 05:17:14,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-aeac6fae-3e6d-4893-a6f5-d53db7692c5a 2018-08-27 05:17:14,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:16,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:16,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:18,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3827b1c-90f4-43a4-b4a9-9ba77f00bd22 x-compute-request-id: req-f3827b1c-90f4-43a4-b4a9-9ba77f00bd22 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:18,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f3827b1c-90f4-43a4-b4a9-9ba77f00bd22 2018-08-27 05:17:18,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.22798991203s 2018-08-27 05:17:18,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f3827b1c-90f4-43a4-b4a9-9ba77f00bd22 2018-08-27 05:17:18,299 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:20,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:20,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:21,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d16c4a1-e861-4ff9-ab2a-324fdd7329f6 x-compute-request-id: req-6d16c4a1-e861-4ff9-ab2a-324fdd7329f6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:21,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6d16c4a1-e861-4ff9-ab2a-324fdd7329f6 2018-08-27 05:17:21,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23461318016s 2018-08-27 05:17:21,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6d16c4a1-e861-4ff9-ab2a-324fdd7329f6 2018-08-27 05:17:21,541 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:23,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:23,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:24,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afabac60-a0df-4a71-b893-19e0d39e56ba x-compute-request-id: req-afabac60-a0df-4a71-b893-19e0d39e56ba Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:24,554 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-afabac60-a0df-4a71-b893-19e0d39e56ba 2018-08-27 05:17:24,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0109910965s 2018-08-27 05:17:24,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-afabac60-a0df-4a71-b893-19e0d39e56ba 2018-08-27 05:17:24,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:26,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:26,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:27,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b3d3470-73ca-4139-9801-fa4642a2b99c x-compute-request-id: req-2b3d3470-73ca-4139-9801-fa4642a2b99c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:27,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2b3d3470-73ca-4139-9801-fa4642a2b99c 2018-08-27 05:17:27,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.479584932327s 2018-08-27 05:17:27,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2b3d3470-73ca-4139-9801-fa4642a2b99c 2018-08-27 05:17:27,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:29,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:29,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:29,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73759a00-5954-421f-b4dd-a104891cd47c x-compute-request-id: req-73759a00-5954-421f-b4dd-a104891cd47c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:29,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-73759a00-5954-421f-b4dd-a104891cd47c 2018-08-27 05:17:29,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.8609790802s 2018-08-27 05:17:29,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-73759a00-5954-421f-b4dd-a104891cd47c 2018-08-27 05:17:29,913 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:31,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:31,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:32,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-774602ec-a120-4306-8af6-de81db486827 x-compute-request-id: req-774602ec-a120-4306-8af6-de81db486827 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:32,575 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-774602ec-a120-4306-8af6-de81db486827 2018-08-27 05:17:32,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659493923187s 2018-08-27 05:17:32,575 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-774602ec-a120-4306-8af6-de81db486827 2018-08-27 05:17:32,580 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:34,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:34,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:36,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef3b497f-1b8a-46d4-b78f-eb834790228b x-compute-request-id: req-ef3b497f-1b8a-46d4-b78f-eb834790228b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:36,064 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ef3b497f-1b8a-46d4-b78f-eb834790228b 2018-08-27 05:17:36,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.48203396797s 2018-08-27 05:17:36,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ef3b497f-1b8a-46d4-b78f-eb834790228b 2018-08-27 05:17:36,068 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:38,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:38,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:39,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d4e8f72-28bf-4ddf-9e54-5f86b0227be0 x-compute-request-id: req-9d4e8f72-28bf-4ddf-9e54-5f86b0227be0 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:39,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9d4e8f72-28bf-4ddf-9e54-5f86b0227be0 2018-08-27 05:17:39,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0419421196s 2018-08-27 05:17:39,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9d4e8f72-28bf-4ddf-9e54-5f86b0227be0 2018-08-27 05:17:39,117 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:41,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:41,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:41,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0f8a544-632e-418d-8594-e4233992b5e0 x-compute-request-id: req-e0f8a544-632e-418d-8594-e4233992b5e0 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:41,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e0f8a544-632e-418d-8594-e4233992b5e0 2018-08-27 05:17:41,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659030914307s 2018-08-27 05:17:41,779 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e0f8a544-632e-418d-8594-e4233992b5e0 2018-08-27 05:17:41,783 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:43,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:43,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:44,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecc143d7-a47b-4655-93dc-6c52db36d06c x-compute-request-id: req-ecc143d7-a47b-4655-93dc-6c52db36d06c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:44,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ecc143d7-a47b-4655-93dc-6c52db36d06c 2018-08-27 05:17:44,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.929990053177s 2018-08-27 05:17:44,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ecc143d7-a47b-4655-93dc-6c52db36d06c 2018-08-27 05:17:44,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:46,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:46,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:47,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e74abbd0-6424-4082-ab1b-5f576b62a32c x-compute-request-id: req-e74abbd0-6424-4082-ab1b-5f576b62a32c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:47,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e74abbd0-6424-4082-ab1b-5f576b62a32c 2018-08-27 05:17:47,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.642252922058s 2018-08-27 05:17:47,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e74abbd0-6424-4082-ab1b-5f576b62a32c 2018-08-27 05:17:47,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:49,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:49,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:50,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c2f25e5-60d5-44a9-88b5-6bfc60dc54ac x-compute-request-id: req-7c2f25e5-60d5-44a9-88b5-6bfc60dc54ac Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:50,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7c2f25e5-60d5-44a9-88b5-6bfc60dc54ac 2018-08-27 05:17:50,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07656097412s 2018-08-27 05:17:50,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7c2f25e5-60d5-44a9-88b5-6bfc60dc54ac 2018-08-27 05:17:50,453 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:52,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:52,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:53,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7874316-f945-46ea-ab5b-d5d25dd0caeb x-compute-request-id: req-a7874316-f945-46ea-ab5b-d5d25dd0caeb Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:53,176 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a7874316-f945-46ea-ab5b-d5d25dd0caeb 2018-08-27 05:17:53,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719793081284s 2018-08-27 05:17:53,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a7874316-f945-46ea-ab5b-d5d25dd0caeb 2018-08-27 05:17:53,180 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:55,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:55,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:17:56,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-995de4ff-bbf3-46f2-a2f3-518cef117422 x-compute-request-id: req-995de4ff-bbf3-46f2-a2f3-518cef117422 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:17:56,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-995de4ff-bbf3-46f2-a2f3-518cef117422 2018-08-27 05:17:56,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.29759097099s 2018-08-27 05:17:56,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-995de4ff-bbf3-46f2-a2f3-518cef117422 2018-08-27 05:17:56,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:17:58,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:17:58,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:00,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:17:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a491d06-6780-4e13-bb0f-1c65b5cbb276 x-compute-request-id: req-9a491d06-6780-4e13-bb0f-1c65b5cbb276 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:00,250 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9a491d06-6780-4e13-bb0f-1c65b5cbb276 2018-08-27 05:18:00,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.76288104057s 2018-08-27 05:18:00,251 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9a491d06-6780-4e13-bb0f-1c65b5cbb276 2018-08-27 05:18:00,255 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:02,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:02,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:03,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0268aa0-78a7-4a26-9f73-0e152d470d76 x-compute-request-id: req-d0268aa0-78a7-4a26-9f73-0e152d470d76 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:03,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d0268aa0-78a7-4a26-9f73-0e152d470d76 2018-08-27 05:18:03,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.931884050369s 2018-08-27 05:18:03,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d0268aa0-78a7-4a26-9f73-0e152d470d76 2018-08-27 05:18:03,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:05,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:05,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:05,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44a3b432-f3b0-44d2-9bf1-76c5e84a5c0e x-compute-request-id: req-44a3b432-f3b0-44d2-9bf1-76c5e84a5c0e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:05,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-44a3b432-f3b0-44d2-9bf1-76c5e84a5c0e 2018-08-27 05:18:05,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731835126877s 2018-08-27 05:18:05,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-44a3b432-f3b0-44d2-9bf1-76c5e84a5c0e 2018-08-27 05:18:05,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:07,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:07,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:08,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eacab729-edbd-4f26-b8bd-11ad03ec75dd x-compute-request-id: req-eacab729-edbd-4f26-b8bd-11ad03ec75dd Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:08,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eacab729-edbd-4f26-b8bd-11ad03ec75dd 2018-08-27 05:18:08,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.747984886169s 2018-08-27 05:18:08,684 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-eacab729-edbd-4f26-b8bd-11ad03ec75dd 2018-08-27 05:18:08,688 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:10,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:10,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:11,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06bda55f-005d-47e7-8c36-c4463be0c3a2 x-compute-request-id: req-06bda55f-005d-47e7-8c36-c4463be0c3a2 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:11,386 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-06bda55f-005d-47e7-8c36-c4463be0c3a2 2018-08-27 05:18:11,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695194959641s 2018-08-27 05:18:11,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-06bda55f-005d-47e7-8c36-c4463be0c3a2 2018-08-27 05:18:11,391 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:13,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:13,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:14,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07ad3198-81a2-475b-a4f8-f3d5eb37c93a x-compute-request-id: req-07ad3198-81a2-475b-a4f8-f3d5eb37c93a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:14,052 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-07ad3198-81a2-475b-a4f8-f3d5eb37c93a 2018-08-27 05:18:14,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658814907074s 2018-08-27 05:18:14,053 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-07ad3198-81a2-475b-a4f8-f3d5eb37c93a 2018-08-27 05:18:14,056 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:16,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:16,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:16,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aeda4af2-abe9-4983-aa76-1b3f39fe4e4a x-compute-request-id: req-aeda4af2-abe9-4983-aa76-1b3f39fe4e4a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:16,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-aeda4af2-abe9-4983-aa76-1b3f39fe4e4a 2018-08-27 05:18:16,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.723611831665s 2018-08-27 05:18:16,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-aeda4af2-abe9-4983-aa76-1b3f39fe4e4a 2018-08-27 05:18:16,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:18,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:18,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:19,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1464913-8cfb-4614-aea7-6b58f4c187ec x-compute-request-id: req-d1464913-8cfb-4614-aea7-6b58f4c187ec Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:19,666 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d1464913-8cfb-4614-aea7-6b58f4c187ec 2018-08-27 05:18:19,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.874937772751s 2018-08-27 05:18:19,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d1464913-8cfb-4614-aea7-6b58f4c187ec 2018-08-27 05:18:19,670 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:21,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:21,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:22,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2515122-b2de-4ddb-8140-5ccc17327c4f x-compute-request-id: req-c2515122-b2de-4ddb-8140-5ccc17327c4f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:22,418 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c2515122-b2de-4ddb-8140-5ccc17327c4f 2018-08-27 05:18:22,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.74632191658s 2018-08-27 05:18:22,418 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c2515122-b2de-4ddb-8140-5ccc17327c4f 2018-08-27 05:18:22,422 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:24,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:24,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:25,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a36d6ca5-b53d-4597-8608-d2c9735257b9 x-compute-request-id: req-a36d6ca5-b53d-4597-8608-d2c9735257b9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:25,247 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a36d6ca5-b53d-4597-8608-d2c9735257b9 2018-08-27 05:18:25,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.822093009949s 2018-08-27 05:18:25,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a36d6ca5-b53d-4597-8608-d2c9735257b9 2018-08-27 05:18:25,251 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:27,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:27,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:28,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-040108e5-0ac9-4212-a85e-57016beba2e9 x-compute-request-id: req-040108e5-0ac9-4212-a85e-57016beba2e9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:28,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-040108e5-0ac9-4212-a85e-57016beba2e9 2018-08-27 05:18:28,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05287599564s 2018-08-27 05:18:28,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-040108e5-0ac9-4212-a85e-57016beba2e9 2018-08-27 05:18:28,311 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:30,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:30,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:31,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbe22ad0-a16e-4bfe-b10b-7ee1fad6c415 x-compute-request-id: req-fbe22ad0-a16e-4bfe-b10b-7ee1fad6c415 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:31,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fbe22ad0-a16e-4bfe-b10b-7ee1fad6c415 2018-08-27 05:18:31,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00350499153s 2018-08-27 05:18:31,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fbe22ad0-a16e-4bfe-b10b-7ee1fad6c415 2018-08-27 05:18:31,321 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:33,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:33,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:33,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9bb38aca-a90e-4766-bd27-45ca0abde365 x-compute-request-id: req-9bb38aca-a90e-4766-bd27-45ca0abde365 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:33,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9bb38aca-a90e-4766-bd27-45ca0abde365 2018-08-27 05:18:33,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611065149307s 2018-08-27 05:18:33,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9bb38aca-a90e-4766-bd27-45ca0abde365 2018-08-27 05:18:33,939 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:35,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:35,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:36,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9dd41156-44dd-4916-b0ca-57c8b22a5aea x-compute-request-id: req-9dd41156-44dd-4916-b0ca-57c8b22a5aea Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:36,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9dd41156-44dd-4916-b0ca-57c8b22a5aea 2018-08-27 05:18:36,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.925266981125s 2018-08-27 05:18:36,867 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9dd41156-44dd-4916-b0ca-57c8b22a5aea 2018-08-27 05:18:36,871 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:38,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:38,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:39,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c9a0a02-1504-4f01-886d-513961a02392 x-compute-request-id: req-4c9a0a02-1504-4f01-886d-513961a02392 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:39,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4c9a0a02-1504-4f01-886d-513961a02392 2018-08-27 05:18:39,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741504907608s 2018-08-27 05:18:39,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4c9a0a02-1504-4f01-886d-513961a02392 2018-08-27 05:18:39,619 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:41,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:41,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:42,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e0f6113-e379-44bf-81a2-ed4e735d8ff4 x-compute-request-id: req-2e0f6113-e379-44bf-81a2-ed4e735d8ff4 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:42,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2e0f6113-e379-44bf-81a2-ed4e735d8ff4 2018-08-27 05:18:42,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463040828705s 2018-08-27 05:18:42,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2e0f6113-e379-44bf-81a2-ed4e735d8ff4 2018-08-27 05:18:42,089 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:44,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:44,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:44,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c1e6e68-e826-454d-936f-4bba698321de x-compute-request-id: req-9c1e6e68-e826-454d-936f-4bba698321de Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:44,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9c1e6e68-e826-454d-936f-4bba698321de 2018-08-27 05:18:44,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.732615947723s 2018-08-27 05:18:44,825 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9c1e6e68-e826-454d-936f-4bba698321de 2018-08-27 05:18:44,828 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:46,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:46,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:47,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9dc764e9-5be1-43f2-bf75-da98fdb74b75 x-compute-request-id: req-9dc764e9-5be1-43f2-bf75-da98fdb74b75 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:47,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9dc764e9-5be1-43f2-bf75-da98fdb74b75 2018-08-27 05:18:47,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.738565921783s 2018-08-27 05:18:47,570 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9dc764e9-5be1-43f2-bf75-da98fdb74b75 2018-08-27 05:18:47,573 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:49,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:49,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:50,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a96d7f3-5201-483e-ab8c-7dcbf291c312 x-compute-request-id: req-5a96d7f3-5201-483e-ab8c-7dcbf291c312 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:50,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5a96d7f3-5201-483e-ab8c-7dcbf291c312 2018-08-27 05:18:50,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523547172546s 2018-08-27 05:18:50,100 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5a96d7f3-5201-483e-ab8c-7dcbf291c312 2018-08-27 05:18:50,104 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:52,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:52,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:52,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a01a95c2-3558-4781-bc81-e30b816dcb3a x-compute-request-id: req-a01a95c2-3558-4781-bc81-e30b816dcb3a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:52,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a01a95c2-3558-4781-bc81-e30b816dcb3a 2018-08-27 05:18:52,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.805550813675s 2018-08-27 05:18:52,913 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a01a95c2-3558-4781-bc81-e30b816dcb3a 2018-08-27 05:18:52,917 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:54,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:54,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:55,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f4b1312-a615-4688-aef5-c32bdd4e9831 x-compute-request-id: req-3f4b1312-a615-4688-aef5-c32bdd4e9831 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:55,825 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3f4b1312-a615-4688-aef5-c32bdd4e9831 2018-08-27 05:18:55,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.906127929688s 2018-08-27 05:18:55,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3f4b1312-a615-4688-aef5-c32bdd4e9831 2018-08-27 05:18:55,830 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:18:57,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:18:57,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:18:58,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:18:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31e9069f-c26e-4016-866c-8f6612fb2a23 x-compute-request-id: req-31e9069f-c26e-4016-866c-8f6612fb2a23 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:18:58,566 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-31e9069f-c26e-4016-866c-8f6612fb2a23 2018-08-27 05:18:58,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.73299908638s 2018-08-27 05:18:58,566 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-31e9069f-c26e-4016-866c-8f6612fb2a23 2018-08-27 05:18:58,570 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:19:00,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:19:00,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:01,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:19:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bfe60b4-cd6f-4ec7-907e-1c17f53f0312 x-compute-request-id: req-7bfe60b4-cd6f-4ec7-907e-1c17f53f0312 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:19:01,720 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7bfe60b4-cd6f-4ec7-907e-1c17f53f0312 2018-08-27 05:19:01,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14788413048s 2018-08-27 05:19:01,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7bfe60b4-cd6f-4ec7-907e-1c17f53f0312 2018-08-27 05:19:01,724 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:19:03,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:19:03,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:04,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3cb880f-f03b-447b-a3c9-1745ac1927f9 x-compute-request-id: req-d3cb880f-f03b-447b-a3c9-1745ac1927f9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:19:04,632 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d3cb880f-f03b-447b-a3c9-1745ac1927f9 2018-08-27 05:19:04,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.904572963715s 2018-08-27 05:19:04,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d3cb880f-f03b-447b-a3c9-1745ac1927f9 2018-08-27 05:19:04,636 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:19:06,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:19:06,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:07,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:19:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4d0079e-fb46-4e80-8293-0027f002e0c6 x-compute-request-id: req-d4d0079e-fb46-4e80-8293-0027f002e0c6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:19:07,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d4d0079e-fb46-4e80-8293-0027f002e0c6 2018-08-27 05:19:07,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470772981644s 2018-08-27 05:19:07,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d4d0079e-fb46-4e80-8293-0027f002e0c6 2018-08-27 05:19:07,113 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:19:09,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:19:09,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:10,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:19:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1543644a-16cd-48fe-a3b9-f794fc2f1995 x-compute-request-id: req-1543644a-16cd-48fe-a3b9-f794fc2f1995 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:19:10,566 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1543644a-16cd-48fe-a3b9-f794fc2f1995 2018-08-27 05:19:10,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.45067286491s 2018-08-27 05:19:10,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1543644a-16cd-48fe-a3b9-f794fc2f1995 2018-08-27 05:19:10,571 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:19:12,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:19:12,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:13,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:19:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e00f60e3-fe71-4de5-a9e9-0f623eba5fd2 x-compute-request-id: req-e00f60e3-fe71-4de5-a9e9-0f623eba5fd2 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:19:13,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e00f60e3-fe71-4de5-a9e9-0f623eba5fd2 2018-08-27 05:19:13,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553044080734s 2018-08-27 05:19:13,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e00f60e3-fe71-4de5-a9e9-0f623eba5fd2 2018-08-27 05:19:13,131 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:19:15,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:19:15,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:15,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:19:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ef53023-ce5d-49fb-a324-550f41c91009 x-compute-request-id: req-6ef53023-ce5d-49fb-a324-550f41c91009 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-27T05:17:12Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:19:15,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6ef53023-ce5d-49fb-a324-550f41c91009 2018-08-27 05:19:15,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.481701850891s 2018-08-27 05:19:15,614 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6ef53023-ce5d-49fb-a324-550f41c91009 2018-08-27 05:19:15,617 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:19:17,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:19:17,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:18,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:19:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b355a628-9d80-4b82-aab2-59103ba452ec x-compute-request-id: req-b355a628-9d80-4b82-aab2-59103ba452ec Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_17adbab3-c10c-490d-9c08-30981434be48": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:2e:71", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T05:19:16.000000", "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T05:19:16Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:19:18,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b355a628-9d80-4b82-aab2-59103ba452ec 2018-08-27 05:19:18,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701112985611s 2018-08-27 05:19:18,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b355a628-9d80-4b82-aab2-59103ba452ec 2018-08-27 05:19:18,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 05:19:18,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:18,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e795036e-4b16-4164-b7a6-8d7c015da3ae Date: Mon, 27 Aug 2018 05:19:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1831c84d-e482-4f0c-9ec4-cc75f7e21a08","tenant_id":"93cebba9af03436390091194d77e36b7","created_at":"2018-08-27T05:17:12Z","admin_state_up":true,"updated_at":"2018-08-27T05:19:16Z","binding:vnic_type":"normal","device_id":"07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:de:2e:71","id":"cb1974cb-102e-491a-a26b-9940bf39082b","port_security_enabled":true,"project_id":"93cebba9af03436390091194d77e36b7","fixed_ips":[{"subnet_id":"e70adb60-93d5-49de-aeae-a81952e9d238","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["9c961cc6-4dac-4fd4-8164-bb308f58f7d8"],"name":""}]} 2018-08-27 05:19:18,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2 used request id req-e795036e-4b16-4164-b7a6-8d7c015da3ae 2018-08-27 05:19:18,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0604300498962s 2018-08-27 05:19:18,387 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2 used request id req-e795036e-4b16-4164-b7a6-8d7c015da3ae 2018-08-27 05:19:18,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 05:19:18,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=cb1974cb-102e-491a-a26b-9940bf39082b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:18,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9d10eb61-8cf8-47e8-a542-c5ed0e9585ed Date: Mon, 27 Aug 2018 05:19:18 GMT RESP BODY: {"floatingips": []} 2018-08-27 05:19:18,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=cb1974cb-102e-491a-a26b-9940bf39082b used request id req-9d10eb61-8cf8-47e8-a542-c5ed0e9585ed 2018-08-27 05:19:18,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0556020736694s 2018-08-27 05:19:18,448 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=cb1974cb-102e-491a-a26b-9940bf39082b used request id req-9d10eb61-8cf8-47e8-a542-c5ed0e9585ed 2018-08-27 05:19:18,449 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_17adbab3-c10c-490d-9c08-30981434be48': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:de:2e:71', u'version': 4, u'addr': u'192.168.120.18', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9c0066cc-02d8-4624-9a61-aa01dc61c323'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T05:19:16.000000', 'flavor': Munch({u'id': u'5e83df57-5c91-4f7f-b6fb-68754c80843e'}), 'az': u'nova', 'id': u'07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9cd3aca9929548439c8a7ed2af7e3979', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'93cebba9af03436390091194d77e36b7', 'name': 'vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-27T05:19:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T05:19:16Z', 'hostId': u'0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48', 'public_v6': '', 'private_v4': u'192.168.120.18', 'cloud': 'envvars', 'host_id': u'0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-27T05:19:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'93cebba9af03436390091194d77e36b7', 'name': u'vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48', 'adminPass': u'qenR3Mtbkf3H', 'tenant_id': u'93cebba9af03436390091194d77e36b7', 'created_at': u'2018-08-27T05:17:07Z', 'created': u'2018-08-27T05:17:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 05:19:18,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 05:19:18,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:18,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-492872ed-e104-44b8-8189-6efa334e9590 Date: Mon, 27 Aug 2018 05:19:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e70adb60-93d5-49de-aeae-a81952e9d238"],"updated_at":"2018-08-27T05:15:25Z","tenant_id":"93cebba9af03436390091194d77e36b7","created_at":"2018-08-27T05:15:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"93cebba9af03436390091194d77e36b7","id":"1831c84d-e482-4f0c-9ec4-cc75f7e21a08","name":"vyos_vrouter-net_17adbab3-c10c-490d-9c08-30981434be48"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 05:19:18,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-492872ed-e104-44b8-8189-6efa334e9590 2018-08-27 05:19:18,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105657815933s 2018-08-27 05:19:18,558 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-492872ed-e104-44b8-8189-6efa334e9590 2018-08-27 05:19:18,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 05:19:18,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:18,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f7bcf8a9-b18d-43ab-8096-0331e7c50d4c Date: Mon, 27 Aug 2018 05:19:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1831c84d-e482-4f0c-9ec4-cc75f7e21a08","tenant_id":"93cebba9af03436390091194d77e36b7","created_at":"2018-08-27T05:17:12Z","admin_state_up":true,"updated_at":"2018-08-27T05:19:16Z","binding:vnic_type":"normal","device_id":"07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:de:2e:71","id":"cb1974cb-102e-491a-a26b-9940bf39082b","port_security_enabled":true,"project_id":"93cebba9af03436390091194d77e36b7","fixed_ips":[{"subnet_id":"e70adb60-93d5-49de-aeae-a81952e9d238","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["9c961cc6-4dac-4fd4-8164-bb308f58f7d8"],"name":""}]} 2018-08-27 05:19:18,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2 used request id req-f7bcf8a9-b18d-43ab-8096-0331e7c50d4c 2018-08-27 05:19:18,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0471060276031s 2018-08-27 05:19:18,607 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2 used request id req-f7bcf8a9-b18d-43ab-8096-0331e7c50d4c 2018-08-27 05:19:18,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 05:19:18,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"floatingip": {"floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.18", "port_id": "cb1974cb-102e-491a-a26b-9940bf39082b"}}' 2018-08-27 05:19:20,468 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-6a6b42cc-724c-4123-b927-b88d01479033 Date: Mon, 27 Aug 2018 05:19:20 GMT RESP BODY: {"floatingip": {"router_id": "a1faffc3-a006-43dc-afe7-49702efedc2c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T05:19:19Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "cb1974cb-102e-491a-a26b-9940bf39082b", "id": "9e494df2-b97d-4f09-a096-221ab2a0d08e", "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:19:19Z", "project_id": "93cebba9af03436390091194d77e36b7"}} 2018-08-27 05:19:20,468 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-6a6b42cc-724c-4123-b927-b88d01479033 2018-08-27 05:19:20,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.86012601852s 2018-08-27 05:19:20,468 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-6a6b42cc-724c-4123-b927-b88d01479033 2018-08-27 05:19:20,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 05:19:20,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:19:20,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-584521f8-e8b0-4232-961b-bdbb0bed6c4a Date: Mon, 27 Aug 2018 05:19:20 GMT RESP BODY: {"floatingips": [{"router_id": "a1faffc3-a006-43dc-afe7-49702efedc2c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-27T05:19:19Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "cb1974cb-102e-491a-a26b-9940bf39082b", "id": "9e494df2-b97d-4f09-a096-221ab2a0d08e", "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:19:19Z", "project_id": "93cebba9af03436390091194d77e36b7"}]} 2018-08-27 05:19:20,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-584521f8-e8b0-4232-961b-bdbb0bed6c4a 2018-08-27 05:19:20,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0658090114594s 2018-08-27 05:19:20,543 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-584521f8-e8b0-4232-961b-bdbb0bed6c4a 2018-08-27 05:19:20,548 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'a1faffc3-a006-43dc-afe7-49702efedc2c', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'93cebba9af03436390091194d77e36b7', 'created_at': u'2018-08-27T05:19:19Z', 'attached': True, 'updated_at': u'2018-08-27T05:19:19Z', 'id': u'9e494df2-b97d-4f09-a096-221ab2a0d08e', 'floating_network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', 'fixed_ip_address': u'192.168.120.18', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'93cebba9af03436390091194d77e36b7', 'name': 'vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a1faffc3-a006-43dc-afe7-49702efedc2c', 'project_id': u'93cebba9af03436390091194d77e36b7', 'port_id': u'cb1974cb-102e-491a-a26b-9940bf39082b', 'port': u'cb1974cb-102e-491a-a26b-9940bf39082b', 'network': u'ecff2169-f0a1-4e87-90bc-3c582067cb09'}) 2018-08-27 05:19:20,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 05:19:20,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 05:19:20,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:19:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e4ac8e4-28f1-470a-9717-d6a39ea1c0d7 x-compute-request-id: req-8e4ac8e4-28f1-470a-9717-d6a39ea1c0d7 Content-Encoding: gzip Content-Length: 5901 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2305296592 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.428045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.431119] pid_max: default: 32768 minimum: 301\n[ 0.432774] Security Framework initialized\n[ 0.434347] SELinux: Initializing.\n[ 0.435988] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442338] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446352] Mount-cache hash table entries: 4096\n[ 0.448287] Initializing cgroup subsys memory\n[ 0.449879] Initializing cgroup subsys devices\n[ 0.451481] Initializing cgroup subsys freezer\n[ 0.453075] Initializing cgroup subsys net_cls\n[ 0.454728] Initializing cgroup subsys blkio\n[ 0.456287] Initializing cgroup subsys perf_event\n[ 0.457934] Initializing cgroup subsys hugetlb\n[ 0.459529] Initializing cgroup subsys pids\n[ 0.461058] Initializing cgroup subsys net_prio\n[ 0.462751] CPU: Physical Processor ID: 0\n[ 0.465006] mce: CPU supports 10 MCE banks\n[ 0.466559] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.468349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.470125] tlb_flushall_shift: 6\n[ 0.471680] Freeing SMP alternatives: 28k freed\n[ 0.475938] ACPI: Core revision 20130517\n[ 0.477850] ACPI: All ACPI Tables successfully acquired\n[ 0.479903] ftrace: allocating 25812 entries in 101 pages\n[ 0.501808] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.503906] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506005] smpboot: Max logical packages: 2\n[ 0.507825] Enabling x2apic\n[ 0.509067] Enabled x2apic\n[ 0.510571] Switched APIC routing to physical x2apic.\n[ 0.513629] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.515689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519361] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.528166] KVM setup paravirtual spinlock\n[ 0.531020] smpboot: Booting Node 0, Processors #1 OK\n[ 0.533208] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.555213] Brought up 2 CPUs\n[ 0.555215] KVM setup async PF for cpu 1\n[ 0.555218] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.559670] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.562650] devtmpfs: initialized\n[ 0.565818] EVM: security.selinux\n[ 0.567219] EVM: security.ima\n[ 0.568516] EVM: security.capability\n[ 0.570645] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.572834] pinctrl core: initialized pinctrl subsystem\n[ 0.574815] NET: Registered protocol family 16\n[ 0.576719] ACPI: bus type PCI registered\n[ 0.578305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.580498] PCI: Using configuration type 1 for base access\n[ 0.585753] ACPI: Added _OSI(Module Device)\n[ 0.587441] ACPI: Added _OSI(Processor Device)\n[ 0.589112] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.590782] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.593754] ACPI: Interpreter enabled\n[ 0.595292] ACPI: (supports S0 S5)\n[ 0.596675] ACPI: Using IOAPIC for interrupt routing\n[ 0.598458] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.607663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.609747] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.613688] acpiphp: Slot [3] registered\n[ 0.615258] acpiphp: Slot [4] registered\n[ 0.616799] acpiphp: Slot [5] registered\n[ 0.618311] acpiphp: Slot [6] registered\n[ 0.619851] acpiphp: Slot [7] registered\n[ 0.621391] acpiphp: Slot [8] registered\n[ 0.622924] acpiphp: Slot [9] registered\n[ 0.624500] acpiphp: Slot [10] registered\n[ 0.626054] acpiphp: Slot [11] registered\n[ 0.627627] acpiphp: Slot [12] registered\n[ 0.629200] acpiphp: Slot [13] registered\n[ 0.630771] acpiphp: Slot [14] registered\n[ 0.632311] acpiphp: Slot [15] registered\n[ 0.633904] acpiphp: Slot [16] registered\n[ 0.635479] acpiphp: Slot [17] registered\n[ 0.637067] acpiphp: Slot [18] registered\n[ 0.638616] acpiphp: Slot [19] registered\n[ 0.640172] acpiphp: Slot [20] registered\n[ 0.641757] acpiphp: Slot [21] registered\n[ 0.643314] acpiphp: Slot [22] registered\n[ 0.644925] acpiphp: Slot [23] registered\n[ 0.646515] acpiphp: Slot [24] registered\n[ 0.648119] acpiphp: Slot [25] registered\n[ 0.649664] acpiphp: Slot [26] registered\n[ 0.651255] acpiphp: Slot [27] registered\n[ 0.652770] acpiphp: Slot [28] registered\n[ 0.654338] acpiphp: Slot [29] registered\n[ 0.655882] acpiphp: Slot [30] registered\n[ 0.657449] acpiphp: Slot [31] registered\n[ 0.658948] PCI host bridge to bus 0000:00\n[ 0.660520] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.662339] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.664471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.666641] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.669515] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.672374] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.678090] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.680339] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.682409] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.684609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.688909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.691753] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.715645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.718143] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.720887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.723300] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.725681] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.727916] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.730215] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.733215] vgaarb: loaded\n[ 0.734487] vgaarb: bridge control possible 0000:00:02.0\n[ 0.736502] SCSI subsystem initialized\n[ 0.737944] ACPI: bus type USB registered\n[ 0.739440] usbcore: registered new interface driver usbfs\n[ 0.741221] usbcore: registered new interface driver hub\n[ 0.742970] usbcore: registered new device driver usb\n[ 0.744848] PCI: Using ACPI for IRQ routing\n[ 0.746735] NetLabel: Initializing\n[ 0.748075] NetLabel: domain hash size = 128\n[ 0.749589] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.751264] NetLabel: unlabeled traffic allowed by default\n[ 0.753180] Switched to clocksource kvm-clock\n[ 0.763047] pnp: PnP ACPI init\n[ 0.764360] ACPI: bus type PNP registered\n[ 0.766276] pnp: PnP ACPI: found 5 devices\n[ 0.767745] ACPI: bus type PNP unregistered\n[ 0.774893] NET: Registered protocol family 2\n[ 0.776715] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.779641] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.782034] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.784066] TCP: reno registered\n[ 0.785362] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.787238] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.789272] NET: Registered protocol family 1\n[ 0.790815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.792628] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.794402] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.814569] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.834818] Unpacking initramfs...\n[ 1.311310] Freeing initrd memory: 37508k freed\n[ 1.320980] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.322977] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.326597] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.328568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.330692] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.332592] Initialise system trusted keyring\n[ 1.334149] audit: initializing netlink socket (disabled)\n[ 1.335848] type=2000 audit(1535347160.112:1): initialized\n[ 1.352862] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.354790] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.357566] zpool: loaded\n[ 1.358745] zbud: loaded\n[ 1.360058] VFS: Disk quotas dquot_6.5.2\n[ 1.361514] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.363599] msgmni has been set to 7578\n[ 1.365068] Key type big_key registered\n[ 1.367199] NET: Registered protocol family 38\n[ 1.368732] Key type asymmetric registered\n[ 1.370187] Asymmetric key parser 'x509' registered\n[ 1.371794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.374481] io scheduler noop registered\n[ 1.375903] io scheduler deadline registered (default)\n[ 1.391316] io scheduler cfq registered\n[ 1.392817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.394557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.396585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.399232] ACPI: Power Button [PWRF]\n[ 1.400701] GHES: HEST is not enabled!\n[ 1.402151] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.426909] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.429059] Non-volatile memory driver v1.3\n[ 1.430570] Linux agpgart interface v0.103\n[ 1.432143"} 2018-08-27 05:19:20,624 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action used request id req-8e4ac8e4-28f1-470a-9717-d6a39ea1c0d7 2018-08-27 05:19:20,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0753500461578s 2018-08-27 05:19:20,624 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action used request id req-8e4ac8e4-28f1-470a-9717-d6a39ea1c0d7 2018-08-27 05:19:20,625 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2305296592 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.428045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.431119] pid_max: default: 32768 minimum: 301 [ 0.432774] Security Framework initialized [ 0.434347] SELinux: Initializing. [ 0.435988] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442338] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446352] Mount-cache hash table entries: 4096 [ 0.448287] Initializing cgroup subsys memory [ 0.449879] Initializing cgroup subsys devices [ 0.451481] Initializing cgroup subsys freezer [ 0.453075] Initializing cgroup subsys net_cls [ 0.454728] Initializing cgroup subsys blkio [ 0.456287] Initializing cgroup subsys perf_event [ 0.457934] Initializing cgroup subsys hugetlb [ 0.459529] Initializing cgroup subsys pids [ 0.461058] Initializing cgroup subsys net_prio [ 0.462751] CPU: Physical Processor ID: 0 [ 0.465006] mce: CPU supports 10 MCE banks [ 0.466559] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.468349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.470125] tlb_flushall_shift: 6 [ 0.471680] Freeing SMP alternatives: 28k freed [ 0.475938] ACPI: Core revision 20130517 [ 0.477850] ACPI: All ACPI Tables successfully acquired [ 0.479903] ftrace: allocating 25812 entries in 101 pages [ 0.501808] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.503906] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506005] smpboot: Max logical packages: 2 [ 0.507825] Enabling x2apic [ 0.509067] Enabled x2apic [ 0.510571] Switched APIC routing to physical x2apic. [ 0.513629] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.515689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519361] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.528166] KVM setup paravirtual spinlock [ 0.531020] smpboot: Booting Node 0, Processors #1 OK [ 0.533208] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.555213] Brought up 2 CPUs [ 0.555215] KVM setup async PF for cpu 1 [ 0.555218] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.559670] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.562650] devtmpfs: initialized [ 0.565818] EVM: security.selinux [ 0.567219] EVM: security.ima [ 0.568516] EVM: security.capability [ 0.570645] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.572834] pinctrl core: initialized pinctrl subsystem [ 0.574815] NET: Registered protocol family 16 [ 0.576719] ACPI: bus type PCI registered [ 0.578305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.580498] PCI: Using configuration type 1 for base access [ 0.585753] ACPI: Added _OSI(Module Device) [ 0.587441] ACPI: Added _OSI(Processor Device) [ 0.589112] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.590782] ACPI: Added _OSI(Processor Aggregator Device) [ 0.593754] ACPI: Interpreter enabled [ 0.595292] ACPI: (supports S0 S5) [ 0.596675] ACPI: Using IOAPIC for interrupt routing [ 0.598458] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.607663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.609747] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.613688] acpiphp: Slot [3] registered [ 0.615258] acpiphp: Slot [4] registered [ 0.616799] acpiphp: Slot [5] registered [ 0.618311] acpiphp: Slot [6] registered [ 0.619851] acpiphp: Slot [7] registered [ 0.621391] acpiphp: Slot [8] registered [ 0.622924] acpiphp: Slot [9] registered [ 0.624500] acpiphp: Slot [10] registered [ 0.626054] acpiphp: Slot [11] registered [ 0.627627] acpiphp: Slot [12] registered [ 0.629200] acpiphp: Slot [13] registered [ 0.630771] acpiphp: Slot [14] registered [ 0.632311] acpiphp: Slot [15] registered [ 0.633904] acpiphp: Slot [16] registered [ 0.635479] acpiphp: Slot [17] registered [ 0.637067] acpiphp: Slot [18] registered [ 0.638616] acpiphp: Slot [19] registered [ 0.640172] acpiphp: Slot [20] registered [ 0.641757] acpiphp: Slot [21] registered [ 0.643314] acpiphp: Slot [22] registered [ 0.644925] acpiphp: Slot [23] registered [ 0.646515] acpiphp: Slot [24] registered [ 0.648119] acpiphp: Slot [25] registered [ 0.649664] acpiphp: Slot [26] registered [ 0.651255] acpiphp: Slot [27] registered [ 0.652770] acpiphp: Slot [28] registered [ 0.654338] acpiphp: Slot [29] registered [ 0.655882] acpiphp: Slot [30] registered [ 0.657449] acpiphp: Slot [31] registered [ 0.658948] PCI host bridge to bus 0000:00 [ 0.660520] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.662339] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.664471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.666641] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.669515] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.672374] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.678090] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.680339] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.682409] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.684609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.688909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.691753] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.715645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.718143] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.720887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.723300] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.725681] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.727916] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.730215] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.733215] vgaarb: loaded [ 0.734487] vgaarb: bridge control possible 0000:00:02.0 [ 0.736502] SCSI subsystem initialized [ 0.737944] ACPI: bus type USB registered [ 0.739440] usbcore: registered new interface driver usbfs [ 0.741221] usbcore: registered new interface driver hub [ 0.742970] usbcore: registered new device driver usb [ 0.744848] PCI: Using ACPI for IRQ routing [ 0.746735] NetLabel: Initializing [ 0.748075] NetLabel: domain hash size = 128 [ 0.749589] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.751264] NetLabel: unlabeled traffic allowed by default [ 0.753180] Switched to clocksource kvm-clock [ 0.763047] pnp: PnP ACPI init [ 0.764360] ACPI: bus type PNP registered [ 0.766276] pnp: PnP ACPI: found 5 devices [ 0.767745] ACPI: bus type PNP unregistered [ 0.774893] NET: Registered protocol family 2 [ 0.776715] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.779641] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.782034] TCP: Hash tables configured (established 32768 bind 32768) [ 0.784066] TCP: reno registered [ 0.785362] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.787238] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.789272] NET: Registered protocol family 1 [ 0.790815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.792628] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.794402] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.814569] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.834818] Unpacking initramfs... [ 1.311310] Freeing initrd memory: 37508k freed [ 1.320980] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.322977] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.326597] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.328568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.330692] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.332592] Initialise system trusted keyring [ 1.334149] audit: initializing netlink socket (disabled) [ 1.335848] type=2000 audit(1535347160.112:1): initialized [ 1.352862] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.354790] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.357566] zpool: loaded [ 1.358745] zbud: loaded [ 1.360058] VFS: Disk quotas dquot_6.5.2 [ 1.361514] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.363599] msgmni has been set to 7578 [ 1.365068] Key type big_key registered [ 1.367199] NET: Registered protocol family 38 [ 1.368732] Key type asymmetric registered [ 1.370187] Asymmetric key parser 'x509' registered [ 1.371794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.374481] io scheduler noop registered [ 1.375903] io scheduler deadline registered (default) [ 1.391316] io scheduler cfq registered [ 1.392817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.394557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.396585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.399232] ACPI: Power Button [PWRF] [ 1.400701] GHES: HEST is not enabled! [ 1.402151] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.426909] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.429059] Non-volatile memory driver v1.3 [ 1.430570] Linux agpgart interface v0.103 [ 1.432143 2018-08-27 05:19:21,627 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.207: timed out 2018-08-27 05:19:30,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 05:19:30,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 05:19:30,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:19:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b54d288-f77d-4643-89b2-b1cf0b47cfc6 x-compute-request-id: req-1b54d288-f77d-4643-89b2-b1cf0b47cfc6 Content-Encoding: gzip Content-Length: 11740 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2305296592 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.428045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.431119] pid_max: default: 32768 minimum: 301\n[ 0.432774] Security Framework initialized\n[ 0.434347] SELinux: Initializing.\n[ 0.435988] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442338] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446352] Mount-cache hash table entries: 4096\n[ 0.448287] Initializing cgroup subsys memory\n[ 0.449879] Initializing cgroup subsys devices\n[ 0.451481] Initializing cgroup subsys freezer\n[ 0.453075] Initializing cgroup subsys net_cls\n[ 0.454728] Initializing cgroup subsys blkio\n[ 0.456287] Initializing cgroup subsys perf_event\n[ 0.457934] Initializing cgroup subsys hugetlb\n[ 0.459529] Initializing cgroup subsys pids\n[ 0.461058] Initializing cgroup subsys net_prio\n[ 0.462751] CPU: Physical Processor ID: 0\n[ 0.465006] mce: CPU supports 10 MCE banks\n[ 0.466559] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.468349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.470125] tlb_flushall_shift: 6\n[ 0.471680] Freeing SMP alternatives: 28k freed\n[ 0.475938] ACPI: Core revision 20130517\n[ 0.477850] ACPI: All ACPI Tables successfully acquired\n[ 0.479903] ftrace: allocating 25812 entries in 101 pages\n[ 0.501808] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.503906] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506005] smpboot: Max logical packages: 2\n[ 0.507825] Enabling x2apic\n[ 0.509067] Enabled x2apic\n[ 0.510571] Switched APIC routing to physical x2apic.\n[ 0.513629] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.515689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519361] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.528166] KVM setup paravirtual spinlock\n[ 0.531020] smpboot: Booting Node 0, Processors #1 OK\n[ 0.533208] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.555213] Brought up 2 CPUs\n[ 0.555215] KVM setup async PF for cpu 1\n[ 0.555218] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.559670] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.562650] devtmpfs: initialized\n[ 0.565818] EVM: security.selinux\n[ 0.567219] EVM: security.ima\n[ 0.568516] EVM: security.capability\n[ 0.570645] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.572834] pinctrl core: initialized pinctrl subsystem\n[ 0.574815] NET: Registered protocol family 16\n[ 0.576719] ACPI: bus type PCI registered\n[ 0.578305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.580498] PCI: Using configuration type 1 for base access\n[ 0.585753] ACPI: Added _OSI(Module Device)\n[ 0.587441] ACPI: Added _OSI(Processor Device)\n[ 0.589112] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.590782] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.593754] ACPI: Interpreter enabled\n[ 0.595292] ACPI: (supports S0 S5)\n[ 0.596675] ACPI: Using IOAPIC for interrupt routing\n[ 0.598458] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.607663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.609747] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.613688] acpiphp: Slot [3] registered\n[ 0.615258] acpiphp: Slot [4] registered\n[ 0.616799] acpiphp: Slot [5] registered\n[ 0.618311] acpiphp: Slot [6] registered\n[ 0.619851] acpiphp: Slot [7] registered\n[ 0.621391] acpiphp: Slot [8] registered\n[ 0.622924] acpiphp: Slot [9] registered\n[ 0.624500] acpiphp: Slot [10] registered\n[ 0.626054] acpiphp: Slot [11] registered\n[ 0.627627] acpiphp: Slot [12] registered\n[ 0.629200] acpiphp: Slot [13] registered\n[ 0.630771] acpiphp: Slot [14] registered\n[ 0.632311] acpiphp: Slot [15] registered\n[ 0.633904] acpiphp: Slot [16] registered\n[ 0.635479] acpiphp: Slot [17] registered\n[ 0.637067] acpiphp: Slot [18] registered\n[ 0.638616] acpiphp: Slot [19] registered\n[ 0.640172] acpiphp: Slot [20] registered\n[ 0.641757] acpiphp: Slot [21] registered\n[ 0.643314] acpiphp: Slot [22] registered\n[ 0.644925] acpiphp: Slot [23] registered\n[ 0.646515] acpiphp: Slot [24] registered\n[ 0.648119] acpiphp: Slot [25] registered\n[ 0.649664] acpiphp: Slot [26] registered\n[ 0.651255] acpiphp: Slot [27] registered\n[ 0.652770] acpiphp: Slot [28] registered\n[ 0.654338] acpiphp: Slot [29] registered\n[ 0.655882] acpiphp: Slot [30] registered\n[ 0.657449] acpiphp: Slot [31] registered\n[ 0.658948] PCI host bridge to bus 0000:00\n[ 0.660520] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.662339] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.664471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.666641] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.669515] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.672374] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.678090] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.680339] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.682409] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.684609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.688909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.691753] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.715645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.718143] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.720887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.723300] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.725681] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.727916] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.730215] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.733215] vgaarb: loaded\n[ 0.734487] vgaarb: bridge control possible 0000:00:02.0\n[ 0.736502] SCSI subsystem initialized\n[ 0.737944] ACPI: bus type USB registered\n[ 0.739440] usbcore: registered new interface driver usbfs\n[ 0.741221] usbcore: registered new interface driver hub\n[ 0.742970] usbcore: registered new device driver usb\n[ 0.744848] PCI: Using ACPI for IRQ routing\n[ 0.746735] NetLabel: Initializing\n[ 0.748075] NetLabel: domain hash size = 128\n[ 0.749589] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.751264] NetLabel: unlabeled traffic allowed by default\n[ 0.753180] Switched to clocksource kvm-clock\n[ 0.763047] pnp: PnP ACPI init\n[ 0.764360] ACPI: bus type PNP registered\n[ 0.766276] pnp: PnP ACPI: found 5 devices\n[ 0.767745] ACPI: bus type PNP unregistered\n[ 0.774893] NET: Registered protocol family 2\n[ 0.776715] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.779641] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.782034] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.784066] TCP: reno registered\n[ 0.785362] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.787238] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.789272] NET: Registered protocol family 1\n[ 0.790815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.792628] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.794402] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.814569] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.834818] Unpacking initramfs...\n[ 1.311310] Freeing initrd memory: 37508k freed\n[ 1.320980] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.322977] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.326597] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.328568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.330692] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.332592] Initialise system trusted keyring\n[ 1.334149] audit: initializing netlink socket (disabled)\n[ 1.335848] type=2000 audit(1535347160.112:1): initialized\n[ 1.352862] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.354790] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.357566] zpool: loaded\n[ 1.358745] zbud: loaded\n[ 1.360058] VFS: Disk quotas dquot_6.5.2\n[ 1.361514] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.363599] msgmni has been set to 7578\n[ 1.365068] Key type big_key registered\n[ 1.367199] NET: Registered protocol family 38\n[ 1.368732] Key type asymmetric registered\n[ 1.370187] Asymmetric key parser 'x509' registered\n[ 1.371794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.374481] io scheduler noop registered\n[ 1.375903] io scheduler deadline registered (default)\n[ 1.391316] io scheduler cfq registered\n[ 1.392817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.394557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.396585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.399232] ACPI: Power Button [PWRF]\n[ 1.400701] GHES: HEST is not enabled!\n[ 1.402151] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.426909] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.429059] Non-volatile memory driver v1.3\n[ 1.430570] Linux agpgart interface v0.103\n[ 1.432143] crash memory driver: version 1.1\n[ 1.433710] rdac: device handler registered\n[ 1.435292] hp_sw: device handler registered\n[ 1.436803] emc: device handler registered\n[ 1.438276] alua: device handler registered\n[ 1.439774] libphy: Fixed MDIO Bus: probed\n[ 1.441285] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.443235] ehci-pci: EHCI PCI platform driver\n[ 1.444771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.446655] ohci-pci: OHCI PCI platform driver\n[ 1.448209] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.468664] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.470399] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.473109] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.474825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.476707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.478713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.481343] usb usb1: Product: UHCI Host Controller\n[ 1.482942] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.484996] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.486637] hub 1-0:1.0: USB hub found\n[ 1.488059] hub 1-0:1.0: 2 ports detected\n[ 1.489659] usbcore: registered new interface driver usbserial\n[ 1.491482] usbcore: registered new interface driver usbserial_generic\n[ 1.493431] usbserial: USB Serial support registered for generic\n[ 1.495300] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.498880] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.500564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.502405] mousedev: PS/2 mouse device common for all mice\n[ 1.504564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.507628] rtc_cmos 00:00: RTC can wake from S4\n[ 1.510007] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.512997] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.514993] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.515284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.519932] cpuidle: using governor menu\n[ 1.521449] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.523256] usbcore: registered new interface driver usbhid\n[ 1.525012] usbhid: USB HID core driver\n[ 1.526447] drop_monitor: Initializing network drop monitor service\n[ 1.528376] TCP: cubic registered\n[ 1.529692] Initializing XFRM netlink socket\n[ 1.531262] NET: Registered protocol family 10\n[ 1.533067] NET: Registered protocol family 17\n[ 1.534768] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.536619] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.538424] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.541622] Loading compiled-in X.509 certificates\n[ 1.543305] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.546482] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.550089] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.553267] registered taskstats version 1\n[ 1.556760] Key type trusted registered\n[ 1.559538] Key type encrypted registered\n[ 1.562266] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.564538] rtc_cmos 00:00: setting system clock to 2018-08-27 05:19:19 UTC (1535347159)\n[ 1.568076] Freeing unused kernel memory: 1680k freed\n[ 1.573848] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.580225] systemd[1]: Detected virtualization kvm.\n[ 1.582160] systemd[1]: Detected architecture x86-64.\n[ 1.584088] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.587716] systemd[1]: No hostname configured.\n[ 1.589543] systemd[1]: Set hostname to .\n[ 1.591525] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.616161] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.619408] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Swap.\n[ 1.623745] systemd[1]: Reached target Swap.\n[ 1.625515] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.628251] systemd[1]: Reached target Timers.\n[ 1.630053] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Paths.\n[ 1.632795] systemd[1]: Reached target Paths.\n[ 1.634581] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.637467] systemd[1]: Created slice Root Slice.\n[ 1.639341] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.642389] systemd[1]: Listening on udev Control Socket.\n[ 1.644445] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.647657] systemd[1]: Listening on udev Kernel Socket.\n[ 1.649681] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.652886] systemd[1]: Reached target Local File Systems.\n[ 1.654947] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.658088] systemd[1]: Listening on Journal Socket.\n[ 1.660026] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.662830] systemd[1]: Reached target Sockets.\n[ 1.664400] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.666909] systemd[1]: Created slice System Slice.\n[ 1.668553] systemd[1]: Starting System Slice.\n[ 1.670545] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.675392] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.678458] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.681825] systemd[1]: Reached target Slices.\n[ 1.683393] systemd[1]: Starting Slices.\n[ 1.685170] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.688883] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.757077] RPC: Registered named UNIX socket transport module.\n[ 1.759003] RPC: Registered udp transport module.\n[ 1.760628] RPC: Registered tcp transport module.\n[ 1.762265] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.793193] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.856703] FDC 0 is a S82078B\n[ 1.889647] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.930432] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.937222] scsi host0: ata_piix\n[ 1.937893] vda: vda1\n[ 1.939919] scsi host1: ata_piix\n[ 1.941413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.944044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.949360] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.951762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.954073] usb 1-1: Product: QEMU USB Tablet\n[ 1.956052] usb 1-1: Manufacturer: QEMU\n[ 1.957493] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.966565] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.970075] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.117593] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.120949] XFS (vda1): Mounting V4 Filesystem\n[ 2.145420] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.327230] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.392347] systemd-journald[109]: Received SIGTERM from PID 1 (systemd).\n[ 2.542596] SELinux: Disabled at runtime.\n[ 2.581200] type=1404 audit(1535347160.516:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.631478] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.633376] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting Debug File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 2.908148] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.955626] systemd-journald[381]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.172892] type=1305 audit(1535347161.107:3): audit_pid=427 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.338099] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.341155] [drm] Initialized drm 1.1.0 20060810\n[ 3.360836] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.373192] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.375568] [TTM] Initializing pool allocator\n[ 3.377939] [TTM] Initializing DMA pool allocator\n[ 3.380500] [drm] fb mappable at 0xFC000000\n[ 3.382266] [drm] vram aper at 0xFC000000\n[ 3.383952] [drm] size 33554432\n[ 3.384875] ppdev: user-space parallel port driver\n[ 3.387352] [drm] fb depth is 24\n[ 3.387353] [drm] pitch is 3072\n[ 3.432240] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.455924] Console: switching to colour frame buffer device 128x48\n[ 3.469953] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.476506] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Authorization Manager...\n Starting NTP client/server...\n Starting Login Service...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started Login Service.\n[ 3.568379] AES CTR mode by8 optimization enabled\n[ 3.572520] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.577945] alg: No test for crc32 (crc32-pclmul)\n[ 3.582648] intel_rapl: no valid rapl domains found in package 0\n[ 3.589463] intel_rapl: no valid rapl domains found in package 0\n[ 3.600715] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server.\n\n[ 3.605870] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.675351] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 05:19:22 +0000. Up 3.62 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.997052] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 05:19:24 +0000. Up 5.95 seconds.\n[ 6.034251] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.036847] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.039154] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.041479] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.043552] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.049093] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:de:2e:71 |\n[ 6.051406] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.053343] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.055741] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.058036] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.071437] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.073952] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.076166] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.078646] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.081160] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-27 05:19:30,727 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action used request id req-1b54d288-f77d-4643-89b2-b1cf0b47cfc6 2018-08-27 05:19:30,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0900900363922s 2018-08-27 05:19:30,728 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action used request id req-1b54d288-f77d-4643-89b2-b1cf0b47cfc6 2018-08-27 05:19:30,729 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2305296592 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.428045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.431119] pid_max: default: 32768 minimum: 301 [ 0.432774] Security Framework initialized [ 0.434347] SELinux: Initializing. [ 0.435988] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442338] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446352] Mount-cache hash table entries: 4096 [ 0.448287] Initializing cgroup subsys memory [ 0.449879] Initializing cgroup subsys devices [ 0.451481] Initializing cgroup subsys freezer [ 0.453075] Initializing cgroup subsys net_cls [ 0.454728] Initializing cgroup subsys blkio [ 0.456287] Initializing cgroup subsys perf_event [ 0.457934] Initializing cgroup subsys hugetlb [ 0.459529] Initializing cgroup subsys pids [ 0.461058] Initializing cgroup subsys net_prio [ 0.462751] CPU: Physical Processor ID: 0 [ 0.465006] mce: CPU supports 10 MCE banks [ 0.466559] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.468349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.470125] tlb_flushall_shift: 6 [ 0.471680] Freeing SMP alternatives: 28k freed [ 0.475938] ACPI: Core revision 20130517 [ 0.477850] ACPI: All ACPI Tables successfully acquired [ 0.479903] ftrace: allocating 25812 entries in 101 pages [ 0.501808] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.503906] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506005] smpboot: Max logical packages: 2 [ 0.507825] Enabling x2apic [ 0.509067] Enabled x2apic [ 0.510571] Switched APIC routing to physical x2apic. [ 0.513629] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.515689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519361] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.528166] KVM setup paravirtual spinlock [ 0.531020] smpboot: Booting Node 0, Processors #1 OK [ 0.533208] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.555213] Brought up 2 CPUs [ 0.555215] KVM setup async PF for cpu 1 [ 0.555218] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.559670] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.562650] devtmpfs: initialized [ 0.565818] EVM: security.selinux [ 0.567219] EVM: security.ima [ 0.568516] EVM: security.capability [ 0.570645] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.572834] pinctrl core: initialized pinctrl subsystem [ 0.574815] NET: Registered protocol family 16 [ 0.576719] ACPI: bus type PCI registered [ 0.578305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.580498] PCI: Using configuration type 1 for base access [ 0.585753] ACPI: Added _OSI(Module Device) [ 0.587441] ACPI: Added _OSI(Processor Device) [ 0.589112] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.590782] ACPI: Added _OSI(Processor Aggregator Device) [ 0.593754] ACPI: Interpreter enabled [ 0.595292] ACPI: (supports S0 S5) [ 0.596675] ACPI: Using IOAPIC for interrupt routing [ 0.598458] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.607663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.609747] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.613688] acpiphp: Slot [3] registered [ 0.615258] acpiphp: Slot [4] registered [ 0.616799] acpiphp: Slot [5] registered [ 0.618311] acpiphp: Slot [6] registered [ 0.619851] acpiphp: Slot [7] registered [ 0.621391] acpiphp: Slot [8] registered [ 0.622924] acpiphp: Slot [9] registered [ 0.624500] acpiphp: Slot [10] registered [ 0.626054] acpiphp: Slot [11] registered [ 0.627627] acpiphp: Slot [12] registered [ 0.629200] acpiphp: Slot [13] registered [ 0.630771] acpiphp: Slot [14] registered [ 0.632311] acpiphp: Slot [15] registered [ 0.633904] acpiphp: Slot [16] registered [ 0.635479] acpiphp: Slot [17] registered [ 0.637067] acpiphp: Slot [18] registered [ 0.638616] acpiphp: Slot [19] registered [ 0.640172] acpiphp: Slot [20] registered [ 0.641757] acpiphp: Slot [21] registered [ 0.643314] acpiphp: Slot [22] registered [ 0.644925] acpiphp: Slot [23] registered [ 0.646515] acpiphp: Slot [24] registered [ 0.648119] acpiphp: Slot [25] registered [ 0.649664] acpiphp: Slot [26] registered [ 0.651255] acpiphp: Slot [27] registered [ 0.652770] acpiphp: Slot [28] registered [ 0.654338] acpiphp: Slot [29] registered [ 0.655882] acpiphp: Slot [30] registered [ 0.657449] acpiphp: Slot [31] registered [ 0.658948] PCI host bridge to bus 0000:00 [ 0.660520] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.662339] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.664471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.666641] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.669515] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.672374] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.678090] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.680339] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.682409] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.684609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.688909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.691753] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.715645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.718143] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.720887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.723300] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.725681] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.727916] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.730215] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.733215] vgaarb: loaded [ 0.734487] vgaarb: bridge control possible 0000:00:02.0 [ 0.736502] SCSI subsystem initialized [ 0.737944] ACPI: bus type USB registered [ 0.739440] usbcore: registered new interface driver usbfs [ 0.741221] usbcore: registered new interface driver hub [ 0.742970] usbcore: registered new device driver usb [ 0.744848] PCI: Using ACPI for IRQ routing [ 0.746735] NetLabel: Initializing [ 0.748075] NetLabel: domain hash size = 128 [ 0.749589] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.751264] NetLabel: unlabeled traffic allowed by default [ 0.753180] Switched to clocksource kvm-clock [ 0.763047] pnp: PnP ACPI init [ 0.764360] ACPI: bus type PNP registered [ 0.766276] pnp: PnP ACPI: found 5 devices [ 0.767745] ACPI: bus type PNP unregistered [ 0.774893] NET: Registered protocol family 2 [ 0.776715] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.779641] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.782034] TCP: Hash tables configured (established 32768 bind 32768) [ 0.784066] TCP: reno registered [ 0.785362] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.787238] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.789272] NET: Registered protocol family 1 [ 0.790815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.792628] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.794402] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.814569] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.834818] Unpacking initramfs... [ 1.311310] Freeing initrd memory: 37508k freed [ 1.320980] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.322977] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.326597] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.328568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.330692] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.332592] Initialise system trusted keyring [ 1.334149] audit: initializing netlink socket (disabled) [ 1.335848] type=2000 audit(1535347160.112:1): initialized [ 1.352862] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.354790] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.357566] zpool: loaded [ 1.358745] zbud: loaded [ 1.360058] VFS: Disk quotas dquot_6.5.2 [ 1.361514] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.363599] msgmni has been set to 7578 [ 1.365068] Key type big_key registered [ 1.367199] NET: Registered protocol family 38 [ 1.368732] Key type asymmetric registered [ 1.370187] Asymmetric key parser 'x509' registered [ 1.371794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.374481] io scheduler noop registered [ 1.375903] io scheduler deadline registered (default) [ 1.391316] io scheduler cfq registered [ 1.392817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.394557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.396585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.399232] ACPI: Power Button [PWRF] [ 1.400701] GHES: HEST is not enabled! [ 1.402151] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.426909] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.429059] Non-volatile memory driver v1.3 [ 1.430570] Linux agpgart interface v0.103 [ 1.432143] crash memory driver: version 1.1 [ 1.433710] rdac: device handler registered [ 1.435292] hp_sw: device handler registered [ 1.436803] emc: device handler registered [ 1.438276] alua: device handler registered [ 1.439774] libphy: Fixed MDIO Bus: probed [ 1.441285] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.443235] ehci-pci: EHCI PCI platform driver [ 1.444771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.446655] ohci-pci: OHCI PCI platform driver [ 1.448209] uhci_hcd: USB Universal Host Controller Interface driver [ 1.468664] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.470399] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.473109] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.474825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.476707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.478713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.481343] usb usb1: Product: UHCI Host Controller [ 1.482942] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.484996] usb usb1: SerialNumber: 0000:00:01.2 [ 1.486637] hub 1-0:1.0: USB hub found [ 1.488059] hub 1-0:1.0: 2 ports detected [ 1.489659] usbcore: registered new interface driver usbserial [ 1.491482] usbcore: registered new interface driver usbserial_generic [ 1.493431] usbserial: USB Serial support registered for generic [ 1.495300] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.498880] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.500564] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.502405] mousedev: PS/2 mouse device common for all mice [ 1.504564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.507628] rtc_cmos 00:00: RTC can wake from S4 [ 1.510007] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.512997] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.514993] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.515284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.519932] cpuidle: using governor menu [ 1.521449] hidraw: raw HID events driver (C) Jiri Kosina [ 1.523256] usbcore: registered new interface driver usbhid [ 1.525012] usbhid: USB HID core driver [ 1.526447] drop_monitor: Initializing network drop monitor service [ 1.528376] TCP: cubic registered [ 1.529692] Initializing XFRM netlink socket [ 1.531262] NET: Registered protocol family 10 [ 1.533067] NET: Registered protocol family 17 [ 1.534768] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.536619] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.538424] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.541622] Loading compiled-in X.509 certificates [ 1.543305] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.546482] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.550089] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.553267] registered taskstats version 1 [ 1.556760] Key type trusted registered [ 1.559538] Key type encrypted registered [ 1.562266] IMA: No TPM chip found, activating TPM-bypass! [ 1.564538] rtc_cmos 00:00: setting system clock to 2018-08-27 05:19:19 UTC (1535347159) [ 1.568076] Freeing unused kernel memory: 1680k freed [ 1.573848] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.580225] systemd[1]: Detected virtualization kvm. [ 1.582160] systemd[1]: Detected architecture x86-64. [ 1.584088] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.587716] systemd[1]: No hostname configured. [ 1.589543] systemd[1]: Set hostname to . [ 1.591525] systemd[1]: Initializing machine ID from KVM UUID. [ 1.616161] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.619408] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Swap. [ 1.623745] systemd[1]: Reached target Swap. [ 1.625515] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.628251] systemd[1]: Reached target Timers. [ 1.630053] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Paths. [ 1.632795] systemd[1]: Reached target Paths. [ 1.634581] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.637467] systemd[1]: Created slice Root Slice. [ 1.639341] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.642389] systemd[1]: Listening on udev Control Socket. [ 1.644445] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.647657] systemd[1]: Listening on udev Kernel Socket. [ 1.649681] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.652886] systemd[1]: Reached target Local File Systems. [ 1.654947] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.658088] systemd[1]: Listening on Journal Socket. [ 1.660026] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.662830] systemd[1]: Reached target Sockets. [ 1.664400] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.666909] systemd[1]: Created slice System Slice. [ 1.668553] systemd[1]: Starting System Slice. [ 1.670545] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.675392] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.678458] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.681825] systemd[1]: Reached target Slices. [ 1.683393] systemd[1]: Starting Slices. [ 1.685170] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.688883] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.757077] RPC: Registered named UNIX socket transport module. [ 1.759003] RPC: Registered udp transport module. [ 1.760628] RPC: Registered tcp transport module. [ 1.762265] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.793193] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.856703] FDC 0 is a S82078B [ 1.889647] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.930432] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.937222] scsi host0: ata_piix [ 1.937893] vda: vda1 [ 1.939919] scsi host1: ata_piix [ 1.941413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.944044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.949360] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.951762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.954073] usb 1-1: Product: QEMU USB Tablet [ 1.956052] usb 1-1: Manufacturer: QEMU [ 1.957493] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.966565] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.970075] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.117593] SGI XFS with ACLs, security attributes, no debug enabled [ 2.120949] XFS (vda1): Mounting V4 Filesystem [ 2.145420] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.327230] tsc: Refined TSC clocksource calibration: 3491.849 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.392347] systemd-journald[109]: Received SIGTERM from PID 1 (systemd). [ 2.542596] SELinux: Disabled at runtime. [ 2.581200] type=1404 audit(1535347160.516:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.631478] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.633376] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Initrd Root File System. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on udev Kernel Socket. Mounting Debug File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [ 2.908148] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.955626] systemd-journald[381]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.172892] type=1305 audit(1535347161.107:3): audit_pid=427 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus System Message Bus. [ 3.338099] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.341155] [drm] Initialized drm 1.1.0 20060810 [ 3.360836] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.373192] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.375568] [TTM] Initializing pool allocator [ 3.377939] [TTM] Initializing DMA pool allocator [ 3.380500] [drm] fb mappable at 0xFC000000 [ 3.382266] [drm] vram aper at 0xFC000000 [ 3.383952] [drm] size 33554432 [ 3.384875] ppdev: user-space parallel port driver [ 3.387352] [drm] fb depth is 24 [ 3.387353] [drm] pitch is 3072 [ 3.432240] fbcon: cirrusdrmfb (fb0) is primary device [ 3.455924] Console: switching to colour frame buffer device 128x48 [ 3.469953] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... [ 3.476506] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Authorization Manager... Starting NTP client/server... Starting Login Service... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started Login Service. [ 3.568379] AES CTR mode by8 optimization enabled [ 3.572520] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.577945] alg: No test for crc32 (crc32-pclmul) [ 3.582648] intel_rapl: no valid rapl domains found in package 0 [ 3.589463] intel_rapl: no valid rapl domains found in package 0 [ 3.600715] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server. [ 3.605870] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.675351] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 05:19:22 +0000. Up 3.62 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.997052] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 05:19:24 +0000. Up 5.95 seconds. [ 6.034251] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.036847] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.039154] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.041479] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.043552] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.049093] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:de:2e:71 | [ 6.051406] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.053343] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.055741] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.058036] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.071437] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.073952] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.076166] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.078646] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.081160] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-27 05:19:30,732 - paramiko.transport - DEBUG - starting thread (client mode): 0x40049c90L 2018-08-27 05:19:30,733 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 05:19:30,737 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 05:19:30,737 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 05:19:30,744 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 05:19:30,745 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 05:19:30,745 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 05:19:30,745 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 05:19:30,745 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 05:19:30,745 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 05:19:30,752 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 05:19:30,753 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 05:19:30,764 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.207: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-27 05:19:30,765 - paramiko.transport - DEBUG - Trying discovered key ebb7a276d4ad9b17d1fae1a32e5975c6 in /tmp/tmpUc36YQ 2018-08-27 05:19:30,793 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 05:19:40,894 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 05:19:40,898 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-27 05:19:40,902 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 05:19:40,908 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 05:19:40,914 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.207: Authentication failed. 2018-08-27 05:19:49,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 05:19:49,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 05:19:50,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:19:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-668e35b4-e8e5-449e-8951-719073adcbe7 x-compute-request-id: req-668e35b4-e8e5-449e-8951-719073adcbe7 Content-Encoding: gzip Content-Length: 11740 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2305296592 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.428045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.431119] pid_max: default: 32768 minimum: 301\n[ 0.432774] Security Framework initialized\n[ 0.434347] SELinux: Initializing.\n[ 0.435988] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442338] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446352] Mount-cache hash table entries: 4096\n[ 0.448287] Initializing cgroup subsys memory\n[ 0.449879] Initializing cgroup subsys devices\n[ 0.451481] Initializing cgroup subsys freezer\n[ 0.453075] Initializing cgroup subsys net_cls\n[ 0.454728] Initializing cgroup subsys blkio\n[ 0.456287] Initializing cgroup subsys perf_event\n[ 0.457934] Initializing cgroup subsys hugetlb\n[ 0.459529] Initializing cgroup subsys pids\n[ 0.461058] Initializing cgroup subsys net_prio\n[ 0.462751] CPU: Physical Processor ID: 0\n[ 0.465006] mce: CPU supports 10 MCE banks\n[ 0.466559] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.468349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.470125] tlb_flushall_shift: 6\n[ 0.471680] Freeing SMP alternatives: 28k freed\n[ 0.475938] ACPI: Core revision 20130517\n[ 0.477850] ACPI: All ACPI Tables successfully acquired\n[ 0.479903] ftrace: allocating 25812 entries in 101 pages\n[ 0.501808] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.503906] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506005] smpboot: Max logical packages: 2\n[ 0.507825] Enabling x2apic\n[ 0.509067] Enabled x2apic\n[ 0.510571] Switched APIC routing to physical x2apic.\n[ 0.513629] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.515689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519361] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.528166] KVM setup paravirtual spinlock\n[ 0.531020] smpboot: Booting Node 0, Processors #1 OK\n[ 0.533208] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.555213] Brought up 2 CPUs\n[ 0.555215] KVM setup async PF for cpu 1\n[ 0.555218] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.559670] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.562650] devtmpfs: initialized\n[ 0.565818] EVM: security.selinux\n[ 0.567219] EVM: security.ima\n[ 0.568516] EVM: security.capability\n[ 0.570645] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.572834] pinctrl core: initialized pinctrl subsystem\n[ 0.574815] NET: Registered protocol family 16\n[ 0.576719] ACPI: bus type PCI registered\n[ 0.578305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.580498] PCI: Using configuration type 1 for base access\n[ 0.585753] ACPI: Added _OSI(Module Device)\n[ 0.587441] ACPI: Added _OSI(Processor Device)\n[ 0.589112] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.590782] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.593754] ACPI: Interpreter enabled\n[ 0.595292] ACPI: (supports S0 S5)\n[ 0.596675] ACPI: Using IOAPIC for interrupt routing\n[ 0.598458] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.607663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.609747] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.613688] acpiphp: Slot [3] registered\n[ 0.615258] acpiphp: Slot [4] registered\n[ 0.616799] acpiphp: Slot [5] registered\n[ 0.618311] acpiphp: Slot [6] registered\n[ 0.619851] acpiphp: Slot [7] registered\n[ 0.621391] acpiphp: Slot [8] registered\n[ 0.622924] acpiphp: Slot [9] registered\n[ 0.624500] acpiphp: Slot [10] registered\n[ 0.626054] acpiphp: Slot [11] registered\n[ 0.627627] acpiphp: Slot [12] registered\n[ 0.629200] acpiphp: Slot [13] registered\n[ 0.630771] acpiphp: Slot [14] registered\n[ 0.632311] acpiphp: Slot [15] registered\n[ 0.633904] acpiphp: Slot [16] registered\n[ 0.635479] acpiphp: Slot [17] registered\n[ 0.637067] acpiphp: Slot [18] registered\n[ 0.638616] acpiphp: Slot [19] registered\n[ 0.640172] acpiphp: Slot [20] registered\n[ 0.641757] acpiphp: Slot [21] registered\n[ 0.643314] acpiphp: Slot [22] registered\n[ 0.644925] acpiphp: Slot [23] registered\n[ 0.646515] acpiphp: Slot [24] registered\n[ 0.648119] acpiphp: Slot [25] registered\n[ 0.649664] acpiphp: Slot [26] registered\n[ 0.651255] acpiphp: Slot [27] registered\n[ 0.652770] acpiphp: Slot [28] registered\n[ 0.654338] acpiphp: Slot [29] registered\n[ 0.655882] acpiphp: Slot [30] registered\n[ 0.657449] acpiphp: Slot [31] registered\n[ 0.658948] PCI host bridge to bus 0000:00\n[ 0.660520] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.662339] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.664471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.666641] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.669515] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.672374] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.678090] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.680339] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.682409] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.684609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.688909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.691753] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.715645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.718143] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.720887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.723300] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.725681] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.727916] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.730215] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.733215] vgaarb: loaded\n[ 0.734487] vgaarb: bridge control possible 0000:00:02.0\n[ 0.736502] SCSI subsystem initialized\n[ 0.737944] ACPI: bus type USB registered\n[ 0.739440] usbcore: registered new interface driver usbfs\n[ 0.741221] usbcore: registered new interface driver hub\n[ 0.742970] usbcore: registered new device driver usb\n[ 0.744848] PCI: Using ACPI for IRQ routing\n[ 0.746735] NetLabel: Initializing\n[ 0.748075] NetLabel: domain hash size = 128\n[ 0.749589] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.751264] NetLabel: unlabeled traffic allowed by default\n[ 0.753180] Switched to clocksource kvm-clock\n[ 0.763047] pnp: PnP ACPI init\n[ 0.764360] ACPI: bus type PNP registered\n[ 0.766276] pnp: PnP ACPI: found 5 devices\n[ 0.767745] ACPI: bus type PNP unregistered\n[ 0.774893] NET: Registered protocol family 2\n[ 0.776715] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.779641] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.782034] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.784066] TCP: reno registered\n[ 0.785362] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.787238] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.789272] NET: Registered protocol family 1\n[ 0.790815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.792628] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.794402] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.814569] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.834818] Unpacking initramfs...\n[ 1.311310] Freeing initrd memory: 37508k freed\n[ 1.320980] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.322977] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.326597] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.328568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.330692] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.332592] Initialise system trusted keyring\n[ 1.334149] audit: initializing netlink socket (disabled)\n[ 1.335848] type=2000 audit(1535347160.112:1): initialized\n[ 1.352862] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.354790] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.357566] zpool: loaded\n[ 1.358745] zbud: loaded\n[ 1.360058] VFS: Disk quotas dquot_6.5.2\n[ 1.361514] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.363599] msgmni has been set to 7578\n[ 1.365068] Key type big_key registered\n[ 1.367199] NET: Registered protocol family 38\n[ 1.368732] Key type asymmetric registered\n[ 1.370187] Asymmetric key parser 'x509' registered\n[ 1.371794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.374481] io scheduler noop registered\n[ 1.375903] io scheduler deadline registered (default)\n[ 1.391316] io scheduler cfq registered\n[ 1.392817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.394557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.396585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.399232] ACPI: Power Button [PWRF]\n[ 1.400701] GHES: HEST is not enabled!\n[ 1.402151] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.426909] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.429059] Non-volatile memory driver v1.3\n[ 1.430570] Linux agpgart interface v0.103\n[ 1.432143] crash memory driver: version 1.1\n[ 1.433710] rdac: device handler registered\n[ 1.435292] hp_sw: device handler registered\n[ 1.436803] emc: device handler registered\n[ 1.438276] alua: device handler registered\n[ 1.439774] libphy: Fixed MDIO Bus: probed\n[ 1.441285] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.443235] ehci-pci: EHCI PCI platform driver\n[ 1.444771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.446655] ohci-pci: OHCI PCI platform driver\n[ 1.448209] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.468664] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.470399] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.473109] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.474825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.476707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.478713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.481343] usb usb1: Product: UHCI Host Controller\n[ 1.482942] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.484996] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.486637] hub 1-0:1.0: USB hub found\n[ 1.488059] hub 1-0:1.0: 2 ports detected\n[ 1.489659] usbcore: registered new interface driver usbserial\n[ 1.491482] usbcore: registered new interface driver usbserial_generic\n[ 1.493431] usbserial: USB Serial support registered for generic\n[ 1.495300] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.498880] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.500564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.502405] mousedev: PS/2 mouse device common for all mice\n[ 1.504564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.507628] rtc_cmos 00:00: RTC can wake from S4\n[ 1.510007] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.512997] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.514993] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.515284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.519932] cpuidle: using governor menu\n[ 1.521449] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.523256] usbcore: registered new interface driver usbhid\n[ 1.525012] usbhid: USB HID core driver\n[ 1.526447] drop_monitor: Initializing network drop monitor service\n[ 1.528376] TCP: cubic registered\n[ 1.529692] Initializing XFRM netlink socket\n[ 1.531262] NET: Registered protocol family 10\n[ 1.533067] NET: Registered protocol family 17\n[ 1.534768] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.536619] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.538424] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.541622] Loading compiled-in X.509 certificates\n[ 1.543305] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.546482] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.550089] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.553267] registered taskstats version 1\n[ 1.556760] Key type trusted registered\n[ 1.559538] Key type encrypted registered\n[ 1.562266] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.564538] rtc_cmos 00:00: setting system clock to 2018-08-27 05:19:19 UTC (1535347159)\n[ 1.568076] Freeing unused kernel memory: 1680k freed\n[ 1.573848] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.580225] systemd[1]: Detected virtualization kvm.\n[ 1.582160] systemd[1]: Detected architecture x86-64.\n[ 1.584088] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.587716] systemd[1]: No hostname configured.\n[ 1.589543] systemd[1]: Set hostname to .\n[ 1.591525] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.616161] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.619408] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Swap.\n[ 1.623745] systemd[1]: Reached target Swap.\n[ 1.625515] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.628251] systemd[1]: Reached target Timers.\n[ 1.630053] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Paths.\n[ 1.632795] systemd[1]: Reached target Paths.\n[ 1.634581] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.637467] systemd[1]: Created slice Root Slice.\n[ 1.639341] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.642389] systemd[1]: Listening on udev Control Socket.\n[ 1.644445] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.647657] systemd[1]: Listening on udev Kernel Socket.\n[ 1.649681] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.652886] systemd[1]: Reached target Local File Systems.\n[ 1.654947] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.658088] systemd[1]: Listening on Journal Socket.\n[ 1.660026] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.662830] systemd[1]: Reached target Sockets.\n[ 1.664400] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.666909] systemd[1]: Created slice System Slice.\n[ 1.668553] systemd[1]: Starting System Slice.\n[ 1.670545] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.675392] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.678458] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.681825] systemd[1]: Reached target Slices.\n[ 1.683393] systemd[1]: Starting Slices.\n[ 1.685170] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.688883] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.757077] RPC: Registered named UNIX socket transport module.\n[ 1.759003] RPC: Registered udp transport module.\n[ 1.760628] RPC: Registered tcp transport module.\n[ 1.762265] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.793193] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.856703] FDC 0 is a S82078B\n[ 1.889647] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.930432] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.937222] scsi host0: ata_piix\n[ 1.937893] vda: vda1\n[ 1.939919] scsi host1: ata_piix\n[ 1.941413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.944044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.949360] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.951762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.954073] usb 1-1: Product: QEMU USB Tablet\n[ 1.956052] usb 1-1: Manufacturer: QEMU\n[ 1.957493] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.966565] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.970075] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.117593] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.120949] XFS (vda1): Mounting V4 Filesystem\n[ 2.145420] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.327230] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.392347] systemd-journald[109]: Received SIGTERM from PID 1 (systemd).\n[ 2.542596] SELinux: Disabled at runtime.\n[ 2.581200] type=1404 audit(1535347160.516:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.631478] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.633376] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting Debug File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 2.908148] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.955626] systemd-journald[381]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.172892] type=1305 audit(1535347161.107:3): audit_pid=427 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.338099] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.341155] [drm] Initialized drm 1.1.0 20060810\n[ 3.360836] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.373192] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.375568] [TTM] Initializing pool allocator\n[ 3.377939] [TTM] Initializing DMA pool allocator\n[ 3.380500] [drm] fb mappable at 0xFC000000\n[ 3.382266] [drm] vram aper at 0xFC000000\n[ 3.383952] [drm] size 33554432\n[ 3.384875] ppdev: user-space parallel port driver\n[ 3.387352] [drm] fb depth is 24\n[ 3.387353] [drm] pitch is 3072\n[ 3.432240] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.455924] Console: switching to colour frame buffer device 128x48\n[ 3.469953] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.476506] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Authorization Manager...\n Starting NTP client/server...\n Starting Login Service...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started Login Service.\n[ 3.568379] AES CTR mode by8 optimization enabled\n[ 3.572520] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.577945] alg: No test for crc32 (crc32-pclmul)\n[ 3.582648] intel_rapl: no valid rapl domains found in package 0\n[ 3.589463] intel_rapl: no valid rapl domains found in package 0\n[ 3.600715] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server.\n\n[ 3.605870] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.675351] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 05:19:22 +0000. Up 3.62 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.997052] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 05:19:24 +0000. Up 5.95 seconds.\n[ 6.034251] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.036847] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.039154] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.041479] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.043552] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.049093] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:de:2e:71 |\n[ 6.051406] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.053343] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.055741] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.058036] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.071437] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.073952] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.076166] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.078646] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.081160] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-27 05:19:50,004 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action used request id req-668e35b4-e8e5-449e-8951-719073adcbe7 2018-08-27 05:19:50,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0803179740906s 2018-08-27 05:19:50,006 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action used request id req-668e35b4-e8e5-449e-8951-719073adcbe7 2018-08-27 05:19:50,006 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2305296592 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.428045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.431119] pid_max: default: 32768 minimum: 301 [ 0.432774] Security Framework initialized [ 0.434347] SELinux: Initializing. [ 0.435988] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442338] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446352] Mount-cache hash table entries: 4096 [ 0.448287] Initializing cgroup subsys memory [ 0.449879] Initializing cgroup subsys devices [ 0.451481] Initializing cgroup subsys freezer [ 0.453075] Initializing cgroup subsys net_cls [ 0.454728] Initializing cgroup subsys blkio [ 0.456287] Initializing cgroup subsys perf_event [ 0.457934] Initializing cgroup subsys hugetlb [ 0.459529] Initializing cgroup subsys pids [ 0.461058] Initializing cgroup subsys net_prio [ 0.462751] CPU: Physical Processor ID: 0 [ 0.465006] mce: CPU supports 10 MCE banks [ 0.466559] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.468349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.470125] tlb_flushall_shift: 6 [ 0.471680] Freeing SMP alternatives: 28k freed [ 0.475938] ACPI: Core revision 20130517 [ 0.477850] ACPI: All ACPI Tables successfully acquired [ 0.479903] ftrace: allocating 25812 entries in 101 pages [ 0.501808] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.503906] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506005] smpboot: Max logical packages: 2 [ 0.507825] Enabling x2apic [ 0.509067] Enabled x2apic [ 0.510571] Switched APIC routing to physical x2apic. [ 0.513629] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.515689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519361] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.528166] KVM setup paravirtual spinlock [ 0.531020] smpboot: Booting Node 0, Processors #1 OK [ 0.533208] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.555213] Brought up 2 CPUs [ 0.555215] KVM setup async PF for cpu 1 [ 0.555218] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.559670] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.562650] devtmpfs: initialized [ 0.565818] EVM: security.selinux [ 0.567219] EVM: security.ima [ 0.568516] EVM: security.capability [ 0.570645] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.572834] pinctrl core: initialized pinctrl subsystem [ 0.574815] NET: Registered protocol family 16 [ 0.576719] ACPI: bus type PCI registered [ 0.578305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.580498] PCI: Using configuration type 1 for base access [ 0.585753] ACPI: Added _OSI(Module Device) [ 0.587441] ACPI: Added _OSI(Processor Device) [ 0.589112] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.590782] ACPI: Added _OSI(Processor Aggregator Device) [ 0.593754] ACPI: Interpreter enabled [ 0.595292] ACPI: (supports S0 S5) [ 0.596675] ACPI: Using IOAPIC for interrupt routing [ 0.598458] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.607663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.609747] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.613688] acpiphp: Slot [3] registered [ 0.615258] acpiphp: Slot [4] registered [ 0.616799] acpiphp: Slot [5] registered [ 0.618311] acpiphp: Slot [6] registered [ 0.619851] acpiphp: Slot [7] registered [ 0.621391] acpiphp: Slot [8] registered [ 0.622924] acpiphp: Slot [9] registered [ 0.624500] acpiphp: Slot [10] registered [ 0.626054] acpiphp: Slot [11] registered [ 0.627627] acpiphp: Slot [12] registered [ 0.629200] acpiphp: Slot [13] registered [ 0.630771] acpiphp: Slot [14] registered [ 0.632311] acpiphp: Slot [15] registered [ 0.633904] acpiphp: Slot [16] registered [ 0.635479] acpiphp: Slot [17] registered [ 0.637067] acpiphp: Slot [18] registered [ 0.638616] acpiphp: Slot [19] registered [ 0.640172] acpiphp: Slot [20] registered [ 0.641757] acpiphp: Slot [21] registered [ 0.643314] acpiphp: Slot [22] registered [ 0.644925] acpiphp: Slot [23] registered [ 0.646515] acpiphp: Slot [24] registered [ 0.648119] acpiphp: Slot [25] registered [ 0.649664] acpiphp: Slot [26] registered [ 0.651255] acpiphp: Slot [27] registered [ 0.652770] acpiphp: Slot [28] registered [ 0.654338] acpiphp: Slot [29] registered [ 0.655882] acpiphp: Slot [30] registered [ 0.657449] acpiphp: Slot [31] registered [ 0.658948] PCI host bridge to bus 0000:00 [ 0.660520] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.662339] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.664471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.666641] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.669515] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.672374] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.678090] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.680339] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.682409] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.684609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.688909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.691753] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.715645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.718143] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.720887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.723300] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.725681] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.727916] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.730215] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.733215] vgaarb: loaded [ 0.734487] vgaarb: bridge control possible 0000:00:02.0 [ 0.736502] SCSI subsystem initialized [ 0.737944] ACPI: bus type USB registered [ 0.739440] usbcore: registered new interface driver usbfs [ 0.741221] usbcore: registered new interface driver hub [ 0.742970] usbcore: registered new device driver usb [ 0.744848] PCI: Using ACPI for IRQ routing [ 0.746735] NetLabel: Initializing [ 0.748075] NetLabel: domain hash size = 128 [ 0.749589] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.751264] NetLabel: unlabeled traffic allowed by default [ 0.753180] Switched to clocksource kvm-clock [ 0.763047] pnp: PnP ACPI init [ 0.764360] ACPI: bus type PNP registered [ 0.766276] pnp: PnP ACPI: found 5 devices [ 0.767745] ACPI: bus type PNP unregistered [ 0.774893] NET: Registered protocol family 2 [ 0.776715] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.779641] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.782034] TCP: Hash tables configured (established 32768 bind 32768) [ 0.784066] TCP: reno registered [ 0.785362] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.787238] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.789272] NET: Registered protocol family 1 [ 0.790815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.792628] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.794402] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.814569] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.834818] Unpacking initramfs... [ 1.311310] Freeing initrd memory: 37508k freed [ 1.320980] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.322977] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.326597] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.328568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.330692] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.332592] Initialise system trusted keyring [ 1.334149] audit: initializing netlink socket (disabled) [ 1.335848] type=2000 audit(1535347160.112:1): initialized [ 1.352862] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.354790] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.357566] zpool: loaded [ 1.358745] zbud: loaded [ 1.360058] VFS: Disk quotas dquot_6.5.2 [ 1.361514] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.363599] msgmni has been set to 7578 [ 1.365068] Key type big_key registered [ 1.367199] NET: Registered protocol family 38 [ 1.368732] Key type asymmetric registered [ 1.370187] Asymmetric key parser 'x509' registered [ 1.371794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.374481] io scheduler noop registered [ 1.375903] io scheduler deadline registered (default) [ 1.391316] io scheduler cfq registered [ 1.392817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.394557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.396585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.399232] ACPI: Power Button [PWRF] [ 1.400701] GHES: HEST is not enabled! [ 1.402151] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.426909] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.429059] Non-volatile memory driver v1.3 [ 1.430570] Linux agpgart interface v0.103 [ 1.432143] crash memory driver: version 1.1 [ 1.433710] rdac: device handler registered [ 1.435292] hp_sw: device handler registered [ 1.436803] emc: device handler registered [ 1.438276] alua: device handler registered [ 1.439774] libphy: Fixed MDIO Bus: probed [ 1.441285] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.443235] ehci-pci: EHCI PCI platform driver [ 1.444771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.446655] ohci-pci: OHCI PCI platform driver [ 1.448209] uhci_hcd: USB Universal Host Controller Interface driver [ 1.468664] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.470399] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.473109] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.474825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.476707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.478713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.481343] usb usb1: Product: UHCI Host Controller [ 1.482942] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.484996] usb usb1: SerialNumber: 0000:00:01.2 [ 1.486637] hub 1-0:1.0: USB hub found [ 1.488059] hub 1-0:1.0: 2 ports detected [ 1.489659] usbcore: registered new interface driver usbserial [ 1.491482] usbcore: registered new interface driver usbserial_generic [ 1.493431] usbserial: USB Serial support registered for generic [ 1.495300] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.498880] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.500564] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.502405] mousedev: PS/2 mouse device common for all mice [ 1.504564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.507628] rtc_cmos 00:00: RTC can wake from S4 [ 1.510007] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.512997] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.514993] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.515284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.519932] cpuidle: using governor menu [ 1.521449] hidraw: raw HID events driver (C) Jiri Kosina [ 1.523256] usbcore: registered new interface driver usbhid [ 1.525012] usbhid: USB HID core driver [ 1.526447] drop_monitor: Initializing network drop monitor service [ 1.528376] TCP: cubic registered [ 1.529692] Initializing XFRM netlink socket [ 1.531262] NET: Registered protocol family 10 [ 1.533067] NET: Registered protocol family 17 [ 1.534768] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.536619] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.538424] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.541622] Loading compiled-in X.509 certificates [ 1.543305] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.546482] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.550089] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.553267] registered taskstats version 1 [ 1.556760] Key type trusted registered [ 1.559538] Key type encrypted registered [ 1.562266] IMA: No TPM chip found, activating TPM-bypass! [ 1.564538] rtc_cmos 00:00: setting system clock to 2018-08-27 05:19:19 UTC (1535347159) [ 1.568076] Freeing unused kernel memory: 1680k freed [ 1.573848] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.580225] systemd[1]: Detected virtualization kvm. [ 1.582160] systemd[1]: Detected architecture x86-64. [ 1.584088] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.587716] systemd[1]: No hostname configured. [ 1.589543] systemd[1]: Set hostname to . [ 1.591525] systemd[1]: Initializing machine ID from KVM UUID. [ 1.616161] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.619408] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Swap. [ 1.623745] systemd[1]: Reached target Swap. [ 1.625515] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.628251] systemd[1]: Reached target Timers. [ 1.630053] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Paths. [ 1.632795] systemd[1]: Reached target Paths. [ 1.634581] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.637467] systemd[1]: Created slice Root Slice. [ 1.639341] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.642389] systemd[1]: Listening on udev Control Socket. [ 1.644445] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.647657] systemd[1]: Listening on udev Kernel Socket. [ 1.649681] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.652886] systemd[1]: Reached target Local File Systems. [ 1.654947] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.658088] systemd[1]: Listening on Journal Socket. [ 1.660026] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.662830] systemd[1]: Reached target Sockets. [ 1.664400] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.666909] systemd[1]: Created slice System Slice. [ 1.668553] systemd[1]: Starting System Slice. [ 1.670545] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.675392] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.678458] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.681825] systemd[1]: Reached target Slices. [ 1.683393] systemd[1]: Starting Slices. [ 1.685170] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.688883] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.757077] RPC: Registered named UNIX socket transport module. [ 1.759003] RPC: Registered udp transport module. [ 1.760628] RPC: Registered tcp transport module. [ 1.762265] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.793193] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.856703] FDC 0 is a S82078B [ 1.889647] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.930432] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.937222] scsi host0: ata_piix [ 1.937893] vda: vda1 [ 1.939919] scsi host1: ata_piix [ 1.941413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.944044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.949360] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.951762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.954073] usb 1-1: Product: QEMU USB Tablet [ 1.956052] usb 1-1: Manufacturer: QEMU [ 1.957493] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.966565] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.970075] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.117593] SGI XFS with ACLs, security attributes, no debug enabled [ 2.120949] XFS (vda1): Mounting V4 Filesystem [ 2.145420] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.327230] tsc: Refined TSC clocksource calibration: 3491.849 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.392347] systemd-journald[109]: Received SIGTERM from PID 1 (systemd). [ 2.542596] SELinux: Disabled at runtime. [ 2.581200] type=1404 audit(1535347160.516:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.631478] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.633376] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Initrd Root File System. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on udev Kernel Socket. Mounting Debug File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [ 2.908148] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.955626] systemd-journald[381]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.172892] type=1305 audit(1535347161.107:3): audit_pid=427 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus System Message Bus. [ 3.338099] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.341155] [drm] Initialized drm 1.1.0 20060810 [ 3.360836] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.373192] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.375568] [TTM] Initializing pool allocator [ 3.377939] [TTM] Initializing DMA pool allocator [ 3.380500] [drm] fb mappable at 0xFC000000 [ 3.382266] [drm] vram aper at 0xFC000000 [ 3.383952] [drm] size 33554432 [ 3.384875] ppdev: user-space parallel port driver [ 3.387352] [drm] fb depth is 24 [ 3.387353] [drm] pitch is 3072 [ 3.432240] fbcon: cirrusdrmfb (fb0) is primary device [ 3.455924] Console: switching to colour frame buffer device 128x48 [ 3.469953] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... [ 3.476506] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Authorization Manager... Starting NTP client/server... Starting Login Service... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started Login Service. [ 3.568379] AES CTR mode by8 optimization enabled [ 3.572520] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.577945] alg: No test for crc32 (crc32-pclmul) [ 3.582648] intel_rapl: no valid rapl domains found in package 0 [ 3.589463] intel_rapl: no valid rapl domains found in package 0 [ 3.600715] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server. [ 3.605870] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.675351] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 05:19:22 +0000. Up 3.62 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.997052] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 05:19:24 +0000. Up 5.95 seconds. [ 6.034251] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.036847] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.039154] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.041479] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.043552] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.049093] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:de:2e:71 | [ 6.051406] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.053343] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.055741] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.058036] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.071437] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.073952] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.076166] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.078646] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.081160] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-27 05:19:50,010 - paramiko.transport - DEBUG - starting thread (client mode): 0x40049410L 2018-08-27 05:19:50,010 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 05:19:50,016 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 05:19:50,016 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 05:19:50,018 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 05:19:50,018 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 05:19:50,018 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 05:19:50,018 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 05:19:50,019 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 05:19:50,019 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 05:19:50,024 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 05:19:50,024 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 05:19:50,027 - paramiko.transport - DEBUG - Trying discovered key ebb7a276d4ad9b17d1fae1a32e5975c6 in /tmp/tmpUc36YQ 2018-08-27 05:19:50,063 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 05:20:00,082 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 05:20:00,107 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-27 05:20:00,108 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 05:20:00,113 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 05:20:00,115 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.207: Authentication failed. 2018-08-27 05:20:09,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 05:20:09,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 05:20:09,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:20:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb55bcff-4077-4252-b920-8b80c0d530f9 x-compute-request-id: req-eb55bcff-4077-4252-b920-8b80c0d530f9 Content-Encoding: gzip Content-Length: 11740 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2305296592 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.428045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.431119] pid_max: default: 32768 minimum: 301\n[ 0.432774] Security Framework initialized\n[ 0.434347] SELinux: Initializing.\n[ 0.435988] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442338] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446352] Mount-cache hash table entries: 4096\n[ 0.448287] Initializing cgroup subsys memory\n[ 0.449879] Initializing cgroup subsys devices\n[ 0.451481] Initializing cgroup subsys freezer\n[ 0.453075] Initializing cgroup subsys net_cls\n[ 0.454728] Initializing cgroup subsys blkio\n[ 0.456287] Initializing cgroup subsys perf_event\n[ 0.457934] Initializing cgroup subsys hugetlb\n[ 0.459529] Initializing cgroup subsys pids\n[ 0.461058] Initializing cgroup subsys net_prio\n[ 0.462751] CPU: Physical Processor ID: 0\n[ 0.465006] mce: CPU supports 10 MCE banks\n[ 0.466559] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.468349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.470125] tlb_flushall_shift: 6\n[ 0.471680] Freeing SMP alternatives: 28k freed\n[ 0.475938] ACPI: Core revision 20130517\n[ 0.477850] ACPI: All ACPI Tables successfully acquired\n[ 0.479903] ftrace: allocating 25812 entries in 101 pages\n[ 0.501808] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.503906] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506005] smpboot: Max logical packages: 2\n[ 0.507825] Enabling x2apic\n[ 0.509067] Enabled x2apic\n[ 0.510571] Switched APIC routing to physical x2apic.\n[ 0.513629] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.515689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519361] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.528166] KVM setup paravirtual spinlock\n[ 0.531020] smpboot: Booting Node 0, Processors #1 OK\n[ 0.533208] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.555213] Brought up 2 CPUs\n[ 0.555215] KVM setup async PF for cpu 1\n[ 0.555218] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.559670] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.562650] devtmpfs: initialized\n[ 0.565818] EVM: security.selinux\n[ 0.567219] EVM: security.ima\n[ 0.568516] EVM: security.capability\n[ 0.570645] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.572834] pinctrl core: initialized pinctrl subsystem\n[ 0.574815] NET: Registered protocol family 16\n[ 0.576719] ACPI: bus type PCI registered\n[ 0.578305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.580498] PCI: Using configuration type 1 for base access\n[ 0.585753] ACPI: Added _OSI(Module Device)\n[ 0.587441] ACPI: Added _OSI(Processor Device)\n[ 0.589112] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.590782] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.593754] ACPI: Interpreter enabled\n[ 0.595292] ACPI: (supports S0 S5)\n[ 0.596675] ACPI: Using IOAPIC for interrupt routing\n[ 0.598458] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.607663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.609747] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.613688] acpiphp: Slot [3] registered\n[ 0.615258] acpiphp: Slot [4] registered\n[ 0.616799] acpiphp: Slot [5] registered\n[ 0.618311] acpiphp: Slot [6] registered\n[ 0.619851] acpiphp: Slot [7] registered\n[ 0.621391] acpiphp: Slot [8] registered\n[ 0.622924] acpiphp: Slot [9] registered\n[ 0.624500] acpiphp: Slot [10] registered\n[ 0.626054] acpiphp: Slot [11] registered\n[ 0.627627] acpiphp: Slot [12] registered\n[ 0.629200] acpiphp: Slot [13] registered\n[ 0.630771] acpiphp: Slot [14] registered\n[ 0.632311] acpiphp: Slot [15] registered\n[ 0.633904] acpiphp: Slot [16] registered\n[ 0.635479] acpiphp: Slot [17] registered\n[ 0.637067] acpiphp: Slot [18] registered\n[ 0.638616] acpiphp: Slot [19] registered\n[ 0.640172] acpiphp: Slot [20] registered\n[ 0.641757] acpiphp: Slot [21] registered\n[ 0.643314] acpiphp: Slot [22] registered\n[ 0.644925] acpiphp: Slot [23] registered\n[ 0.646515] acpiphp: Slot [24] registered\n[ 0.648119] acpiphp: Slot [25] registered\n[ 0.649664] acpiphp: Slot [26] registered\n[ 0.651255] acpiphp: Slot [27] registered\n[ 0.652770] acpiphp: Slot [28] registered\n[ 0.654338] acpiphp: Slot [29] registered\n[ 0.655882] acpiphp: Slot [30] registered\n[ 0.657449] acpiphp: Slot [31] registered\n[ 0.658948] PCI host bridge to bus 0000:00\n[ 0.660520] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.662339] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.664471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.666641] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.669515] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.672374] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.678090] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.680339] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.682409] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.684609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.688909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.691753] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.715645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.718143] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.720887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.723300] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.725681] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.727916] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.730215] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.733215] vgaarb: loaded\n[ 0.734487] vgaarb: bridge control possible 0000:00:02.0\n[ 0.736502] SCSI subsystem initialized\n[ 0.737944] ACPI: bus type USB registered\n[ 0.739440] usbcore: registered new interface driver usbfs\n[ 0.741221] usbcore: registered new interface driver hub\n[ 0.742970] usbcore: registered new device driver usb\n[ 0.744848] PCI: Using ACPI for IRQ routing\n[ 0.746735] NetLabel: Initializing\n[ 0.748075] NetLabel: domain hash size = 128\n[ 0.749589] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.751264] NetLabel: unlabeled traffic allowed by default\n[ 0.753180] Switched to clocksource kvm-clock\n[ 0.763047] pnp: PnP ACPI init\n[ 0.764360] ACPI: bus type PNP registered\n[ 0.766276] pnp: PnP ACPI: found 5 devices\n[ 0.767745] ACPI: bus type PNP unregistered\n[ 0.774893] NET: Registered protocol family 2\n[ 0.776715] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.779641] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.782034] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.784066] TCP: reno registered\n[ 0.785362] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.787238] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.789272] NET: Registered protocol family 1\n[ 0.790815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.792628] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.794402] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.814569] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.834818] Unpacking initramfs...\n[ 1.311310] Freeing initrd memory: 37508k freed\n[ 1.320980] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.322977] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.326597] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.328568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.330692] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.332592] Initialise system trusted keyring\n[ 1.334149] audit: initializing netlink socket (disabled)\n[ 1.335848] type=2000 audit(1535347160.112:1): initialized\n[ 1.352862] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.354790] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.357566] zpool: loaded\n[ 1.358745] zbud: loaded\n[ 1.360058] VFS: Disk quotas dquot_6.5.2\n[ 1.361514] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.363599] msgmni has been set to 7578\n[ 1.365068] Key type big_key registered\n[ 1.367199] NET: Registered protocol family 38\n[ 1.368732] Key type asymmetric registered\n[ 1.370187] Asymmetric key parser 'x509' registered\n[ 1.371794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.374481] io scheduler noop registered\n[ 1.375903] io scheduler deadline registered (default)\n[ 1.391316] io scheduler cfq registered\n[ 1.392817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.394557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.396585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.399232] ACPI: Power Button [PWRF]\n[ 1.400701] GHES: HEST is not enabled!\n[ 1.402151] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.426909] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.429059] Non-volatile memory driver v1.3\n[ 1.430570] Linux agpgart interface v0.103\n[ 1.432143] crash memory driver: version 1.1\n[ 1.433710] rdac: device handler registered\n[ 1.435292] hp_sw: device handler registered\n[ 1.436803] emc: device handler registered\n[ 1.438276] alua: device handler registered\n[ 1.439774] libphy: Fixed MDIO Bus: probed\n[ 1.441285] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.443235] ehci-pci: EHCI PCI platform driver\n[ 1.444771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.446655] ohci-pci: OHCI PCI platform driver\n[ 1.448209] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.468664] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.470399] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.473109] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.474825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.476707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.478713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.481343] usb usb1: Product: UHCI Host Controller\n[ 1.482942] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.484996] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.486637] hub 1-0:1.0: USB hub found\n[ 1.488059] hub 1-0:1.0: 2 ports detected\n[ 1.489659] usbcore: registered new interface driver usbserial\n[ 1.491482] usbcore: registered new interface driver usbserial_generic\n[ 1.493431] usbserial: USB Serial support registered for generic\n[ 1.495300] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.498880] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.500564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.502405] mousedev: PS/2 mouse device common for all mice\n[ 1.504564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.507628] rtc_cmos 00:00: RTC can wake from S4\n[ 1.510007] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.512997] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.514993] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.515284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.519932] cpuidle: using governor menu\n[ 1.521449] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.523256] usbcore: registered new interface driver usbhid\n[ 1.525012] usbhid: USB HID core driver\n[ 1.526447] drop_monitor: Initializing network drop monitor service\n[ 1.528376] TCP: cubic registered\n[ 1.529692] Initializing XFRM netlink socket\n[ 1.531262] NET: Registered protocol family 10\n[ 1.533067] NET: Registered protocol family 17\n[ 1.534768] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.536619] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.538424] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.541622] Loading compiled-in X.509 certificates\n[ 1.543305] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.546482] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.550089] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.553267] registered taskstats version 1\n[ 1.556760] Key type trusted registered\n[ 1.559538] Key type encrypted registered\n[ 1.562266] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.564538] rtc_cmos 00:00: setting system clock to 2018-08-27 05:19:19 UTC (1535347159)\n[ 1.568076] Freeing unused kernel memory: 1680k freed\n[ 1.573848] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.580225] systemd[1]: Detected virtualization kvm.\n[ 1.582160] systemd[1]: Detected architecture x86-64.\n[ 1.584088] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.587716] systemd[1]: No hostname configured.\n[ 1.589543] systemd[1]: Set hostname to .\n[ 1.591525] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.616161] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.619408] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Swap.\n[ 1.623745] systemd[1]: Reached target Swap.\n[ 1.625515] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.628251] systemd[1]: Reached target Timers.\n[ 1.630053] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Paths.\n[ 1.632795] systemd[1]: Reached target Paths.\n[ 1.634581] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.637467] systemd[1]: Created slice Root Slice.\n[ 1.639341] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.642389] systemd[1]: Listening on udev Control Socket.\n[ 1.644445] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.647657] systemd[1]: Listening on udev Kernel Socket.\n[ 1.649681] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.652886] systemd[1]: Reached target Local File Systems.\n[ 1.654947] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.658088] systemd[1]: Listening on Journal Socket.\n[ 1.660026] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.662830] systemd[1]: Reached target Sockets.\n[ 1.664400] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.666909] systemd[1]: Created slice System Slice.\n[ 1.668553] systemd[1]: Starting System Slice.\n[ 1.670545] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.675392] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.678458] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.681825] systemd[1]: Reached target Slices.\n[ 1.683393] systemd[1]: Starting Slices.\n[ 1.685170] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.688883] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.757077] RPC: Registered named UNIX socket transport module.\n[ 1.759003] RPC: Registered udp transport module.\n[ 1.760628] RPC: Registered tcp transport module.\n[ 1.762265] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.793193] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.856703] FDC 0 is a S82078B\n[ 1.889647] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.930432] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.937222] scsi host0: ata_piix\n[ 1.937893] vda: vda1\n[ 1.939919] scsi host1: ata_piix\n[ 1.941413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.944044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.949360] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.951762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.954073] usb 1-1: Product: QEMU USB Tablet\n[ 1.956052] usb 1-1: Manufacturer: QEMU\n[ 1.957493] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.966565] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.970075] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.117593] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.120949] XFS (vda1): Mounting V4 Filesystem\n[ 2.145420] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.327230] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.392347] systemd-journald[109]: Received SIGTERM from PID 1 (systemd).\n[ 2.542596] SELinux: Disabled at runtime.\n[ 2.581200] type=1404 audit(1535347160.516:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.631478] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.633376] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting Debug File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 2.908148] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.955626] systemd-journald[381]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.172892] type=1305 audit(1535347161.107:3): audit_pid=427 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.338099] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.341155] [drm] Initialized drm 1.1.0 20060810\n[ 3.360836] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.373192] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.375568] [TTM] Initializing pool allocator\n[ 3.377939] [TTM] Initializing DMA pool allocator\n[ 3.380500] [drm] fb mappable at 0xFC000000\n[ 3.382266] [drm] vram aper at 0xFC000000\n[ 3.383952] [drm] size 33554432\n[ 3.384875] ppdev: user-space parallel port driver\n[ 3.387352] [drm] fb depth is 24\n[ 3.387353] [drm] pitch is 3072\n[ 3.432240] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.455924] Console: switching to colour frame buffer device 128x48\n[ 3.469953] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.476506] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Authorization Manager...\n Starting NTP client/server...\n Starting Login Service...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started Login Service.\n[ 3.568379] AES CTR mode by8 optimization enabled\n[ 3.572520] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.577945] alg: No test for crc32 (crc32-pclmul)\n[ 3.582648] intel_rapl: no valid rapl domains found in package 0\n[ 3.589463] intel_rapl: no valid rapl domains found in package 0\n[ 3.600715] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server.\n\n[ 3.605870] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.675351] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 05:19:22 +0000. Up 3.62 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.997052] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 05:19:24 +0000. Up 5.95 seconds.\n[ 6.034251] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.036847] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.039154] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.041479] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.043552] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.049093] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:de:2e:71 |\n[ 6.051406] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.053343] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.055741] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.058036] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.071437] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.073952] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.076166] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.078646] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.081160] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-27 05:20:09,211 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action used request id req-eb55bcff-4077-4252-b920-8b80c0d530f9 2018-08-27 05:20:09,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0931529998779s 2018-08-27 05:20:09,212 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2/action used request id req-eb55bcff-4077-4252-b920-8b80c0d530f9 2018-08-27 05:20:09,213 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2305296592 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.428045] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.431119] pid_max: default: 32768 minimum: 301 [ 0.432774] Security Framework initialized [ 0.434347] SELinux: Initializing. [ 0.435988] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442338] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446352] Mount-cache hash table entries: 4096 [ 0.448287] Initializing cgroup subsys memory [ 0.449879] Initializing cgroup subsys devices [ 0.451481] Initializing cgroup subsys freezer [ 0.453075] Initializing cgroup subsys net_cls [ 0.454728] Initializing cgroup subsys blkio [ 0.456287] Initializing cgroup subsys perf_event [ 0.457934] Initializing cgroup subsys hugetlb [ 0.459529] Initializing cgroup subsys pids [ 0.461058] Initializing cgroup subsys net_prio [ 0.462751] CPU: Physical Processor ID: 0 [ 0.465006] mce: CPU supports 10 MCE banks [ 0.466559] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.468349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.470125] tlb_flushall_shift: 6 [ 0.471680] Freeing SMP alternatives: 28k freed [ 0.475938] ACPI: Core revision 20130517 [ 0.477850] ACPI: All ACPI Tables successfully acquired [ 0.479903] ftrace: allocating 25812 entries in 101 pages [ 0.501808] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.503906] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506005] smpboot: Max logical packages: 2 [ 0.507825] Enabling x2apic [ 0.509067] Enabled x2apic [ 0.510571] Switched APIC routing to physical x2apic. [ 0.513629] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.515689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519361] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.528166] KVM setup paravirtual spinlock [ 0.531020] smpboot: Booting Node 0, Processors #1 OK [ 0.533208] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.555213] Brought up 2 CPUs [ 0.555215] KVM setup async PF for cpu 1 [ 0.555218] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.559670] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.562650] devtmpfs: initialized [ 0.565818] EVM: security.selinux [ 0.567219] EVM: security.ima [ 0.568516] EVM: security.capability [ 0.570645] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.572834] pinctrl core: initialized pinctrl subsystem [ 0.574815] NET: Registered protocol family 16 [ 0.576719] ACPI: bus type PCI registered [ 0.578305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.580498] PCI: Using configuration type 1 for base access [ 0.585753] ACPI: Added _OSI(Module Device) [ 0.587441] ACPI: Added _OSI(Processor Device) [ 0.589112] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.590782] ACPI: Added _OSI(Processor Aggregator Device) [ 0.593754] ACPI: Interpreter enabled [ 0.595292] ACPI: (supports S0 S5) [ 0.596675] ACPI: Using IOAPIC for interrupt routing [ 0.598458] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.607663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.609747] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.613688] acpiphp: Slot [3] registered [ 0.615258] acpiphp: Slot [4] registered [ 0.616799] acpiphp: Slot [5] registered [ 0.618311] acpiphp: Slot [6] registered [ 0.619851] acpiphp: Slot [7] registered [ 0.621391] acpiphp: Slot [8] registered [ 0.622924] acpiphp: Slot [9] registered [ 0.624500] acpiphp: Slot [10] registered [ 0.626054] acpiphp: Slot [11] registered [ 0.627627] acpiphp: Slot [12] registered [ 0.629200] acpiphp: Slot [13] registered [ 0.630771] acpiphp: Slot [14] registered [ 0.632311] acpiphp: Slot [15] registered [ 0.633904] acpiphp: Slot [16] registered [ 0.635479] acpiphp: Slot [17] registered [ 0.637067] acpiphp: Slot [18] registered [ 0.638616] acpiphp: Slot [19] registered [ 0.640172] acpiphp: Slot [20] registered [ 0.641757] acpiphp: Slot [21] registered [ 0.643314] acpiphp: Slot [22] registered [ 0.644925] acpiphp: Slot [23] registered [ 0.646515] acpiphp: Slot [24] registered [ 0.648119] acpiphp: Slot [25] registered [ 0.649664] acpiphp: Slot [26] registered [ 0.651255] acpiphp: Slot [27] registered [ 0.652770] acpiphp: Slot [28] registered [ 0.654338] acpiphp: Slot [29] registered [ 0.655882] acpiphp: Slot [30] registered [ 0.657449] acpiphp: Slot [31] registered [ 0.658948] PCI host bridge to bus 0000:00 [ 0.660520] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.662339] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.664471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.666641] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.669515] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.672374] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.678090] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.680339] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.682409] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.684609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.688909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.691753] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.715645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.718143] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.720887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.723300] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.725681] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.727916] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.730215] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.733215] vgaarb: loaded [ 0.734487] vgaarb: bridge control possible 0000:00:02.0 [ 0.736502] SCSI subsystem initialized [ 0.737944] ACPI: bus type USB registered [ 0.739440] usbcore: registered new interface driver usbfs [ 0.741221] usbcore: registered new interface driver hub [ 0.742970] usbcore: registered new device driver usb [ 0.744848] PCI: Using ACPI for IRQ routing [ 0.746735] NetLabel: Initializing [ 0.748075] NetLabel: domain hash size = 128 [ 0.749589] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.751264] NetLabel: unlabeled traffic allowed by default [ 0.753180] Switched to clocksource kvm-clock [ 0.763047] pnp: PnP ACPI init [ 0.764360] ACPI: bus type PNP registered [ 0.766276] pnp: PnP ACPI: found 5 devices [ 0.767745] ACPI: bus type PNP unregistered [ 0.774893] NET: Registered protocol family 2 [ 0.776715] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.779641] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.782034] TCP: Hash tables configured (established 32768 bind 32768) [ 0.784066] TCP: reno registered [ 0.785362] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.787238] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.789272] NET: Registered protocol family 1 [ 0.790815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.792628] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.794402] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.814569] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.834818] Unpacking initramfs... [ 1.311310] Freeing initrd memory: 37508k freed [ 1.320980] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.322977] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.326597] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.328568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.330692] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.332592] Initialise system trusted keyring [ 1.334149] audit: initializing netlink socket (disabled) [ 1.335848] type=2000 audit(1535347160.112:1): initialized [ 1.352862] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.354790] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.357566] zpool: loaded [ 1.358745] zbud: loaded [ 1.360058] VFS: Disk quotas dquot_6.5.2 [ 1.361514] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.363599] msgmni has been set to 7578 [ 1.365068] Key type big_key registered [ 1.367199] NET: Registered protocol family 38 [ 1.368732] Key type asymmetric registered [ 1.370187] Asymmetric key parser 'x509' registered [ 1.371794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.374481] io scheduler noop registered [ 1.375903] io scheduler deadline registered (default) [ 1.391316] io scheduler cfq registered [ 1.392817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.394557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.396585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.399232] ACPI: Power Button [PWRF] [ 1.400701] GHES: HEST is not enabled! [ 1.402151] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.426909] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.429059] Non-volatile memory driver v1.3 [ 1.430570] Linux agpgart interface v0.103 [ 1.432143] crash memory driver: version 1.1 [ 1.433710] rdac: device handler registered [ 1.435292] hp_sw: device handler registered [ 1.436803] emc: device handler registered [ 1.438276] alua: device handler registered [ 1.439774] libphy: Fixed MDIO Bus: probed [ 1.441285] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.443235] ehci-pci: EHCI PCI platform driver [ 1.444771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.446655] ohci-pci: OHCI PCI platform driver [ 1.448209] uhci_hcd: USB Universal Host Controller Interface driver [ 1.468664] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.470399] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.473109] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.474825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.476707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.478713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.481343] usb usb1: Product: UHCI Host Controller [ 1.482942] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.484996] usb usb1: SerialNumber: 0000:00:01.2 [ 1.486637] hub 1-0:1.0: USB hub found [ 1.488059] hub 1-0:1.0: 2 ports detected [ 1.489659] usbcore: registered new interface driver usbserial [ 1.491482] usbcore: registered new interface driver usbserial_generic [ 1.493431] usbserial: USB Serial support registered for generic [ 1.495300] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.498880] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.500564] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.502405] mousedev: PS/2 mouse device common for all mice [ 1.504564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.507628] rtc_cmos 00:00: RTC can wake from S4 [ 1.510007] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.512997] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.514993] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.515284] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.519932] cpuidle: using governor menu [ 1.521449] hidraw: raw HID events driver (C) Jiri Kosina [ 1.523256] usbcore: registered new interface driver usbhid [ 1.525012] usbhid: USB HID core driver [ 1.526447] drop_monitor: Initializing network drop monitor service [ 1.528376] TCP: cubic registered [ 1.529692] Initializing XFRM netlink socket [ 1.531262] NET: Registered protocol family 10 [ 1.533067] NET: Registered protocol family 17 [ 1.534768] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.536619] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.538424] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.541622] Loading compiled-in X.509 certificates [ 1.543305] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.546482] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.550089] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.553267] registered taskstats version 1 [ 1.556760] Key type trusted registered [ 1.559538] Key type encrypted registered [ 1.562266] IMA: No TPM chip found, activating TPM-bypass! [ 1.564538] rtc_cmos 00:00: setting system clock to 2018-08-27 05:19:19 UTC (1535347159) [ 1.568076] Freeing unused kernel memory: 1680k freed [ 1.573848] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.580225] systemd[1]: Detected virtualization kvm. [ 1.582160] systemd[1]: Detected architecture x86-64. [ 1.584088] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.587716] systemd[1]: No hostname configured. [ 1.589543] systemd[1]: Set hostname to . [ 1.591525] systemd[1]: Initializing machine ID from KVM UUID. [ 1.616161] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.619408] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Swap. [ 1.623745] systemd[1]: Reached target Swap. [ 1.625515] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.628251] systemd[1]: Reached target Timers. [ 1.630053] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Paths. [ 1.632795] systemd[1]: Reached target Paths. [ 1.634581] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.637467] systemd[1]: Created slice Root Slice. [ 1.639341] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.642389] systemd[1]: Listening on udev Control Socket. [ 1.644445] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.647657] systemd[1]: Listening on udev Kernel Socket. [ 1.649681] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.652886] systemd[1]: Reached target Local File Systems. [ 1.654947] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.658088] systemd[1]: Listening on Journal Socket. [ 1.660026] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.662830] systemd[1]: Reached target Sockets. [ 1.664400] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.666909] systemd[1]: Created slice System Slice. [ 1.668553] systemd[1]: Starting System Slice. [ 1.670545] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.675392] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.678458] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.681825] systemd[1]: Reached target Slices. [ 1.683393] systemd[1]: Starting Slices. [ 1.685170] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.688883] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.757077] RPC: Registered named UNIX socket transport module. [ 1.759003] RPC: Registered udp transport module. [ 1.760628] RPC: Registered tcp transport module. [ 1.762265] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.793193] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.856703] FDC 0 is a S82078B [ 1.889647] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.930432] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.937222] scsi host0: ata_piix [ 1.937893] vda: vda1 [ 1.939919] scsi host1: ata_piix [ 1.941413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.944044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.949360] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.951762] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.954073] usb 1-1: Product: QEMU USB Tablet [ 1.956052] usb 1-1: Manufacturer: QEMU [ 1.957493] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.966565] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.970075] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.117593] SGI XFS with ACLs, security attributes, no debug enabled [ 2.120949] XFS (vda1): Mounting V4 Filesystem [ 2.145420] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.327230] tsc: Refined TSC clocksource calibration: 3491.849 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.392347] systemd-journald[109]: Received SIGTERM from PID 1 (systemd). [ 2.542596] SELinux: Disabled at runtime. [ 2.581200] type=1404 audit(1535347160.516:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.631478] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.633376] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Initrd Root File System. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on udev Kernel Socket. Mounting Debug File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [ 2.908148] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.955626] systemd-journald[381]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.172892] type=1305 audit(1535347161.107:3): audit_pid=427 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus System Message Bus. [ 3.338099] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.341155] [drm] Initialized drm 1.1.0 20060810 [ 3.360836] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.373192] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.375568] [TTM] Initializing pool allocator [ 3.377939] [TTM] Initializing DMA pool allocator [ 3.380500] [drm] fb mappable at 0xFC000000 [ 3.382266] [drm] vram aper at 0xFC000000 [ 3.383952] [drm] size 33554432 [ 3.384875] ppdev: user-space parallel port driver [ 3.387352] [drm] fb depth is 24 [ 3.387353] [drm] pitch is 3072 [ 3.432240] fbcon: cirrusdrmfb (fb0) is primary device [ 3.455924] Console: switching to colour frame buffer device 128x48 [ 3.469953] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... [ 3.476506] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Authorization Manager... Starting NTP client/server... Starting Login Service... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started Login Service. [ 3.568379] AES CTR mode by8 optimization enabled [ 3.572520] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.577945] alg: No test for crc32 (crc32-pclmul) [ 3.582648] intel_rapl: no valid rapl domains found in package 0 [ 3.589463] intel_rapl: no valid rapl domains found in package 0 [ 3.600715] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server. [ 3.605870] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.675351] cloud-init[486]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 05:19:22 +0000. Up 3.62 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.997052] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 05:19:24 +0000. Up 5.95 seconds. [ 6.034251] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.036847] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.039154] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.041479] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.043552] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.049093] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:de:2e:71 | [ 6.051406] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.053343] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.055741] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.058036] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.071437] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.073952] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.076166] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.078646] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.081160] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-27 05:20:09,216 - paramiko.transport - DEBUG - starting thread (client mode): 0x4003c410L 2018-08-27 05:20:09,216 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 05:20:09,222 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 05:20:09,222 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 05:20:09,224 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-27 05:20:09,224 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 05:20:09,224 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 05:20:09,224 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 05:20:09,224 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 05:20:09,225 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 05:20:09,229 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 05:20:09,230 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 05:20:09,233 - paramiko.transport - DEBUG - Trying discovered key ebb7a276d4ad9b17d1fae1a32e5975c6 in /tmp/tmpUc36YQ 2018-08-27 05:20:09,270 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 05:20:19,288 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 05:20:19,312 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-27 05:20:19,312 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-27 05:20:19,313 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-27 05:20:19,314 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/status 2018-08-27 05:20:19,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 05:20:19,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 05:20:19,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 05:20:19,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 05:20:19,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 05:20:19,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 05:20:19,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 05:20:19,509 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 813, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 7994, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 864, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 805, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 818, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 890, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 05:20:19,509 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 05:20:19,509 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 05:20:18 GMT 2018-08-27 05:20:19,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 05:20:19,510 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-27 05:20:19,510 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 05:20:19,510 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 813, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 7994, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 864, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 805, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 818, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 890, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-27 05:20:19,511 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/status 2018-08-27 05:20:19,642 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 05:20:19,642 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 05:20:19,643 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 05:20:19,643 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 05:20:19,643 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 05:20:19,643 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 05:20:19,643 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 05:20:19,643 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 813, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 7994, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 864, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 805, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 818, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 890, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 05:20:19,643 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 05:20:19,643 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 05:20:18 GMT 2018-08-27 05:20:19,643 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 05:20:19,643 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-27 05:20:19,644 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 05:20:19,644 - functest.core.cloudify - INFO - The current manager status is running 2018-08-27 05:20:19,644 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-27 05:20:19,768 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 05:20:19,769 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 05:20:19,769 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 05:20:19,769 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 05:20:19,769 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 05:20:19,769 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 05:20:19,769 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 05:20:19,769 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-27 05:20:19,769 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T05:20:18.489Z", "updated_at": "2018-08-27T05:20:18.489Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 05:20:19,769 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 05:20:19,769 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 05:20:18 GMT 2018-08-27 05:20:19,770 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 05:20:19,770 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 05:20:19,770 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 05:20:19,770 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/secrets 2018-08-27 05:20:19,823 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 05:20:19,823 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 05:20:19,823 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 05:20:19,823 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 05:20:19,823 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 05:20:19,823 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 05:20:19,824 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 05:20:19,824 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-27T05:20:18.489Z", "updated_at": "2018-08-27T05:20:18.489Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-27 05:20:19,824 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 05:20:19,824 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 05:20:18 GMT 2018-08-27 05:20:19,824 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 05:20:19,824 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-27 05:20:19,824 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 05:20:19,824 - functest.core.cloudify - DEBUG - List secrets: 2018-08-27 05:20:19,825 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.207:80/api/v3/secrets/foo 2018-08-27 05:20:19,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 05:20:19,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 05:20:19,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 05:20:19,876 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 05:20:19,876 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 05:20:19,876 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 05:20:19,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 05:20:19,877 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-27 05:20:19,877 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T05:20:18.489Z", "updated_at": "2018-08-27T05:20:18.489Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 05:20:19,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 05:20:19,877 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 05:20:18 GMT 2018-08-27 05:20:19,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 05:20:19,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 05:20:19,877 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 05:20:19,877 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-27 05:20:19,878 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-27 05:20:19,878 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-27 05:20:19,879 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 05:20:19,880 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-27 05:20:19,880 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 05:20:19,882 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 05:20:19,917 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 05:20:19,917 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-27 05:20:19,918 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 05:20:19,958 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-27 05:20:19,958 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-27 05:20:19,984 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-27 05:20:40,851 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-27 05:20:40,852 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-08-27 05:20:40,853 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-27 05:20:40,853 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-08-27 05:20:40,853 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-27 05:20:45,457 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-08-27 05:20:45,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 05:20:45,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:20:45,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-baf5df63-958b-4ff0-9c04-a5d9c51d5078 Date: Mon, 27 Aug 2018 05:20:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:16:54Z", "file": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/file", "owner": "93cebba9af03436390091194d77e36b7", "id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "size": 4373348352, "self": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T05:15:54Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 05:20:45,507 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-baf5df63-958b-4ff0-9c04-a5d9c51d5078 2018-08-27 05:20:45,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0465149879456s 2018-08-27 05:20:45,508 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-baf5df63-958b-4ff0-9c04-a5d9c51d5078 2018-08-27 05:20:45,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 05:20:45,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_17adbab3-c10c-490d-9c08-30981434be48", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_17adbab3-c10c-490d-9c08-30981434be48"}' 2018-08-27 05:20:45,861 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2b977b29-f790-48ac-8a03-7c5ceb3d1eb6 Date: Mon, 27 Aug 2018 05:20:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:20:45Z", "file": "/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487/file", "owner": "93cebba9af03436390091194d77e36b7", "id": "06f2dedc-f50c-43d8-98e0-3acb0763b487", "size": null, "self": "/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_17adbab3-c10c-490d-9c08-30981434be48", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_17adbab3-c10c-490d-9c08-30981434be48", "checksum": null, "created_at": "2018-08-27T05:20:45Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 05:20:45,862 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-2b977b29-f790-48ac-8a03-7c5ceb3d1eb6 2018-08-27 05:20:45,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.345174074173s 2018-08-27 05:20:45,862 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-2b977b29-f790-48ac-8a03-7c5ceb3d1eb6 returning object 06f2dedc-f50c-43d8-98e0-3acb0763b487 2018-08-27 05:20:45,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 05:20:45,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '' 2018-08-27 05:20:52,581 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d1e96520-7b77-4b66-95c7-4d1f175a9ad1 Date: Mon, 27 Aug 2018 05:20:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:20:52,581 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487/file used request id req-d1e96520-7b77-4b66-95c7-4d1f175a9ad1 2018-08-27 05:20:52,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.71851706505s 2018-08-27 05:20:52,582 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487/file used request id req-d1e96520-7b77-4b66-95c7-4d1f175a9ad1 2018-08-27 05:20:52,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 05:20:52,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:20:52,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-3e0da220-3385-4923-9618-44ba7f563d3a Date: Mon, 27 Aug 2018 05:20:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:20:52Z", "file": "/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487/file", "owner": "93cebba9af03436390091194d77e36b7", "id": "06f2dedc-f50c-43d8-98e0-3acb0763b487", "size": 426967040, "self": "/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/06f2dedc-f50c-43d8-98e0-3acb0763b487/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/06f2dedc-f50c-43d8-98e0-3acb0763b487/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_17adbab3-c10c-490d-9c08-30981434be48", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_17adbab3-c10c-490d-9c08-30981434be48", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-08-27T05:20:45Z", "os_hidden": false, "protected": false, "os_hash_value": "77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:16:54Z", "file": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/file", "owner": "93cebba9af03436390091194d77e36b7", "id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "size": 4373348352, "self": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T05:15:54Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 05:20:52,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3e0da220-3385-4923-9618-44ba7f563d3a 2018-08-27 05:20:52,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301278829575s 2018-08-27 05:20:52,888 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3e0da220-3385-4923-9618-44ba7f563d3a 2018-08-27 05:20:52,890 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/06f2dedc-f50c-43d8-98e0-3acb0763b487/snap', u'metadata': Munch({})})], 'file': u'/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487/file', 'owner': u'93cebba9af03436390091194d77e36b7', 'id': u'06f2dedc-f50c-43d8-98e0-3acb0763b487', 'size': 426967040, u'self': u'/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'93cebba9af03436390091194d77e36b7', 'name': 'vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/06f2dedc-f50c-43d8-98e0-3acb0763b487/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T05:20:52Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T05:20:52Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_17adbab3-c10c-490d-9c08-30981434be48', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', u'self': u'/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_17adbab3-c10c-490d-9c08-30981434be48', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_17adbab3-c10c-490d-9c08-30981434be48', 'created': u'2018-08-27T05:20:45Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-08-27T05:20:45Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', 'metadata': {u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', u'self': u'/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_17adbab3-c10c-490d-9c08-30981434be48', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}}) 2018-08-27 05:20:52,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 05:20:52,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_17adbab3-c10c-490d-9c08-30981434be48", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-08-27 05:20:52,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:20:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fca7c7e-709d-43ee-81ea-398e84c1f636 x-compute-request-id: req-9fca7c7e-709d-43ee-81ea-398e84c1f636 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_17adbab3-c10c-490d-9c08-30981434be48", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/67a30a46-ff80-4e19-ae6b-182ad52d401d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/67a30a46-ff80-4e19-ae6b-182ad52d401d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "67a30a46-ff80-4e19-ae6b-182ad52d401d"}} 2018-08-27 05:20:52,954 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9fca7c7e-709d-43ee-81ea-398e84c1f636 2018-08-27 05:20:52,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0624611377716s 2018-08-27 05:20:52,954 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9fca7c7e-709d-43ee-81ea-398e84c1f636 2018-08-27 05:20:52,955 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_17adbab3-c10c-490d-9c08-30981434be48', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 50, 'id': u'67a30a46-ff80-4e19-ae6b-182ad52d401d', 'swap': 0}) 2018-08-27 05:20:52,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 05:20:52,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/67a30a46-ff80-4e19-ae6b-182ad52d401d/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" -d '{"extra_specs": {}}' 2018-08-27 05:20:52,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:20:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ab74a07a-ec43-42ab-ad1a-5e349efe1686 x-compute-request-id: req-ab74a07a-ec43-42ab-ad1a-5e349efe1686 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 05:20:52,977 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/67a30a46-ff80-4e19-ae6b-182ad52d401d/os-extra_specs used request id req-ab74a07a-ec43-42ab-ad1a-5e349efe1686 2018-08-27 05:20:52,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219240188599s 2018-08-27 05:20:52,978 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/67a30a46-ff80-4e19-ae6b-182ad52d401d/os-extra_specs used request id req-ab74a07a-ec43-42ab-ad1a-5e349efe1686 2018-08-27 05:20:52,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 05:20:52,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 05:20:52,990 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 05:20:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edda0ac6-f5f4-48c8-ba49-7585976c5362 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-27 05:20:52,990 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-edda0ac6-f5f4-48c8-ba49-7585976c5362 2018-08-27 05:20:52,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:20:53,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5990e2c-0c98-46fa-9cec-fa9e8e645e9d Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0c62d1a2eb9c4877a3aa8dcb681a60a5"}, "enabled": true, "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2d57212723554a81875eb54be2d9c71b"}, "enabled": true, "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/364f45865d2a472dbb1c17ec432dd442"}, "enabled": true, "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3a19b451b215401e9f3d62999ca779bf"}, "enabled": true, "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/4db680f9113b4a10bba97a69cba7dff9"}, "enabled": true, "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/56f6845a92454ced93c356b353215c58"}, "enabled": true, "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7d2dc95fdcb84a3bbabdf3fae7f05788"}, "enabled": true, "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/857a3547b3624035b08154c86e4b7056"}, "enabled": true, "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/85be768eef834e4e81e3ea286909240c"}, "enabled": true, "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9029bb8abda8485fb94aa849fce44487"}, "enabled": true, "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aa60adff497c48c6bda33da763d92bf2"}, "enabled": true, "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aba3aba927cf497b89d31b4472dd03d3"}, "enabled": true, "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/bcf9f08e73ed44fe9f6353aa05a1c564"}, "enabled": true, "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c980a1a85c7f4daabb41999679a5aff0"}, "enabled": true, "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f73baa7f18b743a89f10719e06527d49"}, "enabled": true, "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-27 05:20:53,195 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f5990e2c-0c98-46fa-9cec-fa9e8e645e9d 2018-08-27 05:20:53,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.214199066162s 2018-08-27 05:20:53,196 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f5990e2c-0c98-46fa-9cec-fa9e8e645e9d 2018-08-27 05:20:53,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 05:20:53,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:20:53,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7679388a-4fa8-4633-8581-0131f13daea6 Content-Encoding: gzip Content-Length: 1973 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/09baa6674c494d0d8497c6133cd0d1bb"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/106184d025434c069c4e5bb20ec8917e"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "106184d025434c069c4e5bb20ec8917e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/153006273f694a66940f23226ef55273"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "153006273f694a66940f23226ef55273"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1655b6496b9b4e9f80c5be269bbdd135"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/17ba54e453a844e3b6329f98636233f4"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "17ba54e453a844e3b6329f98636233f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1894feff0e944370b2a3a8124b2499ee"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/21ccd947710a4b0c9c5ca57b9c593052"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/24bd650d53d64173a3e2a5ce1e8757fa"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3708c51ca0df447990594d0313721f1d"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "3708c51ca0df447990594d0313721f1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/376bcee08e5d4f56bc317cf16e1cbf4a"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3b9316c7f553424ba9aa858365766565"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "3b9316c7f553424ba9aa858365766565"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/424c7a314d474fbb97d4183f7f70f936"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4a45ee754d584ccd88adc91f20d765fe"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "4a45ee754d584ccd88adc91f20d765fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4d8122c8794b4dcdb1fb157eff814dad"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4fc00b6523f84a24b191f02775eba3e7"}, "url": "http://172.30.9.26:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/55db8cdea87c4a6cb127b94aab2fecd5"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5b5cc0d0bc594f1cb15f7afb74aaed2c"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/775e63e79ed14bf8a9ef51f75cc0489c"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/868dc005a20f4593bcc9b044497e1652"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "868dc005a20f4593bcc9b044497e1652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8cda5639ba2a4d57ae1e57520e0b09eb"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8f0a17b843fa4cd8a3b27515df9469e2"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/97a2bc89fcc44b59938bc262e8251eb1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/98442d47818b4e8ba4d0c3e23ae29ea8"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a90b414a8bad4c45aaf58c60715ff5cb"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a9c8b8f6d7cf46cbba7ddbcd8876beae"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ab222d40264243c8b4238872615ef978"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "ab222d40264243c8b4238872615ef978"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3002b2b44314878973591fff296647f"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "b3002b2b44314878973591fff296647f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3866f1efd034780b903b72f14c42587"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "b3866f1efd034780b903b72f14c42587"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b581b6dcb94d4bccae73a1f30672fecb"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "b581b6dcb94d4bccae73a1f30672fecb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b87855abbd3b4f429bac9a8702923ee2"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b9211a5c91214bfb8a53a017e61e23f0"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "b9211a5c91214bfb8a53a017e61e23f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/bb9c503d5175423688ccd8a7147f154b"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "bb9c503d5175423688ccd8a7147f154b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c95ff878f2d04682be0682b3ba89e87c"}, "url": "http://172.30.9.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "c95ff878f2d04682be0682b3ba89e87c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d5bfbe7d86fe44cc83931055110b523b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dc2b6cb14ab5497b931fbd7549cc2e63"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e499ac9caf2f47258ee56dbf0b877e32"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e7b8c232cf204bc4aab09523bcb67072"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "e7b8c232cf204bc4aab09523bcb67072"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea5bfc1452384334b702e65e81fb9128"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "ea5bfc1452384334b702e65e81fb9128"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea6cf437692a484abb2273d167d2dae1"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "ea6cf437692a484abb2273d167d2dae1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ecc741fd949b4de19640330f7c04a3cf"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "ecc741fd949b4de19640330f7c04a3cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ee797cda68c042c5968595c8a2cbe1b7"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "ee797cda68c042c5968595c8a2cbe1b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/eefcb7bdf54f4097a98d16672b108fc0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 05:20:53,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-7679388a-4fa8-4633-8581-0131f13daea6 2018-08-27 05:20:53,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.214584827423s 2018-08-27 05:20:53,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-7679388a-4fa8-4633-8581-0131f13daea6 2018-08-27 05:20:53,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 05:20:53,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:20:53,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-f20a5e3c-8687-47d5-9802-8b2bdbef65c9 Date: Mon, 27 Aug 2018 05:20:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:15:24Z", "updated_at": "2018-08-27T05:15:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "35f0d1ab-3896-4547-a645-4f049ee66d9d", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "7ddc2ca8-24b2-4e70-95ab-ba51756584da", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "afd40868-707c-44c8-80e6-ced60caec293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "c5b67525-6312-44b7-a767-38a41fbf5a35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 1, "project_id": "93cebba9af03436390091194d77e36b7", "id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:56Z", "updated_at": "2018-08-27T05:17:00Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-27T05:17:00Z", "revision_number": 0, "id": "03f80cc0-21d2-4ed2-bb96-a968db091700", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:17:00Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "14413e35-d50b-425f-bcb7-1bfe3fde3d9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:57Z", "revision_number": 0, "id": "23af56e6-2d6b-4d51-9e6d-d03a3009546a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:57Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "3d58c4f7-ea54-4818-b149-9a6d10e9c10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "49fc90bb-07c5-4748-b113-399e8b1d4962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T05:16:58Z", "revision_number": 0, "id": "b14ce4da-46c4-4111-b6c9-bd5c5c925267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:58Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 443, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T05:16:59Z", "revision_number": 0, "id": "c126b919-e279-42ea-8f61-eddc040545b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:59Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T05:16:58Z", "revision_number": 0, "id": "cd20196c-3161-482c-9170-51a5c6c85c3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:58Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 80, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 7, "project_id": "93cebba9af03436390091194d77e36b7", "id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:20:53,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-f20a5e3c-8687-47d5-9802-8b2bdbef65c9 2018-08-27 05:20:53,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0528659820557s 2018-08-27 05:20:53,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-f20a5e3c-8687-47d5-9802-8b2bdbef65c9 2018-08-27 05:20:53,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 05:20:53,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 22, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 22, "ethertype": "IPv4", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392"}}' 2018-08-27 05:20:53,737 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-984d57e9-69b3-49d1-8f05-3522ae3672bf Date: Mon, 27 Aug 2018 05:20:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-27T05:20:53Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "port_range_min": 22, "revision_number": 0, "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:20:53Z", "project_id": "93cebba9af03436390091194d77e36b7", "id": "a5b6dddd-0ed4-4c91-8a1c-e618f55ef101"}} 2018-08-27 05:20:53,737 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-984d57e9-69b3-49d1-8f05-3522ae3672bf 2018-08-27 05:20:53,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.250203847885s 2018-08-27 05:20:53,738 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-984d57e9-69b3-49d1-8f05-3522ae3672bf 2018-08-27 05:20:53,739 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-27 05:20:53,756 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-27 05:20:55,608 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 05:20:55,608 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 05:20:55,608 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 05:20:55,608 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 05:20:55,608 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 05:20:55,608 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 05:20:55,609 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 05:20:55,609 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-27 05:20:55,609 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-08-27T05:20:54.322Z", "updated_at": "2018-08-27T05:20:54.322Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "region": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-08-27 05:20:55,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 05:20:55,610 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 05:20:54 GMT 2018-08-27 05:20:55,610 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 05:20:55,610 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-27 05:20:55,610 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 05:20:55,623 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-27 05:20:55,623 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.26:5000", "keystone_tenant_name": "vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_17adbab3-c10c-490d-9c08-30981434be48", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "06f2dedc-f50c-43d8-98e0-3acb0763b487", "keystone_password": "72ad9c52-9e12-4e84-b6a8-382822d5474c", "reference_vnf_flavor_id": "67a30a46-ff80-4e19-ae6b-182ad52d401d", "target_vnf_flavor_id": "67a30a46-ff80-4e19-ae6b-182ad52d401d", "target_vnf_image_id": "06f2dedc-f50c-43d8-98e0-3acb0763b487"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-27 05:20:56,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 05:20:56,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 05:20:56,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 05:20:56,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 05:20:56,927 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 05:20:56,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 05:20:56,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 05:20:56,927 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-27 05:20:56,927 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-27 05:20:56,927 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 05:20:56,927 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 05:20:55 GMT 2018-08-27 05:20:56,928 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 05:20:56,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-27 05:20:56,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 05:20:56,928 - functest.core.singlevm - ERROR - Cannot run vyos_vrouter Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 429, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 162, in execute if self.deploy_vnf() and self.test_vnf(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 187, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 214, in create response = self.api.put(uri, data, expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 263, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) CloudifyClientError: 500: Internal Server Error 2018-08-27 05:20:57,058 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 05:20:57,058 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 05:33 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-27 05:20:57,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-27 05:20:57,064 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions 2018-08-27 05:20:57,127 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 05:20:57,127 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 05:20:57,127 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 05:20:57,127 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 05:20:57,128 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 05:20:57,128 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 05:20:57,128 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 05:20:57,128 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T05:20:54.931Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "637e63ca-f67d-46ae-83b9-e08041f5a179"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-27 05:20:57,128 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 05:20:57,128 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 05:20:55 GMT 2018-08-27 05:20:57,128 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 05:20:57,128 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-27 05:20:57,128 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 05:20:57,129 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.207:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-27 05:20:57,189 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 05:20:57,189 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 05:20:57,190 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 05:20:57,190 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 05:20:57,190 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 05:20:57,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 05:20:57,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 05:20:57,190 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-27 05:20:57,190 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Deployment environment creation is still pending, try again in a minute", "error_code": "deployment_environment_creation_pending_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v1/executions.py\", line 115, in post\n bypass_maintenance=bypass_maintenance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 359, in execute_workflow\n self._verify_deployment_environment_created_successfully(deployment_id)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 1117, in _verify_deployment_environment_created_successfully\n 'Deployment environment creation is still pending, '\nDeploymentEnvironmentCreationPendingError: Deployment environment creation is still pending, try again in a minute\n"} 2018-08-27 05:20:57,191 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 05:20:57,191 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 05:20:55 GMT 2018-08-27 05:20:57,191 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 05:20:57,191 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-27 05:20:57,191 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 05:20:57,191 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 243, in clean dep_name, 'uninstall', parameters=dict(ignore_failure=True)) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 201, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 285, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) DeploymentEnvironmentCreationPendingError: 400: Deployment environment creation is still pending, try again in a minute 2018-08-27 05:20:57,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 05:20:57,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:20:58,223 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-60103159-4209-4542-9b63-04bed667b6a3 Date: Mon, 27 Aug 2018 05:20:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:20:58,223 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487 used request id req-60103159-4209-4542-9b63-04bed667b6a3 2018-08-27 05:20:58,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.03177285194s 2018-08-27 05:20:58,224 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/06f2dedc-f50c-43d8-98e0-3acb0763b487 used request id req-60103159-4209-4542-9b63-04bed667b6a3 2018-08-27 05:20:58,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 05:20:58,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:20:58,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:20:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1327fd54-fcbf-4a2a-83fe-a9b4ea1a7431 x-compute-request-id: req-1327fd54-fcbf-4a2a-83fe-a9b4ea1a7431 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_17adbab3-c10c-490d-9c08-30981434be48", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "5e83df57-5c91-4f7f-b6fb-68754c80843e"}, {"name": "vyos_vrouter-flavor_alt_17adbab3-c10c-490d-9c08-30981434be48", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/67a30a46-ff80-4e19-ae6b-182ad52d401d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/67a30a46-ff80-4e19-ae6b-182ad52d401d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "67a30a46-ff80-4e19-ae6b-182ad52d401d"}, {"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}]} 2018-08-27 05:20:58,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-1327fd54-fcbf-4a2a-83fe-a9b4ea1a7431 2018-08-27 05:20:58,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250430107117s 2018-08-27 05:20:58,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-1327fd54-fcbf-4a2a-83fe-a9b4ea1a7431 2018-08-27 05:20:58,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 05:20:58,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/67a30a46-ff80-4e19-ae6b-182ad52d401d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:20:58,282 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 05:20:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed6447b6-fbc3-4472-aa00-4f4eb10a739d x-compute-request-id: req-ed6447b6-fbc3-4472-aa00-4f4eb10a739d Content-Length: 0 Content-Type: application/json 2018-08-27 05:20:58,282 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/67a30a46-ff80-4e19-ae6b-182ad52d401d used request id req-ed6447b6-fbc3-4472-aa00-4f4eb10a739d 2018-08-27 05:20:58,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0300559997559s 2018-08-27 05:20:58,283 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/67a30a46-ff80-4e19-ae6b-182ad52d401d used request id req-ed6447b6-fbc3-4472-aa00-4f4eb10a739d 2018-08-27 05:20:58,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 05:20:58,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/9e494df2-b97d-4f09-a096-221ab2a0d08e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:20:59,748 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-79e73509-ea62-47db-b1bb-e23d0d545214 Content-Length: 0 Date: Mon, 27 Aug 2018 05:20:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 05:20:59,748 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/9e494df2-b97d-4f09-a096-221ab2a0d08e.json used request id req-79e73509-ea62-47db-b1bb-e23d0d545214 2018-08-27 05:20:59,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.4620680809s 2018-08-27 05:20:59,749 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/9e494df2-b97d-4f09-a096-221ab2a0d08e.json used request id req-79e73509-ea62-47db-b1bb-e23d0d545214 2018-08-27 05:20:59,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 05:20:59,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:20:59,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f299c0c0-33de-4824-8fd4-eac4ec2ec71e Date: Mon, 27 Aug 2018 05:20:59 GMT RESP BODY: {"floatingips": []} 2018-08-27 05:20:59,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-f299c0c0-33de-4824-8fd4-eac4ec2ec71e 2018-08-27 05:20:59,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.242694854736s 2018-08-27 05:20:59,997 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-f299c0c0-33de-4824-8fd4-eac4ec2ec71e 2018-08-27 05:20:59,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 05:21:00,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:00,239 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 05:21:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ce51a51-995f-41a6-8a4e-44470de14673 x-compute-request-id: req-6ce51a51-995f-41a6-8a4e-44470de14673 Content-Type: application/json 2018-08-27 05:21:00,240 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2 used request id req-6ce51a51-995f-41a6-8a4e-44470de14673 2018-08-27 05:21:00,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.241734981537s 2018-08-27 05:21:00,240 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2 used request id req-6ce51a51-995f-41a6-8a4e-44470de14673 2018-08-27 05:21:00,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:21:00,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:00,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa1173b7-c914-43cd-a748-a262ab965e2c x-compute-request-id: req-aa1173b7-c914-43cd-a748-a262ab965e2c Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_17adbab3-c10c-490d-9c08-30981434be48": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:2e:71", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:2e:71", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "rel": "bookmark"}], "image": {"id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "links": [{"href": "http://172.30.9.26:8774/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T05:19:16.000000", "flavor": {"id": "5e83df57-5c91-4f7f-b6fb-68754c80843e", "links": [{"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}]}, "id": "07acd8ad-fcf8-4b1e-bcb9-5ffa539240a2", "security_groups": [{"name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}], "user_id": "9cd3aca9929548439c8a7ed2af7e3979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T05:21:00Z", "hostId": "0f09c8c8a2bf5b4366b72439cd3a1fadecba320d6faf8b6ad64eb98f", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48", "name": "vyos_vrouter-vm_17adbab3-c10c-490d-9c08-30981434be48", "created": "2018-08-27T05:17:07Z", "tenant_id": "93cebba9af03436390091194d77e36b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 05:21:00,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-aa1173b7-c914-43cd-a748-a262ab965e2c 2018-08-27 05:21:00,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.48400592804s 2018-08-27 05:21:00,725 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-aa1173b7-c914-43cd-a748-a262ab965e2c 2018-08-27 05:21:00,726 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 05:21:02,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 05:21:02,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:02,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2843a79-625e-466f-aee8-61005d0dcfe9 x-compute-request-id: req-c2843a79-625e-466f-aee8-61005d0dcfe9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 05:21:02,802 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c2843a79-625e-466f-aee8-61005d0dcfe9 2018-08-27 05:21:02,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0729649066925s 2018-08-27 05:21:02,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c2843a79-625e-466f-aee8-61005d0dcfe9 2018-08-27 05:21:02,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 05:21:02,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:02,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-2d54af57-245b-4fb8-8c38-0d79a471afc6 Date: Mon, 27 Aug 2018 05:21:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:15:24Z", "updated_at": "2018-08-27T05:20:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "35f0d1ab-3896-4547-a645-4f049ee66d9d", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "7ddc2ca8-24b2-4e70-95ab-ba51756584da", "remote_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T05:20:53Z", "revision_number": 0, "id": "a5b6dddd-0ed4-4c91-8a1c-e618f55ef101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:20:53Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "afd40868-707c-44c8-80e6-ced60caec293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:15:24Z", "revision_number": 0, "id": "c5b67525-6312-44b7-a767-38a41fbf5a35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:15:24Z", "security_group_id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 2, "project_id": "93cebba9af03436390091194d77e36b7", "id": "59186ccf-4a87-4dca-9b58-d0c821b82392", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:16:56Z", "updated_at": "2018-08-27T05:17:00Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-27T05:17:00Z", "revision_number": 0, "id": "03f80cc0-21d2-4ed2-bb96-a968db091700", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:17:00Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "14413e35-d50b-425f-bcb7-1bfe3fde3d9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:57Z", "revision_number": 0, "id": "23af56e6-2d6b-4d51-9e6d-d03a3009546a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:57Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "3d58c4f7-ea54-4818-b149-9a6d10e9c10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T05:16:56Z", "revision_number": 0, "id": "49fc90bb-07c5-4748-b113-399e8b1d4962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:56Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T05:16:58Z", "revision_number": 0, "id": "b14ce4da-46c4-4111-b6c9-bd5c5c925267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:58Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 443, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T05:16:59Z", "revision_number": 0, "id": "c126b919-e279-42ea-8f61-eddc040545b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:59Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T05:16:58Z", "revision_number": 0, "id": "cd20196c-3161-482c-9170-51a5c6c85c3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T05:16:58Z", "security_group_id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "tenant_id": "93cebba9af03436390091194d77e36b7", "port_range_min": 80, "ethertype": "IPv4", "project_id": "93cebba9af03436390091194d77e36b7"}], "revision_number": 7, "project_id": "93cebba9af03436390091194d77e36b7", "id": "9c961cc6-4dac-4fd4-8164-bb308f58f7d8", "name": "vyos_vrouter-sg_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:21:02,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-2d54af57-245b-4fb8-8c38-0d79a471afc6 2018-08-27 05:21:02,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0669701099396s 2018-08-27 05:21:02,873 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-2d54af57-245b-4fb8-8c38-0d79a471afc6 2018-08-27 05:21:02,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 05:21:02,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/9c961cc6-4dac-4fd4-8164-bb308f58f7d8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:03,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b993e15a-0508-4e5a-808c-ebe60e7a7652 Content-Length: 0 Date: Mon, 27 Aug 2018 05:21:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 05:21:03,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/9c961cc6-4dac-4fd4-8164-bb308f58f7d8.json used request id req-b993e15a-0508-4e5a-808c-ebe60e7a7652 2018-08-27 05:21:03,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.245188951492s 2018-08-27 05:21:03,122 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/9c961cc6-4dac-4fd4-8164-bb308f58f7d8.json used request id req-b993e15a-0508-4e5a-808c-ebe60e7a7652 2018-08-27 05:21:03,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 05:21:03,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:03,217 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 05:21:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd78d638-01b0-4db2-9552-4ea8520b9e68 x-compute-request-id: req-bd78d638-01b0-4db2-9552-4ea8520b9e68 Content-Length: 0 Content-Type: application/json 2018-08-27 05:21:03,217 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48 used request id req-bd78d638-01b0-4db2-9552-4ea8520b9e68 2018-08-27 05:21:03,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0944211483002s 2018-08-27 05:21:03,217 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vyos_vrouter-kp_17adbab3-c10c-490d-9c08-30981434be48 used request id req-bd78d638-01b0-4db2-9552-4ea8520b9e68 2018-08-27 05:21:03,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 05:21:03,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/a1faffc3-a006-43dc-afe7-49702efedc2c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" -d '{"subnet_id": "e70adb60-93d5-49de-aeae-a81952e9d238"}' 2018-08-27 05:21:05,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d398b3e9-aa3a-4227-a53b-cd5103ce6495 Date: Mon, 27 Aug 2018 05:21:05 GMT RESP BODY: {"network_id": "1831c84d-e482-4f0c-9ec4-cc75f7e21a08", "tenant_id": "93cebba9af03436390091194d77e36b7", "subnet_id": "e70adb60-93d5-49de-aeae-a81952e9d238", "subnet_ids": ["e70adb60-93d5-49de-aeae-a81952e9d238"], "port_id": "10fc4ff5-d238-4d98-aa80-70f0b88874c1", "id": "a1faffc3-a006-43dc-afe7-49702efedc2c"} 2018-08-27 05:21:05,183 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a1faffc3-a006-43dc-afe7-49702efedc2c/remove_router_interface.json used request id req-d398b3e9-aa3a-4227-a53b-cd5103ce6495 2018-08-27 05:21:05,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.96555089951s 2018-08-27 05:21:05,184 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a1faffc3-a006-43dc-afe7-49702efedc2c/remove_router_interface.json used request id req-d398b3e9-aa3a-4227-a53b-cd5103ce6495 returning object a1faffc3-a006-43dc-afe7-49702efedc2c 2018-08-27 05:21:05,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 05:21:05,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:05,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-dc3457bb-8b24-4a30-844d-fc204a42edfd Date: Mon, 27 Aug 2018 05:21:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "93cebba9af03436390091194d77e36b7", "created_at": "2018-08-27T05:15:26Z", "admin_state_up": true, "updated_at": "2018-08-27T05:21:04Z", "revision_number": 4, "routes": [], "project_id": "93cebba9af03436390091194d77e36b7", "id": "a1faffc3-a006-43dc-afe7-49702efedc2c", "name": "vyos_vrouter-router_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:21:05,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-dc3457bb-8b24-4a30-844d-fc204a42edfd 2018-08-27 05:21:05,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.139142990112s 2018-08-27 05:21:05,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-dc3457bb-8b24-4a30-844d-fc204a42edfd 2018-08-27 05:21:05,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 05:21:05,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/a1faffc3-a006-43dc-afe7-49702efedc2c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:07,011 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b140a47-9c71-48d2-916e-3e1fd942777d Content-Length: 0 Date: Mon, 27 Aug 2018 05:21:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 05:21:07,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a1faffc3-a006-43dc-afe7-49702efedc2c.json used request id req-1b140a47-9c71-48d2-916e-3e1fd942777d 2018-08-27 05:21:07,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.68604207039s 2018-08-27 05:21:07,012 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a1faffc3-a006-43dc-afe7-49702efedc2c.json used request id req-1b140a47-9c71-48d2-916e-3e1fd942777d 2018-08-27 05:21:07,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 05:21:07,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:07,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-16745819-66dc-493a-8146-7651112fe1d9 Date: Mon, 27 Aug 2018 05:21:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1831c84d-e482-4f0c-9ec4-cc75f7e21a08","tenant_id":"93cebba9af03436390091194d77e36b7","created_at":"2018-08-27T05:15:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T05:15:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"93cebba9af03436390091194d77e36b7","id":"e70adb60-93d5-49de-aeae-a81952e9d238","subnetpool_id":null,"name":"vyos_vrouter-subnet_17adbab3-c10c-490d-9c08-30981434be48"}]} 2018-08-27 05:21:07,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-16745819-66dc-493a-8146-7651112fe1d9 2018-08-27 05:21:07,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0495212078094s 2018-08-27 05:21:07,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-16745819-66dc-493a-8146-7651112fe1d9 2018-08-27 05:21:07,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 05:21:07,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/e70adb60-93d5-49de-aeae-a81952e9d238.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:09,457 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64dc6204-d29a-4336-8539-aa891abbd46f Date: Mon, 27 Aug 2018 05:21:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 05:21:09,457 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/e70adb60-93d5-49de-aeae-a81952e9d238.json used request id req-64dc6204-d29a-4336-8539-aa891abbd46f 2018-08-27 05:21:09,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39335203171s 2018-08-27 05:21:09,457 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/e70adb60-93d5-49de-aeae-a81952e9d238.json used request id req-64dc6204-d29a-4336-8539-aa891abbd46f 2018-08-27 05:21:09,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 05:21:09,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:09,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-bdf213c4-2c06-4ecd-a5ff-e0259d3451b7 Date: Mon, 27 Aug 2018 05:21:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T05:21:09Z","tenant_id":"93cebba9af03436390091194d77e36b7","created_at":"2018-08-27T05:15:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"93cebba9af03436390091194d77e36b7","id":"1831c84d-e482-4f0c-9ec4-cc75f7e21a08","name":"vyos_vrouter-net_17adbab3-c10c-490d-9c08-30981434be48"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 05:21:09,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-bdf213c4-2c06-4ecd-a5ff-e0259d3451b7 2018-08-27 05:21:09,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101291894913s 2018-08-27 05:21:09,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-bdf213c4-2c06-4ecd-a5ff-e0259d3451b7 2018-08-27 05:21:09,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 05:21:09,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/1831c84d-e482-4f0c-9ec4-cc75f7e21a08.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:11,512 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ea2f239c-5082-4b46-9b93-b69b0d637f4c Date: Mon, 27 Aug 2018 05:21:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 05:21:11,512 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/1831c84d-e482-4f0c-9ec4-cc75f7e21a08.json used request id req-ea2f239c-5082-4b46-9b93-b69b0d637f4c 2018-08-27 05:21:11,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.95180916786s 2018-08-27 05:21:11,513 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/1831c84d-e482-4f0c-9ec4-cc75f7e21a08.json used request id req-ea2f239c-5082-4b46-9b93-b69b0d637f4c 2018-08-27 05:21:11,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 05:21:11,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:11,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-ce8a07b7-401c-4e93-9158-7f4af14b21b3 Date: Mon, 27 Aug 2018 05:21:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:16:54Z", "file": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/file", "owner": "93cebba9af03436390091194d77e36b7", "id": "9c0066cc-02d8-4624-9a61-aa01dc61c323", "size": 4373348352, "self": "/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/9c0066cc-02d8-4624-9a61-aa01dc61c323/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_17adbab3-c10c-490d-9c08-30981434be48", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T05:15:54Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 05:21:11,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ce8a07b7-401c-4e93-9158-7f4af14b21b3 2018-08-27 05:21:11,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.328412055969s 2018-08-27 05:21:11,846 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ce8a07b7-401c-4e93-9158-7f4af14b21b3 2018-08-27 05:21:11,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 05:21:11,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}02158fe6ddea04224b46b74152a53a002fad9da9" 2018-08-27 05:21:12,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9e3ab727-f487-404d-bbd5-6bb5e4d2e82a Date: Mon, 27 Aug 2018 05:21:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:21:12,763 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323 used request id req-9e3ab727-f487-404d-bbd5-6bb5e4d2e82a 2018-08-27 05:21:12,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.915532112122s 2018-08-27 05:21:12,763 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/9c0066cc-02d8-4624-9a61-aa01dc61c323 used request id req-9e3ab727-f487-404d-bbd5-6bb5e4d2e82a 2018-08-27 05:21:12,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 05:21:12,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:21:12,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dada1ea2-11c1-4486-80d8-f676f453840b x-compute-request-id: req-dada1ea2-11c1-4486-80d8-f676f453840b Content-Encoding: gzip Content-Length: 406 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_17adbab3-c10c-490d-9c08-30981434be48", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "5e83df57-5c91-4f7f-b6fb-68754c80843e"}, {"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}]} 2018-08-27 05:21:12,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-dada1ea2-11c1-4486-80d8-f676f453840b 2018-08-27 05:21:12,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0272309780121s 2018-08-27 05:21:12,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-dada1ea2-11c1-4486-80d8-f676f453840b 2018-08-27 05:21:12,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 05:21:12,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:21:12,832 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 05:21:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc7c5336-139c-4f37-96b9-613e3ee5028b x-compute-request-id: req-fc7c5336-139c-4f37-96b9-613e3ee5028b Content-Length: 0 Content-Type: application/json 2018-08-27 05:21:12,833 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e used request id req-fc7c5336-139c-4f37-96b9-613e3ee5028b 2018-08-27 05:21:12,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0397660732269s 2018-08-27 05:21:12,833 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5e83df57-5c91-4f7f-b6fb-68754c80843e used request id req-fc7c5336-139c-4f37-96b9-613e3ee5028b 2018-08-27 05:21:12,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 05:21:12,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:21:13,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-613d36e2-7be2-4726-9c0f-39f6c8cc8180 Content-Encoding: gzip Content-Length: 1030 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_17adbab3-c10c-490d-9c08-30981434be48", "links": {"self": "http://172.30.9.26:5000/v3/users/9cd3aca9929548439c8a7ed2af7e3979"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9cd3aca9929548439c8a7ed2af7e3979", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 05:21:13,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-613d36e2-7be2-4726-9c0f-39f6c8cc8180 2018-08-27 05:21:13,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204402923584s 2018-08-27 05:21:13,038 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-613d36e2-7be2-4726-9c0f-39f6c8cc8180 2018-08-27 05:21:13,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 05:21:13,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/9cd3aca9929548439c8a7ed2af7e3979 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:21:13,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c82d1f-f19f-48f7-a674-06908714bcdc Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_17adbab3-c10c-490d-9c08-30981434be48", "links": {"self": "http://172.30.9.26:5000/v3/users/9cd3aca9929548439c8a7ed2af7e3979"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "9cd3aca9929548439c8a7ed2af7e3979", "description": null}} 2018-08-27 05:21:13,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/9cd3aca9929548439c8a7ed2af7e3979 used request id req-72c82d1f-f19f-48f7-a674-06908714bcdc 2018-08-27 05:21:13,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218221902847s 2018-08-27 05:21:13,266 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/9cd3aca9929548439c8a7ed2af7e3979 used request id req-72c82d1f-f19f-48f7-a674-06908714bcdc 2018-08-27 05:21:13,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 05:21:13,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/9cd3aca9929548439c8a7ed2af7e3979 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:21:13,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 05:21:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15a00f12-ed8e-41d7-b612-6335312881df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 05:21:13,569 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/9cd3aca9929548439c8a7ed2af7e3979 used request id req-15a00f12-ed8e-41d7-b612-6335312881df 2018-08-27 05:21:13,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.302382946014s 2018-08-27 05:21:13,569 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/9cd3aca9929548439c8a7ed2af7e3979 used request id req-15a00f12-ed8e-41d7-b612-6335312881df 2018-08-27 05:21:13,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 05:21:13,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:21:13,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08164d2f-a414-43eb-b8b7-e258e0985c64 Content-Encoding: gzip Content-Length: 592 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.26:5000/v3/projects/93cebba9af03436390091194d77e36b7"}, "tags": [], "enabled": true, "id": "93cebba9af03436390091194d77e36b7", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_17adbab3-c10c-490d-9c08-30981434be48"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 05:21:13,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-08164d2f-a414-43eb-b8b7-e258e0985c64 2018-08-27 05:21:13,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194295883179s 2018-08-27 05:21:13,768 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-08164d2f-a414-43eb-b8b7-e258e0985c64 2018-08-27 05:21:13,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 05:21:13,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/93cebba9af03436390091194d77e36b7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19a12b92ff92ed2dbcbcb48abea0d7efa5e0c0e3" 2018-08-27 05:21:14,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 05:21:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-089b0a07-2adb-42db-b9e5-638c049a00c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 05:21:14,032 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/93cebba9af03436390091194d77e36b7 used request id req-089b0a07-2adb-42db-b9e5-638c049a00c9 2018-08-27 05:21:14,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.261748075485s 2018-08-27 05:21:14,032 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/93cebba9af03436390091194d77e36b7 used request id req-089b0a07-2adb-42db-b9e5-638c049a00c9 2018-08-27 05:21:14,033 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-08-27 05:21:14,062 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-27 05:21:14,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 05:21:14,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 05:21:14,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 05:21:14,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 05:21:14,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 05:21:14,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 05:21:14,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 05:21:14,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 05:21:14,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 05:21:14,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 05:21:14,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 05:21:14,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 05:21:14,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 05:21:14,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 05:21:14,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 05:21:14,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 05:21:14,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 05:21:14,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 05:21:14,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 05:21:14,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 05:21:14,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 05:21:14,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 05:21:14,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 05:21:14,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da3ab4fe-d0c6-4bec-8419-4e6d270435bc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 05:21:14,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-da3ab4fe-d0c6-4bec-8419-4e6d270435bc 2018-08-27 05:21:14,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 05:21:14,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64b62be202324fec914229b8ba9e275d", "name": "admin"}, {"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T06:21:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5785a4ec7e274272b18e396a3b5ede5b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/5785a4ec7e274272b18e396a3b5ede5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "440b8bec7c094fa796f8cdc02d6dd96b"}, "audit_ids": ["5E3hvUL0SmGl_C2QYMC0_Q"], "issued_at": "2018-08-27T05:21:14.000000Z"}} 2018-08-27 05:21:14,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 05:21:14,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:14,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-4c48aba3-4525-4ae4-a432-fa27da617978 Date: Mon, 27 Aug 2018 05:21:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","status":"ACTIVE","subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"description":"","tags":[],"updated_at":"2018-08-27T02:00:21Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","provider:network_type":"flat"}]} 2018-08-27 05:21:14,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4c48aba3-4525-4ae4-a432-fa27da617978 2018-08-27 05:21:14,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.370866060257s 2018-08-27 05:21:14,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4c48aba3-4525-4ae4-a432-fa27da617978 2018-08-27 05:21:14,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 05:21:14,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 05:21:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dce9d35-d8e5-4831-969a-88a25fef57d7 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}]}} 2018-08-27 05:21:14,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/ used request id req-6dce9d35-d8e5-4831-969a-88a25fef57d7 2018-08-27 05:21:14,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 05:21:14,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:15,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-631a6ccb-e9e7-4f50-9133-dfa31c3cb2e0 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/e173ff32820444de87dfe8a6ffe4a33e"}, "tags": [], "enabled": true, "id": "e173ff32820444de87dfe8a6ffe4a33e", "name": "heat_stack"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 05:21:15,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-631a6ccb-e9e7-4f50-9133-dfa31c3cb2e0 2018-08-27 05:21:15,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.194632053375s 2018-08-27 05:21:15,089 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-631a6ccb-e9e7-4f50-9133-dfa31c3cb2e0 2018-08-27 05:21:15,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 05:21:15,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_c3126355-19ed-4e4d-b567-743efa7374c3"}}' 2018-08-27 05:21:15,337 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 05:21:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e0b8b6a-737f-43f0-a3f2-2d26c544241b Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.26:5000/v3/projects/aa59835ddf6c4845adffc74d9a60c6af"}, "tags": [], "enabled": true, "id": "aa59835ddf6c4845adffc74d9a60c6af", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_c3126355-19ed-4e4d-b567-743efa7374c3"}} 2018-08-27 05:21:15,337 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-8e0b8b6a-737f-43f0-a3f2-2d26c544241b 2018-08-27 05:21:15,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.240840911865s 2018-08-27 05:21:15,338 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-8e0b8b6a-737f-43f0-a3f2-2d26c544241b 2018-08-27 05:21:15,338 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: juju_epc', u'tags': [], 'enabled': True, 'id': u'aa59835ddf6c4845adffc74d9a60c6af', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'juju_epc-project_c3126355-19ed-4e4d-b567-743efa7374c3'}) 2018-08-27 05:21:15,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 05:21:15,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8ba602d0-1482-4353-b355-7675fc10d6a1", "email": null, "name": "juju_epc-user_c3126355-19ed-4e4d-b567-743efa7374c3"}}' 2018-08-27 05:21:15,805 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 05:21:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-104a87b9-4afc-452c-9353-de8b77a500e3 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_c3126355-19ed-4e4d-b567-743efa7374c3", "links": {"self": "http://172.30.9.26:5000/v3/users/cde6a415630e4d3ebd206988808cda49"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cde6a415630e4d3ebd206988808cda49", "domain_id": "default", "password_expires_at": null}} 2018-08-27 05:21:15,805 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-104a87b9-4afc-452c-9353-de8b77a500e3 2018-08-27 05:21:15,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.460472822189s 2018-08-27 05:21:15,805 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-104a87b9-4afc-452c-9353-de8b77a500e3 2018-08-27 05:21:15,806 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cde6a415630e4d3ebd206988808cda49', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_c3126355-19ed-4e4d-b567-743efa7374c3'}) 2018-08-27 05:21:15,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 05:21:15,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:16,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0676e1-8857-46bf-adce-cc01f1c11761 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 05:21:16,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5e0676e1-8857-46bf-adce-cc01f1c11761 2018-08-27 05:21:16,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199485063553s 2018-08-27 05:21:16,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5e0676e1-8857-46bf-adce-cc01f1c11761 2018-08-27 05:21:16,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 05:21:16,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:16,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-701b9a29-065b-491e-b609-165d9899929f Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 05:21:16,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-701b9a29-065b-491e-b609-165d9899929f 2018-08-27 05:21:16,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193634986877s 2018-08-27 05:21:16,208 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-701b9a29-065b-491e-b609-165d9899929f 2018-08-27 05:21:16,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 05:21:16,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:16,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3499470-b14b-4bf9-8cd4-9457e1b94791 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331f76593d31418dbd404a57720fe2dd", "links": {"self": "http://172.30.9.26:5000/v3/roles/331f76593d31418dbd404a57720fe2dd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "53660c7c5908440eb78adf487dd5ffd9", "links": {"self": "http://172.30.9.26:5000/v3/roles/53660c7c5908440eb78adf487dd5ffd9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "565edadc366246ae845471a412ad99ed", "links": {"self": "http://172.30.9.26:5000/v3/roles/565edadc366246ae845471a412ad99ed"}, "name": "member"}, {"domain_id": null, "id": "64b62be202324fec914229b8ba9e275d", "links": {"self": "http://172.30.9.26:5000/v3/roles/64b62be202324fec914229b8ba9e275d"}, "name": "admin"}, {"domain_id": null, "id": "65aa63a26b5540f692d4ad18f71d39c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/65aa63a26b5540f692d4ad18f71d39c2"}, "name": "reader"}, {"domain_id": null, "id": "9a533ff6b8204a228548159b1ef5f6cb", "links": {"self": "http://172.30.9.26:5000/v3/roles/9a533ff6b8204a228548159b1ef5f6cb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e244c3f7bdd84c4cae0efb6212af18a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/e244c3f7bdd84c4cae0efb6212af18a8"}, "name": "heat_stack_owner"}]} 2018-08-27 05:21:16,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d3499470-b14b-4bf9-8cd4-9457e1b94791 2018-08-27 05:21:16,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192715167999s 2018-08-27 05:21:16,406 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d3499470-b14b-4bf9-8cd4-9457e1b94791 2018-08-27 05:21:16,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 05:21:16,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:16,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b96bb181-36b5-4c4f-a655-79ca77f3847c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 05:21:16,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-b96bb181-36b5-4c4f-a655-79ca77f3847c 2018-08-27 05:21:16,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.204442024231s 2018-08-27 05:21:16,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-b96bb181-36b5-4c4f-a655-79ca77f3847c 2018-08-27 05:21:16,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 05:21:16,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:16,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8791181c-97d0-4d48-ad44-6592c1461489 Content-Encoding: gzip Content-Length: 1030 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "juju_epc-user_c3126355-19ed-4e4d-b567-743efa7374c3", "links": {"self": "http://172.30.9.26:5000/v3/users/cde6a415630e4d3ebd206988808cda49"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cde6a415630e4d3ebd206988808cda49", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 05:21:16,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8791181c-97d0-4d48-ad44-6592c1461489 2018-08-27 05:21:16,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21933889389s 2018-08-27 05:21:16,836 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8791181c-97d0-4d48-ad44-6592c1461489 2018-08-27 05:21:16,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 05:21:16,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:16,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3c99a0e-7468-4d8a-9beb-0378ed1232ff Content-Encoding: gzip Content-Length: 593 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.26:5000/v3/projects/aa59835ddf6c4845adffc74d9a60c6af"}, "tags": [], "enabled": true, "id": "aa59835ddf6c4845adffc74d9a60c6af", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_c3126355-19ed-4e4d-b567-743efa7374c3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}]} 2018-08-27 05:21:16,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a3c99a0e-7468-4d8a-9beb-0378ed1232ff 2018-08-27 05:21:16,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.124392032623s 2018-08-27 05:21:16,974 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a3c99a0e-7468-4d8a-9beb-0378ed1232ff 2018-08-27 05:21:16,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 05:21:16,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=cde6a415630e4d3ebd206988808cda49&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=aa59835ddf6c4845adffc74d9a60c6af" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:17,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5590394-2fd8-4f61-93e4-8ad502e9ed25 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=cde6a415630e4d3ebd206988808cda49&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=aa59835ddf6c4845adffc74d9a60c6af", "previous": null, "next": null}} 2018-08-27 05:21:17,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=cde6a415630e4d3ebd206988808cda49&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=aa59835ddf6c4845adffc74d9a60c6af used request id req-e5590394-2fd8-4f61-93e4-8ad502e9ed25 2018-08-27 05:21:17,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.205799818039s 2018-08-27 05:21:17,187 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=cde6a415630e4d3ebd206988808cda49&role.id=565edadc366246ae845471a412ad99ed&scope.project.id=aa59835ddf6c4845adffc74d9a60c6af used request id req-e5590394-2fd8-4f61-93e4-8ad502e9ed25 2018-08-27 05:21:17,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 05:21:17,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/aa59835ddf6c4845adffc74d9a60c6af/users/cde6a415630e4d3ebd206988808cda49/roles/565edadc366246ae845471a412ad99ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:17,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 05:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50a4f67e-e364-48fe-88b1-14f599ecf588 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 05:21:17,436 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/aa59835ddf6c4845adffc74d9a60c6af/users/cde6a415630e4d3ebd206988808cda49/roles/565edadc366246ae845471a412ad99ed used request id req-50a4f67e-e364-48fe-88b1-14f599ecf588 2018-08-27 05:21:17,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.245165109634s 2018-08-27 05:21:17,436 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/aa59835ddf6c4845adffc74d9a60c6af/users/cde6a415630e4d3ebd206988808cda49/roles/565edadc366246ae845471a412ad99ed used request id req-50a4f67e-e364-48fe-88b1-14f599ecf588 2018-08-27 05:21:17,437 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_c3126355-19ed-4e4d-b567-743efa7374c3', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'aa59835ddf6c4845adffc74d9a60c6af', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8ba602d0-1482-4353-b355-7675fc10d6a1', 'username': u'juju_epc-user_c3126355-19ed-4e4d-b567-743efa7374c3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 05:21:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 05:21:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 05:21:17,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 05:21:17,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 05:21:17,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 05:21:17,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 05:21:17,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 05:21:17,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 05:21:17,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 05:21:17,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 05:21:17,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 05:21:17,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 05:21:17,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 05:21:17,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 05:21:17,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 05:21:17,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 05:21:17,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 05:21:17,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 05:21:17,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 05:21:17,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 05:21:17,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 05:21:17,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 05:21:17,442 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_c3126355-19ed-4e4d-b567-743efa7374c3', 'password': '8ba602d0-1482-4353-b355-7675fc10d6a1', 'project_name': 'juju_epc-project_c3126355-19ed-4e4d-b567-743efa7374c3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'aa59835ddf6c4845adffc74d9a60c6af', 'project_domain_name': 'Default'} 2018-08-27 05:21:17,511 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-08-27 05:21:17,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 05:21:17,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 05:21:17,543 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 05:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34f9260f-0c92-4399-87fb-f847ef1185f3 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-27 05:21:17,544 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-34f9260f-0c92-4399-87fb-f847ef1185f3 2018-08-27 05:21:17,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:17,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ac737d3-f64e-4793-a0a9-ed4442e4888f Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0c62d1a2eb9c4877a3aa8dcb681a60a5"}, "enabled": true, "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2d57212723554a81875eb54be2d9c71b"}, "enabled": true, "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/364f45865d2a472dbb1c17ec432dd442"}, "enabled": true, "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3a19b451b215401e9f3d62999ca779bf"}, "enabled": true, "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/4db680f9113b4a10bba97a69cba7dff9"}, "enabled": true, "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/56f6845a92454ced93c356b353215c58"}, "enabled": true, "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7d2dc95fdcb84a3bbabdf3fae7f05788"}, "enabled": true, "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/857a3547b3624035b08154c86e4b7056"}, "enabled": true, "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/85be768eef834e4e81e3ea286909240c"}, "enabled": true, "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9029bb8abda8485fb94aa849fce44487"}, "enabled": true, "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aa60adff497c48c6bda33da763d92bf2"}, "enabled": true, "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aba3aba927cf497b89d31b4472dd03d3"}, "enabled": true, "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/bcf9f08e73ed44fe9f6353aa05a1c564"}, "enabled": true, "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c980a1a85c7f4daabb41999679a5aff0"}, "enabled": true, "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f73baa7f18b743a89f10719e06527d49"}, "enabled": true, "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-27 05:21:17,724 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-6ac737d3-f64e-4793-a0a9-ed4442e4888f 2018-08-27 05:21:17,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.188763856888s 2018-08-27 05:21:17,725 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-6ac737d3-f64e-4793-a0a9-ed4442e4888f 2018-08-27 05:21:17,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 05:21:17,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 05:21:17,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24b6b41d-19dc-477a-940d-bbb3c8980334 Content-Encoding: gzip Content-Length: 1973 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/09baa6674c494d0d8497c6133cd0d1bb"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/106184d025434c069c4e5bb20ec8917e"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "106184d025434c069c4e5bb20ec8917e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/153006273f694a66940f23226ef55273"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "153006273f694a66940f23226ef55273"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1655b6496b9b4e9f80c5be269bbdd135"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/17ba54e453a844e3b6329f98636233f4"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "17ba54e453a844e3b6329f98636233f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1894feff0e944370b2a3a8124b2499ee"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/21ccd947710a4b0c9c5ca57b9c593052"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/24bd650d53d64173a3e2a5ce1e8757fa"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3708c51ca0df447990594d0313721f1d"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "3708c51ca0df447990594d0313721f1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/376bcee08e5d4f56bc317cf16e1cbf4a"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3b9316c7f553424ba9aa858365766565"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "364f45865d2a472dbb1c17ec432dd442", "id": "3b9316c7f553424ba9aa858365766565"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/424c7a314d474fbb97d4183f7f70f936"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4a45ee754d584ccd88adc91f20d765fe"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcf9f08e73ed44fe9f6353aa05a1c564", "id": "4a45ee754d584ccd88adc91f20d765fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4d8122c8794b4dcdb1fb157eff814dad"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4fc00b6523f84a24b191f02775eba3e7"}, "url": "http://172.30.9.26:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/55db8cdea87c4a6cb127b94aab2fecd5"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5b5cc0d0bc594f1cb15f7afb74aaed2c"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/775e63e79ed14bf8a9ef51f75cc0489c"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/868dc005a20f4593bcc9b044497e1652"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "868dc005a20f4593bcc9b044497e1652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8cda5639ba2a4d57ae1e57520e0b09eb"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8f0a17b843fa4cd8a3b27515df9469e2"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/97a2bc89fcc44b59938bc262e8251eb1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/98442d47818b4e8ba4d0c3e23ae29ea8"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a90b414a8bad4c45aaf58c60715ff5cb"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a9c8b8f6d7cf46cbba7ddbcd8876beae"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ab222d40264243c8b4238872615ef978"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aba3aba927cf497b89d31b4472dd03d3", "id": "ab222d40264243c8b4238872615ef978"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3002b2b44314878973591fff296647f"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "b3002b2b44314878973591fff296647f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3866f1efd034780b903b72f14c42587"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "b3866f1efd034780b903b72f14c42587"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b581b6dcb94d4bccae73a1f30672fecb"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "857a3547b3624035b08154c86e4b7056", "id": "b581b6dcb94d4bccae73a1f30672fecb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b87855abbd3b4f429bac9a8702923ee2"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b9211a5c91214bfb8a53a017e61e23f0"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f73baa7f18b743a89f10719e06527d49", "id": "b9211a5c91214bfb8a53a017e61e23f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/bb9c503d5175423688ccd8a7147f154b"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c980a1a85c7f4daabb41999679a5aff0", "id": "bb9c503d5175423688ccd8a7147f154b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c95ff878f2d04682be0682b3ba89e87c"}, "url": "http://172.30.9.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9029bb8abda8485fb94aa849fce44487", "id": "c95ff878f2d04682be0682b3ba89e87c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d5bfbe7d86fe44cc83931055110b523b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dc2b6cb14ab5497b931fbd7549cc2e63"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e499ac9caf2f47258ee56dbf0b877e32"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e7b8c232cf204bc4aab09523bcb67072"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2d57212723554a81875eb54be2d9c71b", "id": "e7b8c232cf204bc4aab09523bcb67072"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea5bfc1452384334b702e65e81fb9128"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "id": "ea5bfc1452384334b702e65e81fb9128"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ea6cf437692a484abb2273d167d2dae1"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "85be768eef834e4e81e3ea286909240c", "id": "ea6cf437692a484abb2273d167d2dae1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ecc741fd949b4de19640330f7c04a3cf"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa60adff497c48c6bda33da763d92bf2", "id": "ecc741fd949b4de19640330f7c04a3cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ee797cda68c042c5968595c8a2cbe1b7"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3a19b451b215401e9f3d62999ca779bf", "id": "ee797cda68c042c5968595c8a2cbe1b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/eefcb7bdf54f4097a98d16672b108fc0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4db680f9113b4a10bba97a69cba7dff9", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 05:21:17,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-24b6b41d-19dc-477a-940d-bbb3c8980334 2018-08-27 05:21:17,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.209578990936s 2018-08-27 05:21:17,944 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-24b6b41d-19dc-477a-940d-bbb3c8980334 2018-08-27 05:21:17,952 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-27 05:21:17,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 05:21:17,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-417aa98e-a296-4630-860d-a39eb6e2d8e0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-08-27 05:21:17,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-417aa98e-a296-4630-860d-a39eb6e2d8e0 2018-08-27 05:21:17,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-27 05:21:18,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "65aa63a26b5540f692d4ad18f71d39c2", "name": "reader"}, {"id": "565edadc366246ae845471a412ad99ed", "name": "member"}], "expires_at": "2018-08-27T06:21:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aa59835ddf6c4845adffc74d9a60c6af", "name": "juju_epc-project_c3126355-19ed-4e4d-b567-743efa7374c3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "775e63e79ed14bf8a9ef51f75cc0489c"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5bfbe7d86fe44cc83931055110b523b"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea5bfc1452384334b702e65e81fb9128"}], "type": "compute", "id": "0c62d1a2eb9c4877a3aa8dcb681a60a5", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1894feff0e944370b2a3a8124b2499ee"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "424c7a314d474fbb97d4183f7f70f936"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7b8c232cf204bc4aab09523bcb67072"}], "type": "image", "id": "2d57212723554a81875eb54be2d9c71b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17ba54e453a844e3b6329f98636233f4"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "376bcee08e5d4f56bc317cf16e1cbf4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b9316c7f553424ba9aa858365766565"}], "type": "identity", "id": "364f45865d2a472dbb1c17ec432dd442", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09baa6674c494d0d8497c6133cd0d1bb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "868dc005a20f4593bcc9b044497e1652"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee797cda68c042c5968595c8a2cbe1b7"}], "type": "placement", "id": "3a19b451b215401e9f3d62999ca779bf", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/aa59835ddf6c4845adffc74d9a60c6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b5cc0d0bc594f1cb15f7afb74aaed2c"}, {"url": "http://172.30.9.26:8776/v3/aa59835ddf6c4845adffc74d9a60c6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b87855abbd3b4f429bac9a8702923ee2"}, {"url": "http://192.30.9.4:8776/v3/aa59835ddf6c4845adffc74d9a60c6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eefcb7bdf54f4097a98d16672b108fc0"}], "type": "volumev3", "id": "4db680f9113b4a10bba97a69cba7dff9", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "56f6845a92454ced93c356b353215c58", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1655b6496b9b4e9f80c5be269bbdd135"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3866f1efd034780b903b72f14c42587"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc2b6cb14ab5497b931fbd7549cc2e63"}], "type": "metric", "id": "7d2dc95fdcb84a3bbabdf3fae7f05788", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3708c51ca0df447990594d0313721f1d"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cda5639ba2a4d57ae1e57520e0b09eb"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b581b6dcb94d4bccae73a1f30672fecb"}], "type": "network", "id": "857a3547b3624035b08154c86e4b7056", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9c8b8f6d7cf46cbba7ddbcd8876beae"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e499ac9caf2f47258ee56dbf0b877e32"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea6cf437692a484abb2273d167d2dae1"}], "type": "cloudformation", "id": "85be768eef834e4e81e3ea286909240c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_aa59835ddf6c4845adffc74d9a60c6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d8122c8794b4dcdb1fb157eff814dad"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f0a17b843fa4cd8a3b27515df9469e2"}, {"url": "http://172.30.9.26:8080/v1/AUTH_aa59835ddf6c4845adffc74d9a60c6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c95ff878f2d04682be0682b3ba89e87c"}], "type": "object-store", "id": "9029bb8abda8485fb94aa849fce44487", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/aa59835ddf6c4845adffc74d9a60c6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24bd650d53d64173a3e2a5ce1e8757fa"}, {"url": "http://192.30.9.4:8776/v1/aa59835ddf6c4845adffc74d9a60c6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b3002b2b44314878973591fff296647f"}, {"url": "http://172.30.9.26:8776/v1/aa59835ddf6c4845adffc74d9a60c6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecc741fd949b4de19640330f7c04a3cf"}], "type": "volume", "id": "aa60adff497c48c6bda33da763d92bf2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "153006273f694a66940f23226ef55273"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97a2bc89fcc44b59938bc262e8251eb1"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab222d40264243c8b4238872615ef978"}], "type": "alarming", "id": "aba3aba927cf497b89d31b4472dd03d3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/aa59835ddf6c4845adffc74d9a60c6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106184d025434c069c4e5bb20ec8917e"}, {"url": "http://172.30.9.26:8776/v2/aa59835ddf6c4845adffc74d9a60c6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21ccd947710a4b0c9c5ca57b9c593052"}, {"url": "http://192.30.9.4:8776/v2/aa59835ddf6c4845adffc74d9a60c6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a45ee754d584ccd88adc91f20d765fe"}], "type": "volumev2", "id": "bcf9f08e73ed44fe9f6353aa05a1c564", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:8004/v1/aa59835ddf6c4845adffc74d9a60c6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55db8cdea87c4a6cb127b94aab2fecd5"}, {"url": "http://192.30.9.4:8004/v1/aa59835ddf6c4845adffc74d9a60c6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a90b414a8bad4c45aaf58c60715ff5cb"}, {"url": "http://192.30.9.4:8004/v1/aa59835ddf6c4845adffc74d9a60c6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb9c503d5175423688ccd8a7147f154b"}], "type": "orchestration", "id": "c980a1a85c7f4daabb41999679a5aff0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fc00b6523f84a24b191f02775eba3e7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98442d47818b4e8ba4d0c3e23ae29ea8"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9211a5c91214bfb8a53a017e61e23f0"}], "type": "event", "id": "f73baa7f18b743a89f10719e06527d49", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_c3126355-19ed-4e4d-b567-743efa7374c3", "id": "cde6a415630e4d3ebd206988808cda49"}, "audit_ids": ["481a6MLsQiW9WYAgMVs6DA"], "issued_at": "2018-08-27T05:21:18.000000Z"}} 2018-08-27 05:21:18,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 05:21:18,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" -d '{"network": {"name": "juju_epc-net_c3126355-19ed-4e4d-b567-743efa7374c3", "admin_state_up": true}}' 2018-08-27 05:21:19,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-9b103ee1-5911-4d79-918e-ab385c496888 Date: Mon, 27 Aug 2018 05:21:19 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"aa59835ddf6c4845adffc74d9a60c6af","created_at":"2018-08-27T05:21:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T05:21:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"aa59835ddf6c4845adffc74d9a60c6af","id":"62eb24eb-aff3-4d76-9926-c00a2659848d","name":"juju_epc-net_c3126355-19ed-4e4d-b567-743efa7374c3"}} 2018-08-27 05:21:19,012 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9b103ee1-5911-4d79-918e-ab385c496888 2018-08-27 05:21:19,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.660630941391s 2018-08-27 05:21:19,013 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9b103ee1-5911-4d79-918e-ab385c496888 2018-08-27 05:21:19,013 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T05:21:18Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'62eb24eb-aff3-4d76-9926-c00a2659848d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_c3126355-19ed-4e4d-b567-743efa7374c3', u'admin_state_up': True, u'tenant_id': u'aa59835ddf6c4845adffc74d9a60c6af', u'created_at': u'2018-08-27T05:21:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'aa59835ddf6c4845adffc74d9a60c6af'}) 2018-08-27 05:21:19,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 05:21:19,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 05:21:19,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-349fa19c-b221-4f8d-80a2-2d65d4ecae64 Date: Mon, 27 Aug 2018 05:21:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T05:21:18Z","tenant_id":"aa59835ddf6c4845adffc74d9a60c6af","created_at":"2018-08-27T05:21:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"aa59835ddf6c4845adffc74d9a60c6af","id":"62eb24eb-aff3-4d76-9926-c00a2659848d","name":"juju_epc-net_c3126355-19ed-4e4d-b567-743efa7374c3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 05:21:19,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-349fa19c-b221-4f8d-80a2-2d65d4ecae64 2018-08-27 05:21:19,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.379509925842s 2018-08-27 05:21:19,394 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-349fa19c-b221-4f8d-80a2-2d65d4ecae64 2018-08-27 05:21:19,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 05:21:19,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" -d '{"subnet": {"name": "juju_epc-subnet_c3126355-19ed-4e4d-b567-743efa7374c3", "enable_dhcp": true, "network_id": "62eb24eb-aff3-4d76-9926-c00a2659848d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-08-27 05:21:20,356 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b6e0b063-3860-4edf-9565-d6b40dbe8dcd Date: Mon, 27 Aug 2018 05:21:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62eb24eb-aff3-4d76-9926-c00a2659848d","tenant_id":"aa59835ddf6c4845adffc74d9a60c6af","created_at":"2018-08-27T05:21:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T05:21:19Z","gateway_ip":"192.168.121.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.121.0/24","project_id":"aa59835ddf6c4845adffc74d9a60c6af","id":"59f0fb2f-4af3-428c-91a6-c2787d95f024","subnetpool_id":null,"name":"juju_epc-subnet_c3126355-19ed-4e4d-b567-743efa7374c3"}} 2018-08-27 05:21:20,356 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b6e0b063-3860-4edf-9565-d6b40dbe8dcd 2018-08-27 05:21:20,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.960888147354s 2018-08-27 05:21:20,357 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b6e0b063-3860-4edf-9565-d6b40dbe8dcd 2018-08-27 05:21:20,357 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T05:21:19Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.121.2', u'end': u'192.168.121.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.121.0/24', u'id': u'59f0fb2f-4af3-428c-91a6-c2787d95f024', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_c3126355-19ed-4e4d-b567-743efa7374c3', u'enable_dhcp': True, u'network_id': u'62eb24eb-aff3-4d76-9926-c00a2659848d', u'tenant_id': u'aa59835ddf6c4845adffc74d9a60c6af', u'created_at': u'2018-08-27T05:21:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'aa59835ddf6c4845adffc74d9a60c6af'}) 2018-08-27 05:21:20,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 05:21:20,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" -d '{"router": {"external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09"}, "name": "juju_epc-router_c3126355-19ed-4e4d-b567-743efa7374c3", "admin_state_up": true}}' 2018-08-27 05:21:21,372 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-c2dcf32f-83d0-4d8c-91ca-d182d3770700 Date: Mon, 27 Aug 2018 05:21:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "aa59835ddf6c4845adffc74d9a60c6af", "created_at": "2018-08-27T05:21:20Z", "admin_state_up": true, "updated_at": "2018-08-27T05:21:21Z", "revision_number": 2, "routes": [], "project_id": "aa59835ddf6c4845adffc74d9a60c6af", "id": "61492483-0d7e-4e66-bbd1-350dfa148164", "name": "juju_epc-router_c3126355-19ed-4e4d-b567-743efa7374c3"}} 2018-08-27 05:21:21,372 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c2dcf32f-83d0-4d8c-91ca-d182d3770700 2018-08-27 05:21:21,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.01452612877s 2018-08-27 05:21:21,373 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c2dcf32f-83d0-4d8c-91ca-d182d3770700 2018-08-27 05:21:21,373 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ecff2169-f0a1-4e87-90bc-3c582067cb09', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec6e23f3-cc41-4110-8e66-704db251bf8b', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'aa59835ddf6c4845adffc74d9a60c6af', u'created_at': u'2018-08-27T05:21:20Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T05:21:21Z', u'revision_number': 2, u'routes': [], u'project_id': u'aa59835ddf6c4845adffc74d9a60c6af', u'id': u'61492483-0d7e-4e66-bbd1-350dfa148164', u'name': u'juju_epc-router_c3126355-19ed-4e4d-b567-743efa7374c3'}) 2018-08-27 05:21:21,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 05:21:21,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/61492483-0d7e-4e66-bbd1-350dfa148164/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" -d '{"subnet_id": "59f0fb2f-4af3-428c-91a6-c2787d95f024"}' 2018-08-27 05:21:23,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2b4633ca-2b7d-4792-a9fa-5725eafec109 Date: Mon, 27 Aug 2018 05:21:23 GMT RESP BODY: {"network_id": "62eb24eb-aff3-4d76-9926-c00a2659848d", "tenant_id": "aa59835ddf6c4845adffc74d9a60c6af", "subnet_id": "59f0fb2f-4af3-428c-91a6-c2787d95f024", "subnet_ids": ["59f0fb2f-4af3-428c-91a6-c2787d95f024"], "port_id": "487a819f-49af-4032-bcef-5cce83940750", "id": "61492483-0d7e-4e66-bbd1-350dfa148164"} 2018-08-27 05:21:23,815 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/61492483-0d7e-4e66-bbd1-350dfa148164/add_router_interface.json used request id req-2b4633ca-2b7d-4792-a9fa-5725eafec109 2018-08-27 05:21:23,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.44103002548s 2018-08-27 05:21:23,815 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/61492483-0d7e-4e66-bbd1-350dfa148164/add_router_interface.json used request id req-2b4633ca-2b7d-4792-a9fa-5725eafec109 returning object 61492483-0d7e-4e66-bbd1-350dfa148164 2018-08-27 05:21:23,816 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-27 05:21:26,944 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:f4a9830fb482d07eec07c8532a1c265e sha256:1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d 2018-08-27 05:21:26,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 05:21:26,952 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 05:21:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-27 05:21:26,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 05:21:26,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 05:21:27,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4ec91828-a367-4ec3-990b-1a722f356114 Date: Mon, 27 Aug 2018 05:21:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 05:21:27,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4ec91828-a367-4ec3-990b-1a722f356114 2018-08-27 05:21:27,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.300498008728s 2018-08-27 05:21:27,258 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4ec91828-a367-4ec3-990b-1a722f356114 2018-08-27 05:21:27,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 05:21:27,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" -d '{"owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "owner_specified.shade.object": "images/juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3"}' 2018-08-27 05:21:27,592 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6803ea82-30d5-4561-b1ba-a3bbfb5b22c1 Date: Mon, 27 Aug 2018 05:21:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:21:27Z", "file": "/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95/file", "owner": "aa59835ddf6c4845adffc74d9a60c6af", "id": "29678549-0b18-4e3f-ba40-551aa57ecb95", "size": null, "self": "/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3", "checksum": null, "created_at": "2018-08-27T05:21:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 05:21:27,592 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-6803ea82-30d5-4561-b1ba-a3bbfb5b22c1 2018-08-27 05:21:27,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.325665950775s 2018-08-27 05:21:27,592 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-6803ea82-30d5-4561-b1ba-a3bbfb5b22c1 returning object 29678549-0b18-4e3f-ba40-551aa57ecb95 2018-08-27 05:21:27,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 05:21:27,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" -d '' 2018-08-27 05:21:32,259 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3ac1e1e3-8354-4266-af15-1b8ea417bd6b Date: Mon, 27 Aug 2018 05:21:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:21:32,259 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95/file used request id req-3ac1e1e3-8354-4266-af15-1b8ea417bd6b 2018-08-27 05:21:32,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.66596198082s 2018-08-27 05:21:32,259 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95/file used request id req-3ac1e1e3-8354-4266-af15-1b8ea417bd6b 2018-08-27 05:21:32,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 05:21:32,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 05:21:32,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-e2041082-8a09-4bcc-9acf-d4b94d5248bb Date: Mon, 27 Aug 2018 05:21:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:21:32Z", "file": "/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95/file", "owner": "aa59835ddf6c4845adffc74d9a60c6af", "id": "29678549-0b18-4e3f-ba40-551aa57ecb95", "size": 296681472, "self": "/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/29678549-0b18-4e3f-ba40-551aa57ecb95/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/29678549-0b18-4e3f-ba40-551aa57ecb95/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-27T05:21:27Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 05:21:32,982 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e2041082-8a09-4bcc-9acf-d4b94d5248bb 2018-08-27 05:21:32,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.718376159668s 2018-08-27 05:21:32,982 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e2041082-8a09-4bcc-9acf-d4b94d5248bb 2018-08-27 05:21:32,985 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/29678549-0b18-4e3f-ba40-551aa57ecb95/snap', u'metadata': Munch({})})], 'file': u'/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95/file', 'owner': u'aa59835ddf6c4845adffc74d9a60c6af', 'id': u'29678549-0b18-4e3f-ba40-551aa57ecb95', 'size': 296681472, u'self': u'/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aa59835ddf6c4845adffc74d9a60c6af', 'name': 'juju_epc-project_c3126355-19ed-4e4d-b567-743efa7374c3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/29678549-0b18-4e3f-ba40-551aa57ecb95/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T05:21:32Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T05:21:32Z', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', 'properties': {u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', u'self': u'/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3', 'created': u'2018-08-27T05:21:27Z', 'checksum': u'f4a9830fb482d07eec07c8532a1c265e', 'created_at': u'2018-08-27T05:21:27Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', 'metadata': {u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', u'self': u'/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}}) 2018-08-27 05:21:34,194 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 29678549-0b18-4e3f-ba40-551aa57ecb95 -s xenial -r regionOne -u http://172.30.9.26:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-08-27 05:21:34,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 05:21:34,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_c3126355-19ed-4e4d-b567-743efa7374c3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-27 05:21:34,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-130a3023-8d8e-406b-9a53-146549af0322 x-compute-request-id: req-130a3023-8d8e-406b-9a53-146549af0322 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_c3126355-19ed-4e4d-b567-743efa7374c3", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "fe0b2f97-d92b-438c-b3a3-d46bf188340a"}} 2018-08-27 05:21:34,489 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-130a3023-8d8e-406b-9a53-146549af0322 2018-08-27 05:21:34,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.293689966202s 2018-08-27 05:21:34,490 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-130a3023-8d8e-406b-9a53-146549af0322 2018-08-27 05:21:34,491 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_c3126355-19ed-4e4d-b567-743efa7374c3', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 10, 'id': u'fe0b2f97-d92b-438c-b3a3-d46bf188340a', 'swap': 0}) 2018-08-27 05:21:34,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 05:21:34,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" -d '{"extra_specs": {}}' 2018-08-27 05:21:34,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-635a6a9c-845e-4f2f-884e-ec476c7cb67b x-compute-request-id: req-635a6a9c-845e-4f2f-884e-ec476c7cb67b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 05:21:34,519 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a/os-extra_specs used request id req-635a6a9c-845e-4f2f-884e-ec476c7cb67b 2018-08-27 05:21:34,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.027027130127s 2018-08-27 05:21:34,519 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a/os-extra_specs used request id req-635a6a9c-845e-4f2f-884e-ec476c7cb67b 2018-08-27 05:21:34,519 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-27 05:21:34,521 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | SDN_CONTROLLER_USER | admin | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | SDN_CONTROLLER_RESTCONFPORT | 8181 | | SDN_CONTROLLER_PASSWORD | FgxMojezvLOSrPmgQXt87YWYu | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-249 | | SDN_CONTROLLER_IP | 192.30.9.4 | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-08-27 05:21:34,529 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-27 05:21:34,627 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-08-27 05:21:34,627 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-27 05:21:34,729 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-08-27 05:21:34,729 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-27 05:21:37,475 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-27 05:21:37,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 05:21:37,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 05:21:37,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-3ba37c72-6d22-4619-9595-6c6620f3720e Date: Mon, 27 Aug 2018 05:21:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:21:32Z", "file": "/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95/file", "owner": "aa59835ddf6c4845adffc74d9a60c6af", "id": "29678549-0b18-4e3f-ba40-551aa57ecb95", "size": 296681472, "self": "/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/29678549-0b18-4e3f-ba40-551aa57ecb95/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/29678549-0b18-4e3f-ba40-551aa57ecb95/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-27T05:21:27Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 05:21:37,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3ba37c72-6d22-4619-9595-6c6620f3720e 2018-08-27 05:21:37,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307434797287s 2018-08-27 05:21:37,786 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3ba37c72-6d22-4619-9595-6c6620f3720e 2018-08-27 05:21:37,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 05:21:37,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/juju_epc-img_alt_c3126355-19ed-4e4d-b567-743efa7374c3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_c3126355-19ed-4e4d-b567-743efa7374c3"}' 2018-08-27 05:21:38,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-87221b0b-b70b-458f-9bf6-91ff22b24a8c Date: Mon, 27 Aug 2018 05:21:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:21:37Z", "file": "/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b/file", "owner": "aa59835ddf6c4845adffc74d9a60c6af", "id": "1ab6f91f-72af-4390-b276-d509d5d01b8b", "size": null, "self": "/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_c3126355-19ed-4e4d-b567-743efa7374c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_c3126355-19ed-4e4d-b567-743efa7374c3", "checksum": null, "created_at": "2018-08-27T05:21:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 05:21:38,041 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-87221b0b-b70b-458f-9bf6-91ff22b24a8c 2018-08-27 05:21:38,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.245047092438s 2018-08-27 05:21:38,042 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-87221b0b-b70b-458f-9bf6-91ff22b24a8c returning object 1ab6f91f-72af-4390-b276-d509d5d01b8b 2018-08-27 05:21:38,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 05:21:38,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" -d '' 2018-08-27 05:21:42,685 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5b924783-b7e4-44ac-9e36-caee94f18b46 Date: Mon, 27 Aug 2018 05:21:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 05:21:42,685 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b/file used request id req-5b924783-b7e4-44ac-9e36-caee94f18b46 2018-08-27 05:21:42,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.6427230835s 2018-08-27 05:21:42,686 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b/file used request id req-5b924783-b7e4-44ac-9e36-caee94f18b46 2018-08-27 05:21:42,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 05:21:42,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 05:21:42,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2729 Content-Type: application/json X-Openstack-Request-Id: req-3f2961d9-7ab7-4be2-a2f0-ffb266192a17 Date: Mon, 27 Aug 2018 05:21:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:21:42Z", "file": "/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b/file", "owner": "aa59835ddf6c4845adffc74d9a60c6af", "id": "1ab6f91f-72af-4390-b276-d509d5d01b8b", "size": 263193088, "self": "/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/1ab6f91f-72af-4390-b276-d509d5d01b8b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/1ab6f91f-72af-4390-b276-d509d5d01b8b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_c3126355-19ed-4e4d-b567-743efa7374c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_c3126355-19ed-4e4d-b567-743efa7374c3", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T05:21:37Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:21:32Z", "file": "/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95/file", "owner": "aa59835ddf6c4845adffc74d9a60c6af", "id": "29678549-0b18-4e3f-ba40-551aa57ecb95", "size": 296681472, "self": "/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/29678549-0b18-4e3f-ba40-551aa57ecb95/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/29678549-0b18-4e3f-ba40-551aa57ecb95/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-27T05:21:27Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 05:21:42,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3f2961d9-7ab7-4be2-a2f0-ffb266192a17 2018-08-27 05:21:42,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308701992035s 2018-08-27 05:21:42,999 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3f2961d9-7ab7-4be2-a2f0-ffb266192a17 2018-08-27 05:21:43,002 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/1ab6f91f-72af-4390-b276-d509d5d01b8b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b/file', 'owner': u'aa59835ddf6c4845adffc74d9a60c6af', 'id': u'1ab6f91f-72af-4390-b276-d509d5d01b8b', 'size': 263193088, u'self': u'/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aa59835ddf6c4845adffc74d9a60c6af', 'name': 'juju_epc-project_c3126355-19ed-4e4d-b567-743efa7374c3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/1ab6f91f-72af-4390-b276-d509d5d01b8b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T05:21:42Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T05:21:42Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_c3126355-19ed-4e4d-b567-743efa7374c3', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_c3126355-19ed-4e4d-b567-743efa7374c3', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_c3126355-19ed-4e4d-b567-743efa7374c3', 'created': u'2018-08-27T05:21:37Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-27T05:21:37Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_c3126355-19ed-4e4d-b567-743efa7374c3', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-27 05:21:43,158 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 1ab6f91f-72af-4390-b276-d509d5d01b8b -s trusty -r regionOne -u http://172.30.9.26:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-08-27 05:21:43,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 05:21:43,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_c3126355-19ed-4e4d-b567-743efa7374c3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-27 05:21:43,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49e4bbb0-4037-4075-b315-33d68a789f2d x-compute-request-id: req-49e4bbb0-4037-4075-b315-33d68a789f2d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_c3126355-19ed-4e4d-b567-743efa7374c3", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e6852f57-3bae-49db-b20f-5bfc01e6c03e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e6852f57-3bae-49db-b20f-5bfc01e6c03e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "e6852f57-3bae-49db-b20f-5bfc01e6c03e"}} 2018-08-27 05:21:43,201 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-49e4bbb0-4037-4075-b315-33d68a789f2d 2018-08-27 05:21:43,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0421409606934s 2018-08-27 05:21:43,202 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-49e4bbb0-4037-4075-b315-33d68a789f2d 2018-08-27 05:21:43,203 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_c3126355-19ed-4e4d-b567-743efa7374c3', 'ephemeral': 0, 'ram': 4096, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5785a4ec7e274272b18e396a3b5ede5b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 10, 'id': u'e6852f57-3bae-49db-b20f-5bfc01e6c03e', 'swap': 0}) 2018-08-27 05:21:43,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 05:21:43,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/e6852f57-3bae-49db-b20f-5bfc01e6c03e/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" -d '{"extra_specs": {}}' 2018-08-27 05:21:43,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 05:21:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-09fcb72a-615f-492e-b4d7-991d3d663a29 x-compute-request-id: req-09fcb72a-615f-492e-b4d7-991d3d663a29 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 05:21:43,229 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/e6852f57-3bae-49db-b20f-5bfc01e6c03e/os-extra_specs used request id req-09fcb72a-615f-492e-b4d7-991d3d663a29 2018-08-27 05:21:43,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0256581306458s 2018-08-27 05:21:43,229 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/e6852f57-3bae-49db-b20f-5bfc01e6c03e/os-extra_specs used request id req-09fcb72a-615f-492e-b4d7-991d3d663a29 2018-08-27 05:21:43,230 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-27 06:18:11,914 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc/regionOne', 'abot-controller', '--agent-version', '2.2.9', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=62eb24eb-aff3-4d76-9926-c00a2659848d', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 05:21:43 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 05:21:43 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc/regionOne", "abot-controller", "--agent-version", "2.2.9", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=62eb24eb-aff3-4d76-9926-c00a2659848d", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 05:21:43 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 05:21:43 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[network:62eb24eb-aff3-4d76-9926-c00a2659848d external-network: use-floating-ip:true use-default-secgroup:true] 05:21:43 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 05:21:43 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[agent-metadata-url: image-metadata-url: enable-os-refresh-update:true update-status-hook-interval:5m automatically-retry-hooks:true apt-ftp-proxy: ignore-machine-addresses:false provisioner-harvest-mode:destroyed http-proxy: resource-tags: use-default-secgroup:true no-proxy:127.0.0.1,localhost,::1 net-bond-reconfigure-delay:17 apt-http-proxy: network:62eb24eb-aff3-4d76-9926-c00a2659848d uuid:b28f67e5-a66c-4c74-867a-4acb0cff1eaa development:false use-floating-ip:true type:openstack disable-network-management:false ssl-hostname-verification:false proxy-ssh:false transmit-vendor-metrics:true image-stream:released apt-mirror: default-series:xenial agent-stream:released authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzTbXjK/hKVNqi2DU841TH0XbTsf6cno0cnTCD6Zj0D3aP/4XPE3/RACEQC/9odAAjb00EvlOylUzw6x/8U6H7hFYOeVvT2iWuAnPJ26XvINHr+iTQM8t+OvzE858oJUYiZfndPUnB9s0fz2WKmziwf6FGZw1hYRCmigiIcSLuMNgfYOfY6NwOjs8Bj+Xyl1dITr9eV8J0Yek9VOz0dPjJCaHEerw/d6fb+nJ3APhwYDtxd5N54Ihg+335r8QWdlp8Z0a/QXgyCMCshLJwGe1STbFleEr1Df197gZLnFUy4+flL3XPQ50eU7tCydaMx03qQrdncn7QgLwkrUuVR9Gz juju-client-key apt-no-proxy: max-status-history-age:336h enable-os-upgrade:true ftp-proxy: logging-config: max-action-results-size:5G name:controller max-action-results-age:336h external-network: https-proxy: apt-https-proxy: firewall-mode:instance logforward-enabled:false max-status-history-size:5G test-mode:false] 05:21:43 INFO juju.provider.openstack provider.go:144 opening model "controller" 05:21:43 DEBUG goose :1 auth details: &{Token:gAAAAABbg4pn2kdrncMksQerFXsDSMOcqBLwLBS8vjLVYSRqQ3L5BBnWPBc676JN_eDH14EQc7ZhQmUfrR3OhoXnN0vm-p7zKbW6K5WtydpzyCsZrHCnRz9zFWvm7xrfo84z832iIYdFZA65O4LfaK2KrRgZDR66pa-NgOkckIiPWh0anhdDlBA TenantId:aa59835ddf6c4845adffc74d9a60c6af UserId:cde6a415630e4d3ebd206988808cda49 Domain: RegionServiceURLs:map[regionOne:map[event:http://172.30.9.26:8977 compute:http://172.30.9.26:8774/v2.1 volume:http://172.30.9.26:8776/v1/aa59835ddf6c4845adffc74d9a60c6af cloudformation:http://172.30.9.26:8000/v1 alarming:http://172.30.9.26:8042 volumev3:http://172.30.9.26:8776/v3/aa59835ddf6c4845adffc74d9a60c6af network:http://172.30.9.26:9696 object-store:http://172.30.9.26:8080/v1/AUTH_aa59835ddf6c4845adffc74d9a60c6af identity:http://172.30.9.26:5000 placement:http://172.30.9.26:8778/placement volumev2:http://172.30.9.26:8776/v2/aa59835ddf6c4845adffc74d9a60c6af orchestration:http://172.30.9.26:8004/v1/aa59835ddf6c4845adffc74d9a60c6af image:http://172.30.9.26:9292 metric:http://172.30.9.26:8041]]} 05:21:43 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 05:21:43 DEBUG goose :1 performing API version discovery for "http://172.30.9.26:8774/" 05:21:43 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.26:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.26:8774/v2.1/ Rel:self}] Status:CURRENT}] 05:21:44 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 05:21:44 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 05:21:44 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 05:21:44 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 05:21:44 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 05:21:44 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 05:21:44 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 05:21:44 INFO cmd bootstrap.go:233 Loading image metadata 05:21:44 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 05:21:44 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 05:21:44 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 05:21:44 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.26:5000/v3} [raring utopic xenial win2016hv quantal saucy wily win2016 win81 vivid win2012hvr2 win2016nano win10 trusty zesty win2008r2 win8 centos7 win2012hv win7 precise win2012r2 win2012 genericlinux yakkety opensuseleap] [amd64 i386 armhf arm64 ppc64el s390x] released}} 05:21:44 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 05:21:47 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 05:21:48 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.26:5000/v3} not found 05:21:48 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.26:5000/v3} not found 05:21:48 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 05:21:48 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 05:21:48 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 05:21:48 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 05:21:48 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 05:21:48 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 05:21:48 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 05:21:48 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 05:21:48 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 05:21:49 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 05:21:52 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 05:21:52 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 05:21:52 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 05:21:52 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:29678549-0b18-4e3f-ba40-551aa57ecb95 Arch:amd64 VirtType:}] 05:21:52 INFO juju.environs.instances image.go:106 find instance - using image with id: 29678549-0b18-4e3f-ba40-551aa57ecb95 05:21:52 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 05:21:52 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 05:21:52 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2489 bytes 05:21:52 DEBUG juju.provider.openstack provider.go:1022 using network id "62eb24eb-aff3-4d76-9926-c00a2659848d" 05:21:52 DEBUG goose :1 performing API version discovery for "http://172.30.9.26:9696/" 05:21:52 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.26:9696/v2.0/ Rel:self}] Status:CURRENT}] 05:21:59 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" has status BUILD, wait 10 seconds before retry, attempt 11 05:24:06 INFO juju.provider.openstack provider.go:1189 started instance "3e3cf1f8-a5d7-4655-8f65-e2809a6f761f" 05:24:06 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 05:24:08 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.207 05:24:08 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.207 - 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f (arch=amd64 mem=2G cores=1) 05:24:12 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 05:24:12 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 05:24:12 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 05:24:12 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 05:24:15 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 05:24:15 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 05:24:17 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 Attempting to connect to 172.30.9.207:22 Attempting to connect to 192.168.121.13:22 05:24:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:24:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:24:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: ssh: connect to host 172.30.9.207 port 22: Connection refused 05:24:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:24:27 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 05:24:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 05:24:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:24:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:24:36 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 05:24:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:24:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:24:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:24:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:24:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:24:47 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 05:24:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:24:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:24:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:24:56 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 05:24:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:25:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:25:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:07 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 05:25:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:25:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:25:17 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 05:25:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:25:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:25:27 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 05:25:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:25:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:37 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 05:25:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:25:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:25:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:25:48 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 05:25:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.207 failed: /var/lib/juju/nonce.txt does not exist 05:25:56 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 05:25:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.13 failed: ssh: connect to host 192.168.121.13 port 22: Connection refused 05:25:58 INFO juju.cloudconfig userdatacfg_unix.go:410 Fetching agent: curl -sSfw 'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s ' --retry 10 --insecure -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-ff1eaa-controller-0: Connection timed out Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'init-local' at Mon, 27 Aug 2018 05:23:58 +0000. Up 5.04 seconds. 2018-08-27 05:24:09,210 - util.py[WARNING]: No active metadata service found Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'init' at Mon, 27 Aug 2018 05:24:09 +0000. Up 15.91 seconds. ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: | ens3 | True | 192.168.121.13 | 255.255.255.0 | global | fa:16:3e:fc:85:55 | ci-info: | ens3 | True | fe80::f816:3eff:fefc:8555/64 | . | link | fa:16:3e:fc:85:55 | ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | ci-info: | lo | True | ::1/128 | . | host | . | ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.121.1 | 0.0.0.0 | ens3 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.121.2 | 255.255.255.255 | ens3 | UGH | ci-info: | 2 | 192.168.121.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ ci-info: +-------+-------------+---------+-----------+-------+ ci-info: | Route | Destination | Gateway | Interface | Flags | ci-info: +-------+-------------+---------+-----------+-------+ ci-info: | 0 | fe80::/64 | :: | ens3 | U | ci-info: | 3 | ff00::/8 | :: | ens3 | U | ci-info: +-------+-------------+---------+-----------+-------+ Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'modules:config' at Mon, 27 Aug 2018 05:24:55 +0000. Up 62.06 seconds. + install -D -m 644 /dev/null /etc/systemd/system/juju-clean-shutdown.service + printf %s\n [Unit] Description=Stop all network interfaces on shutdown DefaultDependencies=false After=final.target [Service] Type=oneshot ExecStart=/sbin/ifdown -a -v --force StandardOutput=tty StandardError=tty [Install] WantedBy=final.target + /bin/systemctl enable /etc/systemd/system/juju-clean-shutdown.service Created symlink from /etc/systemd/system/final.target.wants/juju-clean-shutdown.service to /etc/systemd/system/juju-clean-shutdown.service. + install -D -m 644 /dev/null /var/lib/juju/nonce.txt + printf %s\n user-admin:bootstrap Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'modules:final' at Mon, 27 Aug 2018 05:25:57 +0000. Up 123.45 seconds. Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 finished at Mon, 27 Aug 2018 05:25:57 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 123.76 seconds Logging to /var/log/cloud-init-output.log on the bootstrap machine Regenerating SSH RSA host key Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: SHA256:9r5jWu/eDTjY+/3h+E1GMkQos+uifi4gjUiDCglpR3E root@juju-ff1eaa-controller-0 The key's randomart image is: +---[RSA 2048]----+ | ..o.E .. | |o. .. o .. | |+.. + . | |+o . . | |+..o S . o .| |o o o . ..o . + | | . . .+ + ..o| | . oo+. +o*o| | .o=o+o==o+o*| +----[SHA256]-----+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: SHA256:NRjl++gmnzUMiFj383JXGjls93VOPlfx28E0hzRA05Q root@juju-ff1eaa-controller-0 The key's randomart image is: +---[DSA 1024]----+ | ....+++. | | + oEo | | . o + .+.| | o o + o .o.=| | . . S = *oO| | B . XO| | o B oo*| | ...= o o| | ++ | +----[SHA256]-----+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: SHA256:TUFs7ZNvRs9rGJi2tSsjVyrGGm5MoZLkwigIDukpvOY root@juju-ff1eaa-controller-0 The key's randomart image is: +---[ECDSA 256]---+ | oo. | | o.. | | . ... . | |+ . . o + . | |X + . . S . o+ o | |=B + . . + ++ o| |o o . o.. . =o+ .| | o .o.= * o o | |oE .oo + o.o | +----[SHA256]-----+ Running apt-get update Err:1 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. Running apt-get upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Installing curl, cpu-checker, bridge-utils, cloud-utils, tmux Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.47.0-1ubuntu2.8). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 [10.6 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 [6,862 B] Fetched 17.5 kB in 5s (3,213 B/s) Selecting previously unselected package msr-tools. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54131 files and directories currently installed.) Preparing to unpack .../msr-tools_1.3-2_amd64.deb ... Unpacking msr-tools (1.3-2) ... Selecting previously unselected package cpu-checker. Preparing to unpack .../cpu-checker_0.7-0ubuntu7_amd64.deb ... Unpacking cpu-checker (0.7-0ubuntu7) ... Processing triggers for man-db (2.7.5-1) ... Setting up msr-tools (1.3-2) ... Setting up cpu-checker (0.7-0ubuntu7) ... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: bridge-utils 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 28.6 kB of archives. After this operation, 102 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 bridge-utils amd64 1.5-9ubuntu1 [28.6 kB] Fetched 28.6 kB in 0s (60.0 kB/s) Selecting previously unselected package bridge-utils. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54145 files and directories currently installed.) Preparing to unpack .../bridge-utils_1.5-9ubuntu1_amd64.deb ... Unpacking bridge-utils (1.5-9ubuntu1) ... Processing triggers for man-db (2.7.5-1) ... Setting up bridge-utils (1.5-9ubuntu1) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: cloud-image-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils Suggested packages: cloud-utils-euca shunit2 wodim cdrkit-doc debootstrap bsd-mailx | mailx The following NEW packages will be installed: cloud-image-utils cloud-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. Need to get 6,375 kB of archives. After this operation, 24.2 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libiscsi2 amd64 1.12.0-2 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 distro-info amd64 0.14build1 [20.0 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 genisoimage amd64 9:1.1.11-3ubuntu1 [316 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaio1 amd64 0.3.110-2 [6,356 B] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 [10.6 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.10-0ubuntu0.16.04.1 [1,646 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.10-0ubuntu0.16.04.1 [2,193 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-block-extra amd64 1:2.5+dfsg-5ubuntu10.31 [31.2 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-utils amd64 1:2.5+dfsg-5ubuntu10.31 [578 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 sharutils amd64 1:4.15.2-1ubuntu0.1 [148 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-image-utils all 0.27-0ubuntu25.1 [15.8 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-utils all 0.27-0ubuntu25.1 [1,512 B] Fetched 6,375 kB in 3s (1,626 kB/s) Selecting previously unselected package libiscsi2:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54171 files and directories currently installed.) Preparing to unpack .../libiscsi2_1.12.0-2_amd64.deb ... Unpacking libiscsi2:amd64 (1.12.0-2) ... Selecting previously unselected package distro-info. Preparing to unpack .../distro-info_0.14build1_amd64.deb ... Unpacking distro-info (0.14build1) ... Selecting previously unselected package genisoimage. Preparing to unpack .../genisoimage_9%3a1.1.11-3ubuntu1_amd64.deb ... Unpacking genisoimage (9:1.1.11-3ubuntu1) ... Selecting previously unselected package libaio1:amd64. Preparing to unpack .../libaio1_0.3.110-2_amd64.deb ... Unpacking libaio1:amd64 (0.3.110-2) ... Selecting previously unselected package libboost-iostreams1.58.0:amd64. Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-system1.58.0:amd64. Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-random1.58.0:amd64. Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-thread1.58.0:amd64. Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package librados2. Preparing to unpack .../librados2_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librados2 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package librbd1. Preparing to unpack .../librbd1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librbd1 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package qemu-block-extra:amd64. Preparing to unpack .../qemu-block-extra_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../qemu-utils_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package sharutils. Preparing to unpack .../sharutils_1%3a4.15.2-1ubuntu0.1_amd64.deb ... Unpacking sharutils (1:4.15.2-1ubuntu0.1) ... Selecting previously unselected package cloud-image-utils. Preparing to unpack .../cloud-image-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-image-utils (0.27-0ubuntu25.1) ... Selecting previously unselected package cloud-utils. Preparing to unpack .../cloud-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for install-info (6.1.0.dfsg.1-5) ... Setting up libiscsi2:amd64 (1.12.0-2) ... Setting up distro-info (0.14build1) ... Setting up genisoimage (9:1.1.11-3ubuntu1) ... Setting up libaio1:amd64 (0.3.110-2) ... Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up sharutils (1:4.15.2-1ubuntu0.1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Setting up librados2 (10.2.10-0ubuntu0.16.04.1) ... Setting up librbd1 (10.2.10-0ubuntu0.16.04.1) ... Setting up qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Setting up qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Setting up cloud-image-utils (0.27-0ubuntu25.1) ... Setting up cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Reading package lists... Building dependency tree... Reading state information... tmux is already the newest version (2.1-3build1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Fetching Juju agent version 2.2.9 for amd64 Attempt 1 to download tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz... tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz downloaded: HTTP 200; time 7.996s; size 22122498 bytes; speed 2766524.000 bytes/s Tools downloaded successfully. d1347b6d15d4d22a7b23d7e4a6dab35c9d078bf628b59bed520bb7788dc782be /var/lib/juju/tools/2.2.9-xenial-amd64/tools.tar.gz aac0f29a991b188549d92bc44a37bdf8e765fe8c4dd221d8d2073c91aa1732eb /var/lib/juju/gui/gui.tar.bz2 Installing Juju machine agent 2018-08-27 06:17:55 INFO juju.cmd supercommand.go:63 running jujud [2.2.9 gc go1.8] 2018-08-27 06:17:55 DEBUG juju.cmd supercommand.go:64 args: []string{"/var/lib/juju/tools/2.2.9-xenial-amd64/jujud", "bootstrap-state", "--timeout", "20m0s", "--data-dir", "/var/lib/juju", "--debug", "/var/lib/juju/bootstrap-params"} 2018-08-27 06:17:55 DEBUG juju.agent agent.go:552 read agent config, format "2.0" 2018-08-27 06:17:55 INFO juju.provider.openstack provider.go:144 opening model "controller" 2018-08-27 06:17:56 DEBUG goose :22 auth details: &{Token:gAAAAABbg5eU7sIXvp9gvINCOsZTKog0jiZlvMeCnOaolIhtLV3lqIHQc6cfdUOMuIXmaRWQ9emowo1zf2oOnwgOci_DjqW5SHiDWOjkzxX44XcWfQ6t_M_t9uRExTi0hEt_2KCg4zuqpxDq1zfOScwUiFNYXcECRh5PAEnqfqOfvVIhfFvcWT0 TenantId:aa59835ddf6c4845adffc74d9a60c6af UserId:cde6a415630e4d3ebd206988808cda49 Domain: RegionServiceURLs:map[regionOne:map[compute:http://172.30.9.26:8774/v2.1 placement:http://172.30.9.26:8778/placement object-store:http://172.30.9.26:8080/v1/AUTH_aa59835ddf6c4845adffc74d9a60c6af alarming:http://172.30.9.26:8042 orchestration:http://172.30.9.26:8004/v1/aa59835ddf6c4845adffc74d9a60c6af image:http://172.30.9.26:9292 identity:http://172.30.9.26:5000 network:http://172.30.9.26:9696 volume:http://172.30.9.26:8776/v1/aa59835ddf6c4845adffc74d9a60c6af volumev2:http://172.30.9.26:8776/v2/aa59835ddf6c4845adffc74d9a60c6af volumev3:http://172.30.9.26:8776/v3/aa59835ddf6c4845adffc74d9a60c6af metric:http://172.30.9.26:8041 cloudformation:http://172.30.9.26:8000/v1 event:http://172.30.9.26:8977]]} 2018-08-27 06:17:56 DEBUG goose :22 performing API version discovery for "http://172.30.9.26:8774/" 2018-08-27 06:17:56 DEBUG goose :22 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.26:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.26:8774/v2.1/ Rel:self}] Status:CURRENT}] 2018-08-27 06:17:59 DEBUG juju.provider.openstack provider.go:414 instance 3e3cf1f8-a5d7-4655-8f65-e2809a6f761f has floating IP address: 172.30.9.207 2018-08-27 06:17:59 INFO juju.agent identity.go:22 writing system identity file 2018-08-27 06:17:59 DEBUG juju.cmd.jujud bootstrap.go:323 starting mongo 2018-08-27 06:17:59 DEBUG juju.cmd.jujud bootstrap.go:351 calling ensureMongoServer 2018-08-27 06:17:59 INFO juju.mongo mongo.go:465 Ensuring mongo server is running; data directory /var/lib/juju; port 37017 2018-08-27 06:17:59 INFO juju.mongo mongo.go:663 installing [juju-mongodb3.2 juju-mongo-tools3.2] 2018-08-27 06:17:59 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2 2018-08-27 06:17:59 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb3.2 E: Couldn't find any package by glob 'juju-mongodb3.2' E: Couldn't find any package by regex 'juju-mongodb3.2' 2018-08-27 06:17:59 ERROR juju.mongo mongo.go:675 installing mongo failed: packaging command failed: encountered fatal error: unable to locate package 2018-08-27 06:17:59 INFO juju.mongo mongo.go:676 will try fallback packages [juju-mongodb] 2018-08-27 06:17:59 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb 2018-08-27 06:17:59 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb 2018-08-27 06:17:59 ERROR juju.mongo mongo.go:486 cannot install/upgrade mongod (will proceed anyway): packaging command failed: encountered fatal error: unable to locate package 2018-08-27 06:17:59 INFO juju.mongo mongo.go:336 could not find /usr/lib/juju/bin/mongod or mongod in $PATH ERROR failed to start mongo: exec: "mongod": executable file not found in $PATH 2018-08-27 06:17:59 DEBUG cmd supercommand.go:459 error stack: exec: "mongod": executable file not found in $PATH github.com/juju/juju/cmd/jujud/bootstrap.go:238: failed to start mongo 2018-08-27 06:17:59 DEBUG juju.cmd.jujud main.go:187 jujud complete, code 0, err 06:17:59 ERROR juju.cmd.juju.commands bootstrap.go:496 failed to bootstrap model: subprocess encountered error code 1 06:17:59 DEBUG juju.cmd.juju.commands bootstrap.go:497 (error details: [{github.com/juju/juju/cmd/juju/commands/bootstrap.go:588: failed to bootstrap model} {subprocess encountered error code 1}]) 06:17:59 DEBUG juju.cmd.juju.commands bootstrap.go:1095 cleaning up after failed bootstrap 06:17:59 INFO juju.provider.common destroy.go:20 destroying model "controller" 06:17:59 INFO juju.provider.common destroy.go:31 destroying instances 06:18:06 DEBUG juju.provider.openstack provider.go:1231 terminating instances [3e3cf1f8-a5d7-4655-8f65-e2809a6f761f] 06:18:06 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-46d68ff8-8503-41d5-8851-1c1eaa8187c6-b28f67e5-a66c-4c74-867a-4acb0cff1eaa-0" 06:18:09 INFO juju.provider.common destroy.go:51 destroying storage 06:18:09 DEBUG juju.provider.openstack cinder.go:81 volume URL: http://172.30.9.26:8776/v2/aa59835ddf6c4845adffc74d9a60c6af 06:18:10 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-46d68ff8-8503-41d5-8851-1c1eaa8187c6-b28f67e5-a66c-4c74-867a-4acb0cff1eaa" 06:18:11 INFO cmd supercommand.go:465 command finished 2018-08-27 06:18:12,039 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 06:18:12,040 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 56:54 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-27 06:18:12,135 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". 2018-08-27 06:18:12,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 06:18:12,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:12,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-335c4808-c000-4640-adb8-cf9f06b84185 Date: Mon, 27 Aug 2018 06:18:12 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-27T06:18:08Z", "floating_network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 4, "port_id": null, "id": "8f9aee6d-3baf-489e-b107-81bbf3003f3d", "tenant_id": "aa59835ddf6c4845adffc74d9a60c6af", "created_at": "2018-08-27T05:24:07Z", "project_id": "aa59835ddf6c4845adffc74d9a60c6af"}]} 2018-08-27 06:18:12,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-335c4808-c000-4640-adb8-cf9f06b84185 2018-08-27 06:18:12,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.335767030716s 2018-08-27 06:18:12,475 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-335c4808-c000-4640-adb8-cf9f06b84185 2018-08-27 06:18:12,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 06:18:12,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/8f9aee6d-3baf-489e-b107-81bbf3003f3d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:13,373 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d225adb7-04d9-4e75-a41b-c8557bbf683d Content-Length: 0 Date: Mon, 27 Aug 2018 06:18:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 06:18:13,373 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/8f9aee6d-3baf-489e-b107-81bbf3003f3d.json used request id req-d225adb7-04d9-4e75-a41b-c8557bbf683d 2018-08-27 06:18:13,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.891108989716s 2018-08-27 06:18:13,373 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/8f9aee6d-3baf-489e-b107-81bbf3003f3d.json used request id req-d225adb7-04d9-4e75-a41b-c8557bbf683d 2018-08-27 06:18:13,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 06:18:13,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:13,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d6347a2d-8187-4b6a-9d7d-af22e4513eac Date: Mon, 27 Aug 2018 06:18:13 GMT RESP BODY: {"floatingips": []} 2018-08-27 06:18:13,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-d6347a2d-8187-4b6a-9d7d-af22e4513eac 2018-08-27 06:18:13,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.300888061523s 2018-08-27 06:18:13,680 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-d6347a2d-8187-4b6a-9d7d-af22e4513eac 2018-08-27 06:18:13,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 06:18:13,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:15,722 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bcf58223-b5d2-4367-84ab-002daed4229d Date: Mon, 27 Aug 2018 06:18:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 06:18:15,722 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b used request id req-bcf58223-b5d2-4367-84ab-002daed4229d 2018-08-27 06:18:15,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.04132413864s 2018-08-27 06:18:15,723 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/1ab6f91f-72af-4390-b276-d509d5d01b8b used request id req-bcf58223-b5d2-4367-84ab-002daed4229d 2018-08-27 06:18:15,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 06:18:15,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 06:18:16,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 06:18:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38e2335d-d25a-4c82-ad14-ecbb34a067de x-compute-request-id: req-38e2335d-d25a-4c82-ad14-ecbb34a067de Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_alt_c3126355-19ed-4e4d-b567-743efa7374c3", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e6852f57-3bae-49db-b20f-5bfc01e6c03e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e6852f57-3bae-49db-b20f-5bfc01e6c03e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "e6852f57-3bae-49db-b20f-5bfc01e6c03e"}, {"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}, {"name": "juju_epc-flavor_c3126355-19ed-4e4d-b567-743efa7374c3", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "fe0b2f97-d92b-438c-b3a3-d46bf188340a"}]} 2018-08-27 06:18:16,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-38e2335d-d25a-4c82-ad14-ecbb34a067de 2018-08-27 06:18:16,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.723701000214s 2018-08-27 06:18:16,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-38e2335d-d25a-4c82-ad14-ecbb34a067de 2018-08-27 06:18:16,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 06:18:16,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/e6852f57-3bae-49db-b20f-5bfc01e6c03e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 06:18:16,486 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 06:18:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9b33b590-5a86-423a-a2d2-a3f29fc8403e x-compute-request-id: req-9b33b590-5a86-423a-a2d2-a3f29fc8403e Content-Length: 0 Content-Type: application/json 2018-08-27 06:18:16,487 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e6852f57-3bae-49db-b20f-5bfc01e6c03e used request id req-9b33b590-5a86-423a-a2d2-a3f29fc8403e 2018-08-27 06:18:16,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.036502122879s 2018-08-27 06:18:16,487 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e6852f57-3bae-49db-b20f-5bfc01e6c03e used request id req-9b33b590-5a86-423a-a2d2-a3f29fc8403e 2018-08-27 06:18:16,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 06:18:16,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/61492483-0d7e-4e66-bbd1-350dfa148164/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" -d '{"subnet_id": "59f0fb2f-4af3-428c-91a6-c2787d95f024"}' 2018-08-27 06:18:18,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-38a44579-bd90-42f2-846c-0013ab65d77e Date: Mon, 27 Aug 2018 06:18:18 GMT RESP BODY: {"network_id": "62eb24eb-aff3-4d76-9926-c00a2659848d", "tenant_id": "aa59835ddf6c4845adffc74d9a60c6af", "subnet_id": "59f0fb2f-4af3-428c-91a6-c2787d95f024", "subnet_ids": ["59f0fb2f-4af3-428c-91a6-c2787d95f024"], "port_id": "487a819f-49af-4032-bcef-5cce83940750", "id": "61492483-0d7e-4e66-bbd1-350dfa148164"} 2018-08-27 06:18:18,480 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/61492483-0d7e-4e66-bbd1-350dfa148164/remove_router_interface.json used request id req-38a44579-bd90-42f2-846c-0013ab65d77e 2018-08-27 06:18:18,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.9923620224s 2018-08-27 06:18:18,481 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/61492483-0d7e-4e66-bbd1-350dfa148164/remove_router_interface.json used request id req-38a44579-bd90-42f2-846c-0013ab65d77e returning object 61492483-0d7e-4e66-bbd1-350dfa148164 2018-08-27 06:18:18,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 06:18:18,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:18,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-a78168ca-91d8-4ae7-8697-16eeac7e153e Date: Mon, 27 Aug 2018 06:18:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ecff2169-f0a1-4e87-90bc-3c582067cb09", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec6e23f3-cc41-4110-8e66-704db251bf8b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "aa59835ddf6c4845adffc74d9a60c6af", "created_at": "2018-08-27T05:21:20Z", "admin_state_up": true, "updated_at": "2018-08-27T06:18:17Z", "revision_number": 4, "routes": [], "project_id": "aa59835ddf6c4845adffc74d9a60c6af", "id": "61492483-0d7e-4e66-bbd1-350dfa148164", "name": "juju_epc-router_c3126355-19ed-4e4d-b567-743efa7374c3"}]} 2018-08-27 06:18:18,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-a78168ca-91d8-4ae7-8697-16eeac7e153e 2018-08-27 06:18:18,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.40470790863s 2018-08-27 06:18:18,886 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-a78168ca-91d8-4ae7-8697-16eeac7e153e 2018-08-27 06:18:18,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 06:18:18,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/61492483-0d7e-4e66-bbd1-350dfa148164.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:20,461 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-281ef30b-b4cc-4164-9e9e-c46523deed86 Content-Length: 0 Date: Mon, 27 Aug 2018 06:18:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 06:18:20,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/61492483-0d7e-4e66-bbd1-350dfa148164.json used request id req-281ef30b-b4cc-4164-9e9e-c46523deed86 2018-08-27 06:18:20,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.57376384735s 2018-08-27 06:18:20,462 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/61492483-0d7e-4e66-bbd1-350dfa148164.json used request id req-281ef30b-b4cc-4164-9e9e-c46523deed86 2018-08-27 06:18:20,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 06:18:20,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:20,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-57381de3-87d6-4302-9f40-8ffb4b21ddac Date: Mon, 27 Aug 2018 06:18:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62eb24eb-aff3-4d76-9926-c00a2659848d","tenant_id":"aa59835ddf6c4845adffc74d9a60c6af","created_at":"2018-08-27T05:21:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T05:21:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"gateway_ip":"192.168.121.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.121.0/24","project_id":"aa59835ddf6c4845adffc74d9a60c6af","id":"59f0fb2f-4af3-428c-91a6-c2787d95f024","subnetpool_id":null,"name":"juju_epc-subnet_c3126355-19ed-4e4d-b567-743efa7374c3"}]} 2018-08-27 06:18:20,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-57381de3-87d6-4302-9f40-8ffb4b21ddac 2018-08-27 06:18:20,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.334171056747s 2018-08-27 06:18:20,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-57381de3-87d6-4302-9f40-8ffb4b21ddac 2018-08-27 06:18:20,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 06:18:20,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/59f0fb2f-4af3-428c-91a6-c2787d95f024.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:23,485 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f84fc5be-74a3-4cc9-b598-748b06dd5f49 Date: Mon, 27 Aug 2018 06:18:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 06:18:23,485 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/59f0fb2f-4af3-428c-91a6-c2787d95f024.json used request id req-f84fc5be-74a3-4cc9-b598-748b06dd5f49 2018-08-27 06:18:23,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.68753600121s 2018-08-27 06:18:23,486 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/59f0fb2f-4af3-428c-91a6-c2787d95f024.json used request id req-f84fc5be-74a3-4cc9-b598-748b06dd5f49 2018-08-27 06:18:23,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 06:18:23,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:23,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1152 X-Openstack-Request-Id: req-ff8f679d-e226-4fa4-8da4-b8c4b35a3b80 Date: Mon, 27 Aug 2018 06:18:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T06:18:23Z","tenant_id":"aa59835ddf6c4845adffc74d9a60c6af","created_at":"2018-08-27T05:21:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aa59835ddf6c4845adffc74d9a60c6af","id":"62eb24eb-aff3-4d76-9926-c00a2659848d","name":"juju_epc-net_c3126355-19ed-4e4d-b567-743efa7374c3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec6e23f3-cc41-4110-8e66-704db251bf8b"],"updated_at":"2018-08-27T02:00:21Z","tenant_id":"fdfb6f654fdc41ceb857063b3e09e496","created_at":"2018-08-27T01:39:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fdfb6f654fdc41ceb857063b3e09e496","id":"ecff2169-f0a1-4e87-90bc-3c582067cb09","name":"external"}]} 2018-08-27 06:18:23,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ff8f679d-e226-4fa4-8da4-b8c4b35a3b80 2018-08-27 06:18:23,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.413682937622s 2018-08-27 06:18:23,900 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ff8f679d-e226-4fa4-8da4-b8c4b35a3b80 2018-08-27 06:18:23,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 06:18:23,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/62eb24eb-aff3-4d76-9926-c00a2659848d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:25,545 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0f1c2bd8-3606-4de2-969e-fd57dad879e2 Date: Mon, 27 Aug 2018 06:18:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 06:18:25,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/62eb24eb-aff3-4d76-9926-c00a2659848d.json used request id req-0f1c2bd8-3606-4de2-969e-fd57dad879e2 2018-08-27 06:18:25,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.6437959671s 2018-08-27 06:18:25,546 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/62eb24eb-aff3-4d76-9926-c00a2659848d.json used request id req-0f1c2bd8-3606-4de2-969e-fd57dad879e2 2018-08-27 06:18:25,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 06:18:25,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:26,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-e5b0399e-95ac-4a66-9ade-5b8e11025f26 Date: Mon, 27 Aug 2018 06:18:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T05:21:32Z", "file": "/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95/file", "owner": "aa59835ddf6c4845adffc74d9a60c6af", "id": "29678549-0b18-4e3f-ba40-551aa57ecb95", "size": 296681472, "self": "/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/29678549-0b18-4e3f-ba40-551aa57ecb95/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://24ac7460-b18b-468b-a443-2c95f230b4ed/images/29678549-0b18-4e3f-ba40-551aa57ecb95/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_c3126355-19ed-4e4d-b567-743efa7374c3", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-27T05:21:27Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 06:18:26,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e5b0399e-95ac-4a66-9ade-5b8e11025f26 2018-08-27 06:18:26,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.743649959564s 2018-08-27 06:18:26,294 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e5b0399e-95ac-4a66-9ade-5b8e11025f26 2018-08-27 06:18:26,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 06:18:26,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4318d208030d82d63ca30d528cbdfae1e0e4381" 2018-08-27 06:18:27,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-70e10592-6b8f-4798-9316-6148c603705a Date: Mon, 27 Aug 2018 06:18:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 06:18:27,620 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95 used request id req-70e10592-6b8f-4798-9316-6148c603705a 2018-08-27 06:18:27,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.32457208633s 2018-08-27 06:18:27,621 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/29678549-0b18-4e3f-ba40-551aa57ecb95 used request id req-70e10592-6b8f-4798-9316-6148c603705a 2018-08-27 06:18:27,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 06:18:27,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 06:18:27,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 06:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7882b79-3e39-4fd3-848d-90db2cff8b59 x-compute-request-id: req-b7882b79-3e39-4fd3-848d-90db2cff8b59 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_1cf9a12c-9e71-4e50-9544-8566a2992e17", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f610adc5-1f27-47bf-94a2-93bd8605dc20", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f610adc5-1f27-47bf-94a2-93bd8605dc20"}, {"name": "juju_epc-flavor_c3126355-19ed-4e4d-b567-743efa7374c3", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "fe0b2f97-d92b-438c-b3a3-d46bf188340a"}]} 2018-08-27 06:18:27,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b7882b79-3e39-4fd3-848d-90db2cff8b59 2018-08-27 06:18:27,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0256190299988s 2018-08-27 06:18:27,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b7882b79-3e39-4fd3-848d-90db2cff8b59 2018-08-27 06:18:27,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 06:18:27,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 06:18:27,690 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 06:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-44c32377-9364-4bbe-848d-31698269f298 x-compute-request-id: req-44c32377-9364-4bbe-848d-31698269f298 Content-Length: 0 Content-Type: application/json 2018-08-27 06:18:27,691 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a used request id req-44c32377-9364-4bbe-848d-31698269f298 2018-08-27 06:18:27,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0415091514587s 2018-08-27 06:18:27,691 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/fe0b2f97-d92b-438c-b3a3-d46bf188340a used request id req-44c32377-9364-4bbe-848d-31698269f298 2018-08-27 06:18:27,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 06:18:27,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 06:18:27,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 06:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16d782b4-e8f0-4f10-83d2-4023df234437 Content-Encoding: gzip Content-Length: 1030 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/02e862a269bc485fac61d571b910450f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e862a269bc485fac61d571b910450f", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/04b1528971e54ce58d234784afc7d1a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04b1528971e54ce58d234784afc7d1a3", "email": "glance@localhost", "password_expires_at": null}, {"name": "api_check-user_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e", "links": {"self": "http://172.30.9.26:5000/v3/users/05da2fc4c97b4eab85cefafb5ee518ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05da2fc4c97b4eab85cefafb5ee518ac", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f", "links": {"self": "http://172.30.9.26:5000/v3/users/14bcf03fb0af4e79a9e49912695590fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "14bcf03fb0af4e79a9e49912695590fe", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/2b2c4366031e4d8d8766e8ad834edc1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2c4366031e4d8d8766e8ad834edc1f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/3138f79ba9ce4caea1c88b94129138b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3138f79ba9ce4caea1c88b94129138b4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/440b8bec7c094fa796f8cdc02d6dd96b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "440b8bec7c094fa796f8cdc02d6dd96b", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/4f8e960aeea942fe84ef0edbdedcefa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f8e960aeea942fe84ef0edbdedcefa2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/51f6d3c203c8430cab210e7584f3e1f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51f6d3c203c8430cab210e7584f3e1f7", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_9d7df695-496b-45b8-8c6a-749bf3a56fe9", "links": {"self": "http://172.30.9.26:5000/v3/users/5c3e99e6f09c4ea09a71ed57a47f5ee3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c3e99e6f09c4ea09a71ed57a47f5ee3", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/681e97fe3e504500adbf03e884e6af70"}, "domain_id": "default", "enabled": true, "options": {}, "id": "681e97fe3e504500adbf03e884e6af70", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/754118f29d594882b4d8d54c32cd1af9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754118f29d594882b4d8d54c32cd1af9", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/9366f1da54b94307ae3b350eceaa4ab4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9366f1da54b94307ae3b350eceaa4ab4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/987b1a47c3a8472d8c2037970b65b6e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "987b1a47c3a8472d8c2037970b65b6e5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/ca7dc7a7d6194e12ba3794e9a1f0e48f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca7dc7a7d6194e12ba3794e9a1f0e48f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "juju_epc-user_c3126355-19ed-4e4d-b567-743efa7374c3", "links": {"self": "http://172.30.9.26:5000/v3/users/cde6a415630e4d3ebd206988808cda49"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cde6a415630e4d3ebd206988808cda49", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/db559fa8c906434aa52c5781d57e94ad"}, "domain_id": "e173ff32820444de87dfe8a6ffe4a33e", "enabled": true, "options": {}, "id": "db559fa8c906434aa52c5781d57e94ad", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/f5d59696845b42e29bc629376487b204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f5d59696845b42e29bc629376487b204", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-27 06:18:27,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-16d782b4-e8f0-4f10-83d2-4023df234437 2018-08-27 06:18:27,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207107067108s 2018-08-27 06:18:27,899 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-16d782b4-e8f0-4f10-83d2-4023df234437 2018-08-27 06:18:27,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 06:18:27,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/cde6a415630e4d3ebd206988808cda49 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 06:18:28,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 06:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c3f3d34-38e0-4a90-ae1a-aa557420b963 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_c3126355-19ed-4e4d-b567-743efa7374c3", "links": {"self": "http://172.30.9.26:5000/v3/users/cde6a415630e4d3ebd206988808cda49"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "cde6a415630e4d3ebd206988808cda49", "description": null}} 2018-08-27 06:18:28,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/cde6a415630e4d3ebd206988808cda49 used request id req-6c3f3d34-38e0-4a90-ae1a-aa557420b963 2018-08-27 06:18:28,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.222012996674s 2018-08-27 06:18:28,128 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/cde6a415630e4d3ebd206988808cda49 used request id req-6c3f3d34-38e0-4a90-ae1a-aa557420b963 2018-08-27 06:18:28,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 06:18:28,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/cde6a415630e4d3ebd206988808cda49 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 06:18:28,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 06:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e2c1ed3-54dc-43a4-a4c4-545e5de842e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 06:18:28,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/cde6a415630e4d3ebd206988808cda49 used request id req-6e2c1ed3-54dc-43a4-a4c4-545e5de842e0 2018-08-27 06:18:28,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.346940994263s 2018-08-27 06:18:28,476 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/cde6a415630e4d3ebd206988808cda49 used request id req-6e2c1ed3-54dc-43a4-a4c4-545e5de842e0 2018-08-27 06:18:28,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 06:18:28,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 06:18:28,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 06:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd423cbf-85ea-49c3-9a2c-4324f7dbb2d8 Content-Encoding: gzip Content-Length: 590 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/171e50bdfc224eb1a5f71eca68b5028a"}, "tags": [], "enabled": true, "id": "171e50bdfc224eb1a5f71eca68b5028a", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_9d7df695-496b-45b8-8c6a-749bf3a56fe9"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/1f735906d33d4952a81ef7f78b84aca1"}, "tags": [], "enabled": true, "id": "1f735906d33d4952a81ef7f78b84aca1", "parent_id": "default", "domain_id": "default", "name": "api_check-project_cc90c96f-99ed-41a2-992e-7b0c2ef0a68e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/5785a4ec7e274272b18e396a3b5ede5b"}, "tags": [], "enabled": true, "id": "5785a4ec7e274272b18e396a3b5ede5b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a7559ae0382437f9f93d338ae0c64e7"}, "tags": [], "enabled": true, "id": "6a7559ae0382437f9f93d338ae0c64e7", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f2eb2ca4-f2f5-48e2-9c22-da2cb298b87f"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.26:5000/v3/projects/aa59835ddf6c4845adffc74d9a60c6af"}, "tags": [], "enabled": true, "id": "aa59835ddf6c4845adffc74d9a60c6af", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_c3126355-19ed-4e4d-b567-743efa7374c3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/fdfb6f654fdc41ceb857063b3e09e496"}, "tags": [], "enabled": true, "id": "fdfb6f654fdc41ceb857063b3e09e496", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 06:18:28,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-cd423cbf-85ea-49c3-9a2c-4324f7dbb2d8 2018-08-27 06:18:28,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195615053177s 2018-08-27 06:18:28,678 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-cd423cbf-85ea-49c3-9a2c-4324f7dbb2d8 2018-08-27 06:18:28,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 06:18:28,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/aa59835ddf6c4845adffc74d9a60c6af -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ec3b48668bfd536c366fc23f028ee23dc0dddb8" 2018-08-27 06:18:28,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 06:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fa688d5-305b-4211-abc3-f69e99569c57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 06:18:28,943 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/aa59835ddf6c4845adffc74d9a60c6af used request id req-3fa688d5-305b-4211-abc3-f69e99569c57 2018-08-27 06:18:28,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.260225057602s 2018-08-27 06:18:28,944 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/aa59835ddf6c4845adffc74d9a60c6af used request id req-3fa688d5-305b-4211-abc3-f69e99569c57 2018-08-27 06:18:28,944 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-08-27 06:18:28,945 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 04:48 | PASS | | cloudify_ims | functest | vnf | 05:26 | FAIL | | heat_ims | functest | vnf | 35:25 | FAIL | | vyos_vrouter | functest | vnf | 05:33 | FAIL | | juju_epc | functest | vnf | 56:54 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-27 06:18:28,950 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-27 06:18:28,989 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-27 06:18:29,025 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-27 06:18:29,095 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-27 06:18:29,117 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-27 06:18:29,211 - paramiko.transport - DEBUG - EOF in transport thread